-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
compatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolgood first issueGood for newcomersGood for newcomershelp wantedContribution especially encouragedContribution especially encouragedquestionAsking for clarification or supportAsking for clarification or support
Description
In napari project, we use uv to provide constraints files in automatic jobs
In the last run, the output contained bumping zarr to prerelease version
even if we specify only lower bound constraint without any prerelease version: https://github.com/napari/napari/blob/35a99366f2a8ef5bcdbd6e1f874f5ca2a7572582/pyproject.toml#L143
The whole command used for compilation is:
uv pip compile --python-version 3.12 --output-file napari_repo/resources/constraints/constraints_py3.12.txt napari_repo/pyproject.toml napari_repo/resources/constraints/version_denylist.txt --extra pyqt5 --extra pyqt6 --extra pyside2 --extra pyside6_experimental --extra testing --extra testing_extra --extra optional
Commit showing problem is here napari/napari@c81b0d0
(#7212)
And problematic line here napari/napari@c81b0d0
(#7212)
Metadata
Metadata
Assignees
Labels
compatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolgood first issueGood for newcomersGood for newcomershelp wantedContribution especially encouragedContribution especially encouragedquestionAsking for clarification or supportAsking for clarification or support