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 think you can also run code with the --with option of uv run command, or --with-requirements if you have many. That won't modify the pyproject.toml and the code will only run in an ephemeral virtual environment.
One of the things I've always missed from ruby is development dependency overrides. Here's the situation:
pyproject.toml
Ruby allows you to do this with:
It would be great if uv provided similar sort of functionality.
The text was updated successfully, but these errors were encountered: