From 3b59528e34b22b8edced584d8c1ef5a3da30e216 Mon Sep 17 00:00:00 2001 From: Tyler Pauly Date: Wed, 21 Aug 2024 16:15:21 -0400 Subject: [PATCH] np2.0 testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c73a69fef9..95403d35ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "crds>=11.17.14", "drizzle>=1.15.0", "gwcs>=0.21.0,<0.23.0", - "numpy>=1.22,<2.0", + "numpy>=1.22", "opencv-python-headless>=4.6.0.66", "photutils>=1.5.0", "psutil>=5.7.2",