From 2430fd9b2edb734f7c860165895ab53204092a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:26:59 +0100 Subject: [PATCH] Bump scikit-learn from 1.5.2 to 1.6.0 (#230) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.2...1.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23c3a8b..db79a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ matplotlib==3.9.2 fastapi[standard]==0.115.5 uvicorn==0.32.1 pydantic==2.10.1 -scikit-learn==1.5.2 +scikit-learn==1.6.0 timezonefinder==6.5.5 deap==1.4.1 requests==2.32.3