diff --git a/docs/requirements.txt b/docs/requirements.txt index 65f451cd27740dc275a343e3964365a11be5fb5e..c2d56bf912aabf7758706a5fcf3366edc28665a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -23,7 +23,7 @@ paddlespeech_feat pandas pattern_singleton ppdiffusers>=0.9.0 -praatio>=5.0.0 +praatio>=5.0.0, <=5.1.1 prettytable pypinyin-dict pypinyin<=0.44.0 diff --git a/setup.py b/setup.py index 69739b3b87a8c1e7c3c62bf5f9b3f44bed4b2163..970cb984a2646872dbe93d7645e70336460c81ad 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,12 @@ VERSION = '0.0.0' COMMITID = 'none' base = [ + "braceexpand", "editdistance", "g2p_en", "g2pM", "h5py", + "hyperpyyaml", "inflect", "jsonlines", "librosa==0.8.1", @@ -46,14 +48,18 @@ base = [ "opencc", "opencc-python-reimplemented", "pandas", + "paddleaudio>=1.1.0", "paddlenlp>=2.4.8", + "paddleslim>=2.3.4", "ppdiffusers>=0.9.0", "paddlespeech_feat", - "praatio>=5.0.0", + "praatio>=5.0.0, <=5.1.1", + "prettytable", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil", "pyworld>=0.2.12", + "pyyaml", "resampy", "sacrebleu", "textgrid", @@ -62,13 +68,7 @@ base = [ "typeguard", "webrtcvad", "yacs~=0.1.8", - "prettytable", "zhon", - "braceexpand", - "pyyaml", - "paddleslim>=2.3.4", - "paddleaudio>=1.1.0", - "hyperpyyaml", ] server = ["pattern_singleton", "websockets"]