uv/crates/uv-resolver/src/resolver
Charlie Marsh 9a44bc1d35
Filter out invalid wheels based on `requires-python` (#5084)
## Summary

The example in the linked issue doesn't quite work, but I think it has
to do with the existing filtering logic. Will follow-up separately.

Closes https://github.com/astral-sh/uv/issues/5012.
2024-07-15 21:01:38 -04:00
..
availability.rs Unify dependency iteration in `ResolverState::get_dependencies` (#4515) 2024-06-25 23:04:49 +02:00
batch_prefetch.rs Respect `requires-python` when prefetching (#4900) 2024-07-08 16:32:09 +00:00
index.rs Use lockfile to prefill resolver index (#4495) 2024-07-12 18:49:28 -04:00
locals.rs Use separate path types for directories and files (#4285) 2024-06-12 15:59:21 -04:00
mod.rs Filter out invalid wheels based on `requires-python` (#5084) 2024-07-15 21:01:38 -04:00
provider.rs Filter out invalid wheels based on `requires-python` (#5084) 2024-07-15 21:01:38 -04:00
reporter.rs Concurrent progress bars (#3252) 2024-05-27 01:21:07 +00:00
urls.rs Support conflicting URL in separate forks (#4435) 2024-06-26 13:58:23 +02:00