From 21dcaa7805fb2321c26b08e86b26a1d7a1ee2e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:06:03 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.2.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.3. - [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.3) --- 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 3bf13f9d5..645895e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.24.0", - "numpy==1.26.4", + "numpy==2.2.3", "scipy==1.15.2", ] dynamic = ["version"] From 144a405686ac1496dcfc0dcca0019bfffa8f5232 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 3 Mar 2025 17:06:16 +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 c757b1179..5672ce92e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.10.1 - nglview =3.1.4 - notebook -- numpy =1.26.4 +- numpy =2.2.3 - phonopy =2.38.0 - plotly =6.0.0 - pymatgen =2025.2.18 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index adcc8b754..4d37ac0ef 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.3 - scipy =1.15.2 - setuptools