Skip to content

Commit 12a4457

Browse files
committed
Pin good version of huggingface_hub
1 parent 986ac03 commit 12a4457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"flake8>=3.8.3",
101101
"flax>=0.3.4",
102102
"fugashi>=1.0",
103-
"huggingface-hub==0.0.11",
103+
"huggingface-hub==0.0.12",
104104
"importlib_metadata",
105105
"ipadic>=1.0.0,<2.0",
106106
"isort>=5.5.4",

src/transformers/dependency_versions_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"flake8": "flake8>=3.8.3",
1818
"flax": "flax>=0.3.4",
1919
"fugashi": "fugashi>=1.0",
20-
"huggingface-hub": "huggingface-hub==0.0.11",
20+
"huggingface-hub": "huggingface-hub==0.0.12",
2121
"importlib_metadata": "importlib_metadata",
2222
"ipadic": "ipadic>=1.0.0,<2.0",
2323
"isort": "isort>=5.5.4",

0 commit comments

Comments
 (0)