From cc38d05d06a4027c997593ca473592900e19773b Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Thu, 8 Aug 2024 12:45:34 -0400 Subject: [PATCH] Unpin librosa. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 537a8e3..8a975a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ tensorboard = matplotlib psutil nvsmi - librosa>=0.9,<0.10 + librosa>=0.9 test = coverage>=5.0.2 pytest>=7.1.1 @@ -59,7 +59,7 @@ test = torch nnaudio numpy>=1.22 - librosa>=0.9,<0.10 + librosa>=0.9 tensorflow>=2.4,<2.16; sys_platform != 'darwin' or platform.machine != 'arm64' tensorflow-macos>=2.4,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64'