mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
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:
parent
1c37e8c1a6
commit
765732e92c
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user