Skip to content

Commit

Permalink
Update huggingface-hub requirement from <0.24.0,>=0.8.1 to >=0.8.1,<0…
Browse files Browse the repository at this point in the history
….25.0 (#239)

* Update huggingface-hub requirement

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.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Walsh <[email protected]>
  • Loading branch information
dependabot[bot] and epwalsh authored Nov 20, 2024
1 parent eea3368 commit 904a4e3
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.24.0",
"huggingface-hub>=0.8.1,<0.27.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 904a4e3

Please sign in to comment.