Compare commits

...

2 Commits

Author SHA1 Message Date
Wauplin
fdb1205e70 fix deps version 2023-07-05 10:12:46 +02:00
Wauplin
f84d1d8add [don't merge] Test hfh v0.16.0.rc0 2023-07-04 16:28:53 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ _deps = [
"filelock",
"flax>=0.4.1",
"hf-doc-builder>=0.3.0",
"huggingface-hub>=0.13.2",
"huggingface-hub==v0.16.0.rc0",
"requests-mock==1.10.0",
"importlib_metadata",
"isort>=5.5.4",

View File

@@ -10,7 +10,7 @@ deps = {
"filelock": "filelock",
"flax": "flax>=0.4.1",
"hf-doc-builder": "hf-doc-builder>=0.3.0",
"huggingface-hub": "huggingface-hub>=0.13.2",
"huggingface-hub": "huggingface-hub==v0.16.0.rc0",
"requests-mock": "requests-mock==1.10.0",
"importlib_metadata": "importlib_metadata",
"isort": "isort>=5.5.4",