uv/docs/guides
Charlie Marsh 2c68dfd4a9
Backtrack to non-local versions when wheels are missing platform support (#10046)
## Summary

This is yet another variation on
https://github.com/astral-sh/uv/pull/9928, with a few minor changes:

1. It only applies to local versions (e.g., `2.5.1+cpu`).
2. It only _considers_ the non-local version as an alternative (e.g.,
`2.5.1`).
3. It only _considers_ the non-local alternative if it _does_ support
the unsupported platform.
4. Instead of failing, it falls back to using the local version.

So, this is far less strict, and is effectively designed to solve
PyTorch but nothing else. It's also not user-configurable, except by way
of using `environments` to exclude platforms.
2024-12-20 19:11:27 +00:00
..
integration Backtrack to non-local versions when wheels are missing platform support (#10046) 2024-12-20 19:11:27 +00:00
index.md Move the integration guides into the "Guides" section as a collapsed group (#9245) 2024-11-20 08:50:02 -06:00
install-python.md Add uv python install --preview to the documentation (#10010) 2024-12-19 16:07:46 -06:00
projects.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
publish.md Publish: Support --index <name> (#9694) 2024-12-10 22:17:47 +01:00
scripts.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
tools.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00