From 76fefa3f91d5607e3a0e9d1bb545019cc3482097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:11:16 +0000 Subject: [PATCH] Update dependency scikit-learn to v1.4.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cfc153f3..a11efbfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==8.1.7 numpy==1.24.3 nltk==3.8.1 -scikit-learn==1.3.2 +scikit-learn==1.4.0 vaderSentiment==3.3.2 pandas==2.0.3 langdetect==1.0.9 diff --git a/setup.cfg b/setup.cfg index a35ca6e2..a1daac80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = click==8.1.7 numpy==1.24.3 nltk==3.8.1 - scikit-learn==1.3.2 + scikit-learn==1.4.0 vaderSentiment==3.3.2 pandas==2.0.3 langdetect==1.0.9