mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add TODO around preferring local wheels (#208)
This commit is contained in:
parent
7bce41498e
commit
12e6b46ae8
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ 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