[BUG] fix upper nltk version (#33301)

fix upper nltk version
This commit is contained in:
Yoach Lacombe 2024-09-04 18:28:08 +02:00 committed by GitHub
parent cfd92c64f5
commit a1faf22f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",