We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454d117 commit 5fe483aCopy full SHA for 5fe483a
graalpython/lib-graalpython/patches/torch/torch-1.13.1.patch
@@ -89,6 +89,19 @@ index 9bab33b6..4f235d66 100644
89
return Slice<py::handle>((py::handle*)begin, (py::handle*) (begin + tv.size()));
90
}
91
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
105
diff --git a/setup.py b/setup.py
106
index 2ef8b7f2..1f4efd70 100644
107
--- a/setup.py
0 commit comments