Skip to content

Commit fdd4761

Browse files
authored
Merge pull request #60 from daavid00/dev
Restricting the h5py version
2 parents 3fca4c9 + eebb4a6 commit fdd4761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"alive_progress<=3.3.0",
27-
"ert<=14.5.13",
27+
"ert==13.0.4",
28+
"h5py<=3.14.0",
2829
"mako<=1.3.10",
2930
"resdata<=6.0.1"
3031
]

0 commit comments

Comments
 (0)