From 8c0a98b2e5eea5b1783e10d984ce7920ae0d0e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:13:27 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.0 to 1.0.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.0 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.0...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f55b69fc..56d89405 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ pytz==2020.4 regex==2020.11.13 requests==2.31.0 rfc3986==1.4.0 -scikit-learn==0.24.0 +scikit-learn==1.0.1 scipy==1.10.0 seaborn==0.11.0 six==1.15.0 diff --git a/setup.py b/setup.py index c1933fd6..eb7113b3 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ "regex==2020.11.13", "requests==2.31.0", "rfc3986==1.4.0", - "scikit-learn==0.24.0", + "scikit-learn==1.0.1", "scipy==1.10.0", "seaborn==0.11.0", "six==1.15.0",