Skip to content

Commit 9f216b5

Browse files
committed
Updated to latest versions of packages in dependencies
1 parent f079828 commit 9f216b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ packages =[{include='exodus_helper'}]
2020

2121
[tool.poetry.dependencies]
2222
python = '>=3.9,<3.12'
23-
netCDF4 = '^1.6'
24-
numpy = '^1.24'
25-
scipy = '^1.10'
23+
netCDF4 = '^1'
24+
numpy = '^2'
25+
scipy = '^1'
2626
docstr-coverage = {version = "*", optional = true}
2727
GitPython = {version = "*", optional = true}
2828
nbsphinx = {version = "*", optional = true}

0 commit comments

Comments
 (0)