Commit e4ef57a9 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Pin TF to < 2.4

parent df3f4d2a
...@@ -128,7 +128,7 @@ _deps = [ ...@@ -128,7 +128,7 @@ _deps = [
"sphinx==3.2.1", "sphinx==3.2.1",
"starlette", "starlette",
"tensorflow-cpu>=2.0", "tensorflow-cpu>=2.0",
"tensorflow>=2.0", "tensorflow>=2.0,<2.4",
"timeout-decorator", "timeout-decorator",
"tokenizers==0.9.4", "tokenizers==0.9.4",
"torch>=1.0", "torch>=1.0",
......
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