enable numpy 2.0 and recent scipy
This commit is contained in:
parent
739e96df3d
commit
36431cd0e4
4 changed files with 7 additions and 7 deletions
|
|
@ -39,8 +39,8 @@ include = [
|
|||
]
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"numpy~=1.26",
|
||||
"scipy",
|
||||
"numpy>=1.26",
|
||||
"scipy~=1.14",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue