Skip to content

Commit

Permalink
pin Numpy below 2.0 in runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 6, 2024
1 parent 6a30bcc commit bacd018
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.0",
"opencv-python-headless>=4.6.0.66",
"photutils>=1.5.0",
"psutil>=5.7.2",
Expand Down

0 comments on commit bacd018

Please sign in to comment.