"vscode:/vscode.git/clone" did not exist on "1fe1af27a089b0bbfd90a11ba06fa18f1ebce605"
Unverified Commit b132c170 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

update hf hub dependency to be compatible with the new tokenizers (#26301)

parent 26ba56cc
......@@ -118,7 +118,7 @@ _deps = [
"fugashi>=1.0",
"GitPython<3.1.19",
"hf-doc-builder>=0.3.0",
"huggingface-hub>=0.15.1,<1.0",
"huggingface-hub>=0.16.4,<1.0",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",
......
......@@ -25,7 +25,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.15.1,<1.0",
"huggingface-hub": "huggingface-hub>=0.16.4,<1.0",
"importlib_metadata": "importlib_metadata",
"ipadic": "ipadic>=1.0.0,<2.0",
"isort": "isort>=5.5.4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment