From b73be5071fa365358d37896fac62403516f01481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:47:36 +0000 Subject: [PATCH] Bump scikit-learn from 0.20.0 to 1.5.0 in /MDT Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.20.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MDT/model.egg-info/requires.txt | 2 +- MDT/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDT/model.egg-info/requires.txt b/MDT/model.egg-info/requires.txt index 8191d91..e766409 100644 --- a/MDT/model.egg-info/requires.txt +++ b/MDT/model.egg-info/requires.txt @@ -2,6 +2,6 @@ cffi==1.11.5 matplotlib==3.0.0 numpy==1.15.3 pandas==0.23.4 -scikit-learn==0.20.0 +scikit-learn==1.5.0 sklearn==0.0 torch==0.4.1 diff --git a/MDT/requirements.txt b/MDT/requirements.txt index 7e3d8a7..5f1007e 100644 --- a/MDT/requirements.txt +++ b/MDT/requirements.txt @@ -2,7 +2,7 @@ cffi==1.11.5 matplotlib==3.0.0 numpy==1.15.3 pandas==0.23.4 -scikit-learn==0.20.0 +scikit-learn==1.5.0 sklearn==0.0 torch==0.4.1