From ec0335957be92eb9896af44a3cf8cb8d1f48c229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 19:30:59 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.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.2.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 75415b73d..3e5731e31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.24.0", - "numpy==1.26.4", + "numpy==2.2.2", "scipy==1.15.1", ] dynamic = ["version"] From 8fb7e2461db317cd463d47cce520e427e2dc9a15 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 7 Feb 2025 19:31:14 +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 8205731c9..8f13c6e17 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.2 - phonopy =2.37.0 - plotly =6.0.0 - pymatgen =2024.11.13 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index b296a1351..2b9160266 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.2 - scipy =1.15.1 - setuptools