Skip to content

Commit

Permalink
Update h5py in requiremetns
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 30, 2024
1 parent 9bcda08 commit e0328c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "my-fenics-paper"
version = "0.4.0"
dependencies = [
"h5py",
"h5py==3.10.0", # Same as in docker image to avoid compilation issues with HDF5
"cardiac-geometries>=0.11.0",
"ldrb",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.3
# via rich-click
commonmark==0.9.1
# via rich
h5py==3.9.0
h5py==3.10.0
# via
# ldrb
# my-fenics-paper (pyproject.toml)
Expand Down

0 comments on commit e0328c3

Please sign in to comment.