"...resnet50_tensorflow.git" did not exist on "463dc2d045b30a56d8025c62a922a3a2ffaa1a41"
Unverified Commit cbd278f0 authored by Matt's avatar Matt Committed by GitHub
Browse files

Pin Keras for now (#26904)

* Pin Keras for now out of paranoia

* Add the keras pin to _tests_requirements.txt too

* Make sure the Keras version matches the TF one

* make fixup
parent 73dc23f7
tensorflow<2.15
keras<2.15
tensorboard
scikit-learn
seqeval
......
......@@ -125,6 +125,8 @@ _deps = [
"jaxlib>=0.4.1,<=0.4.13",
"jieba",
"kenlm",
# Keras pin - this is to make sure Keras 3 doesn't destroy us. Remove or change when we have proper support.
"keras<2.15",
"keras-nlp>=0.3.1",
"librosa",
"nltk",
......
......@@ -32,6 +32,7 @@ deps = {
"jaxlib": "jaxlib>=0.4.1,<=0.4.13",
"jieba": "jieba",
"kenlm": "kenlm",
"keras": "keras<2.15",
"keras-nlp": "keras-nlp>=0.3.1",
"librosa": "librosa",
"nltk": "nltk",
......
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