Skip to content

Commit 25f1fed

Browse files
tsheadharmsm
authored andcommitted
Allow NumPy>=2.0.0.
1 parent 4d310d2 commit 25f1fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"arrow>=1.0",
2323
"custom_inherit",
2424
"multipledispatch",
25-
"numpy>=1.8.0,<2.0.0",
25+
"numpy>=1.8.0",
2626
"packaging",
2727
"pypng",
2828
"reportlab",

0 commit comments

Comments
 (0)