EDGAhab commited on
Commit
85aa70e
·
1 Parent(s): edd5f1b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- torch
2
- scipy
3
- Cython
4
- unidecode
5
- pypinyin
6
- phonemizer
 
 
 
1
+ Cython==0.29.21
2
+ librosa==0.8.0
3
+ matplotlib==3.3.1
4
+ numpy==1.21.6
5
+ phonemizer==2.2.1
6
+ scipy==1.5.2
7
+ Unidecode==1.1.1
8
+ pypinyin==0.47.0