From 8f2a39947e2199193cf0ff9065903ba049fdfefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:47:55 +0000 Subject: [PATCH] Update huggingface-hub requirement from <1.0,>=0.20.3 to >=0.20.3,<2.0 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.20.3...v1.5.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8818f8c3..bff909df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dataclasses>=0.6,<1.0 datasets<4.6.0 evaluate==0.4.4 fuzzywuzzy>=0.18.0,<1.0 -huggingface_hub>=0.20.3,<1.0 +huggingface_hub>=0.20.3,<2.0 numpy>=1.26.4,<2.3.5 openpyxl>=3.0.10,<4.0.0 pandas>=2.1.4,<3.0.0