From 63e8a8a031bdda1c165f0f51aa17eed3ff9e91d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:08:43 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.4.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.0. - [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.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 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 5b076d1..85c9b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "jwst == 1.20.1", "lmfit == 1.3.4", "matplotlib == 3.10.7", - "numpy == 2.2.6", + "numpy == 2.4.1", "opencv-python-headless == 4.12.0.88", "photutils == 2.3.0", "pyerfa == 2.0.1.5",