Files
Paul GuyotandRenee Otten de0c4a7213 py-torchvision: update to 0.25.0
Update to version matching py-pytorch 2.10.0. Patch pyproject.toml
to remove torch from build requirements (avoids transitive dependency
version checks). Also add subports for 3.11, 3.12, 3.13, and 3.14.

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-04-02 22:12:53 -04:00

9 lines
232 B
Diff

--- pyproject.toml.orig 2024-01-01 00:00:00.000000000 +0000
+++ pyproject.toml 2024-01-01 00:00:00.000000000 +0000
@@ -18,4 +18,4 @@
[build-system]
-requires = ["setuptools", "torch", "wheel"]
+requires = ["setuptools", "wheel"]