mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
dependencies: keras-nlp<0.14 pin (#31684)
* keras nlp pin * this should use the new docker images:dev * dev-ci
This commit is contained in:
parent
e655029515
commit
3345ae733b
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -128,7 +128,7 @@ _deps = [
|
|||
"kenlm",
|
||||
# Keras pin - this is to make sure Keras 3 doesn't destroy us. Remove or change when we have proper support.
|
||||
"keras>2.9,<2.16",
|
||||
"keras-nlp>=0.3.1",
|
||||
"keras-nlp>=0.3.1,<0.14.0", # keras-nlp 0.14 doesn't support keras 2, see pin on keras.
|
||||
"librosa",
|
||||
"nltk",
|
||||
"natten>=0.14.6,<0.15.0",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ deps = {
|
|||
"jinja2": "jinja2>=3.1.0",
|
||||
"kenlm": "kenlm",
|
||||
"keras": "keras>2.9,<2.16",
|
||||
"keras-nlp": "keras-nlp>=0.3.1",
|
||||
"keras-nlp": "keras-nlp>=0.3.1,<0.14.0",
|
||||
"librosa": "librosa",
|
||||
"nltk": "nltk",
|
||||
"natten": "natten>=0.14.6,<0.15.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue