From 14b7cb7311adf65cd0d1b917a29a2449155bdaf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:34:15 +0000 Subject: [PATCH] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 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.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Intermediate/Crop Recommedation using ML/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning and Data Science/Intermediate/Crop Recommedation using ML/requirements.txt b/Machine Learning and Data Science/Intermediate/Crop Recommedation using ML/requirements.txt index 7b672369a..b4934438c 100644 --- a/Machine Learning and Data Science/Intermediate/Crop Recommedation using ML/requirements.txt +++ b/Machine Learning and Data Science/Intermediate/Crop Recommedation using ML/requirements.txt @@ -1,3 +1,3 @@ streamlit==1.31.0 -scikit-learn==1.2.2 +scikit-learn==1.5.0 streamlit_option_menu== 0.3.12 \ No newline at end of file