Skip to content
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

Simplify dev dependencies #68

Merged
merged 4 commits into from
Jun 16, 2023
Merged

Simplify dev dependencies #68

merged 4 commits into from
Jun 16, 2023

Conversation

aazuspan
Copy link
Owner

This PR would simplify the pyproject.toml and CI workflows by removing the optional dependencies in favor of using Hatch to manage everything.

Previously, dev, doc, and test dependency groups were specified in pyproject.toml to allow workflows like pip install -e .[dev]. However, this required managing the same list of dependencies in two places and no longer fits the suggested developer workflow of using Hatch for everything.

With the new changes, developers let Hatch manage all the needed dependencies using Hatch scripts, as outlined in the updated contributing.rst.

Unrelatedly, this PR also updates the CI to run on all branches and adds 3.11 to CI tests.

@aazuspan aazuspan self-assigned this Jun 16, 2023
@aazuspan aazuspan merged commit e3090b2 into main Jun 16, 2023
4 checks passed
@aazuspan aazuspan deleted the simplify_dev_deps branch June 16, 2023 01:21
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.

None yet

1 participant