Merge pull request #438 from xeb/master

Locking version of numba to match librosa
This commit is contained in:
Eren Gölge
2020-06-19 10:20:32 +02:00
committed by GitHub
+1
View File
@@ -94,6 +94,7 @@ setup(
"scipy>=0.19.0",
"torch>=1.5",
"numpy>=1.16.0",
"numba==0.48.0",
"librosa==0.6.2",
"unidecode==0.4.20",
"attrdict",