[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 = [
"kaldiio",
"librosa==0.8.1",
"scipy>=1.0.0",
"soundfile~=0.10",
"colorlog",
"pathos==0.2.8",
"pathos",
"pybind11",
"parameterized",
"tqdm",
"scikit-learn"
]
requirements = {

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

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

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

Loading…
Cancel
Save