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

Could we use uv.lock file as constraints when performing a pip install/tool install? #7768

Open
Coruscant11 opened this issue Sep 28, 2024 · 0 comments

Comments

@Coruscant11
Copy link
Contributor

Hi!

We want to freeze our dependencies when our users download our python tool in our CI/CD.
While we can pip freeze and then use the generated requirements.txt as a constraint file (pip install -c or tool install --with-requirements), this file does not contain platform specific dependencies resolutions. Something that is inside the uv.lock

Is it technically feasible? Does it depends first on the uv build backend for example?
Thanks!

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

No branches or pull requests

1 participant