From 1411562715d9659ec4f9333fcf13a581e7976915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:07:46 +0000 Subject: [PATCH] Update numpy requirement from <2.0 to <3.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.25.1...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... 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 901377677..5da8dd012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ 'hotsoss', 'ipython', 'matplotlib', - 'numpy<2.0', + 'numpy<3.0', 'numpydoc', 'pandas', 'paramiko', diff --git a/requirements.txt b/requirements.txt index 19010cce3..09cbb0133 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ hotsoss>=0.1.9 ipython>=7.22.0 jwst-gtvt>=1.0.0 matplotlib>=3.4.1 -numpy>=1.25.1,<2.0 +numpy>=1.25.1,<3.0 numpydoc>=1.1.0 pandas>=2.0.3 paramiko>=2.10.1