From 288258b5b849266529a30643ec8e0eac2727b156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:32:11 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.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.2.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.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ef7ee3b..587d59db 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 8ddae354..9e4e072a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lightning==2.5.0.post0 pymatgen==2024.11.13 ase==3.24.0 pydantic==2.10.4 -numpy==1.26.4 +numpy==2.2.1 torchdata==0.7.1 boto3==1.35.94 sympy==1.13.3