Skip to content

Commit

Permalink
Tests: relax compat condition for JLArrays
Browse files Browse the repository at this point in the history
JLArrays 0.1.5 can't be installed on Julia 1.9.
  • Loading branch information
jipolanco committed Jun 28, 2024
1 parent 8734c80 commit 7703144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Compat = "4.5"
HDF5 = "0.17"
JLArrays = "0.1.5"
JLArrays = "0.1.2"
OrdinaryDiffEq = ">= 6.45"

0 comments on commit 7703144

Please sign in to comment.