From 1381ebcc24790503357db33564b15a27c51f424e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:27:30 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.2 to 1.5.0 in /h2o-py Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.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.2.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- h2o-py/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o-py/test-requirements.txt b/h2o-py/test-requirements.txt index 12807923acc3..25bd6ec401a1 100644 --- a/h2o-py/test-requirements.txt +++ b/h2o-py/test-requirements.txt @@ -23,7 +23,7 @@ statsmodels==0.12.2; python_version == '3.6' statsmodels==0.13.5; python_version > '3.6' patsy==0.5.3 scikit-learn==0.24.2; python_version <= '3.7' -scikit-learn==1.2.2; python_version > '3.7' +scikit-learn==1.5.0; python_version > '3.7' six==1.11.0 seaborn==0.8.1 matplotlib==3.1.1