Skip to content

Commit f64e275

Browse files
committed
Added missing dependency requirement
1 parent 5693d59 commit f64e275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
44

55
[tool.poetry]
66
name = 'exodus_helper'
7-
version = '1.0.2'
7+
version = '1.0.3'
88
description = 'A package for manipulating ExodusII databases'
99
license = 'BSD-3-Clause'
1010
authors = ['Coleman Alleman <callema@sandia.gov>']
@@ -22,6 +22,7 @@ packages =[{include='exodus_helper'}]
2222
python = '>=3.9,<3.12'
2323
netCDF4 = '^1'
2424
numpy = '^2'
25+
packaging = '^24'
2526
scipy = '^1'
2627
docstr-coverage = {version = "*", optional = true}
2728
GitPython = {version = "*", optional = true}

0 commit comments

Comments
 (0)