From 1dee87a129c5da2b7d51fb1116356a7c3a10eb71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:11:29 +0000 Subject: [PATCH] Bump scikit-learn from 1.5.2 to 1.6.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6e406585..bd561b046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pylammpsmpi==0.2.26", "pyscal3==3.2.7", "scipy==1.14.1", - "scikit-learn==1.5.2", + "scikit-learn==1.6.0", "seekpath==2.1.0", "spglib==2.5.0", "structuretoolkit==0.0.28",