Skip to content

Commit

Permalink
pin numpy<2.0 (#8566)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler authored Jun 27, 2024
1 parent f57f0b0 commit f919c4c
Showing 1 changed file with 1 addition and 1 deletion.
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",
"opencv-python-headless>=4.6.0.66",
"photutils>=1.5.0",
"psutil>=5.7.2",
Expand Down

0 comments on commit f919c4c

Please sign in to comment.