From 521179e25dd309772a7896cc67757650b0c061b7 Mon Sep 17 00:00:00 2001 From: serg06 Date: Thu, 29 Oct 2020 00:05:18 -0400 Subject: [PATCH] Update requirements.txt This is a fix for this version of librosa accidentally installing a version of numba that is too new (numba==0.51.2) and breaking. https://github.com/librosa/librosa/issues/1160 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa7140a6..653c6ffa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ numpy==1.16.2 librosa==0.6.3 +numba==0.48 matplotlib unidecode inflect -nltk \ No newline at end of file +nltk