mirror of https://github.com/astral-sh/uv
Add TODO around preferring local wheels (#208)
This commit is contained in:
parent
7bce41498e
commit
12e6b46ae8
|
|
@ -74,6 +74,8 @@ impl BuildContext for BuildDispatch {
|
||||||
Manifest::new(
|
Manifest::new(
|
||||||
requirements.to_vec(),
|
requirements.to_vec(),
|
||||||
Vec::default(),
|
Vec::default(),
|
||||||
|
// TODO(charlie): Include locally-available wheels in the list of preferred
|
||||||
|
// versions.
|
||||||
Vec::default(),
|
Vec::default(),
|
||||||
ResolutionMode::default(),
|
ResolutionMode::default(),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue