Skip to content

Commit

Permalink
Project.toml: update compat
Browse files Browse the repository at this point in the history
seems to work with julia 1.10 and HDF5 0.17, so update ranges accordingly
  • Loading branch information
mzilhao committed Sep 3, 2024
1 parent 502a91b commit 9400cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "1.7"
HDF5 = "0.16"
julia = "1.7 - 1.10"
HDF5 = "0.16, 0.17"

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

0 comments on commit 9400cdf

Please sign in to comment.