allow numpy v2

This commit is contained in:
Jan Petykiewicz 2024-07-29 03:19:56 -07:00
parent 7d6cea1c4a
commit 65a33d2eca

View File

@ -51,7 +51,7 @@ include = [
] ]
dynamic = ["version"] dynamic = ["version"]
dependencies = [ dependencies = [
"numpy~=1.21", "numpy>=1.26",
] ]
[tool.hatch.version] [tool.hatch.version]