From 121211fb3c0172d0efba7255e189672935d72350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:42:07 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f4e98aa..f6e9577b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.23.0", - "numpy==1.26.4", + "numpy==2.1.2", "scipy==1.14.1", "spglib==2.5.0", ] From a0510391e3b6657fa64fa8e64140249dd3398e32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:42:23 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 0e35c730..1f0c51ab 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - lxml =5.3.0 - mendeleev =0.18.1 -- numpy =1.26.4 +- numpy =2.1.2 - pandas =2.2.3 - phonopy =2.26.6 - requests =2.32.3 diff --git a/binder/environment.yml b/binder/environment.yml index 3d04505b..61e03f9e 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - ase =3.23.0 -- numpy =1.26.4 +- numpy =2.1.2 - scipy =1.14.1 - spglib =2.5.0 - phonopy =2.26.6