From 4464294e704f699da73dee4ab7b75e2468f77bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 19:41:43 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.4.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.2. - [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.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 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 7b83683..9034a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "jwst == 1.20.2", "lmfit == 1.3.4", "matplotlib == 3.10.8", - "numpy == 2.2.6", + "numpy == 2.4.2", "opencv-python-headless == 4.13.0.92", "photutils == 2.3.0", "pyerfa == 2.0.1.5",