Skip to content

Commit

Permalink
Rewrite uv tree to allow arbitrary --package includes (#8507)
Browse files Browse the repository at this point in the history
## Summary

Previously, `uv tree --package` had some strange behavior due to how we
were computing the root nodes. This PR refactors the entire
implementation to use `petgraph` so we can do proper operations on a
graph structure.

Closes #8382.
  • Loading branch information
charliermarsh authored Oct 23, 2024
1 parent 56f93d9 commit e9c08b1
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 151 deletions.
Loading

0 comments on commit e9c08b1

Please sign in to comment.