From 8b51766ed229ff52365cb037adcde7e98e168f66 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 25 Nov 2024 14:47:45 -0500 Subject: [PATCH] increase minimum numpy version to match roman_datamodels --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4192a70f6..9680a84ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "crds >=11.16.16", "gwcs >=0.21.0", "jsonschema >=4.8", - "numpy >=1.23", + "numpy >=1.24", "photutils >=1.13.0", "pyparsing >=2.4.7", "requests >=2.26",