fix matplotlib version for incompatible upgrade

pull/3841/head
zxcd 1 year ago
parent 7e52aaed74
commit 0047549fa5

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

Loading…
Cancel
Save