From 67ffa7558663b611e6e85b5e8a4bdb5d0de428ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:25:56 +0000 Subject: [PATCH] Update huggingface-hub requirement from <=0.25.2 to <=0.26.2 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.0.1...v0.26.2) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7be115f5..cddea599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "Requests", "retina_face", "ammico-lavis>=1.0.2.3", - "huggingface-hub<=0.25.2", + "huggingface-hub<=0.26.2", "setuptools", "spacy<=3.7.5", "tensorflow>=2.13.0",