mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-27 18:36:44 +00:00
## Summary We've received several requests to validate that installed wheels match the current Python platform. This isn't _super_ common, since it requires that your platform changes in some meaningful way (e.g., you switch from x86 to ARM), though in practice, it sounds like it _can_ happen in HPC environments. This seems like a good thing to do regardless, so we now validate that the tags (as recoded in `WHEEL`) are consistent with the current platform during installs. Closes https://github.com/astral-sh/uv/issues/15035. |
||
|---|---|---|
| .. | ||
| snapshots | ||
| build_tag.rs | ||
| egg.rs | ||
| expanded_tags.rs | ||
| extension.rs | ||
| lib.rs | ||
| source_dist.rs | ||
| splitter.rs | ||
| wheel.rs | ||
| wheel_tag.rs | ||