Update setup.py

pull/3969/head
张春乔 8 months ago committed by GitHub
parent 65a1624c86
commit 1fdd1cf01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,10 +56,10 @@ base = [
"paddleslim>=2.3.4", "paddleslim>=2.3.4",
"ppdiffusers>=0.9.0", "ppdiffusers>=0.9.0",
"paddlespeech_feat", "paddlespeech_feat",
"praatio>=5.0.0, <=5.1.1", "praatio",
"prettytable", "prettytable",
"pydantic>=1.10.14, <2.0", "pydantic",
"pypinyin<=0.44.0", "pypinyin",
"pypinyin-dict", "pypinyin-dict",
"python-dateutil", "python-dateutil",
"pyworld>=0.2.12", "pyworld>=0.2.12",
@ -72,7 +72,7 @@ base = [
"ToJyutping==0.2.1", "ToJyutping==0.2.1",
"typeguard==2.13.3", "typeguard==2.13.3",
"webrtcvad", "webrtcvad",
"yacs~=0.1.8", "yacs",
"zhon", "zhon",
] ]

Loading…
Cancel
Save