rm dependency in librosa and paddlenlp

pull/2871/head
TianYuan 3 years ago
parent 24f6b8aa2b
commit c3c20c2996

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

@ -1,11 +1,9 @@
braceexpand
editdistance
fastapi
g2p_en
g2pM
h5py
inflect
jieba
jsonlines
kaldiio
keyboard
@ -35,19 +33,13 @@ pyworld>=0.2.12
recommonmark>=0.5.0
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,7 +37,6 @@ base = [
"g2pM",
"h5py",
"inflect",
"jieba",
"jsonlines",
"librosa==0.8.1",
"loguru",
@ -58,11 +57,9 @@ base = [
"pyworld>=0.2.12",
"resampy",
"sacrebleu",
"sentencepiece~=0.1.96",
"textgrid",
"timer",
"typeguard",
"visualdl",
"webrtcvad",
"yacs~=0.1.8",
"prettytable",
@ -73,7 +70,7 @@ base = [
"paddleaudio>=1.1.0",
]
server = ["fastapi", "uvicorn", "pattern_singleton", "websockets"]
server = ["pattern_singleton", "websockets"]
requirements = {
"install":

Loading…
Cancel
Save