From 33d392ef548a31a62dbdb2d7ec7a626184a3d6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:41:20 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.6. - [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/v2.2.6...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2b4902..52f739b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "jwst == 2.0.1", "lmfit == 1.3.4", "matplotlib == 3.10.8", - "numpy == 2.2.6", + "numpy == 2.4.6", "opencv-python-headless == 4.13.0.92", "photutils == 2.3.0", "pyerfa == 2.0.1.5",