mirror of https://github.com/coqui-ai/TTS.git
Update versions
parent
fbc18b8c34
commit
c864acf2b7
|
@ -1,31 +1,31 @@
|
||||||
# core deps
|
# core deps
|
||||||
numpy==1.22.0;python_version<="3.10"
|
numpy==1.22.0;python_version<="3.10"
|
||||||
numpy==1.24.3;python_version>"3.10"
|
numpy>=1.24.3;python_version>"3.10"
|
||||||
cython==0.29.30
|
cython>=0.29.30
|
||||||
scipy>=1.11.2
|
scipy>=1.11.2
|
||||||
torch>=2.1
|
torch>=2.1
|
||||||
torchaudio
|
torchaudio
|
||||||
soundfile==0.12.*
|
soundfile>=0.12.0
|
||||||
librosa==0.10.*
|
librosa>=0.10.0
|
||||||
scikit-learn==1.3.0
|
scikit-learn>=1.3.0
|
||||||
numba==0.55.1;python_version<"3.9"
|
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.*
|
inflect>=5.6.0
|
||||||
tqdm==4.64.*
|
tqdm>=4.64.1
|
||||||
anyascii==0.3.*
|
anyascii>=0.3.0
|
||||||
pyyaml==6.*
|
pyyaml>=6.0
|
||||||
fsspec==2023.6.0 # <= 2023.9.1 makes aux tests fail
|
fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail
|
||||||
aiohttp==3.8.*
|
aiohttp>=3.8.1
|
||||||
packaging==23.1
|
packaging>=23.1
|
||||||
# deps for examples
|
# deps for examples
|
||||||
flask==2.*
|
flask>=2.0.1
|
||||||
# deps for inference
|
# deps for inference
|
||||||
pysbd==0.3.4
|
pysbd>=0.3.4
|
||||||
# deps for notebooks
|
# deps for notebooks
|
||||||
umap-learn==0.5.*
|
umap-learn>=0.5.1
|
||||||
pandas>=1.4,<2.0
|
pandas>=1.4,<2.0
|
||||||
# deps for training
|
# deps for training
|
||||||
matplotlib==3.7.*
|
matplotlib>=3.7.0
|
||||||
# coqui stack
|
# coqui stack
|
||||||
trainer
|
trainer
|
||||||
# config management
|
# config management
|
||||||
|
@ -47,11 +47,11 @@ bnnumerizer
|
||||||
bnunicodenormalizer
|
bnunicodenormalizer
|
||||||
#deps for tortoise
|
#deps for tortoise
|
||||||
k_diffusion
|
k_diffusion
|
||||||
einops==0.6.*
|
einops>=0.6.0
|
||||||
transformers==4.33.*
|
transformers>=4.33.0
|
||||||
#deps for bark
|
#deps for bark
|
||||||
encodec==0.1.*
|
encodec>=0.1.1
|
||||||
# deps for XTTS
|
# deps for XTTS
|
||||||
unidecode==1.3.*
|
unidecode>=1.3.2
|
||||||
num2words
|
num2words
|
||||||
spacy[ja]>=3
|
spacy[ja]>=3
|
Loading…
Reference in New Issue