-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: Use pyproject standardized dependency-groups #6689
Conversation
@@ -208,40 +240,5 @@ all = [ | |||
"ctransformers>=0.2" | |||
] | |||
|
|||
# Development dependencies | |||
dev = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These where an "extras". I think it was not useful ?
This PR changes it it to the dev group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will probably need to update the CI workflows and possibly Dockerfiles, as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I updated the CI workflow.
For Dockerfiles, I think it's OK (the --no-dev flag should still work)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also removed all the --dev
from uv sync
as they are superfluous.
CodSpeed Performance ReportMerging #6689 will degrade performances by 16.29%Comparing Summary
Benchmarks breakdown
|
Use pyproject standardized dependency-groups