uv pip tree
should show version specifiers for dependencies.
#5217
Labels
cli
Related to the command line interface
enhancement
New feature or improvement to existing functionality
help wanted
Contribution especially encouraged
With
uv==0.2.26
it is not possible to see version specifiers in dependency graph.I have used
pipdeptree
to find why some package is staying back. With version specifiers in the dependency tree you could find what package that depends onfoo
causes some dependency shared between multiple packages to stay back on an older version.With
pipdeptree
they are shown inside brackets after the version.The text was updated successfully, but these errors were encountered: