1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 10:31:00 +08:00

Update setup.py

change to matplotlib==3.3
This commit is contained in:
Anurag Kumar
2021-09-15 11:29:56 +05:30
committed by you-n-g
parent a105ef1d76
commit 8ff68a182e

View File

@@ -45,7 +45,7 @@ REQUIRED = [
"statsmodels",
"xlrd>=1.0.0",
"plotly==4.12.0",
"matplotlib==3.1.3",
"matplotlib==3.3",
"tables>=3.6.1",
"pyyaml>=5.3.1",
"mlflow>=1.12.1",