1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 09:11:00 +08:00
This commit is contained in:
Jactus
2021-02-02 15:34:36 +08:00
committed by you-n-g
parent 97d354fa73
commit 5f87fc32ad

View File

@@ -30,7 +30,7 @@ if not _CYTHON_INSTALLED:
# What packages are required for this module to be executed? # What packages are required for this module to be executed?
# `estimator` may depend on other packages. In order to reduce dependencies, it is not written here. # `estimator` may depend on other packages. In order to reduce dependencies, it is not written here.
REQUIRED = [ REQUIRED = [
"numpy>=1.12.0", "numpy>=1.12.0,<=1.19.5",
"pandas>=0.25.1", "pandas>=0.25.1",
"scipy>=1.0.0", "scipy>=1.0.0",
"requests>=2.18.0", "requests>=2.18.0",