Skip to content

Commit

Permalink
Update huggingface-hub requirement from <0.27,>=0.23.4 to >=0.23.4,<0.28
Browse files Browse the repository at this point in the history
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.23.4...v0.27.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 63e8907 commit a856269
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 @@ -125,7 +125,7 @@
]

extra_deps['hf'] = [
'huggingface_hub>=0.23.4,<0.27',
'huggingface_hub>=0.23.4,<0.28',
]

extra_deps['testing'] = [
Expand Down

0 comments on commit a856269

Please sign in to comment.