fix matplotlib version for incompatible upgrade (#3841)

develop
zxcd 3 weeks ago committed by GitHub
parent 7e52aaed74
commit f66d7d25c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ base = [
"librosa==0.8.1",
"scipy>=1.4.0, <=1.12.0",
"loguru",
"matplotlib",
"matplotlib<=3.8.4",
"nara_wpe",
"onnxruntime>=1.11.0",
"opencc==1.1.6",

Loading…
Cancel
Save