mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
parent
cfd92c64f5
commit
a1faf22f2c
2
setup.py
2
setup.py
@ -130,7 +130,7 @@ _deps = [
|
||||
"keras>2.9,<2.16",
|
||||
"keras-nlp>=0.3.1,<0.14.0", # keras-nlp 0.14 doesn't support keras 2, see pin on keras.
|
||||
"librosa",
|
||||
"nltk",
|
||||
"nltk<=3.8.1",
|
||||
"natten>=0.14.6,<0.15.0",
|
||||
"numpy>=1.17",
|
||||
"onnxconverter-common",
|
||||
|
@ -36,7 +36,7 @@ deps = {
|
||||
"keras": "keras>2.9,<2.16",
|
||||
"keras-nlp": "keras-nlp>=0.3.1,<0.14.0",
|
||||
"librosa": "librosa",
|
||||
"nltk": "nltk",
|
||||
"nltk": "nltk<=3.8.1",
|
||||
"natten": "natten>=0.14.6,<0.15.0",
|
||||
"numpy": "numpy>=1.17",
|
||||
"onnxconverter-common": "onnxconverter-common",
|
||||
|
Loading…
Reference in New Issue
Block a user