提交 558cfc72 编写于 作者: H Hui Zhang

fix librosa==0.8.1 numpy==1.23.5 for paddleaudio align with this version

上级 42f2186d
...@@ -38,8 +38,10 @@ VERSION = '1.2.0' ...@@ -38,8 +38,10 @@ VERSION = '1.2.0'
COMMITID = 'none' COMMITID = 'none'
base = [ base = [
# paddleaudio align with librosa==0.8.1, which need numpy==1.23.x
"librosa==0.8.1",
"numpy==1.23.5",
"kaldiio", "kaldiio",
"librosa>=0.10.0",
"pathos", "pathos",
"pybind11", "pybind11",
"parameterized", "parameterized",
......
...@@ -40,6 +40,8 @@ base = [ ...@@ -40,6 +40,8 @@ base = [
"hyperpyyaml", "hyperpyyaml",
"inflect", "inflect",
"jsonlines", "jsonlines",
# paddleaudio align with librosa==0.8.1, which need numpy==1.23.x
"numpy==1.23.5",
"librosa==0.8.1", "librosa==0.8.1",
"scipy>=1.4.0", "scipy>=1.4.0",
"loguru", "loguru",
...@@ -260,6 +262,7 @@ setup_info = dict( ...@@ -260,6 +262,7 @@ setup_info = dict(
long_description=read("README.md"), long_description=read("README.md"),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
keywords=[ keywords=[
"SSL"
"speech", "speech",
"asr", "asr",
"tts", "tts",
...@@ -268,12 +271,19 @@ setup_info = dict( ...@@ -268,12 +271,19 @@ setup_info = dict(
"text frontend", "text frontend",
"MFA", "MFA",
"paddlepaddle", "paddlepaddle",
"paddleaudio",
"streaming asr",
"streaming tts",
"beam search", "beam search",
"ctcdecoder", "ctcdecoder",
"deepspeech2", "deepspeech2",
"wav2vec2",
"hubert",
"wavlm",
"transformer", "transformer",
"conformer", "conformer",
"fastspeech2", "fastspeech2",
"hifigan",
"gan vocoders", "gan vocoders",
], ],
python_requires='>=3.7', python_requires='>=3.7',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册