Skip to content

Commit

Permalink
updated compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ryarazi committed Sep 5, 2024
1 parent 02f837d commit e814733
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
BenchmarkTools = "1.5"
Interpolations = "0.15.1"
MAT = "0.10.7"
Plots = "1.40"
Rotations = "1.7"
StaticArrays = "1.9"
julia = "1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Combinatorics", "BenchmarkTools", "Test"]
test = ["BenchmarkTools", "Test"]

0 comments on commit e814733

Please sign in to comment.