TF 2.14 compatibility (#25630)

* Update the TF pin and see if anything breaks

* make fixup

* make fixup

* make fixup
This commit is contained in:
Matt
2023-08-22 13:13:38 +01:00
committed by GitHub
parent 3629190689
commit 62396cff46
3 changed files with 7 additions and 7 deletions

View File

@@ -166,9 +166,9 @@ _deps = [
"sudachipy>=0.6.6",
"sudachidict_core>=20220729",
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
"tensorflow-cpu>=2.6,<2.14",
"tensorflow>=2.6,<2.14",
"tensorflow-text<2.14",
"tensorflow-cpu>=2.6,<2.15",
"tensorflow>=2.6,<2.15",
"tensorflow-text<2.15",
"tf2onnx",
"timeout-decorator",
"timm",