Skip to content

Commit

Permalink
Update huggingface-hub requirement (#193)
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.17.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>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 02457cb commit 40b0216
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.13",
"boto3>=1.0,<2.0",
"google-cloud-storage>=1.32.0,<3.0",
"huggingface-hub>=0.8.1,<0.17.0",
"huggingface-hub>=0.8.1,<0.18.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 40b0216

Please sign in to comment.