From 4ead83eed732a8b85ebc1c894718e6d87ae4e0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:14:53 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-sdp.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95036c6bc3..0af9ca190f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "drizzle>=2.0.0", # "gwcs>=0.22.0,<0.23.0", "gwcs @ git+https://github.com/spacetelescope/gwcs.git@master", - "numpy>=1.25,<2.0", + "numpy>=1.25,<3.0", "opencv-python-headless>=4.6.0.66", "photutils>=1.5.0", "poppy>=1.0.2", diff --git a/requirements-sdp.txt b/requirements-sdp.txt index fbfa7ecc45..4987b8b2a0 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -51,7 +51,7 @@ lazy_loader==0.4 lxml==5.3.0 matplotlib==3.10.0 networkx==3.4.2 -numpy==1.26.4 +numpy==2.2.1 opencv-python-headless==4.10.0.84 openpyxl==3.1.5 packaging==24.2