Skip to content

Commit afc8da9

Browse files
committed
Force docs to numpy>=2.0
1 parent dcb9440 commit afc8da9

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
@@ -81,7 +81,7 @@ docs = [
8181
"nixio",
8282
"pynwb",
8383
"igor2",
84-
"numpy<2.0" # https://github.com/NeuralEnsemble/python-neo/pull/1612
84+
"numpy>=2.0"
8585
]
8686

8787
dev = [

0 commit comments

Comments
 (0)