Pin TensorFlow to the next release (#20635)

This commit is contained in:
Sylvain Gugger
2022-12-06 18:28:59 -05:00
committed by GitHub
parent c95f84700c
commit 6c1a0b3931
2 changed files with 4 additions and 4 deletions

View File

@@ -158,8 +158,8 @@ _deps = [
"sigopt",
"librosa",
"starlette",
"tensorflow-cpu>=2.4,<2.11",
"tensorflow>=2.4,<2.11",
"tensorflow-cpu>=2.4,<2.12",
"tensorflow>=2.4,<2.12",
"tensorflow-text",
"tf2onnx",
"timeout-decorator",