Skip to content

Commit

Permalink
Add HDF5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwsch committed Jun 14, 2024
1 parent a26b44a commit 2accde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name="micro-manager-precice"
dynamic = [ "version" ]
dependencies = [
"pyprecice>=3.0.0.0", "numpy", "mpi4py", "scikit-learn"
"pyprecice>=3.0.0.0", "numpy", "mpi4py", "scikit-learn", "h5py"
]
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit 2accde7

Please sign in to comment.