allow numpy v2.0
This commit is contained in:
parent
a8a42bba1d
commit
a816a7db8e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ classifiers = [
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy~=1.21",
|
"numpy>=1.26",
|
||||||
"klamath~=1.2",
|
"klamath~=1.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue