From eb3ac400a058df9b92ee7de87dee9a0c30444558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:58:22 +0000 Subject: [PATCH] Bump numpy from 1.24.4 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 1.26.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.24.4...v1.26.0) --- updated-dependencies: - dependency-name: numpy 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 a07b3aa..13115db 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,7 +2,7 @@ nbgitpuller pyyaml>=6.0 joblib==1.3.2 monty==2023.9.25 -numpy==1.24.4 +numpy==1.26.0 pymatgen==2023.09.10 smol>=0.3.0 sparse-lm>=0.3.0 diff --git a/requirements.txt b/requirements.txt index c3b8641..6c78de2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyyaml==6.0.1 joblib==1.3.2 monty==2023.9.25 -numpy==1.24.4 +numpy==1.26.0 pymatgen==2023.9.10 smol==0.5.3 sparse-lm==0.5.1