From 43e64c089013d5ecf483d39e0acaac16f4734562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:50:05 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.0. - [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.0) --- 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 edf663cbe..6b542881d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "matplotlib==3.10.0", "mendeleev==0.19.0", "mp-api==0.44.0", - "numpy==1.26.4", + "numpy==2.2.0", "pandas==2.2.3", "phonopy==2.26.6", "pint==0.24.4", From f626f00a354bbc9bf3a493c15ee303f2012e0737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:54:00 +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 891e31a80..63da5c63f 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.44.0 -- numpy =1.26.4 +- numpy =2.2.0 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c95343c0f..cb5717205 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.44.0 -- numpy =1.26.4 +- numpy =2.2.0 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4 diff --git a/binder/environment.yml b/binder/environment.yml index 157a87d69..98725bf4d 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.44.0 -- numpy =1.26.4 +- numpy =2.2.0 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4