mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
Fix CI
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user