diff --git a/TTS/VERSION b/TTS/VERSION index 44e33a41..8b5334dc 100644 --- a/TTS/VERSION +++ b/TTS/VERSION @@ -1 +1 @@ -0.17.4 +0.17.5 diff --git a/requirements.txt b/requirements.txt index 7de6119b..76071439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.*