From a33514c260826c528d35c32499b76034dadd9930 Mon Sep 17 00:00:00 2001 From: Sergey Plis <981291+sergeyplis@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:33:23 -0500 Subject: [PATCH] Update setup.py sklearn is deprecated and scikit-learn is already in requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f5fbc9..b574514 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,6 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['pandas', 'sklearn', 'numpy', 'matplotlib'], + install_requires=['pandas', 'numpy', 'matplotlib'], )