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

* Contrained numpy to <2.0

* Updated dependency_versions_table

---------

Co-authored-by: René Gentzen <rene.gentzen@mittelstand.ai>
This commit is contained in:
René Gentzen
2024-06-24 18:47:34 +02:00
committed by GitHub
parent 3a49ebe0d8
commit 74b92c6256
2 changed files with 2 additions and 2 deletions

View File

@@ -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",