From 7647a3429b4df50b5c0e81c8b2a2da711988414c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:14:49 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.6.1 to 1.7.2 in /pmml Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 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 4e909a8..1b28c11 100644 --- a/pmml/requirements.txt +++ b/pmml/requirements.txt @@ -2,6 +2,6 @@ matplotlib==3.9.4 numpy==2.0.2 pandas==2.3.3 pypmml==1.5.7 -scikit-learn==1.6.1 +scikit-learn==1.7.2 sklearn2pmml==0.122.2 seaborn==0.13.2 \ No newline at end of file