bump numpy version

This commit is contained in:
Jan Petykiewicz 2024-07-28 23:21:59 -07:00
parent 2f00baf0c6
commit 99c22d572f

View File

@ -39,7 +39,7 @@ include = [
]
dynamic = ["version"]
dependencies = [
"numpy~=1.21",
"numpy~=1.26",
"scipy",
]