Skip to content

Commit

Permalink
Clean up compat info in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus authored Jul 15, 2023
1 parent 0e2676d commit 9d0a70c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ QuadratureRules = "a08977f5-a20d-4b99-b11f-f5ea535e0575"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ContinuumArrays = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15"
OffsetArrays = "0.10, 0.11, 1"
ContinuumArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
FastTransforms = "0.13, 0.14, 0.15"
OffsetArrays = "1"
QuadratureRules = "0.1"
StaticArrays = "0.12, 1"
julia = "^1.5"
StaticArrays = "1"
julia = "1.6"

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

0 comments on commit 9d0a70c

Please sign in to comment.