mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Pin TF until tests are fixed (#14283)
* Pin TF until tests are fixed * Also pin TF CPU
This commit is contained in:
parent
b90a48f654
commit
a14d62b0b1
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user