From b0ac0f9fc437065a95ee4738851acfacff987d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 06:31:36 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.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.0.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 b6b5fb752..4064f6b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.23.0", - "numpy==1.26.4", + "numpy==2.0.0", "scipy==1.14.0", ] dynamic = ["version"] From 37eeea65c89f2063586966c58fdb63a2048a448a Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Thu, 18 Jul 2024 06:33:36 +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 49c7ea9b9..1202b5724 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.9.1 - nglview =3.1.2 - notebook -- numpy =1.26.4 +- numpy =2.0.0 - phonopy =2.26.5 - plotly =5.22.0 - pymatgen =2024.6.10 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index ddd37cc33..1d4cb8192 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,5 +3,5 @@ channels: dependencies: - ase =3.23.0 - coverage -- numpy =1.26.4 +- numpy =2.0.0 - scipy =1.14.0