From 48583b453aa590d1027643c8bf6316d8bdc7a772 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, 27 Feb 2025 11:12:30 +0800 Subject: [PATCH] Update setup.py (#3995) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71e7aaf2a..8039d9245 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ base = [ "inflect", "jsonlines", "numpy", - "librosa", + "librosa>=0.9", determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0 "loguru", determine_matplotlib_version(), # matplotlib or matplotlib<=3.8.4