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 1521192 commit 47ba525Copy full SHA for 47ba525
graalpython/lib-graalpython/patches/onnxruntime/onnxruntime-1.17.1.patch
@@ -89,6 +89,18 @@ index 97515cb..143790d 100644
89
[tool.black]
90
line-length = 120
91
# NOTE: Do not extend the exclude list. Edit .lintrunner.toml instead
92
+diff --git a/requirements.txt.in b/requirements.txt.in
93
+index 8924206..a9c1327 100644
94
+--- a/requirements.txt.in
95
++++ b/requirements.txt.in
96
+@@ -1,6 +1,6 @@
97
+ coloredlogs
98
+ flatbuffers
99
+-numpy >= @Python_NumPy_VERSION@
100
++numpy
101
+ packaging
102
+ protobuf
103
+ sympy
104
diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py
105
index 31f242c..300211b 100644
106
--- a/tools/ci_build/build.py
0 commit comments