Skip to content

Commit 4f8747d

Browse files
build(deps): update huggingface-hub requirement from <0.33,>=0.30 to >=0.30,<0.35 (#2119)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 0c92df0 commit 4f8747d

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.33",
29+
"huggingface-hub>=0.30,<0.35",
3030
"jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9
3131
"jsonargparse[signatures]>=4.37; python_version>'3.9'", # required to work with python3.12+
3232
"lightning>=2.5",

0 commit comments

Comments
 (0)