Skip to content

Commit 8753c74

Browse files
Update huggingface-hub requirement from <0.32,>=0.21.2 to >=0.21.2,<0.33 (#3870)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5136435 commit 8753c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def package_files(prefix: str, directory: str, extension: str):
176176
extra_deps['nlp'] = [
177177
'transformers>=4.11,!=4.34.0,<4.52',
178178
'datasets>=2.4,<4',
179-
'huggingface-hub>=0.21.2,<0.32',
179+
'huggingface-hub>=0.21.2,<0.33',
180180
]
181181

182182
extra_deps['peft'] = [

0 commit comments

Comments
 (0)