From 164687d54bfc3ea454eb72e060de16c6dc4a43c1 Mon Sep 17 00:00:00 2001 From: Charles Young Date: Mon, 22 Feb 2021 10:13:08 +0800 Subject: [PATCH] Add scikit-learn to dependencies. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f759945fd..6582054b9 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ REQUIRED = [ "tornado", "joblib>=0.17.0", "ruamel.yaml>=0.16.12", + "scikit-learn>=0.22" ] # Numpy include