Skip to content

Commit

Permalink
Project: remove compatibility with HDF5 v14
Browse files Browse the repository at this point in the history
it turns out we can't really work with HDF5 v15 yet, some functions we use were
removed in this version... this commit partially reverts ada7e77
  • Loading branch information
mzilhao committed Jan 26, 2022
1 parent 93f360d commit e961df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "1.3"
HDF5 = "0.14, 0.15"
HDF5 = "0.14"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit e961df2

Please sign in to comment.