From 3541599644ca6c1cc1441df80c1e55b652926258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:42:23 +0000 Subject: [PATCH] Bump scikit-learn in /machineLearningAlgorithms/Perceptron/python Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machineLearningAlgorithms/Perceptron/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machineLearningAlgorithms/Perceptron/python/requirements.txt b/machineLearningAlgorithms/Perceptron/python/requirements.txt index d0947b6..25cfcd5 100644 --- a/machineLearningAlgorithms/Perceptron/python/requirements.txt +++ b/machineLearningAlgorithms/Perceptron/python/requirements.txt @@ -1,4 +1,4 @@ mlxtend==0.19.0 numpy==1.22.0 matplotlib==3.3.2 -scikit_learn==1.0 +scikit_learn==1.0.1