mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-04 11:30:57 +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?
|
||||
# `estimator` may depend on other packages. In order to reduce dependencies, it is not written here.
|
||||
REQUIRED = [
|
||||
"numpy>=1.12.0",
|
||||
"numpy>=1.12.0,<=1.19.5",
|
||||
"pandas>=0.25.1",
|
||||
"scipy>=1.0.0",
|
||||
"requests>=2.18.0",
|
||||
|
||||
Reference in New Issue
Block a user