From 2e161bb99fc7926519855f1d4c706e5a4f16d0e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:06:57 +0000 Subject: [PATCH] Bump scikit-learn from 0.23.2 to 1.0.1 in /FTP-Python 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] --- FTP-Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTP-Python/requirements.txt b/FTP-Python/requirements.txt index f3d5ec9..7f0e1d8 100644 --- a/FTP-Python/requirements.txt +++ b/FTP-Python/requirements.txt @@ -4,7 +4,7 @@ Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 matplotlib==3.1.2 numpy==1.18.1 -scikit-learn==0.23.2 +scikit-learn==1.0.1 scipy==1.4.1 six==1.13.0 sklearn==0.0