From f43cc0f07647f8f061c13dda160df9983aa1402b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:09:32 +0000 Subject: [PATCH 1/4] Bump scipy from 1.11.4 to 1.12.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.11.4 to 1.12.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.12.0) --- updated-dependencies: - dependency-name: scipy 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 3b34c4ee2..929e33a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pint==0.23", "pyiron_base==0.7.0", "pylammpsmpi==0.2.11", - "scipy==1.11.4", + "scipy==1.12.0", "scikit-learn==1.4.0", "seekpath==2.1.0", "spglib==2.2.0", From 723d0da0d1a51cb68313e75389dc2c3cb65d3d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:18:08 +0000 Subject: [PATCH 2/4] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3f9e65819..228417c27 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,7 +19,7 @@ dependencies: - pylammpsmpi =0.2.11 - pyscal =2.10.18 - scikit-learn =1.4.0 -- scipy =1.11.4 +- scipy =1.12.0 - seekpath =2.1.0 - spglib =2.2.0 - structuretoolkit =0.0.17 From 3a914bbcb6b5db7524f40b072b6e7582485d6244 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 22 Jan 2024 13:23:10 +0100 Subject: [PATCH 3/4] Update environment.yml --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 228417c27..81429b4ae 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.1.0 - ase =3.22.1 -- atomistics =0.1.20 +- atomistics =0.1.21 - coverage - codacy-coverage - defusedxml =0.7.1 @@ -22,4 +22,4 @@ dependencies: - scipy =1.12.0 - seekpath =2.1.0 - spglib =2.2.0 -- structuretoolkit =0.0.17 +- structuretoolkit =0.0.18 From c4d0255bac6fc236a0b3d249b6aa5f9ce9226cd7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 22 Jan 2024 13:23:30 +0100 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 929e33a78..a14b21c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.22.1", - "atomistics==0.1.20", + "atomistics==0.1.21", "defusedxml==0.7.1", "h5py==3.10.0", "matplotlib==3.8.2", @@ -41,7 +41,7 @@ dependencies = [ "scikit-learn==1.4.0", "seekpath==2.1.0", "spglib==2.2.0", - "structuretoolkit==0.0.17", + "structuretoolkit==0.0.18", ] dynamic = ["version"]