diff --git a/docs/Project.toml b/docs/Project.toml index d7c4dbc7..8ad678fc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,4 +24,19 @@ Ariadne = {path = ".."} Theseus = {path = "../libs/Theseus"} [compat] -Trixi = "0.13.1" +Ariadne = "0.1.0" +CairoMakie = "0.15.9" +DifferentiationInterface = "0.7.16" +Documenter = "1.17.0" +DocumenterCitations = "1.4.1" +KernelAbstractions = "0.9.40" +Krylov = "0.10.6" +KrylovPreconditioners = "0.3.7" +Literate = "2.21.0" +OffsetArrays = "1.17.0" +OrdinaryDiffEqLowStorageRK = "1.12.0" +OrdinaryDiffEqSDIRK = "1.12.0" +OrdinaryDiffEqSSPRK = "1.11.0" +PlutoStaticHTML = "7.0.10" +SummationByPartsOperators = "0.5.90" +Trixi = "0.13.1, 0.15" diff --git a/examples/Project.toml b/examples/Project.toml index 169e31fc..1e42bdd6 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -22,5 +22,18 @@ Ariadne = {path = ".."} Theseus = {path = "../libs/Theseus"} [compat] -Trixi = "0.13.1" +Ariadne = "0.1.0" +CairoMakie = "0.15.9" +DifferentiationInterface = "0.7.16" +Enzyme = "0.13.132" +KernelAbstractions = "0.9.40" +Krylov = "0.10.6" +KrylovPreconditioners = "0.3.7" +Observables = "0.5.5" +OffsetArrays = "1.17.0" +OrdinaryDiffEqLowStorageRK = "1.12.0" +OrdinaryDiffEqSDIRK = "1.12.0" +OrdinaryDiffEqSSPRK = "1.11.0" +SummationByPartsOperators = "0.5.90" +Trixi = "0.13.1, 0.15" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index d32376b3..4c3062ef 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,4 +9,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Ariadne = {path = ".."} [compat] +Ariadne = "0.1.0" +Enzyme = "0.13.132" ParallelTestRunner = "2"