mirror of https://github.com/coqui-ai/TTS.git
parent
10195c4eba
commit
669966d963
|
@ -1,12 +1,14 @@
|
||||||
# core deps
|
# core deps
|
||||||
numpy==1.21.6
|
numpy==1.21.6;python_version<"3.10"
|
||||||
|
numpy==1.22.4;python_version=="3.10"
|
||||||
cython==0.29.28
|
cython==0.29.28
|
||||||
scipy>=1.4.0
|
scipy>=1.4.0
|
||||||
torch>=1.7
|
torch>=1.7
|
||||||
torchaudio
|
torchaudio
|
||||||
soundfile
|
soundfile
|
||||||
librosa==0.8.0
|
librosa==0.8.0
|
||||||
numba==0.55.1
|
numba==0.55.1;python_version<"3.10"
|
||||||
|
numba==0.55.2;python_version=="3.10"
|
||||||
inflect
|
inflect
|
||||||
tqdm
|
tqdm
|
||||||
anyascii
|
anyascii
|
||||||
|
|
Loading…
Reference in New Issue