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
|
||||
librosa>=0.10.0
|
||||
scikit-learn>=1.3.0
|
||||
numba==0.55.1;python_version<"3.9"
|
||||
numba>=0.57.0;python_version>="3.9"
|
||||
inflect>=5.6.0
|
||||
tqdm>=4.64.1
|
||||
|
@ -54,4 +53,4 @@ encodec>=0.1.1
|
|||
# deps for XTTS
|
||||
unidecode>=1.3.2
|
||||
num2words
|
||||
spacy[ja]>=3
|
||||
spacy[ja]>=3
|
||||
|
|
Loading…
Reference in New Issue