You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3bec375e32
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
10 lines
359 B
Diff
10 lines
359 B
Diff
--- pyproject.toml.orig 2024-01-01 00:00:00.000000000 +0000
|
|
+++ pyproject.toml 2024-01-01 00:00:00.000000000 +0000
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
# XXX: If your project needs other packages to build properly, add them to this list.
|
|
-requires = ["setuptools >= 64", "torch >= 2.10"]
|
|
+requires = ["setuptools >= 64"]
|
|
build-backend = "setuptools.build_meta"
|
|
|