From 8a801a181fe115ce3d0f86c369932042d9b13d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 00:02:44 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 779e729..2025e31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pytest==8.1.1 pytest-cov==5.0.0 pytest-rerunfailures==14.0 pytest-timeout==2.3.1 -scikit-learn==1.3.2 +scikit-learn==1.5.0 scipy==1.10.1 six==1.16.0 strictyaml==1.7.3 diff --git a/setup.py b/setup.py index 9a9867b..d5af458 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'plotly==5.20.0', 'protobuf==3.20.3', # BigARTM dependency 'pytest==8.1.1', - 'scikit-learn==1.3.2', + 'scikit-learn==1.5.0', 'scipy==1.10.1', 'six==1.16.0', 'strictyaml==1.7.3',