Skip to content

Commit cbef048

Browse files
committed
Allow numpy 2
1 parent 99e61b1 commit cbef048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = [
2828
requires-python = ">=3.10"
2929
dependencies = [
3030
"boututils ~= 0.1.10",
31-
"numpy ~= 1.24",
31+
"numpy >= 1.24",
3232
"sympy ~= 1.7",
3333
"scipy ~= 1.10",
3434
"matplotlib ~= 3.7",

0 commit comments

Comments
 (0)