-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Can we use uv for dependency management like poetry #1870
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
Comments
Not yet! This is on our roadmap. |
Ah, nice. I will look forward to that day that we could replace the poetry with uv |
FYI there is a discussion about standardizing lock files that are not Poetry-like but more pip-tools style at https://discuss.python.org/t/lock-files-again-but-this-time-w-sdists/46593/ . |
@zanieb Is the roadmap publicly documented somewhere? |
Not yet, just in the issue tracker. |
because I did not find it in the tracker: is there an issue for platform independent lock files? Will uv wait for the finalization of the mentioned PEP? What is the currently recommended worklow for managing/freezing dependencies? |
I've been doing this: uv pip compile --generate-hashes -o requirements.lock pyproject.toml Basically takes the dependencies from Then install from |
We are implementing platform independent lock files and will do so before waiting for a standard to be established. I can't find an issue either, @BurntSushi do you know of one / want to make one? |
I believe it's here: #2679 |
The lock file work is being tracked in #3347 and we're actively adding experimental Poetry-style commands such as |
Just curious, is it possible to use uv for managing and updating the dependencies and dependencies of dependencies just like poetry so that we could replace the poetry with uv?
The text was updated successfully, but these errors were encountered: