Unverified Commit a14d62b0 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pin TF until tests are fixed (#14283)

* Pin TF until tests are fixed

* Also pin TF CPU
parent b90a48f6
...@@ -151,8 +151,8 @@ _deps = [ ...@@ -151,8 +151,8 @@ _deps = [
"sphinxext-opengraph==0.4.1", "sphinxext-opengraph==0.4.1",
"sphinx-intl", "sphinx-intl",
"starlette", "starlette",
"tensorflow-cpu>=2.3", "tensorflow-cpu>=2.3,<2.7",
"tensorflow>=2.3", "tensorflow>=2.3,<2.7",
"timeout-decorator", "timeout-decorator",
"timm", "timm",
"tokenizers>=0.10.1,<0.11", "tokenizers>=0.10.1,<0.11",
......
...@@ -62,8 +62,8 @@ deps = { ...@@ -62,8 +62,8 @@ deps = {
"sphinxext-opengraph": "sphinxext-opengraph==0.4.1", "sphinxext-opengraph": "sphinxext-opengraph==0.4.1",
"sphinx-intl": "sphinx-intl", "sphinx-intl": "sphinx-intl",
"starlette": "starlette", "starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3", "tensorflow-cpu": "tensorflow-cpu>=2.3,<2.7",
"tensorflow": "tensorflow>=2.3", "tensorflow": "tensorflow>=2.3,<2.7",
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",
"timm": "timm", "timm": "timm",
"tokenizers": "tokenizers>=0.10.1,<0.11", "tokenizers": "tokenizers>=0.10.1,<0.11",
......
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