Skip to content

Switch to dependency groups #626

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

stefmolin
Copy link
Contributor

@stefmolin stefmolin commented May 24, 2025

Closes #625

PEP 735 added dependency groups to pyproject.toml, which would remove the need to have multiple requirements files. This PR makes that switchover and removes the script that generated those files along with the local pre-commit hook to trigger it.

I also renamed the "developer" group as "dev", which with uv at least gets installed automatically by default when building from source. I also included the "doc" and "test" groups inside the "dev" group, so developers have everything bundled.

NOTE: I'm not sure how to test the changes to the .readthedocs.yaml file.

@stefmolin stefmolin marked this pull request as ready for review May 24, 2025 15:23
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.

Thoughts on switching to dependency groups in pyproject.toml?
1 participant