unpin numpy<2.0 (#32018)

* unpin np

* [test_all] trigger full CI

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-07-18 11:26:01 +02:00
committed by GitHub
parent 1c37e8c1a6
commit 765732e92c
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,<2.0",
"numpy>=1.17",
"onnxconverter-common",
"onnxruntime-tools>=1.4.2",
"onnxruntime>=1.4.0",