Skip to content

Commit 474e2f7

Browse files
committed
Changed required NumPy version to 2
1 parent 5fb81de commit 474e2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages =[{include='exodus_helper'}]
2121
[tool.poetry.dependencies]
2222
python = '>=3.11,<3.13'
2323
netCDF4 = '^1'
24-
numpy = '^1'
24+
numpy = '^2'
2525
packaging = '^24'
2626
scipy = '^1'
2727
docstr-coverage = {version = "*", optional = true}

0 commit comments

Comments
 (0)