From 39ebb6230764381bc92182dbfdb3695dba970ffc Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 2 Feb 2023 11:18:00 +0000 Subject: [PATCH] clean dependencies --- audio/setup.py | 2 +- docs/requirements.txt | 6 +++--- setup.py | 10 +++------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/audio/setup.py b/audio/setup.py index 6e358346c..dda48b374 100644 --- a/audio/setup.py +++ b/audio/setup.py @@ -43,7 +43,7 @@ base = [ "scipy>=1.0.0", "soundfile~=0.10", "colorlog", - "pathos==0.2.8", + "pathos", "pybind11", "parameterized", "tqdm", diff --git a/docs/requirements.txt b/docs/requirements.txt index 5422c26f9..8ecb21b62 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,14 +26,14 @@ pandas pattern_singleton Pillow>=9.0.0 ppdiffusers>=0.9.0 -praatio==5.0.0 +praatio>=5.0.0 prettytable pypinyin-dict pypinyin<=0.44.0 python-dateutil -pyworld==0.2.12 +pyworld>=0.2.12 recommonmark>=0.5.0 -resampy==0.2.2 +resampy sacrebleu scipy sentencepiece~=0.1.96 diff --git a/setup.py b/setup.py index 2c97ce783..c99734d00 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ base = [ "inflect", "jieba", "jsonlines", - "kaldiio", "librosa==0.8.1", "loguru", "matplotlib", @@ -52,19 +51,16 @@ base = [ "ppdiffusers>=0.9.0", "paddlespeech_feat", "Pillow>=9.0.0", - "praatio==5.0.0", + "praatio>=5.0.0", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil", - "pyworld==0.2.12", - "resampy==0.2.2", + "pyworld>=0.2.12", + "resampy", "sacrebleu", - "scipy", "sentencepiece~=0.1.96", - "soundfile~=0.10", "textgrid", "timer", - "tqdm", "typeguard", "visualdl", "webrtcvad",