diff --git a/docs/Project.toml b/docs/Project.toml index d7c4dbc7..83f4da2e 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.41" +Krylov = "0.10.6" +KrylovPreconditioners = "0.3.7" +Literate = "2.21.0" +OffsetArrays = "1.17.0" +OrdinaryDiffEqLowStorageRK = "1.14.0" +OrdinaryDiffEqSDIRK = "1.14.0" +OrdinaryDiffEqSSPRK = "1.13.0" +PlutoStaticHTML = "7.0.10" +SummationByPartsOperators = "0.5.90" +Trixi = "0.13.1, 0.16" diff --git a/examples/Project.toml b/examples/Project.toml index 169e31fc..14224c3c 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.138" +KernelAbstractions = "0.9.41" +Krylov = "0.10.6" +KrylovPreconditioners = "0.3.7" +Observables = "0.5.5" +OffsetArrays = "1.17.0" +OrdinaryDiffEqLowStorageRK = "1.14.0" +OrdinaryDiffEqSDIRK = "1.14.0" +OrdinaryDiffEqSSPRK = "1.13.0" +SummationByPartsOperators = "0.5.90" +Trixi = "0.13.1, 0.16" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index d32376b3..ec553280 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.138" ParallelTestRunner = "2"