Skip to content

Commit

Permalink
fix julia version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cortner committed Jan 12, 2024
1 parent 1d0b44b commit d899c98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ QuadGK = "2"
SpecialFunctions = "2.2"
StaticArrays = "1.5"
StrideArrays = "0.1.25"
julia = "1.8"
julia = "1.8.0, 1.9.0, 1.10.0"
LinearAlgebra = "1.8"
Printf = "1.8"
Random = "1.8"
Test = "1.8"

[extras]
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Expand Down

0 comments on commit d899c98

Please sign in to comment.