From b6495be13aabfe1777bfd4bd4aeeef0332ffe706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:13:31 +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 b60c406..1c2d2fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ xgboost==1.5.0 torch==1.10.0 numpy==1.21.4 pandas==1.3.5 -scikit-learn==0.24.0 +scikit-learn==1.0.1 tqdm==4.62.3 optuna==2.10.0 img2vec_pytorch==0.2.5 diff --git a/setup.py b/setup.py index 9ea41d7..21b72d9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'torch==1.10.0', 'numpy==1.21.4', 'pandas==1.3.5', - 'scikit-learn==0.24.0', + 'scikit-learn==1.0.1', 'tqdm==4.62.3', 'optuna==2.10.0', 'img2vec_pytorch==0.2.5',