From 7d5a2a9de32a6cd707642dbc7113c6f0c038d590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:15:33 -0400 Subject: [PATCH] Update huggingface-hub requirement from <0.26,>=0.23.4 to >=0.23.4,<0.27 (#814) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a513215a3..e089abed3 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ ] extra_deps['hf'] = [ - 'huggingface_hub>=0.23.4,<0.26', + 'huggingface_hub>=0.23.4,<0.27', ] extra_deps['testing'] = [