From 72b29a5117a67e592a10e7268e16f2cfc8ec3c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:05:06 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.0 to 1.5.0 in /machine_learning/XAI Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine_learning/XAI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_learning/XAI/requirements.txt b/machine_learning/XAI/requirements.txt index ca865dabe6..c9de9c5a20 100644 --- a/machine_learning/XAI/requirements.txt +++ b/machine_learning/XAI/requirements.txt @@ -1,6 +1,6 @@ numpy==1.22.2 pandas==1.4.2 -scikit-learn==1.1.0 +scikit-learn==1.5.0 matplotlib==3.5.2 lightgbm==3.3.2 shapash==2.1.1