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
24298da5fc
commit
4eec70680e
|
@ -8,7 +8,6 @@ torchaudio
|
||||||
soundfile>=0.12.0
|
soundfile>=0.12.0
|
||||||
librosa>=0.10.0
|
librosa>=0.10.0
|
||||||
scikit-learn>=1.3.0
|
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;python_version>="3.9"
|
||||||
inflect>=5.6.0
|
inflect>=5.6.0
|
||||||
tqdm>=4.64.1
|
tqdm>=4.64.1
|
||||||
|
|
Loading…
Reference in New Issue