From 8e6649119eaf9ce65cb8fb432ed851cb34229b24 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:25:49 +0200 Subject: [PATCH] Do not test audio with numpy-2.1 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c45d210b8b4..d3537a520ef 100644 --- a/setup.py +++ b/setup.py @@ -194,6 +194,7 @@ NUMPY2_INCOMPATIBLE_LIBRARIES = [ "faiss-cpu", + "librosa", # librosa -> numba-0.60.0 requires numpy < 2.1 (see GH-7111) "tensorflow", "transformers", ]