Skip to content

Commit 63a6065

Browse files
committed
drop NumPy 1.x support
Signed-off-by: Martijn Govers <[email protected]>
1 parent 042052b commit 63a6065

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
@@ -29,7 +29,7 @@ requires-python = ">=3.11,<3.14"
2929
dependencies = [
3030
"power-grid-model>=1.7",
3131
"rustworkx>= 0.15.1",
32-
"numpy>=1.21",
32+
"numpy>=2.0",
3333
]
3434
dynamic = ["version"]
3535

0 commit comments

Comments
 (0)