From 8e44d317ec4fd3eae4fdd48abe6eabd19e6b3545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:48:17 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.3 to 1.5.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.3...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3edd4bb..c76636c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy==1.23.5 # Fundamental package for numerical computations in Python # Machine learning and deep learning tensorflow==2.11.0 # Comprehensive library for machine learning and deep learning -scikit-learn==1.1.3 # Simple and efficient tools for data mining and data analysis +scikit-learn==1.5.1 # Simple and efficient tools for data mining and data analysis # Blockchain interaction web3==5.31.0 # Ethereum blockchain interaction library