From 6d1c556d78d7ff01cf22eabd451365d4b22da2ce Mon Sep 17 00:00:00 2001 From: liyulingyue <852433440@qq.com> Date: Wed, 19 Feb 2025 05:45:38 +0800 Subject: [PATCH] fit with librosa --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 881b06deb..71e7aaf2a 100644 --- a/setup.py +++ b/setup.py @@ -88,9 +88,8 @@ base = [ "hyperpyyaml", "inflect", "jsonlines", - # paddleaudio align with librosa==0.8.1, which need numpy==1.23.x - "numpy==1.23.5", - "librosa==0.8.1", + "numpy", + "librosa", determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0 "loguru", determine_matplotlib_version(), # matplotlib or matplotlib<=3.8.4