未验证 提交 ff8c56b0 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

[Install]fix praatio's version because praatio==6.0.0 has incompatible upgrade (#2970)

上级 5430a366
...@@ -23,7 +23,7 @@ paddlespeech_feat ...@@ -23,7 +23,7 @@ paddlespeech_feat
pandas pandas
pattern_singleton pattern_singleton
ppdiffusers>=0.9.0 ppdiffusers>=0.9.0
praatio>=5.0.0 praatio>=5.0.0, <=5.1.1
prettytable prettytable
pypinyin-dict pypinyin-dict
pypinyin<=0.44.0 pypinyin<=0.44.0
......
...@@ -32,10 +32,12 @@ VERSION = '0.0.0' ...@@ -32,10 +32,12 @@ VERSION = '0.0.0'
COMMITID = 'none' COMMITID = 'none'
base = [ base = [
"braceexpand",
"editdistance", "editdistance",
"g2p_en", "g2p_en",
"g2pM", "g2pM",
"h5py", "h5py",
"hyperpyyaml",
"inflect", "inflect",
"jsonlines", "jsonlines",
"librosa==0.8.1", "librosa==0.8.1",
...@@ -46,14 +48,18 @@ base = [ ...@@ -46,14 +48,18 @@ base = [
"opencc", "opencc",
"opencc-python-reimplemented", "opencc-python-reimplemented",
"pandas", "pandas",
"paddleaudio>=1.1.0",
"paddlenlp>=2.4.8", "paddlenlp>=2.4.8",
"paddleslim>=2.3.4",
"ppdiffusers>=0.9.0", "ppdiffusers>=0.9.0",
"paddlespeech_feat", "paddlespeech_feat",
"praatio>=5.0.0", "praatio>=5.0.0, <=5.1.1",
"prettytable",
"pypinyin<=0.44.0", "pypinyin<=0.44.0",
"pypinyin-dict", "pypinyin-dict",
"python-dateutil", "python-dateutil",
"pyworld>=0.2.12", "pyworld>=0.2.12",
"pyyaml",
"resampy", "resampy",
"sacrebleu", "sacrebleu",
"textgrid", "textgrid",
...@@ -62,13 +68,7 @@ base = [ ...@@ -62,13 +68,7 @@ base = [
"typeguard", "typeguard",
"webrtcvad", "webrtcvad",
"yacs~=0.1.8", "yacs~=0.1.8",
"prettytable",
"zhon", "zhon",
"braceexpand",
"pyyaml",
"paddleslim>=2.3.4",
"paddleaudio>=1.1.0",
"hyperpyyaml",
] ]
server = ["pattern_singleton", "websockets"] server = ["pattern_singleton", "websockets"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册