1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 14:26:56 +08:00

Update readme and setup.py

This commit is contained in:
Jactus
2021-02-04 12:14:31 +08:00
committed by you-n-g
parent 1e2e02368c
commit 06158fb621
2 changed files with 2 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ if not _CYTHON_INSTALLED:
# 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.
REQUIRED = [
"numpy>=1.12.0,<=1.19.5",
"numpy>=1.12.0",
"pandas>=0.25.1",
"scipy>=1.0.0",
"requests>=2.18.0",