add pypinyin and jieba to requierements.txt (chinese implementation)

This commit is contained in:
kirianguiller 2021-02-16 17:53:39 +01:00 committed by Eren Gölge
parent e85658ac2b
commit ab8994e2c6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ numba==0.48
librosa==0.7.2
phonemizer>=2.2.0
unidecode==0.4.20
pypinyin
jieba
tensorboardX
matplotlib
Pillow