Remove `torch-model-archiver` and `torch-tb-profiler` from PyTorch backend (#16655)

## Summary

These are present on the PyTorch index, but only at very old versions.
The PyPI versions are newer, and seemingly these don't need to be built
against CUDA, etc.

Closes https://github.com/astral-sh/uv/issues/16651.
This commit is contained in:
Charlie Marsh 2025-11-10 10:26:12 -05:00 committed by GitHub
parent 60196bc3ce
commit ce4a47a2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -306,8 +306,6 @@ impl TorchStrategy {
matches!(
package_name.as_str(),
"torch"
| "torch-model-archiver"
| "torch-tb-profiler"
| "torcharrow"
| "torchaudio"
| "torchcsprng"
@ -337,8 +335,6 @@ impl TorchStrategy {
| "torch-spline-conv"
| "vllm"
| "torch"
| "torch-model-archiver"
| "torch-tb-profiler"
| "torcharrow"
| "torchaudio"
| "torchcsprng"