From bd771d7214fde22d6187bd04b53dfbb9e4a790aa Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 8 Nov 2022 17:32:59 +0100 Subject: [PATCH] sklearn is deprecated causing the pipeline to fail --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ceb2da70..a2e6f348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ scikit-learn==0.24.2 scipy==1.7.0 Send2Trash==1.7.1 six==1.16.0 -sklearn==0.0 +scikit-learn==0.0 sniffio==1.2.0 terminado==0.10.1 testpath==0.5.0 diff --git a/setup.py b/setup.py index 9a9aa536..6a9a47cf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ REQUIREMENTS: dict = { 'python-dateutil', 'retry', 'scipy', - 'sklearn', + 'scikit-learn', 'timezonefinder', 'tornado', 'types-retry',