From 8a85a0ac977c3ebbb8db4be4cdd0eeb7774e9da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:40:22 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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.2.1) --- 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 06897db0a..348108c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.24.0", - "numpy==1.26.4", + "numpy==2.2.1", "scipy==1.15.1", ] dynamic = ["version"] From 74875db80aa9ca2ce7c01394d011ac9b067652fb Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 13 Jan 2025 09:40:38 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- .ci_support/environment_mini.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c09349ed0..bc4330dd3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.10.0 - nglview =3.1.4 - notebook -- numpy =1.26.4 +- numpy =2.2.1 - phonopy =2.34.0 - plotly =5.24.1 - pymatgen =2024.11.13 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index b296a1351..4151aa171 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,6 +3,6 @@ channels: dependencies: - ase =3.24.0 - coverage -- numpy =1.26.4 +- numpy =2.2.1 - scipy =1.15.1 - setuptools