TensorFlow: pin maximum version to 2.12 (#22364)

This commit is contained in:
Joao Gante
2023-03-24 18:45:03 +00:00
committed by GitHub
parent 3a7f5fa9d2
commit 88dae78f4d
4 changed files with 8 additions and 8 deletions

View File

@@ -165,9 +165,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.4,<2.12",
"tensorflow>=2.4,<2.12",
"tensorflow-text<2.12",
"tensorflow-cpu>=2.4,<2.13",
"tensorflow>=2.4,<2.13",
"tensorflow-text<2.13",
"tf2onnx",
"timeout-decorator",
"timm",