1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 16:56:54 +08:00

Add scikit-learn to dependencies.

This commit is contained in:
Charles Young
2021-02-22 10:13:08 +08:00
parent 58f74cfd84
commit 164687d54b

View File

@@ -55,6 +55,7 @@ REQUIRED = [
"tornado", "tornado",
"joblib>=0.17.0", "joblib>=0.17.0",
"ruamel.yaml>=0.16.12", "ruamel.yaml>=0.16.12",
"scikit-learn>=0.22"
] ]
# Numpy include # Numpy include