Merge pull request #2990 from coqui-ai/fix-TTS-install

fix package versions
This commit is contained in:
Eren Gölge 2023-09-25 18:10:29 +02:00 committed by GitHub
commit 359755cca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 19 deletions

View File

@ -5,26 +5,27 @@ cython==0.29.30
scipy>=1.11.2
torch>=1.7
torchaudio
soundfile
librosa==0.10.0.*
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"
inflect==5.6.0
tqdm
anyascii
pyyaml
inflect==5.6.*
tqdm==4.64.*
anyascii==0.3.*
pyyaml==6.*
fsspec==2023.6.0 # <= 2023.9.1 makes aux tests fail
aiohttp
packaging
aiohttp==3.8.*
packaging==23.1
# deps for examples
flask
flask==2.*
# deps for inference
pysbd
pysbd==0.3.4
# deps for notebooks
umap-learn==0.5.1
pandas
umap-learn==0.5.*
pandas==1.4.*
# deps for training
matplotlib
matplotlib==3.7.*
# coqui stack
trainer
# config management
@ -39,14 +40,14 @@ jamo
nltk
g2pkk>=0.1.1
# deps for bangla
bangla==0.0.2
bangla
bnnumerizer
bnunicodenormalizer==0.1.1
bnunicodenormalizer
#deps for tortoise
k_diffusion
einops
transformers
einops==0.6.*
transformers==4.33.*
#deps for bark
encodec
encodec==0.1.*
# deps for XTTS
unidecode
unidecode==1.3.*