From ae2cc0faf8a111345a16e49aef5e00d9b8ba1577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:24:14 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.0.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 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.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f19e62b..c552b69 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ 'fcsy==0.4.0', 'numpy==1.21.2', 'pandas==1.3.2', - 'scikit-learn==0.24.2', + 'scikit-learn==1.0.1', 'xgboost>=0.90' ]