From 2d4a99bc2417e864752247ab0eb45b4542cdceaf Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 17 Jun 2024 10:01:51 -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 1e0c6b3de..33b398270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "astropy >=5.0.4", "scipy >=1.7.2", - "numpy >=1.21.2", + "numpy >=1.21.2, <2.0", "opencv-python-headless >=4.6.0.66", "asdf >=2.15.0", "gwcs >= 0.18.1", From 12699ecd4a56c0e79d5cccb849e0b132931aa808 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 17 Jun 2024 10:03:09 -0400 Subject: [PATCH 2/2] update changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index de16adf1a..276bbe2c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ General ------- -- +- pin numpy<2 [#265] Changes to API --------------