Locking version of numba to match librosa

This commit is contained in:
Mark Kockerbeck
2020-06-18 22:15:38 -07:00
parent 669776ae85
commit 84dfd9426d

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",