tobiccino commited on
Commit
fdaade3
1 Parent(s): cb5eae7

update lib

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -9
requirements.txt CHANGED
@@ -12,24 +12,43 @@ tqdm
12
  matplotlib
13
  noisereduce
14
  vietnam_number
15
- pysbd
16
- torch
17
- coqpit
18
- trainer
19
- torchaudio
20
- anyascii
21
  cython==0.29.28
22
  scipy>=1.4.0
 
 
 
 
 
 
 
 
 
 
 
 
23
  flask
 
 
 
 
24
  pandas
 
25
  matplotlib
 
 
 
 
 
26
  jieba
27
  pypinyin
 
28
  mecab-python3==1.0.5
29
  unidic-lite==1.0.8
 
30
  gruut[de]==2.2.3
 
31
  jamo
32
  nltk
33
- g2pkk>=0.1.1
34
- inflect==5.6.0
35
- numba==0.55.1
 
12
  matplotlib
13
  noisereduce
14
  vietnam_number
15
+ numpy==1.21.6;python_version<"3.10"
16
+ numpy==1.22.4;python_version=="3.10"
 
 
 
 
17
  cython==0.29.28
18
  scipy>=1.4.0
19
+ torch>=1.7
20
+ torchaudio
21
+ soundfile
22
+ librosa==0.8.0
23
+ numba==0.55.1;python_version<"3.10"
24
+ numba==0.55.2;python_version=="3.10"
25
+ inflect==5.6.0
26
+ tqdm
27
+ anyascii
28
+ pyyaml
29
+ fsspec>=2021.04.0
30
+ # deps for examples
31
  flask
32
+ # deps for inference
33
+ pysbd
34
+ # deps for notebooks
35
+ umap-learn==0.5.1
36
  pandas
37
+ # deps for training
38
  matplotlib
39
+ # coqui stack
40
+ trainer
41
+ # config management
42
+ coqpit>=0.0.16
43
+ # chinese g2p deps
44
  jieba
45
  pypinyin
46
+ # japanese g2p deps
47
  mecab-python3==1.0.5
48
  unidic-lite==1.0.8
49
+ # gruut+supported langs
50
  gruut[de]==2.2.3
51
+ # deps for korean
52
  jamo
53
  nltk
54
+ g2pkk>=0.1.1