From fdece4b54e7dbaf6761eb94f5c12c5686af9b332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:01:20 +0000 Subject: [PATCH] Bump scikit-learn from 0.23.2 to 1.0.1 in /ML_Dashboard_Streamlit Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.2 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ML_Dashboard_Streamlit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ML_Dashboard_Streamlit/requirements.txt b/ML_Dashboard_Streamlit/requirements.txt index 7a1b611..802ea7b 100644 --- a/ML_Dashboard_Streamlit/requirements.txt +++ b/ML_Dashboard_Streamlit/requirements.txt @@ -1,5 +1,5 @@ numpy==1.17.3 streamlit==0.65.2 pandas==0.25.2 -scikit_learn==0.23.2 +scikit_learn==1.0.1 matplotlib==3.1.1