awacke1 commited on
Commit
0325023
·
1 Parent(s): 44c8e02

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +46 -0
requirements.txt ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
2
+ torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
3
+ torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
4
+ numpy==1.22.0;python_version<="3.10"
5
+ numpy==1.24.3;python_version>"3.10"
6
+ cython==0.29.30
7
+ scipy>=1.11.2
8
+ soundfile==0.12.*
9
+ librosa==0.10.*
10
+ scikit-learn==1.3.0
11
+ numba==0.55.1;python_version<"3.9"
12
+ numba==0.57.0;python_version>="3.9"
13
+ inflect==5.6.*
14
+ tqdm==4.64.*
15
+ anyascii==0.3.*
16
+ pyyaml==6.*
17
+ fsspec==2023.6.0 # <= 2023.9.1 makes aux tests fail
18
+ aiohttp==3.8.*
19
+ packaging==23.1
20
+ flask==2.*
21
+ pysbd==0.3.4
22
+ umap-learn==0.5.*
23
+ pandas>=1.4,<2.0
24
+ matplotlib==3.7.*
25
+ trainer
26
+ coqpit>=0.0.16
27
+ jieba
28
+ pypinyin==0.47.1
29
+ # gruut+supported langs
30
+ gruut[de,es,fr]==2.2.3
31
+ jamo
32
+ nltk
33
+ g2pkk>=0.1.1
34
+ bangla
35
+ bnnumerizer
36
+ bnunicodenormalizer
37
+ k_diffusion
38
+ einops==0.6.*
39
+ transformers==4.33.*
40
+ encodec==0.1.*
41
+ unidecode==1.3.*
42
+ langid
43
+ git+https://github.com/coqui-ai/tts.git@43a7ca800b6508d95e084728a948846556f71a40
44
+ deepspeed==0.8.3
45
+ pydub
46
+ gradio_client