From 181ef31837591dbdc3d11a8da55fa6cefe900c94 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 11:34:04 +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 71e7aaf2a..0f439a91a 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ base = [ "hyperpyyaml", "inflect", "jsonlines", - "numpy", + "numpy>=2.0.0", "librosa", determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0 "loguru",