"tests/vscode:/vscode.git/clone" did not exist on "ffe60fdcd60c17c3f216694160c2521da90f984c"
Unverified Commit 37e01633 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Also pin TensorFlow CPU

parent a3f74580
......@@ -156,7 +156,7 @@ _deps = [
"sigopt",
"librosa",
"starlette",
"tensorflow-cpu>=2.3",
"tensorflow-cpu>=2.4,<2.11",
"tensorflow>=2.4,<2.11",
"tensorflow-text",
"tf2onnx",
......
......@@ -62,7 +62,7 @@ deps = {
"sigopt": "sigopt",
"librosa": "librosa",
"starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow-cpu": "tensorflow-cpu>=2.4,<2.11",
"tensorflow": "tensorflow>=2.4,<2.11",
"tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx",
......
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