From e57522e2b140ffd1567a4996ca8038a49995e790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:49:22 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bfde7e0..ba02846b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "pydantic", "torchdata<=0.7.1", "boto3", - "numpy<2.0.0" + "numpy<3.0.0" ] version = "1.1.3" diff --git a/requirements.txt b/requirements.txt index 38b02443..cfbf18f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lightning==2.4.0 pymatgen==2024.11.13 ase==3.23.0 pydantic==2.10.3 -numpy==1.26.4 +numpy==2.2.0 torchdata==0.7.1 boto3==1.35.82 sympy==1.13.3