Skip to content

Commit

Permalink
Allow NumPy>=2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Jul 12, 2024
1 parent 49de7b8 commit 93ab5d6
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 @@ -22,7 +22,7 @@ dependencies = [
"arrow>=1.0",
"custom_inherit",
"multipledispatch",
"numpy>=1.8.0,<2.0.0",
"numpy>=1.8.0",
"packaging",
"pypng",
"reportlab",
Expand Down

0 comments on commit 93ab5d6

Please sign in to comment.