From f7b201ce85b239e6e4d27c9c897b16b9c22a4c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:26:51 +0000 Subject: [PATCH] build(deps): bump scikit-learn in /examples/vertical-fl 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] --- examples/vertical-fl/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vertical-fl/pyproject.toml b/examples/vertical-fl/pyproject.toml index c917c4060b75..2c6b7070fd1d 100644 --- a/examples/vertical-fl/pyproject.toml +++ b/examples/vertical-fl/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "flwr-datasets>=0.3.0", "pandas==2.0.3", "numpy>=1.26.0", - "scikit-learn==1.3.2", + "scikit-learn==1.5.0", "torch==2.5.1", ]