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:
2
setup.py
2
setup.py
@@ -132,7 +132,7 @@ _deps = [
|
|||||||
"librosa",
|
"librosa",
|
||||||
"nltk",
|
"nltk",
|
||||||
"natten>=0.14.6,<0.15.0",
|
"natten>=0.14.6,<0.15.0",
|
||||||
"numpy>=1.17",
|
"numpy>=1.17,<2.0",
|
||||||
"onnxconverter-common",
|
"onnxconverter-common",
|
||||||
"onnxruntime-tools>=1.4.2",
|
"onnxruntime-tools>=1.4.2",
|
||||||
"onnxruntime>=1.4.0",
|
"onnxruntime>=1.4.0",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ deps = {
|
|||||||
"librosa": "librosa",
|
"librosa": "librosa",
|
||||||
"nltk": "nltk",
|
"nltk": "nltk",
|
||||||
"natten": "natten>=0.14.6,<0.15.0",
|
"natten": "natten>=0.14.6,<0.15.0",
|
||||||
"numpy": "numpy>=1.17",
|
"numpy": "numpy>=1.17,<2.0",
|
||||||
"onnxconverter-common": "onnxconverter-common",
|
"onnxconverter-common": "onnxconverter-common",
|
||||||
"onnxruntime-tools": "onnxruntime-tools>=1.4.2",
|
"onnxruntime-tools": "onnxruntime-tools>=1.4.2",
|
||||||
"onnxruntime": "onnxruntime>=1.4.0",
|
"onnxruntime": "onnxruntime>=1.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user