mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Test hfh v0.27.0.rc1
This commit is contained in:
parent
66531a1ec3
commit
a1ad329833
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -117,7 +117,7 @@ _deps = [
|
|||
"fugashi>=1.0",
|
||||
"GitPython<3.1.19",
|
||||
"hf-doc-builder>=0.3.0",
|
||||
"huggingface-hub>=0.24.0,<1.0",
|
||||
"huggingface-hub==v0.27.0.rc1",
|
||||
"importlib_metadata",
|
||||
"ipadic>=1.0.0,<2.0",
|
||||
"isort>=5.5.4",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ deps = {
|
|||
"fugashi": "fugashi>=1.0",
|
||||
"GitPython": "GitPython<3.1.19",
|
||||
"hf-doc-builder": "hf-doc-builder>=0.3.0",
|
||||
"huggingface-hub": "huggingface-hub>=0.24.0,<1.0",
|
||||
"huggingface-hub": "huggingface-hub==v0.27.0.rc1",
|
||||
"importlib_metadata": "importlib_metadata",
|
||||
"ipadic": "ipadic>=1.0.0,<2.0",
|
||||
"isort": "isort>=5.5.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue