From eebb9b156bb9d89d34c32a494a8e4a144686daec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:05:51 +0000 Subject: [PATCH] build(deps): bump pypmml from 0.9.17 to 1.5.4 in /pmml Bumps [pypmml](https://github.com/autodeployai/pypmml) from 0.9.17 to 1.5.4. - [Release notes](https://github.com/autodeployai/pypmml/releases) - [Commits](https://github.com/autodeployai/pypmml/compare/v0.9.17...v1.5.4) --- 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..7566551 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.4 scikit-learn==1.5.0 sklearn2pmml==0.110.0