"sims/vscode:/vscode.git/clone" did not exist on "0db9a96c7921fa097c3493b59e5f3574459c1f2e"
Unverified Commit 74b92c62 authored by René Gentzen's avatar René Gentzen Committed by GitHub
Browse files

Added version constraint on numpy for version <2.0 (#31569)



* Contrained numpy to <2.0

* Updated dependency_versions_table

---------
Co-authored-by: default avatarRené Gentzen <rene.gentzen@mittelstand.ai>
parent 3a49ebe0
......@@ -132,7 +132,7 @@ _deps = [
"librosa",
"nltk",
"natten>=0.14.6,<0.15.0",
"numpy>=1.17",
"numpy>=1.17,<2.0",
"onnxconverter-common",
"onnxruntime-tools>=1.4.2",
"onnxruntime>=1.4.0",
......
......@@ -38,7 +38,7 @@ deps = {
"librosa": "librosa",
"nltk": "nltk",
"natten": "natten>=0.14.6,<0.15.0",
"numpy": "numpy>=1.17",
"numpy": "numpy>=1.17,<2.0",
"onnxconverter-common": "onnxconverter-common",
"onnxruntime-tools": "onnxruntime-tools>=1.4.2",
"onnxruntime": "onnxruntime>=1.4.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment