From b390100b6adc0503b1a6a5f5ef836f5340fe298a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:53:17 +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 31c49c1a9..bfd41a27c 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.2", "pandas==2.2.3", "phonopy==2.34.1", "pint==0.24.4", From 22edcf6bca637b8f7e571ee971cf7a8f45609bca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:59:05 +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 544d24590..66c24d36b 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.2 - pandas =2.2.3 - phonopy =2.34.1 - pint =0.24.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1a0f7f255..a644fbce7 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.2 - pandas =2.2.3 - phonopy =2.34.1 - pint =0.24.4 diff --git a/binder/environment.yml b/binder/environment.yml index 6bd75aaf1..571e13291 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.2 - pandas =2.2.3 - phonopy =2.34.1 - pint =0.24.4