Skip to content

Commit

Permalink
pin numpy<2 (#8565)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Jun 17, 2024
2 parents a0cdad8 + dba65ae commit 380dc5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ flat_field
general
-------

- Require numpy<2.0. [#8565]

- Removed deprecated stdatamodels model types ``DrizProductModel``,
``MIRIRampModel``, and ``MultiProductModel``. [#8388]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"crds>=11.17.14",
"drizzle>=1.15.0",
"gwcs>=0.21.0,<0.22.0",
"numpy>=1.22",
"numpy>=1.22,<2.0",
"opencv-python-headless>=4.6.0.66",
"photutils>=1.5.0",
"psutil>=5.7.2",
Expand Down

0 comments on commit 380dc5e

Please sign in to comment.