From 748a5f9d5c36ed6f1f2c8fb67aa66a366314635b Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Fri, 19 Jul 2024 18:18:16 +0800 Subject: [PATCH] fix (#3818) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 030f7f88..941639e7 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 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", + "scipy>=1.4.0, <=1.12.0", "loguru", "matplotlib", "nara_wpe",