rm dependency in librosa and paddlenlp

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

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

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

Loading…
Cancel
Save