Skip to content

Commit

Permalink
Allow HDF.jl v0.17 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Graham <[email protected]>
  • Loading branch information
giordano and matt-graham authored Mar 12, 2024
1 parent 062ff51 commit 714a213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
HDF5 = "0.14, 0.15, 0.16"
HDF5 = "0.14, 0.15, 0.16, 0.17"
MPI = "0.20.8"
PDMats = "0.11.17"
StructArrays = "0.6.15"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
Distributions = "0.22, 0.23, 0.24, 0.25"
GaussianRandomFields = "2.2.1"
HDF5 = "0.14, 0.15, 0.16"
HDF5 = "0.14, 0.15, 0.16, 0.17"
MPI = "0.20.8"
OrdinaryDiffEq = "6.40"
PDMats = "0.11"
Expand Down

0 comments on commit 714a213

Please sign in to comment.