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

Pin TensorFlow to the next release (#20635)

parent c95f8470
......@@ -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",
......
......@@ -64,8 +64,8 @@ deps = {
"sigopt": "sigopt",
"librosa": "librosa",
"starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.4,<2.11",
"tensorflow": "tensorflow>=2.4,<2.11",
"tensorflow-cpu": "tensorflow-cpu>=2.4,<2.12",
"tensorflow": "tensorflow>=2.4,<2.12",
"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