mirror of https://github.com/astral-sh/uv
## Summary This partially revives https://github.com/astral-sh/uv/pull/2135 (with some modifications) to enable users to opt-in to looking for packages across multiple indexes. The behavior is such that, in version selection, we take _any_ compatible version from a "higher-priority" index over the compatible versions of a "lower-priority" index, even if that means we might accept an "older" version. Closes https://github.com/astral-sh/uv/issues/2775. |
||
|---|---|---|
| .. | ||
| build_options.rs | ||
| config_settings.rs | ||
| constraints.rs | ||
| downloads.rs | ||
| lib.rs | ||
| name_specifiers.rs | ||
| overrides.rs | ||
| package_options.rs | ||
| requirements.rs | ||
| traits.rs | ||