From fd63a29df75b59af8ea56112ef4dd90898457610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:36:28 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 0.19.1 to 1.5.0 in /tests/benchmark Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.1 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.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmark/requirements.txt b/tests/benchmark/requirements.txt index 4467029a68867..a2935f7d3d3b2 100644 --- a/tests/benchmark/requirements.txt +++ b/tests/benchmark/requirements.txt @@ -8,7 +8,7 @@ grpcio-tools==1.37.1 pandas==1.1.5 scipy==1.10.0 -scikit-learn==0.19.1 +scikit-learn==1.5.0 h5py==2.7.1 # influxdb==5.2.2 pyyaml>=5.1