Compare commits

...

1 Commits

Author SHA1 Message Date
0313a8f259 Test hfh v0.33.0.rc0 2025-06-11 13:59:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ _deps = [
"GitPython<3.1.19",
"hf-doc-builder>=0.3.0",
"hf_xet",
"huggingface-hub>=0.30.0,<1.0",
"huggingface-hub==v0.33.0.rc0",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"jax>=0.4.1,<=0.4.13",

View File

@ -24,7 +24,7 @@ deps = {
"GitPython": "GitPython<3.1.19",
"hf-doc-builder": "hf-doc-builder>=0.3.0",
"hf_xet": "hf_xet",
"huggingface-hub": "huggingface-hub>=0.30.0,<1.0",
"huggingface-hub": "huggingface-hub==v0.33.0.rc0",
"importlib_metadata": "importlib_metadata",
"ipadic": "ipadic>=1.0.0,<2.0",
"jax": "jax>=0.4.1,<=0.4.13",