Skip to content

Commit

Permalink
Added missing dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
calleman21 committed Sep 11, 2024
1 parent 5693d59 commit f64e275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'

[tool.poetry]
name = 'exodus_helper'
version = '1.0.2'
version = '1.0.3'
description = 'A package for manipulating ExodusII databases'
license = 'BSD-3-Clause'
authors = ['Coleman Alleman <[email protected]>']
Expand All @@ -22,6 +22,7 @@ packages =[{include='exodus_helper'}]
python = '>=3.9,<3.12'
netCDF4 = '^1'
numpy = '^2'
packaging = '^24'
scipy = '^1'
docstr-coverage = {version = "*", optional = true}
GitPython = {version = "*", optional = true}
Expand Down

0 comments on commit f64e275

Please sign in to comment.