Skip to content

Commit 19221a6

Browse files
committed
update required numpy version
1 parent 6d4a08f commit 19221a6

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
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: OS Independent"
1919
]
2020
dependencies = [
21-
"numpy~=1.26",
21+
"numpy>=1.26",
2222
"matplotlib~=3.7",
2323
"scipy~=1.13.1"
2424
]

0 commit comments

Comments
 (0)