From fb5d36bd339ff970b1dc7e18a7e47afce19567f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:28:15 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.5.0 to 1.6.1 in /pmml Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pmml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmml/requirements.txt b/pmml/requirements.txt index ef7f49e..59ff726 100644 --- a/pmml/requirements.txt +++ b/pmml/requirements.txt @@ -2,6 +2,6 @@ matplotlib==3.9.4 numpy==2.0.2 pandas==2.3.2 pypmml==1.5.7 -scikit-learn==1.5.0 +scikit-learn==1.6.1 sklearn2pmml==0.121.1 seaborn==0.13.2 \ No newline at end of file