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
commit 3366328126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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