mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Revert "Add TODO around preferring local wheels" (#211)
Reverts astral-sh/puffin#208. Unclear if we actually want to do this.
This commit is contained in:
parent
d5c3ff789a
commit
58011f98b6
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ impl BuildContext for BuildDispatch {
|
|||
Manifest::new(
|
||||
requirements.to_vec(),
|
||||
Vec::default(),
|
||||
// TODO(charlie): Include locally-available wheels in the list of preferred
|
||||
// versions.
|
||||
Vec::default(),
|
||||
ResolutionMode::default(),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue