Add TODO around preferring local wheels (#208)

This commit is contained in:
Charlie Marsh 2023-10-26 12:09:03 -07:00 committed by GitHub
parent 7bce41498e
commit 12e6b46ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),
),