Skip to content

Commit

Permalink
Pin HuggingFace Hub dependency (huggingface#11502)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored and Iwontbecreative committed Jul 15, 2021
1 parent b790f27 commit 9da85e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"flake8>=3.8.3",
"flax>=0.3.2",
"fugashi>=1.0",
"huggingface-hub>=0.0.8",
"huggingface-hub==0.0.8",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"flake8": "flake8>=3.8.3",
"flax": "flax>=0.3.2",
"fugashi": "fugashi>=1.0",
"huggingface-hub": "huggingface-hub>=0.0.8",
"huggingface-hub": "huggingface-hub==0.0.8",
"importlib_metadata": "importlib_metadata",
"ipadic": "ipadic>=1.0.0,<2.0",
"isort": "isort>=5.5.4",
Expand Down

0 comments on commit 9da85e0

Please sign in to comment.