Skip to content

Commit 5fe483a

Browse files
committed
Update torch patch
1 parent 454d117 commit 5fe483a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

graalpython/lib-graalpython/patches/torch/torch-1.13.1.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,19 @@ index 9bab33b6..4f235d66 100644
8989
return Slice<py::handle>((py::handle*)begin, (py::handle*) (begin + tv.size()));
9090
}
9191

92+
diff --git a/pyproject.toml b/pyproject.toml
93+
index 827c03b8..36893a76 100644
94+
--- a/pyproject.toml
95+
+++ b/pyproject.toml
96+
@@ -3,7 +3,7 @@ requires = [
97+
"setuptools",
98+
"wheel",
99+
"astunparse",
100+
- "numpy",
101+
+ "numpy<2",
102+
"ninja",
103+
"pyyaml",
104+
"setuptools",
92105
diff --git a/setup.py b/setup.py
93106
index 2ef8b7f2..1f4efd70 100644
94107
--- a/setup.py

0 commit comments

Comments
 (0)