From 09a6155fb0681c9cc9c4e275637184ccf6aaa630 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, 20 Feb 2025 13:07:47 +0800 Subject: [PATCH] Apply suggestions from code review --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f439a91a..71e7aaf2a 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ base = [ "hyperpyyaml", "inflect", "jsonlines", - "numpy>=2.0.0", + "numpy", "librosa", determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0 "loguru",