Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

ENH: use uv pip compile if possible #22

Merged
merged 7 commits into from
Mar 5, 2024
Merged

ENH: use uv pip compile if possible #22

merged 7 commits into from
Mar 5, 2024

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Mar 5, 2024

Test with:

pip install git+https://github.com/ComPWA/update-pip-constraints@uv
update-pip-constraints

or in the case of uv, use:

uv pip install update-pip-constraints@git+https://github.com/ComPWA/update-pip-constraints@uv

Optionally, if you have specific Pythons available on your system and are working with a package that is configured with pyproject.toml, you can directly create the .constraints file with:

update-pip-constraints -p 3.8
update-pip-constraints -p 3.9
...

@redeboer redeboer added the ⚙️ Enhancement Improvements and optimizations of existing features label Mar 5, 2024
@redeboer redeboer self-assigned this Mar 5, 2024
@redeboer redeboer marked this pull request as ready for review March 5, 2024 21:33
@redeboer redeboer merged commit ef3aa0d into main Mar 5, 2024
15 checks passed
@redeboer redeboer deleted the uv branch March 5, 2024 21:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚙️ Enhancement Improvements and optimizations of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant