Merge pull request #1176 from Jackwaterveg/setup

[Setup]Add paddlenlp in requirements
pull/1179/head
TianYuan 4 years ago committed by GitHub
commit d561742f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ matplotlib
nara_wpe
nltk
paddleaudio
paddlenlp
paddlespeech_ctcdecoders
paddlespeech_feat
pandas

@ -44,6 +44,7 @@ requirements = {
"nltk",
"pandas",
"paddleaudio",
"paddlenlp",
"paddlespeech_feat",
"praatio==5.0.0",
"pypinyin",

Loading…
Cancel
Save