From e4ca9377083d70b6bddf62f22044f95a044cd31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:40:25 +0000 Subject: [PATCH] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../BLU14 - Deployment in Real World/requirements.txt | 2 +- .../BLU14 - Deployment in Real World/requirements_dev.txt | 2 +- .../BLU14 - Deployment in Real World/requirements_prod.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt index 6e7a4e26e..443e78007 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt @@ -7,5 +7,5 @@ notebook==6.1.4 numpy==1.19.4 pandas==1.1.4 peewee==3.14.0 -scikit-learn==0.23.2 +scikit-learn==1.5.0 seaborn==0.11.0 diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt index 3368ea7b6..821f976fc 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt @@ -5,7 +5,7 @@ nbgrader==0.6.1 notebook==6.1.5 numpy==1.19.4 pandas==1.1.4 -scikit-learn==0.23.2 +scikit-learn==1.5.0 category_encoders==2.2.2 flask==1.1.2 peewee==3.13.3 diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt index ff931dd36..bdb003a5a 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt @@ -1,7 +1,7 @@ gunicorn==22.0.0 numpy==1.19.4 pandas==1.1.4 -scikit-learn==0.23.2 +scikit-learn==1.5.0 category_encoders==2.2.2 flask==1.1.2 peewee==3.13.3