diff --git a/docs/requirements.txt b/docs/requirements.txt index 65f451cd2..c2d56bf91 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 69739b3b8..42930395b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ base = [ "paddlenlp>=2.4.8", "ppdiffusers>=0.9.0", "paddlespeech_feat", - "praatio>=5.0.0", + "praatio>=5.0.0, <=5.1.1", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil",