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:
3
setup.py
3
setup.py
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user