Skip to content

Commit

Permalink
fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WeberJulian committed Sep 25, 2023
1 parent da8b6bb commit a2a1539
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,27 @@ torch>=1.7
torchaudio
soundfile
librosa==0.10.0.*
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
tqdm==4.64.1
anyascii==0.3.1
pyyaml==6.0.1
fsspec==2023.6.0 # <= 2023.9.1 makes aux tests fail
aiohttp
packaging
aiohttp==3.8.5
packaging==23.1
# deps for examples
flask
flask==2.2.2
# deps for inference
pysbd
pysbd==0.3.4
# deps for notebooks
umap-learn==0.5.1
pandas
#umap-learn==0.5.1
pandas==1.4.3
# deps for training
matplotlib
matplotlib==3.7.3
# coqui stack
trainer
trainer==0.0.31
# config management
coqpit>=0.0.16
# chinese g2p deps
Expand All @@ -35,18 +36,18 @@ pypinyin
# gruut+supported langs
gruut[de,es,fr]==2.2.3
# deps for korean
jamo
nltk
jamo==0.4.1
nltk==3.8.1
g2pkk>=0.1.1
# deps for bangla
bangla==0.0.2
bnnumerizer
bnnumerizer==0.0.2
bnunicodenormalizer==0.1.1
#deps for tortoise
k_diffusion
einops
transformers
einops==0.6.1
transformers==4.30.2
#deps for bark
encodec
encodec==0.1.1
# deps for XTTS
unidecode

0 comments on commit a2a1539

Please sign in to comment.