"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "89be094e29f70dce2ed9291edf59bb56828cc5bd"
Unverified Commit 3345ae73 authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

dependencies: `keras-nlp<0.14` pin (#31684)

* keras nlp pin

* this should use the new docker images:dev

* dev-ci
parent e6550295
...@@ -128,7 +128,7 @@ _deps = [ ...@@ -128,7 +128,7 @@ _deps = [
"kenlm", "kenlm",
# Keras pin - this is to make sure Keras 3 doesn't destroy us. Remove or change when we have proper support. # 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>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", "librosa",
"nltk", "nltk",
"natten>=0.14.6,<0.15.0", "natten>=0.14.6,<0.15.0",
......
...@@ -34,7 +34,7 @@ deps = { ...@@ -34,7 +34,7 @@ deps = {
"jinja2": "jinja2>=3.1.0", "jinja2": "jinja2>=3.1.0",
"kenlm": "kenlm", "kenlm": "kenlm",
"keras": "keras>2.9,<2.16", "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", "librosa": "librosa",
"nltk": "nltk", "nltk": "nltk",
"natten": "natten>=0.14.6,<0.15.0", "natten": "natten>=0.14.6,<0.15.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment