From 9f83b6797f26be631d7717bcb8be53e59846f596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 15 Jun 2020 11:41:42 +0200 Subject: [PATCH] handling librosa conflict with numba https://github.com/librosa/librosa/issues/1160 --- requirements_tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_tests.txt b/requirements_tests.txt index 1e0615b2..5aacdb56 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,5 @@ numpy>=1.16.0 +numba==0.48 torch>=0.4.1 tensorflow>=2.2 librosa>=0.5.1