Unverified Commit fea4636c authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

Pin max tf version (#18818)

parent 5c4c8690
......@@ -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",
......
......@@ -60,8 +60,8 @@ deps = {
"sigopt": "sigopt",
"librosa": "librosa",
"starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow": "tensorflow>=2.3",
"tensorflow-cpu": "tensorflow-cpu>=2.3,<2.10",
"tensorflow": "tensorflow>=2.3,<2.10",
"tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment