From 44ada44d4a416ae0d2873ae5facb30c043ff8beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:13:59 +0000 Subject: [PATCH] Update huggingface-hub requirement from <0.25,>=0.23.4 to >=0.23.4,<0.26 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](https://github.com/huggingface/huggingface_hub/compare/v0.23.4...v0.25.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea4528481..22e115c7d 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ ] extra_deps['hf'] = [ - 'huggingface_hub>=0.23.4,<0.25', + 'huggingface_hub>=0.23.4,<0.26', ] extra_deps['testing'] = [