Closed charliermarsh closed 6 months ago
I think uv is now stable enough to serve as the default backend for Rye. Users can explicitly opt-out with, e.g., rye config --set-bool behavior.use-uv=false, to fall back to the pip-tools backend.
uv
rye config --set-bool behavior.use-uv=false
pip-tools
Suggested here: https://twitter.com/mitsuhiko/status/1783853343502160290
Summary
I think
uv
is now stable enough to serve as the default backend for Rye. Users can explicitly opt-out with, e.g.,rye config --set-bool behavior.use-uv=false
, to fall back to thepip-tools
backend.Suggested here: https://twitter.com/mitsuhiko/status/1783853343502160290