From 85596ae96a96465d97064e8cc3b439616e4a0d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:07:42 +0000 Subject: [PATCH] chore(deps): update huggingface-hub requirement from <1.0.0 to <2.0.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.0.1...v1.12.2) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 459d7bf..12fc87c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "hf-xet", # Qwen3 does not support newer versions of Hugging Face libraries at this time. # Celune will use Transformers 4.x for the time being. - "huggingface-hub<1.0.0", + "huggingface-hub<2.0.0", "transformers<5.0.0", # For later usage in VoxCPM2, if the optimization path is fixed. # "triton>=3.6.0; sys_platform == 'linux'", diff --git a/requirements.txt b/requirements.txt index 70ca17b..e31e9ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ voxcpm>=2.0.0,<2.1.0 hf-xet # Qwen3 does not support newer versions of Hugging Face libraries at this time. # Celune will use Transformers 4.x for the time being. -huggingface-hub<1.0.0 +huggingface-hub<2.0.0 transformers<5.0.0 # For later usage in VoxCPM2, if the optimization path is fixed. # triton>=3.6.0; sys_platform == 'linux'