AlexK-PL commited on
Commit
9d0ac5a
1 Parent(s): 76b6337

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +54 -0
requirements.txt ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # core deps
2
+ numpy==1.22.0;python_version<="3.10"
3
+ numpy==1.24.3;python_version>"3.10"
4
+ scikit-learn>=1.2
5
+ cython==0.29.30
6
+ scipy>=1.4.0
7
+ torch==2.0.1
8
+ torchaudio==2.0.2
9
+ soundfile==0.12.1
10
+ librosa==0.10.0.*
11
+ numba==0.55.1;python_version<"3.9"
12
+ numba==0.57.0;python_version>="3.9"
13
+ inflect==5.6.0
14
+ tqdm==4.66.1
15
+ anyascii
16
+ pyyaml
17
+ fsspec>=2021.04.0
18
+ aiohttp
19
+ packaging
20
+ # deps for examples
21
+ flask
22
+ # deps for inference
23
+ pysbd
24
+ # deps for notebooks
25
+ umap-learn==0.5.1
26
+ pandas
27
+ # deps for training
28
+ matplotlib
29
+ # coqui stack
30
+ trainer==0.0.30
31
+ # config management
32
+ coqpit>=0.0.16
33
+ # chinese g2p deps
34
+ jieba
35
+ pypinyin
36
+ # gruut+supported langs
37
+ gruut[de,es,fr]==2.2.3
38
+ # deps for korean
39
+ jamo
40
+ nltk
41
+ g2pkk>=0.1.1
42
+ # deps for bangla
43
+ bangla==0.0.2
44
+ bnnumerizer
45
+ bnunicodenormalizer==0.1.1
46
+ #deps for tortoise
47
+ k_diffusion
48
+ einops
49
+ transformers==4.31.0
50
+ #deps for bark
51
+ encodec==0.1.1
52
+ TTS==0.16.0
53
+ git+https://gitlab.bsc.es/projecte-aina/aina-gradio-theme.git@1.3.6
54
+ gradio==3.41.0