From f4c3dc19c3993378eb4f9a73f12d5deacd6240fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:51:49 -0500 Subject: [PATCH] Bump scikit-learn from 1.3.0 to 1.3.2 (#9) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.3.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48b2e480..30eb9e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "Pillow", "plotly", "scikit-image==0.21.0", - "scikit-learn==1.3.0", + "scikit-learn==1.3.2", "smqtk-classifier==0.19.0", "smqtk-core==0.19.0", "smqtk-dataprovider==0.18.0",