Skip to content

Move to using pyproject.toml exclusively for dependency management#86

Closed
polymerizedsage wants to merge 10 commits intomainfrom
sage/pyproject
Closed

Move to using pyproject.toml exclusively for dependency management#86
polymerizedsage wants to merge 10 commits intomainfrom
sage/pyproject

Conversation

@polymerizedsage
Copy link
Copy Markdown
Contributor

@polymerizedsage polymerizedsage commented Mar 17, 2025

Consolidates dependency management into a single pyproject.toml. This should reduce issues like #57 and the bug mentioned here.
This contains the changes from #83 without uv-specific stuffs.

Comment thread README.md

pip install -e .
git submodule update --init
pip install -e .[dev]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need

Suggested change
pip install -e .[dev]
pip install -e ".[dev]"

otherwise the brackets are interpreted (I get zsh: no matches found: .[dev])

@gilbert-sci
Copy link
Copy Markdown
Contributor

Stale for right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants