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
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ setup(
"scipy>=0.19.0", "scipy>=0.19.0",
"torch>=1.5", "torch>=1.5",
"numpy>=1.16.0", "numpy>=1.16.0",
"numba==0.48.0",
"librosa==0.6.2", "librosa==0.6.2",
"unidecode==0.4.20", "unidecode==0.4.20",
"attrdict", "attrdict",