From eaffe1e38b7d0d4306bb8ade91cd5fbf7da27a14 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 28 Feb 2023 07:34:50 +0000 Subject: [PATCH] fix praatio's version because praatio==6.0.0 has incompatible upgrade --- docs/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",