mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
optimize_CI (#1314)
This commit is contained in:
6
setup.py
6
setup.py
@@ -142,7 +142,11 @@ setup(
|
||||
"setuptools",
|
||||
"black",
|
||||
"pylint",
|
||||
"mypy",
|
||||
# Using the latest versions(0.981 and 0.982) of mypy,
|
||||
# the error "multiprocessing.Value()" is detected in the file "qlib/rl/utils/data_queue.py",
|
||||
# If this is fixed in a subsequent version of mypy, then we will revert to the latest version of mypy.
|
||||
# References: https://github.com/python/typeshed/issues/8799
|
||||
"mypy<0.981",
|
||||
"flake8",
|
||||
"readthedocs_sphinx_ext",
|
||||
"cmake",
|
||||
|
||||
Reference in New Issue
Block a user