From d4fa7931ec9ee78287b7b0c4a70b46c91bf1906d Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Thu, 8 Aug 2024 11:24:04 -0400 Subject: [PATCH] Widen build dependencies to get build unbroken. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 67ad185..de8809f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ test = tox torch nnaudio - numpy==1.21.6 + numpy>=1.22 librosa>=0.9,<0.10 tensorflow>=2.4,<2.11; sys_platform != 'darwin' or platform.machine != 'arm64' tensorflow-macos>=2.4,<2.11; sys_platform == 'darwin' and platform.machine == 'arm64'