From c2a543211e8c2fb76af8295ac3594c06d597f8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:56:48 +0000 Subject: [PATCH] chore(deps): bump scikit-learn from 1.4.0 to 1.8.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.0 to 1.8.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..1812d8b 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -23,7 +23,7 @@ openai==1.7.1 # Data Processing numpy==1.26.3 pandas==2.1.4 -scikit-learn==1.4.0 +scikit-learn==1.8.0 scipy==1.11.4 # Model Training and Evaluation