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

Update docs and support Python 3.9

This commit is contained in:
Jactus
2021-01-06 11:49:49 +08:00
committed by you-n-g
parent 86e7c44c6b
commit ea96c9e22d
6 changed files with 16 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ REQUIRED = [
"statsmodels",
"xlrd>=1.0.0",
"plotly==4.12.0",
"matplotlib==3.1.3",
"matplotlib==3.3.3",
"tables>=3.6.1",
"pyyaml>=5.3.1",
"mlflow>=1.12.1",
@@ -119,5 +119,6 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)