From a438ac7d5859ada2626e94542f4fae101bb1495b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:55:47 -0400 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.5.0 in /tools/setup (#894) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Spraggett --- tools/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup/requirements.txt b/tools/setup/requirements.txt index 92ebc0968..f8c7c6541 100644 --- a/tools/setup/requirements.txt +++ b/tools/setup/requirements.txt @@ -564,7 +564,7 @@ rpds-py==0.20.0 # jsonschema # referencing # soccerbot (pyproject.toml) -scikit-learn==1.3.2 +scikit-learn==1.5.0 # via # open3d # soccerbot (pyproject.toml)