From c9441021fbb7d5a6991b04301c7d8ed4f9997971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:38:05 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.1.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13be235..136f474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies =[ - "numpy >= 1.16.5, < 2", + "numpy >= 1.16.5, < 3", "matplotlib >= 3.5.1", "pandas >= 1.4.1", "pymatgen >= 2022.2.10", diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 4828106..92db87f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ Cerberus==1.3.5 matplotlib==3.9.2 monty==2024.7.30 -numpy==1.26.4 +numpy==2.1.1 pandas==2.2.2 pexpect==4.9.0 pymatgen==2024.7.18