Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bgctw committed Jul 13, 2023
2 parents 6e1fcb9 + 3d44326 commit 6efba5c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"

[extensions]
MTKHelpersMakieExt = "CairoMakie"

[compat]
CairoMakie = "0.10"
ComponentArrays = "0.12, 0.13"
ComponentArrays = "0.12, 0.13, 0.14"
DiffEqBase = "6"
DifferentialEquations = "7.1"
Distributions = "0.25"
Expand All @@ -30,9 +36,6 @@ Requires = "1.3"
StaticArrays = "1.3"
julia = "1.6"

[extensions]
MTKHelpersMakieExt = "CairoMakie"

[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand All @@ -42,6 +45,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "ForwardDiff", "CairoMakie", "AxisArrays", "Statistics"]

[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"

0 comments on commit 6efba5c

Please sign in to comment.