You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a normal pip environment with a requirements.txt. I want to update my project to use uv. I can install the requirements.txt with uv pip sync requirements.txt, but this does not change the pyproject.toml and uv.lock file, so I'm still forced to use the pip interface. Is there any way to generate a uv.lock from the pip interface, or something to that affect? The docs do not address this case.
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Question
I have a normal pip environment with a requirements.txt. I want to update my project to use uv. I can install the requirements.txt with
uv pip sync requirements.txt
, but this does not change the pyproject.toml and uv.lock file, so I'm still forced to use the pip interface. Is there any way to generate a uv.lock from the pip interface, or something to that affect? The docs do not address this case.Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered: