[Install]clean dependencies (#2871)

* clean dependencies

* update paddleaudio's version

* rm dependency in librosa and paddlenlp

* rm dependency in paddlepaddle

* rm dependency in speech_web
pull/2879/head
TianYuan 1 year ago committed by GitHub
parent c764710aa1
commit 6b00ad6064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,14 +40,9 @@ COMMITID = 'none'
base = [ base = [
"kaldiio", "kaldiio",
"librosa==0.8.1", "librosa==0.8.1",
"scipy>=1.0.0", "pathos",
"soundfile~=0.10",
"colorlog",
"pathos==0.2.8",
"pybind11", "pybind11",
"parameterized", "parameterized",
"tqdm",
"scikit-learn"
] ]
requirements = { requirements = {

@ -1,8 +1,6 @@
aiofiles aiofiles
faiss-cpu faiss-cpu
praatio==5.0.0 praatio>=5.0.0
pydantic pydantic
python-multipart python-multipart
scikit_learn
starlette starlette
uvicorn

@ -1,11 +1,9 @@
braceexpand braceexpand
editdistance editdistance
fastapi
g2p_en g2p_en
g2pM g2pM
h5py h5py
inflect inflect
jieba
jsonlines jsonlines
kaldiio kaldiio
keyboard keyboard
@ -24,30 +22,23 @@ paddlespeech_ctcdecoders
paddlespeech_feat paddlespeech_feat
pandas pandas
pattern_singleton pattern_singleton
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
sentencepiece~=0.1.96
soundfile~=0.10
sphinx sphinx
sphinx-autobuild sphinx-autobuild
sphinx-markdown-tables sphinx-markdown-tables
sphinx_rtd_theme sphinx_rtd_theme
textgrid textgrid
timer timer
tqdm
typeguard typeguard
uvicorn
visualdl
webrtcvad webrtcvad
websockets websockets
yacs~=0.1.8 yacs~=0.1.8

@ -37,9 +37,7 @@ base = [
"g2pM", "g2pM",
"h5py", "h5py",
"inflect", "inflect",
"jieba",
"jsonlines", "jsonlines",
"kaldiio",
"librosa==0.8.1", "librosa==0.8.1",
"loguru", "loguru",
"matplotlib", "matplotlib",
@ -51,22 +49,16 @@ base = [
"paddlenlp>=2.4.8", "paddlenlp>=2.4.8",
"ppdiffusers>=0.9.0", "ppdiffusers>=0.9.0",
"paddlespeech_feat", "paddlespeech_feat",
"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",
"soundfile~=0.10",
"textgrid", "textgrid",
"timer", "timer",
"tqdm",
"typeguard", "typeguard",
"visualdl",
"webrtcvad", "webrtcvad",
"yacs~=0.1.8", "yacs~=0.1.8",
"prettytable", "prettytable",
@ -74,10 +66,10 @@ base = [
"braceexpand", "braceexpand",
"pyyaml", "pyyaml",
"paddleslim>=2.3.4", "paddleslim>=2.3.4",
"paddleaudio>=1.0.2", "paddleaudio>=1.1.0",
] ]
server = ["fastapi", "uvicorn", "pattern_singleton", "websockets"] server = ["pattern_singleton", "websockets"]
requirements = { requirements = {
"install": "install":

Loading…
Cancel
Save