From 08c5cd2271dbf7c2faa75521c6705eeab8d576a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:11:05 +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 627af080d..74cd5188b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "matplotlib==3.10.0", "mendeleev==0.19.0", "mp-api==0.45.1", - "numpy==1.26.4", + "numpy==2.2.3", "pandas==2.2.3", "phonopy==2.37.0", "pint==0.24.4", From cb9dbc3e7d6c366f6599cb407b9265a3378aed73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:11:42 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index abb3cd157..695a6ce51 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -13,7 +13,7 @@ dependencies: - matplotlib-base =3.10.0 - mendeleev =0.19.0 - mp-api =0.45.1 -- numpy =1.26.4 +- numpy =2.2.3 - pandas =2.2.3 - phonopy =2.37.0 - pint =0.24.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c2b345231..2f04021c1 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -11,7 +11,7 @@ dependencies: - matplotlib-base =3.10.0 - mendeleev =0.19.0 - mp-api =0.45.1 -- numpy =1.26.4 +- numpy =2.2.3 - pandas =2.2.3 - phonopy =2.37.0 - pint =0.24.4 diff --git a/binder/environment.yml b/binder/environment.yml index 05023010e..e5a2ac1ec 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.10.0 - mendeleev =0.19.0 - mp-api =0.45.1 -- numpy =1.26.4 +- numpy =2.2.3 - pandas =2.2.3 - phonopy =2.37.0 - pint =0.24.4