From 8e462aeb96fc6429be15bd1cc19c04dd87266e35 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 17 Jun 2024 09:58:30 -0400 Subject: [PATCH 1/2] pin numpy <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1abd7ee22..a4fa1002d 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.22", + "numpy >=1.22,<2.0", "photutils >=1.10.0", "pyparsing >=2.4.7", "requests >=2.26", From 77eb980061044d23ab9ab3d9c82f334dbf23b7a7 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 17 Jun 2024 10:00:17 -0400 Subject: [PATCH 2/2] add changelog --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c30af399d..555d3d2c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,8 @@ Documentation general ------- +- pin numpy to <2 [#1275] + - refactor exposure level pipeline to use asn's and ModelContainer [#1271] - Add catalog source step to the mosaic pipeline [#1266]