We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5693d59 commit f64e275Copy full SHA for f64e275
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
4
5
[tool.poetry]
6
name = 'exodus_helper'
7
-version = '1.0.2'
+version = '1.0.3'
8
description = 'A package for manipulating ExodusII databases'
9
license = 'BSD-3-Clause'
10
authors = ['Coleman Alleman <callema@sandia.gov>']
@@ -22,6 +22,7 @@ packages =[{include='exodus_helper'}]
22
python = '>=3.9,<3.12'
23
netCDF4 = '^1'
24
numpy = '^2'
25
+packaging = '^24'
26
scipy = '^1'
27
docstr-coverage = {version = "*", optional = true}
28
GitPython = {version = "*", optional = true}
0 commit comments