From 7be0e5de490acda668fc7837f180119475c52d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:05:18 +0000 Subject: [PATCH] :arrow_up: 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20284d9..78a44df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.7.1 -numpy==1.26.4 +numpy==2.2.1 plotly==5.17.0 pyevtk==1.6.0 pyFFTW==0.13.1 diff --git a/setup.py b/setup.py index e21c6e0..3fbd1d2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def get_package_files(docs_root): }, install_requires=[ "torch", - "numpy<2.0", + "numpy<3.0", "tqdm", "scipy", "matplotlib",