mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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>
9 lines
232 B
Diff
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"]
|