From d131492c85632d44f4c9edb4431484e02fee883c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:49:41 +0000 Subject: [PATCH] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.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.24.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app/lambda_training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online-machine-learning-aws-lambda/app/lambda_training/requirements.txt b/online-machine-learning-aws-lambda/app/lambda_training/requirements.txt index 94b38db..b1dae8e 100644 --- a/online-machine-learning-aws-lambda/app/lambda_training/requirements.txt +++ b/online-machine-learning-aws-lambda/app/lambda_training/requirements.txt @@ -1,2 +1,2 @@ aws-lambda-powertools==1.18.1 -scikit-learn==0.24.2 \ No newline at end of file +scikit-learn==1.0.1 \ No newline at end of file