From d2ad72cd9895c2c6bc6cc1c08aed6a73268fe742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:53:35 +0000 Subject: [PATCH] build(deps): update numpy requirement from <2,>=1.26.4 to >=1.26.4,<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.1.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 155c69d..45ebd3f 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>=1.26.4,<3 jwst>=1.15.1 stpipe>=0.6.0 stdatamodels>=2.0.0