diff --git a/setup.py b/setup.py index a7840568..edffc801 100644 --- a/setup.py +++ b/setup.py @@ -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",