Support for TF >= 2.7 (#14345)

This commit is contained in:
Sylvain Gugger
2021-11-09 18:49:29 -05:00
committed by GitHub
parent e81d8d7fa9
commit 46d0cdae40
3 changed files with 5 additions and 5 deletions

View File

@@ -151,8 +151,8 @@ _deps = [
"sphinxext-opengraph==0.4.1",
"sphinx-intl",
"starlette",
"tensorflow-cpu>=2.3,<2.7",
"tensorflow>=2.3,<2.7",
"tensorflow-cpu>=2.3",
"tensorflow>=2.3",
"timeout-decorator",
"timm",
"tokenizers>=0.10.1,<0.11",