Update the TF pin for 2.15 (#27375)
* Move the TF pin for 2.15 * make fixup
This commit is contained in:
8
setup.py
8
setup.py
@@ -127,7 +127,7 @@ _deps = [
|
||||
"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<2.16",
|
||||
"keras-nlp>=0.3.1",
|
||||
"librosa",
|
||||
"nltk",
|
||||
@@ -169,9 +169,9 @@ _deps = [
|
||||
"sudachidict_core>=20220729",
|
||||
"tensorboard",
|
||||
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
|
||||
"tensorflow-cpu>=2.6,<2.15",
|
||||
"tensorflow>=2.6,<2.15",
|
||||
"tensorflow-text<2.15",
|
||||
"tensorflow-cpu>=2.6,<2.16",
|
||||
"tensorflow>=2.6,<2.16",
|
||||
"tensorflow-text<2.16",
|
||||
"tf2onnx",
|
||||
"timeout-decorator",
|
||||
"timm",
|
||||
|
||||
Reference in New Issue
Block a user