From c533100c21d8bf91878c2231fb750cbd3ca3f982 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 02:40:47 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqSDIRK to 2 for package docs, (keep existing compat) --- docs/Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index a476ed00d1c..e5a45cfd4cf 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,6 +26,9 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" Trixi2Vtk = "bc1476a1-1ca6-4cc3-950b-c312b255ff95" TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284" +[sources.Trixi] +path = ".." + [compat] ADTypes = "1.11" Adapt = "4" @@ -43,7 +46,7 @@ Measurements = "2.5" NLsolve = "4.5.1" OrdinaryDiffEqLowOrderRK = "1.2" OrdinaryDiffEqLowStorageRK = "1.2" -OrdinaryDiffEqSDIRK = "1.1" +OrdinaryDiffEqSDIRK = "1.1, 2" OrdinaryDiffEqSSPRK = "1.2" OrdinaryDiffEqTsit5 = "1.1" Plots = "1.9" @@ -52,6 +55,3 @@ SparseMatrixColorings = "0.4.21" Test = "1" Trixi2Vtk = "0.3.16" TrixiBase = "0.1.1" - -[sources.Trixi] -path = ".."