Revert "TF: unpin maximum TF version (#18917)" (#18972)

This reverts commit d8cf3b2087.
This commit is contained in:
Sylvain Gugger
2022-09-10 09:11:46 -04:00
committed by GitHub
parent d8cf3b2087
commit a26114777e
7 changed files with 11 additions and 11 deletions

View File

@@ -154,8 +154,8 @@ _deps = [
"sigopt",
"librosa",
"starlette",
"tensorflow-cpu>=2.3",
"tensorflow>=2.3",
"tensorflow-cpu>=2.3,<2.10",
"tensorflow>=2.3,<2.10",
"tensorflow-text",
"tf2onnx",
"timeout-decorator",