Skip to content

Commit

Permalink
Try using numpy < 2.3 (#1348)
Browse files Browse the repository at this point in the history
Allow using numpy 2  (up to 2.3).
  • Loading branch information
rocky authored Feb 2, 2025
1 parent 6739cc4 commit 13975f6
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 @@ -13,7 +13,7 @@ description = "A general-purpose computer algebra system."
dependencies = [
"Mathics-Scanner >= 1.4.1",
"mpmath>=1.2.0",
"numpy<1.27",
"numpy<2.3",
"palettable",
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
# ExampleData image hedy.tif is in this format.
Expand Down

0 comments on commit 13975f6

Please sign in to comment.