Skip to content

Commit

Permalink
Update huggingface-hub requirement from <0.25,>=0.21.2 to >=0.21.2,<0…
Browse files Browse the repository at this point in the history
….26 (#3637)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 30, 2024
1 parent 566d262 commit 71efd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def package_files(prefix: str, directory: str, extension: str):
extra_deps['nlp'] = [
'transformers>=4.11,!=4.34.0,<4.45',
'datasets>=2.4,<4',
'huggingface-hub>=0.21.2,<0.25',
'huggingface-hub>=0.21.2,<0.26',
]

extra_deps['peft'] = [
Expand Down

0 comments on commit 71efd58

Please sign in to comment.