enable numpy 2.0 and recent scipy

This commit is contained in:
Jan Petykiewicz 2024-07-29 02:25:16 -07:00
commit 36431cd0e4
4 changed files with 7 additions and 7 deletions

View file

@ -39,8 +39,8 @@ include = [
]
dynamic = ["version"]
dependencies = [
"numpy~=1.26",
"scipy",
"numpy>=1.26",
"scipy~=1.14",
]