From 7f71f7aee03fd2531679680889f247b988953310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:13:28 +0000 Subject: [PATCH] chore(deps): bump scikit-learn from 0.24.1 to 1.0.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.1 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.1...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c733e96..0f0d2db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ django-widget-tweaks==1.4.3 google-api-python-client==1.7.4 numpy==1.22.0 pandas==1.2.1 -scikit-learn==0.24.1 +scikit-learn==1.0.1 scipy==1.10.0 sklearn==0.0 django-storages==1.7.1 diff --git a/requirements.txt b/requirements.txt index 5cc2bd3..e29dec9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ django-widget-tweaks==1.4.3 google-api-python-client==1.7.4 numpy==1.22.0 pandas==1.1.5 -scikit-learn==0.24.1 +scikit-learn==1.0.1 scipy==1.10.0 sklearn==0.0 django-webpack-loader==0.6.0