Skip to content

Commit 886c5da

Browse files
build(deps): update huggingface-hub requirement from >=0.30,<0.35 to >=0.30,<1.3 (#2139)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22e79cb commit 886c5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
# download models:
29-
"huggingface-hub>=0.30,<0.35",
29+
"huggingface-hub>=0.30,<1.3",
3030
"jsonargparse[signatures]>=4.37,<=4.41; python_version>='3.10'", # required to work with Python >=3.10
3131
"lightning>=2.5",
3232
"psutil==7.1.3",

0 commit comments

Comments
 (0)