Skip to content

Commit a9884f0

Browse files
Update numpy version constraint in pyproject.toml (#3047)
Co-authored-by: Amin Sadeghi <[email protected]>
1 parent 2c0ee58 commit a9884f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"matplotlib-inline>=0.1.7",
2626
"networkx>=3.5",
2727
"numba>=0.61",
28-
"numpy<2.2",
28+
"numpy>=2",
2929
"pandas>=2.3.2",
3030
"pyamg>=5.3.0",
3131
"pypardiso; platform_system != 'Darwin' and (platform_machine == 'x86_64' or platform_machine == 'AMD64')",

0 commit comments

Comments
 (0)