yerfor commited on
Commit
de0de36
·
1 Parent(s): 7216cd3

update require

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -3,8 +3,8 @@ librosa==0.8.0
3
  tqdm
4
  pandas
5
  numba==0.53.1
6
- numpy==1.19.2
7
- scipy==1.3
8
  PyYAML==5.3.1
9
  tensorboardX
10
  pyloudnorm
@@ -13,8 +13,8 @@ g2p_en
13
  resemblyzer
14
  webrtcvad
15
  tensorboard==2.6.0
16
- scikit-learn==0.24.1
17
- scikit-image==0.16.2
18
  textgrid
19
  jiwer
20
  pycwt
@@ -24,6 +24,6 @@ jieba
24
  pypinyin # for chinese graphme-to-phoneme
25
  einops
26
  chardet
27
- torch==1.9.0
28
- dgl-cu102
29
  stanza # for dependency parsing to build the syntactic graph
 
3
  tqdm
4
  pandas
5
  numba==0.53.1
6
+ #numpy==1.19.2
7
+ #scipy==1.3
8
  PyYAML==5.3.1
9
  tensorboardX
10
  pyloudnorm
 
13
  resemblyzer
14
  webrtcvad
15
  tensorboard==2.6.0
16
+ #scikit-learn==0.24.1
17
+ scikit-image#==0.16.2
18
  textgrid
19
  jiwer
20
  pycwt
 
24
  pypinyin # for chinese graphme-to-phoneme
25
  einops
26
  chardet
27
+ #torch==1.9.0
28
+ #dgl-cu102
29
  stanza # for dependency parsing to build the syntactic graph