Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from

Conversation

polymerizedsage
Copy link
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.

./setup.sh all
# or
make all

To build and install in development mode:

pip install -e .
git submodule update --init
pip install -e .[dev]
Copy link
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
Collaborator

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