mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 14:56:55 +08:00
split_CI (#1141)
This commit is contained in:
16
setup.py
16
setup.py
@@ -137,10 +137,24 @@ setup(
|
||||
"sphinx",
|
||||
"sphinx_rtd_theme",
|
||||
"pre-commit",
|
||||
# CI dependencies
|
||||
"wheel",
|
||||
"setuptools",
|
||||
"black",
|
||||
"pylint",
|
||||
"mypy",
|
||||
"flake8",
|
||||
"readthedocs_sphinx_ext",
|
||||
"cmake",
|
||||
"lxml",
|
||||
"baostock",
|
||||
"yahooquery",
|
||||
"beautifulsoup4",
|
||||
"tianshou",
|
||||
"gym>=0.24", # If you do not put gym at the end, gym will degrade causing pytest results to fail.
|
||||
],
|
||||
"rl": [
|
||||
"tianshou",
|
||||
"gym",
|
||||
"torch",
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user