Commit 251eb70c authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Also pin TF CPU

parent e4ef57a9
...@@ -127,7 +127,7 @@ _deps = [ ...@@ -127,7 +127,7 @@ _deps = [
"sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style. "sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style.
"sphinx==3.2.1", "sphinx==3.2.1",
"starlette", "starlette",
"tensorflow-cpu>=2.0", "tensorflow-cpu>=2.0,<2.4",
"tensorflow>=2.0,<2.4", "tensorflow>=2.0,<2.4",
"timeout-decorator", "timeout-decorator",
"tokenizers==0.9.4", "tokenizers==0.9.4",
......
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