From 375c3b80554012aea1940a9efa43315c4a4e8d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:53:57 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.0 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.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.2.0...1.5.0) --- 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 cdd7d72..f13123a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "Flask-RESTful==0.3.9", "pandas==1.5.3", "numpy==1.23.5", - "scikit-learn==1.2.0", + "scikit-learn==1.5.0", "tensorflow==2.11.0", "joblib==1.2.0", "PyYAML==6.0",