From 7985fcc892d03aef0c8480a5b6c67d693347277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:02:25 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.0 to 1.3.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c61200ea..aa9834216 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.6'], "plotly": ['plotly==5.17.0'], - "clusters": ['scikit-learn==1.3.0'], + "clusters": ['scikit-learn==1.3.1'], "symmetry": ['spglib==2.0.2'], "surface": ['spglib==2.0.2', 'pymatgen==2023.9.10'], "phonopy": ['phonopy==2.20.0', 'spglib==2.0.2'],