We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcda08 commit e0328c3Copy full SHA for e0328c3
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "my-fenics-paper"
7
version = "0.4.0"
8
dependencies = [
9
- "h5py",
+ "h5py==3.10.0", # Same as in docker image to avoid compilation issues with HDF5
10
"cardiac-geometries>=0.11.0",
11
"ldrb",
12
"requests",
requirements.txt
@@ -14,7 +14,7 @@ click==8.1.3
14
# via rich-click
15
commonmark==0.9.1
16
# via rich
17
-h5py==3.9.0
+h5py==3.10.0
18
# via
19
# ldrb
20
# my-fenics-paper (pyproject.toml)
0 commit comments