From d0fcf8f9755e0d2757d1171f2466b33daa7e4d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:16:29 +0000 Subject: [PATCH 1/2] Bump numpy from 2.2.1 to 2.4.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.4.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/v2.2.1...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 39a6ec07..9382577b 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ nbgitpuller -numpy==2.2.1 +numpy==2.4.0 monty==2025.3.3 pymatgen==2025.10.7 scikit-learn==1.8.0 diff --git a/requirements.txt b/requirements.txt index 49f0fddf..7e922c24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.1 +numpy==2.4.0 monty==2025.3.3 pymatgen==2025.10.7 h5py==3.14.0 From 89cf37a8e9d94edee4ee6fb4508e7ffca63d43dc Mon Sep 17 00:00:00 2001 From: Ronald Kam Date: Wed, 7 Jan 2026 13:58:08 -0800 Subject: [PATCH 2/2] Update test.yml Remove test for python 3.10, because numpy 2.4 is not supported --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 999199c8..a55df513 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: config: - - python: "3.10" + - python: "3.11" - python: "3.12" split: [1, 2, 3, 4, 5, 6, 7, 8]