uv#
uv is a drop-in replacement for pip. We wrap uv in omni.repo.man.deps replacing many of our various pip calls with calls to uv. The pyproject.toml
in this folder and the Poetry generated uv-requirements.txt
are used to bootstrap uv since it requires a os + architecture specific binary.
If you’re using repo
you are using uv
, it’s in the background fetching your Python dependencies.