Unverified Commit 765732e9 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

unpin `numpy<2.0` (#32018)



* unpin np

* [test_all] trigger full CI

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 1c37e8c1
......@@ -132,7 +132,7 @@ _deps = [
"librosa",
"nltk",
"natten>=0.14.6,<0.15.0",
"numpy>=1.17,<2.0",
"numpy>=1.17",
"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,<2.0",
"numpy": "numpy>=1.17",
"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