Since this feature is only supported in the new version, there will be errors for the old version, and users may be unsure of what to do. Therefore, should we include version notes in the documentation before the release?
https://github.com/astral-sh/uv/blob/main/docs/guides/integration/pytorch.md#configuring-accelerators-with-optional-dependencies

[tool.uv.sources]
torch = [
{ index = "pytorch-cpu", extra = "cpu", marker = "platform_system != 'Darwin'" },
{ index = "pytorch-cu124", extra = "cu124" },
]
uv 0.5.0 (8d66526 2024-11-07)

uv 0.5.2
Since this feature is only supported in the new version, there will be errors for the old version, and users may be unsure of what to do. Therefore, should we include version notes in the documentation before the release?
https://github.com/astral-sh/uv/blob/main/docs/guides/integration/pytorch.md#configuring-accelerators-with-optional-dependencies

uv 0.5.0 (8d66526 2024-11-07)

uv 0.5.2
pyproject.toml#9221