From fcaa572062c64a0487214174aac02cadd14e0f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:34:30 +0000 Subject: [PATCH] build(deps): update numpy requirement from <2,>=1.26.4 to >=2.0.0,<3 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.26.4...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bf41fe..2d27445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ astropy>=6.1.0 Cython>=3.0.10 -numpy>=1.26.4,<2 +numpy>=2.0.0,<3 jwst>=1.14.0 stpipe>=0.5.2 stdatamodels>=1.10.1