From 298cda0af34362fa1f03016cf01d9484b9fdf15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 04:24:31 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.4.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.4. - [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.4) --- 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 359cd8d..594b671 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.4", "opencv-python-headless == 4.13.0.92", "photutils == 2.3.0", "pyerfa == 2.0.1.5",