Skip to content

Commit b366ae3

Browse files
authored
update huggingface sdk to solve date parsing issue huggingface/huggingface_hub#2671 (#725)
1 parent 32ecb72 commit b366ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/huggingface/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "modelgauge"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.10"
11-
huggingface-hub = "^0.25.0"
11+
huggingface-hub = "^0.26.3"
1212

1313
[build-system]
1414
requires = ["poetry-core"]

0 commit comments

Comments
 (0)