From 7020fc830a17bda4e1e8c4fb39e5b72131823aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:53:16 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.1 to 1.3.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.1 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.1...1.3.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a35a29427..7499b2bf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.26.0 scipy==1.11.3 matplotlib==3.8.0 pandas==2.1.2 -scikit-learn==1.3.1 +scikit-learn==1.3.2 scikit-image==0.22.0 sympy==1.12 statsmodels==0.14.0