Skip to content

Commit 8ac58f8

Browse files
authored
matio: use version range for hdf5 (#29004)
1 parent 13e4e10 commit 8ac58f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/matio/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def layout(self):
5454

5555
def requirements(self):
5656
if self.options.with_hdf5:
57-
self.requires("hdf5/1.14.3")
57+
self.requires("hdf5/[>=1.14.3 <2]")
5858
if self.options.with_zlib:
5959
self.requires("zlib/[>=1.2.11 <2]")
6060

0 commit comments

Comments
 (0)