-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
[FR]: provide convenience for 'uv pip compile' #300
Comments
See also https://github.com/theoremlp/rules_uv, which provides a uv-powered |
Relatedly, since |
Opened a new issue for switching to |
Since theoremlp/rules_uv exists for |
What is the current behavior?
rules_python runs a Python program (pip-compile) which is very slow.
Describe the feature
https://astral.sh/blog/uv is very fast. Not 100% compatible, but for a project willing to migrate to rules_py, that's okay.
The text was updated successfully, but these errors were encountered: