From eaf0c206f8331bed26200cd4a9a18f756e6747fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:05:16 +0000 Subject: [PATCH] Update huggingface-hub requirement from >=1.5.0 to >=1.20.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/v1.5.0...v1.20.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.20.0 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 441c1b3..3b8f6fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.12" authors = [ { name = "Project Neura", email = "central@projectneura.org" } ] -dependencies = ["fastapi", "uvicorn", "pydantic", "nvidia-ml-py", "psutil", "matplotlib", "huggingface-hub>=1.5.0"] +dependencies = ["fastapi", "uvicorn", "pydantic", "nvidia-ml-py", "psutil", "matplotlib", "huggingface-hub>=1.20.0"] [project.optional-dependencies] all = ["py-cpuinfo"]