Skip to content

Commit

Permalink
Update huggingface-hub requirement (#230)
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.8.1...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete <[email protected]>
  • Loading branch information
dependabot[bot] and epwalsh authored Jun 20, 2024
1 parent a45c796 commit 5c12626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"filelock>=3.4,<3.14",
"boto3>=1.0,<2.0",
"google-cloud-storage>=1.32.0,<3.0",
"huggingface-hub>=0.8.1,<0.22.0",
"huggingface-hub>=0.8.1,<0.24.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5c12626

Please sign in to comment.