From f78d2d7283a6aa17871dcebedc9bc27cf8ab913b Mon Sep 17 00:00:00 2001 From: rajivsingha <49691736+rajivsingha@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:50:20 +0530 Subject: [PATCH 1/2] Updated requirements.txt Updated requirements.txt to Comment out sklearn --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7dd6894..308215e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests~=2.26.0 requests-html gapandas -sklearn~=0.0 +#sklearn~=0.0 lifetimes~=0.11.3 transformers~=4.5.1 torch @@ -12,4 +12,4 @@ bs4~=0.0.1 beautifulsoup4~=4.9.3 numpy~=1.20.1 scikit-learn~=0.24.1 -setuptools~=45.2.0 \ No newline at end of file +setuptools~=45.2.0 From 2b51830e71b8ea846f71206f0f134cd864c192d6 Mon Sep 17 00:00:00 2001 From: rajivsingha <49691736+rajivsingha@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:54:15 +0530 Subject: [PATCH 2/2] Update setup.py changed sklearn to scikit-learn in requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12f2b89..47cecf8 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ], install_requires=['pandas', 'gapandas', - 'sklearn', + 'scikit-learn', 'requests', 'requests_html', 'httplib2 >= 0.15.0',