From 85bc2ed6d9943b110829f765ae952531c052c812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 12:40:52 +0000 Subject: [PATCH] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.2...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Health Insurance Price prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prediction Models/Health Insurance Price prediction/requirements.txt b/Prediction Models/Health Insurance Price prediction/requirements.txt index 5af559fc0..339e09f26 100644 --- a/Prediction Models/Health Insurance Price prediction/requirements.txt +++ b/Prediction Models/Health Insurance Price prediction/requirements.txt @@ -1,4 +1,4 @@ -scikit-learn==1.2.2 +scikit-learn==1.5.1 joblib==1.4.2 pandas==2.0.3 numpy==1.25.2