Unverified Commit 4989e73e authored by Matt's avatar Matt Committed by GitHub
Browse files

Update the TF pin for 2.15 (#27375)

* Move the TF pin for 2.15

* make fixup
parent 69c9b89f
tensorflow<2.15 tensorflow<2.16
keras<2.15 keras<2.16
tensorboard tensorboard
scikit-learn scikit-learn
seqeval seqeval
......
...@@ -127,7 +127,7 @@ _deps = [ ...@@ -127,7 +127,7 @@ _deps = [
"jieba", "jieba",
"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.15", "keras<2.16",
"keras-nlp>=0.3.1", "keras-nlp>=0.3.1",
"librosa", "librosa",
"nltk", "nltk",
...@@ -169,9 +169,9 @@ _deps = [ ...@@ -169,9 +169,9 @@ _deps = [
"sudachidict_core>=20220729", "sudachidict_core>=20220729",
"tensorboard", "tensorboard",
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly # TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
"tensorflow-cpu>=2.6,<2.15", "tensorflow-cpu>=2.6,<2.16",
"tensorflow>=2.6,<2.15", "tensorflow>=2.6,<2.16",
"tensorflow-text<2.15", "tensorflow-text<2.16",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",
"timm", "timm",
......
...@@ -33,7 +33,7 @@ deps = { ...@@ -33,7 +33,7 @@ deps = {
"jaxlib": "jaxlib>=0.4.1,<=0.4.13", "jaxlib": "jaxlib>=0.4.1,<=0.4.13",
"jieba": "jieba", "jieba": "jieba",
"kenlm": "kenlm", "kenlm": "kenlm",
"keras": "keras<2.15", "keras": "keras<2.16",
"keras-nlp": "keras-nlp>=0.3.1", "keras-nlp": "keras-nlp>=0.3.1",
"librosa": "librosa", "librosa": "librosa",
"nltk": "nltk", "nltk": "nltk",
...@@ -74,9 +74,9 @@ deps = { ...@@ -74,9 +74,9 @@ deps = {
"sudachipy": "sudachipy>=0.6.6", "sudachipy": "sudachipy>=0.6.6",
"sudachidict_core": "sudachidict_core>=20220729", "sudachidict_core": "sudachidict_core>=20220729",
"tensorboard": "tensorboard", "tensorboard": "tensorboard",
"tensorflow-cpu": "tensorflow-cpu>=2.6,<2.15", "tensorflow-cpu": "tensorflow-cpu>=2.6,<2.16",
"tensorflow": "tensorflow>=2.6,<2.15", "tensorflow": "tensorflow>=2.6,<2.16",
"tensorflow-text": "tensorflow-text<2.15", "tensorflow-text": "tensorflow-text<2.16",
"tf2onnx": "tf2onnx", "tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",
"timm": "timm", "timm": "timm",
......
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