From b59c13b7d0433c5aca68a5a76980374f67f9b06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:54:48 +0000 Subject: [PATCH] build(deps): update numpy requirement 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.17.0...v2.2.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... 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 21732e9548..98956badb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # this is only for RTD because it uses setup.py install instead of pip Cython #docutils<0.18 -numpy>=1.17,<2.0.0 +numpy>=1.17,<3.0.0 astropy asdf gwcs diff --git a/setup.py b/setup.py index 864faf860a..f977c80986 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ 'jinja2>=3.0', 'jsonschema>=3.0', 'matplotlib>=3.1', - 'numpy>=1.17,<2', + 'numpy>=1.17,<3', 'psutil>=5.6', 'pyerfa>=1.7', 'python-dateutil>=2.5.3',