From 24591c050a6046507088ac97241d45545f123e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:25:54 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b15dedbac..7b328b0f3 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,9 @@ base = [ # paddleaudio align with librosa==0.8.1, which need numpy==1.23.x "numpy==1.23.5", "librosa==0.8.1", - "scipy>=1.4.0, <=1.12.0", + "scipy", "loguru", - "matplotlib<=3.8.4", + "matplotlib", "nara_wpe", "onnxruntime>=1.11.0", "opencc==1.1.6",