Skip to content

Commit

Permalink
fix: lower matplotlib version pin for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iyaja committed Feb 1, 2024
1 parent 8d2fde4 commit 12e8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ffmpy",
"ipython",
"rich",
"matplotlib==3.7", # See https://github.com/librosa/librosa/issues/1763#issuecomment-1742120524
"matplotlib==3.5", # See https://github.com/librosa/librosa/issues/1763#issuecomment-1742120524
"librosa",
"pystoi",
"torch_stoi",
Expand Down

0 comments on commit 12e8162

Please sign in to comment.