Skip to content

Commit da93074

Browse files
Bump scikit-learn from 1.6.0 to 1.6.1 (#305)
* Bump scikit-learn from 1.6.0 to 1.6.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.6.0...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 1d3dc72 commit da93074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pymatgen =2024.11.13
1616
- pyscal3 =3.2.7
1717
- pyxtal =1.0.6
18-
- scikit-learn =1.6.0
18+
- scikit-learn =1.6.1
1919
- scipy =1.15.0
2020
- spglib =2.5.0
2121
- sqsgenerator =0.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pyscal = ["pyscal3==3.2.7"]
4545
nglview = ["nglview==3.1.4"]
4646
matplotlib = ["matplotlib==3.10.0"]
4747
plotly = ["plotly==5.24.1"]
48-
clusters = ["scikit-learn==1.6.0"]
48+
clusters = ["scikit-learn==1.6.1"]
4949
symmetry = ["spglib==2.5.0"]
5050
surface = [
5151
"spglib==2.5.0",

0 commit comments

Comments
 (0)