"examples/vscode:/vscode.git/clone" did not exist on "fd5320bb574ac86745d3aeb60ba2372abc4204ba"
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 = [ ...@@ -158,8 +158,8 @@ _deps = [
"sigopt", "sigopt",
"librosa", "librosa",
"starlette", "starlette",
"tensorflow-cpu>=2.4,<2.11", "tensorflow-cpu>=2.4,<2.12",
"tensorflow>=2.4,<2.11", "tensorflow>=2.4,<2.12",
"tensorflow-text", "tensorflow-text",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",
......
...@@ -64,8 +64,8 @@ deps = { ...@@ -64,8 +64,8 @@ deps = {
"sigopt": "sigopt", "sigopt": "sigopt",
"librosa": "librosa", "librosa": "librosa",
"starlette": "starlette", "starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.4,<2.11", "tensorflow-cpu": "tensorflow-cpu>=2.4,<2.12",
"tensorflow": "tensorflow>=2.4,<2.11", "tensorflow": "tensorflow>=2.4,<2.12",
"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