Unverified Commit f7ab8c42 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pin TensorFlow (#20313)

parent b9826942
...@@ -157,7 +157,7 @@ _deps = [ ...@@ -157,7 +157,7 @@ _deps = [
"librosa", "librosa",
"starlette", "starlette",
"tensorflow-cpu>=2.3", "tensorflow-cpu>=2.3",
"tensorflow>=2.4", "tensorflow>=2.4,<2.10",
"tensorflow-text", "tensorflow-text",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",
......
...@@ -63,7 +63,7 @@ deps = { ...@@ -63,7 +63,7 @@ deps = {
"librosa": "librosa", "librosa": "librosa",
"starlette": "starlette", "starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3", "tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow": "tensorflow>=2.4", "tensorflow": "tensorflow>=2.4,<2.10",
"tensorflow-text": "tensorflow-text", "tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx", "tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator", "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