From 0fb7ffc679797a65899687196f9a863e958d2720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 19:01:39 +0000 Subject: [PATCH] chore(deps): update huggingface-hub requirement 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.0...v1.8.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.8.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 492a04b..de7d74e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] dependencies = [ "h5py>=3.15,<4", - "huggingface-hub>=0.20,<1", + "huggingface-hub>=0.20,<2", "numpy>=1.26,<3", "PyYAML>=6,<7", "scikit-survival>=0.25,<1",