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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Enhancement Improvements and optimizations of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant