From f5b29187dc9d83bb1895d59b321ef3dc49e97f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:42:38 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.0.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.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.0.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 7000bf52..5fe07ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "pydantic", "torchdata", "boto3", - "numpy<2.0.0" + "numpy<3.0.0" ] version = "1.1.3" diff --git a/requirements.txt b/requirements.txt index 1f8d685f..8d7c7d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ ase==3.23.0 pydantic==2.8.2 torchdata==0.8.0 boto3==1.34.159 -numpy==1.26.4 +numpy==2.0.1 sympy==1.13.2