Skip to content

Commit e0328c3

Browse files
committed
Update h5py in requiremetns
1 parent 9bcda08 commit e0328c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "my-fenics-paper"
77
version = "0.4.0"
88
dependencies = [
9-
"h5py",
9+
"h5py==3.10.0", # Same as in docker image to avoid compilation issues with HDF5
1010
"cardiac-geometries>=0.11.0",
1111
"ldrb",
1212
"requests",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ click==8.1.3
1414
# via rich-click
1515
commonmark==0.9.1
1616
# via rich
17-
h5py==3.9.0
17+
h5py==3.10.0
1818
# via
1919
# ldrb
2020
# my-fenics-paper (pyproject.toml)

0 commit comments

Comments
 (0)