clean dependencies

pull/2871/head
TianYuan 3 years ago
parent c764710aa1
commit 39ebb62307

@ -43,7 +43,7 @@ base = [
"scipy>=1.0.0", "scipy>=1.0.0",
"soundfile~=0.10", "soundfile~=0.10",
"colorlog", "colorlog",
"pathos==0.2.8", "pathos",
"pybind11", "pybind11",
"parameterized", "parameterized",
"tqdm", "tqdm",

@ -26,14 +26,14 @@ pandas
pattern_singleton pattern_singleton
Pillow>=9.0.0 Pillow>=9.0.0
ppdiffusers>=0.9.0 ppdiffusers>=0.9.0
praatio==5.0.0 praatio>=5.0.0
prettytable prettytable
pypinyin-dict pypinyin-dict
pypinyin<=0.44.0 pypinyin<=0.44.0
python-dateutil python-dateutil
pyworld==0.2.12 pyworld>=0.2.12
recommonmark>=0.5.0 recommonmark>=0.5.0
resampy==0.2.2 resampy
sacrebleu sacrebleu
scipy scipy
sentencepiece~=0.1.96 sentencepiece~=0.1.96

@ -39,7 +39,6 @@ base = [
"inflect", "inflect",
"jieba", "jieba",
"jsonlines", "jsonlines",
"kaldiio",
"librosa==0.8.1", "librosa==0.8.1",
"loguru", "loguru",
"matplotlib", "matplotlib",
@ -52,19 +51,16 @@ base = [
"ppdiffusers>=0.9.0", "ppdiffusers>=0.9.0",
"paddlespeech_feat", "paddlespeech_feat",
"Pillow>=9.0.0", "Pillow>=9.0.0",
"praatio==5.0.0", "praatio>=5.0.0",
"pypinyin<=0.44.0", "pypinyin<=0.44.0",
"pypinyin-dict", "pypinyin-dict",
"python-dateutil", "python-dateutil",
"pyworld==0.2.12", "pyworld>=0.2.12",
"resampy==0.2.2", "resampy",
"sacrebleu", "sacrebleu",
"scipy",
"sentencepiece~=0.1.96", "sentencepiece~=0.1.96",
"soundfile~=0.10",
"textgrid", "textgrid",
"timer", "timer",
"tqdm",
"typeguard", "typeguard",
"visualdl", "visualdl",
"webrtcvad", "webrtcvad",

Loading…
Cancel
Save