From b4764cf91f7d6da4da0174466691935effc785b1 Mon Sep 17 00:00:00 2001 From: samiabat Date: Tue, 29 Jul 2025 00:33:02 +0300 Subject: [PATCH] add fix --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d5843ba..9c4ca3ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -# Requirements aligned with original GPT-SoVITS app -# Core scientific computing - MATCHING ORIGINAL -numpy==1.23.4 +# Requirements aligned with original GPT-SoVITS app - CONFLICT RESOLVED +# Core scientific computing - MINIMAL CHANGE TO FIX CONFLICT +numpy==1.23.5 # Changed from 1.23.4 to satisfy tensorflow>=1.23.5 requirement scipy==1.13.1 numba==0.56.4 # TensorFlow ecosystem - MATCHING ORIGINAL tensorboard==2.19.0 -tensorflow==2.15.0 # Compatible with tensorboard 2.19.0 +tensorflow==2.15.0 # PyTorch ecosystem - MATCHING ORIGINAL torch>=2.1.0