From 8c55004ad96945b36d1df24a949750e686dab8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:15:31 +0000 Subject: [PATCH] chore(deps): update transformers requirement from <5.0.0 to <6.0.0 Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/0.1.2...v5.8.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.5.4 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 f3146dc..8d6a6de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ # 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", - "transformers<5.0.0", + "transformers<6.0.0", # For later usage in VoxCPM2, if the optimization path is fixed. # "triton>=3.6.0; sys_platform == 'linux'", # "triton-windows>=3.6.0; sys_platform == 'win32'", diff --git a/requirements.txt b/requirements.txt index 9ab5d89..b96d663 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ 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 -transformers<5.0.0 +transformers<6.0.0 # For later usage in VoxCPM2, if the optimization path is fixed. # triton>=3.6.0; sys_platform == 'linux' # triton-windows>=3.6.0; sys_platform == 'win32'