From aba9676ec8ee4ae3bf2ddf421d0c6fc5b4d4e701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:43:24 +0000 Subject: [PATCH] Bump scikit-learn from 0.19.0 to 1.5.0 in /backend/django/core/data Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.19.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/django/core/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/django/core/data/requirements.txt b/backend/django/core/data/requirements.txt index 8f856b55..f573d72f 100644 --- a/backend/django/core/data/requirements.txt +++ b/backend/django/core/data/requirements.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 numpy==1.13.3 pandas==0.20.3 -scikit-learn==0.19.0 +scikit-learn==1.5.0 scipy==0.19.1 string-grouper==0.5.0 \ No newline at end of file