Skip to content

Commit 4e42d11

Browse files
maarten-icolivhoenen
authored andcommitted
Remove numpy<2 restriction
Pytest runs successfully with numpy 2.x, so we should be able to remove this restriction.
1 parent 111f650 commit 4e42d11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ classifiers = [
5656
]
5757
dynamic = ["version"]
5858
dependencies = [
59-
# FIXME: numpy 2.0 compatibility
60-
"numpy>=1.15.4,<2",
59+
"numpy>=1.15.4",
6160
"rich",
6261
"scipy",
6362
"click",

0 commit comments

Comments
 (0)