Skip to content

Commit fd76845

Browse files
Add transformers and scipy to dependency table (huggingface#348)
uP
1 parent b1fe170 commit fd76845

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,20 @@
8383
"filelock",
8484
"flake8>=3.8.3",
8585
"hf-doc-builder>=0.3.0",
86-
"huggingface-hub>=0.8.1,<1.0",
86+
"huggingface-hub>=0.8.1",
8787
"importlib_metadata",
8888
"isort>=5.5.4",
8989
"modelcards==0.1.4",
9090
"numpy",
9191
"pytest",
9292
"pytest-timeout",
9393
"pytest-xdist",
94+
"scipy",
9495
"regex!=2019.12.17",
9596
"requests",
9697
"tensorboard",
9798
"torch>=1.4",
99+
"transformers>=4.21.0",
98100
]
99101

100102
# this is a lookup table with items like:

src/diffusers/dependency_versions_table.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
"filelock": "filelock",
1010
"flake8": "flake8>=3.8.3",
1111
"hf-doc-builder": "hf-doc-builder>=0.3.0",
12-
"huggingface-hub": "huggingface-hub>=0.8.1,<1.0",
12+
"huggingface-hub": "huggingface-hub>=0.8.1",
1313
"importlib_metadata": "importlib_metadata",
1414
"isort": "isort>=5.5.4",
1515
"modelcards": "modelcards==0.1.4",
1616
"numpy": "numpy",
1717
"pytest": "pytest",
1818
"pytest-timeout": "pytest-timeout",
1919
"pytest-xdist": "pytest-xdist",
20+
"scipy": "scipy",
2021
"regex": "regex!=2019.12.17",
2122
"requests": "requests",
2223
"tensorboard": "tensorboard",
2324
"torch": "torch>=1.4",
25+
"transformers": "transformers>=4.21.0",
2426
}

0 commit comments

Comments
 (0)