mirror of https://github.com/coqui-ai/TTS.git
chore: remove obsolete numba requirement for python<3.9
The repository requires Python>=3.9, so this is obsolete.
This commit is contained in:
parent
6fef4f9067
commit
871b1ce6be
|
@ -8,8 +8,7 @@ torchaudio
|
|||
soundfile==0.12.*
|
||||
librosa==0.10.*
|
||||
scikit-learn==1.3.0
|
||||
numba==0.55.1;python_version<"3.9"
|
||||
numba==0.57.0;python_version>="3.9"
|
||||
numba==0.57.0
|
||||
inflect==5.6.*
|
||||
tqdm==4.64.*
|
||||
anyascii==0.3.*
|
||||
|
|
Loading…
Reference in New Issue