From 55d33d4840c42558623db2ae7cb36860b7ca9fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:07:35 +0000 Subject: [PATCH] build(deps): bump pypmml from 0.9.17 to 1.5.5 in /pmml Bumps [pypmml](https://github.com/autodeployai/pypmml) from 0.9.17 to 1.5.5. - [Release notes](https://github.com/autodeployai/pypmml/releases) - [Commits](https://github.com/autodeployai/pypmml/compare/v0.9.17...v1.5.5) --- updated-dependencies: - dependency-name: pypmml dependency-type: direct:production update-type: version-update:semver-major ... 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 e625da6..af50984 100644 --- a/pmml/requirements.txt +++ b/pmml/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.9.2 numpy==1.26.4 pandas==2.2.3 -pypmml==0.9.17 +pypmml==1.5.5 scikit-learn==1.5.0 sklearn2pmml==0.110.0