Skip to content

Commit 47ba525

Browse files
committed
Relax numpy requirement in onnxruntime
1 parent 1521192 commit 47ba525

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

graalpython/lib-graalpython/patches/onnxruntime/onnxruntime-1.17.1.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ index 97515cb..143790d 100644
8989
[tool.black]
9090
line-length = 120
9191
# 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
92104
diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py
93105
index 31f242c..300211b 100644
94106
--- a/tools/ci_build/build.py

0 commit comments

Comments
 (0)