Skip to content

Commit

Permalink
Update huggingface-hub requirement from <0.25,>=0.23.4 to >=0.23.4,<0.26
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.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 0d59dcf commit 44ada44
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 @@ -124,7 +124,7 @@
]

extra_deps['hf'] = [
'huggingface_hub>=0.23.4,<0.25',
'huggingface_hub>=0.23.4,<0.26',
]

extra_deps['testing'] = [
Expand Down

0 comments on commit 44ada44

Please sign in to comment.