"...networks/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "51be3ad2f9d42319a5ba2a3dbb9206709c7b32c3"
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 = [
"sphinxext-opengraph==0.4.1",
"sphinx-intl",
"starlette",
"tensorflow-cpu>=2.3",
"tensorflow>=2.3",
"tensorflow-cpu>=2.3,<2.7",
"tensorflow>=2.3,<2.7",
"timeout-decorator",
"timm",
"tokenizers>=0.10.1,<0.11",
......
......@@ -62,8 +62,8 @@ deps = {
"sphinxext-opengraph": "sphinxext-opengraph==0.4.1",
"sphinx-intl": "sphinx-intl",
"starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow": "tensorflow>=2.3",
"tensorflow-cpu": "tensorflow-cpu>=2.3,<2.7",
"tensorflow": "tensorflow>=2.3,<2.7",
"timeout-decorator": "timeout-decorator",
"timm": "timm",
"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