From bc49e61d198ca1f642776d4116a174ee13d692d3 Mon Sep 17 00:00:00 2001 From: nmannheimer Date: Wed, 28 Dec 2022 11:01:57 -0800 Subject: [PATCH] Update setup.py fixes deprecation of sklearn in favor of current package name scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa8baa8c..17beddb5 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(fname): "requests", "scipy", "simplejson", - "sklearn", + "scikit-learn", "textblob", "tornado", "twisted",