Merge branch 'coqui-ai:dev' into dev

This commit is contained in:
Jindrich Matousek 2023-09-26 16:14:55 +02:00 committed by GitHub
commit ce72626c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 20 deletions

View File

@ -1 +1 @@
0.17.4 0.17.5

View File

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