From 4eac7c1c134577137643052ecc8d117a723bcb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:08:47 +0000 Subject: [PATCH] Bump scikit-learn from 0.23 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PEFAP_estimator/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PEFAP_estimator/requirements.txt b/PEFAP_estimator/requirements.txt index 5e55088c5f..64b6bc0654 100644 --- a/PEFAP_estimator/requirements.txt +++ b/PEFAP_estimator/requirements.txt @@ -9,7 +9,7 @@ scipy==1.5 pandas==1.2 # Probability distribution estimation -scikit-learn==0.23 +scikit-learn==1.5.0 # Confidence interval estimation statsmodels==0.12 diff --git a/requirements.txt b/requirements.txt index 153b81c8d6..4d77281794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ scipy==1.5 pandas==1.2 # Probability distribution estimation -scikit-learn==0.23 +scikit-learn==1.5.0 # Confidence interval estimation statsmodels==0.12