From 4fabdd494be20414282db86f4c05bc130fdd506b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:20:55 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /backend/python/coqui directory: torch and [transformers](https://github.com/huggingface/transformers). Updates `torch` from 2.4.1 to 2.7.1+cpu Updates `transformers` from 4.48.3 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cpu dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements-cpu.txt | 4 ++-- backend/python/coqui/requirements-cublas12.txt | 4 ++-- backend/python/coqui/requirements-hipblas.txt | 4 ++-- backend/python/coqui/requirements-intel.txt | 4 ++-- backend/python/coqui/requirements-mps.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/python/coqui/requirements-cpu.txt b/backend/python/coqui/requirements-cpu.txt index 08654a4ca3ef..30938ff94d63 100644 --- a/backend/python/coqui/requirements-cpu.txt +++ b/backend/python/coqui/requirements-cpu.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu -transformers==4.48.3 +transformers==5.0.0rc3 accelerate -torch==2.4.1 +torch==2.7.1+cpu torchaudio==2.4.1 coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-cublas12.txt b/backend/python/coqui/requirements-cublas12.txt index 53ed2ebc760c..ecf3296a8eac 100644 --- a/backend/python/coqui/requirements-cublas12.txt +++ b/backend/python/coqui/requirements-cublas12.txt @@ -1,5 +1,5 @@ -torch==2.4.1 +torch==2.7.1+cpu torchaudio==2.4.1 -transformers==4.48.3 +transformers==5.0.0rc3 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt index 8e7d034591e3..adb04be2ae09 100644 --- a/backend/python/coqui/requirements-hipblas.txt +++ b/backend/python/coqui/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.4 -torch==2.8.0+rocm6.4 +torch==2.7.1+cpu torchaudio==2.8.0+rocm6.4 -transformers==4.48.3 +transformers==5.0.0rc3 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-intel.txt b/backend/python/coqui/requirements-intel.txt index 3a854b87573e..a81d57bb5958 100644 --- a/backend/python/coqui/requirements-intel.txt +++ b/backend/python/coqui/requirements-intel.txt @@ -1,8 +1,8 @@ --extra-index-url https://download.pytorch.org/whl/xpu -torch==2.8.0+xpu +torch==2.7.1+cpu torchaudio==2.8.0+xpu optimum[openvino] setuptools -transformers==4.48.3 +transformers==5.0.0rc3 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-mps.txt b/backend/python/coqui/requirements-mps.txt index f2883e9778c8..48b26b852f1e 100644 --- a/backend/python/coqui/requirements-mps.txt +++ b/backend/python/coqui/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 -transformers==4.48.3 +torch==2.7.1+cpu +transformers==5.0.0rc3 accelerate coqui-tts