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 a6ab7f1 commit d30d1afCopy full SHA for d30d1af
graalpython/lib-graalpython/patches/torch/torch-2.2.1.patch
@@ -115,6 +115,19 @@ index 21f0a166..ab2497c5 100644
115
return Slice<mpy::handle>((mpy::handle*)begin, (mpy::handle*) (begin + tv.size()));
116
}
117
118
+diff --git a/pyproject.toml b/pyproject.toml
119
+index ffbf640d..114051f9 100644
120
+--- a/pyproject.toml
121
++++ b/pyproject.toml
122
+@@ -3,7 +3,7 @@ requires = [
123
+ "setuptools",
124
+ "wheel",
125
+ "astunparse",
126
+- "numpy",
127
++ "numpy<2",
128
+ "ninja",
129
+ "pyyaml",
130
+ "cmake",
131
diff --git a/test/test_overrides.py b/test/test_overrides.py
132
index f9988197..cde6b114 100644
133
--- a/test/test_overrides.py
0 commit comments