diff --git a/docs/requirements.txt b/docs/requirements.txt index fd2bc4a9f..609f27925 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,6 @@ paddlespeech_ctcdecoders paddlespeech_feat pandas pattern_singleton -Pillow>=9.0.0 ppdiffusers>=0.9.0 praatio>=5.0.0 prettytable diff --git a/setup.py b/setup.py index 2435aad21..76bc5be8d 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ base = [ "paddlenlp>=2.4.8", "ppdiffusers>=0.9.0", "paddlespeech_feat", - "Pillow>=9.0.0", "praatio>=5.0.0", "pypinyin<=0.44.0", "pypinyin-dict",