Skip to content

Commit

Permalink
fix librosa==0.8.1 numpy==1.23.5 for paddleaudio align with this version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh794390558 committed Jun 7, 2023
1 parent 42f2186 commit 558cfc7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion audio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
COMMITID = 'none'

base = [
# paddleaudio align with librosa==0.8.1, which need numpy==1.23.x
"librosa==0.8.1",
"numpy==1.23.5",
"kaldiio",
"librosa>=0.10.0",
"pathos",
"pybind11",
"parameterized",
Expand Down
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"hyperpyyaml",
"inflect",
"jsonlines",
# paddleaudio align with librosa==0.8.1, which need numpy==1.23.x
"numpy==1.23.5",
"librosa==0.8.1",
"scipy>=1.4.0",
"loguru",
Expand Down Expand Up @@ -260,6 +262,7 @@ def version_info():
long_description=read("README.md"),
long_description_content_type="text/markdown",
keywords=[
"SSL"
"speech",
"asr",
"tts",
Expand All @@ -268,12 +271,19 @@ def version_info():
"text frontend",
"MFA",
"paddlepaddle",
"paddleaudio",
"streaming asr",
"streaming tts",
"beam search",
"ctcdecoder",
"deepspeech2",
"wav2vec2",
"hubert",
"wavlm",
"transformer",
"conformer",
"fastspeech2",
"hifigan",
"gan vocoders",
],
python_requires='>=3.7',
Expand Down

0 comments on commit 558cfc7

Please sign in to comment.