uv/docs/guides/integration
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
..
alternative-indexes.md feat(docs): add Google Artifact Registry index instructions (#8579) 2024-10-29 17:45:25 -05:00
dependency-bots.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
docker.md Bump version to 0.5.11 (#10044) 2024-12-19 18:01:45 -06:00
fastapi.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
github.md Bump version to 0.5.11 (#10044) 2024-12-19 18:01:45 -06:00
gitlab.md Docs(GitLab): add entrypoint for distroless image (#9093) 2024-12-03 18:19:05 -06:00
index.md Move the integration guides into the "Guides" section as a collapsed group (#9245) 2024-11-20 08:50:02 -06:00
jupyter.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
pre-commit.md Bump version to 0.5.11 (#10044) 2024-12-19 18:01:45 -06:00
pytorch.md Backtrack to non-local versions when wheels are missing platform support (#10046) 2024-12-20 19:11:27 +00:00