Pin max tf version (#18818)

This commit is contained in:
Joao Gante
2022-08-31 09:07:53 +01:00
committed by GitHub
parent 5c4c869014
commit fea4636cfa
2 changed files with 4 additions and 4 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",