From bb27b2717fe16b04e1d4bcf9e4423c8bf42eaae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:17:15 +0000 Subject: [PATCH] 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.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51a66c40b..ff706d42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "jwst_backgrounds>=1.2.0,<1.3.0", "jwst_reffiles>=1.0.1", "matplotlib>=3.8.3,<4", - "numpy>=1.26.4,<2", + "numpy>=1.26.4,<3", "pandas>=2.2.1,<3", "psycopg2-binary>=2.9.9,<3", "pysiaf>=0.22.0",