From d4c0c14d10822bf104b8b1cc2156973faec075a4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 26 Apr 2026 02:38:23 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqTsit5 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..7d81b9b4347 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" @@ -45,13 +48,10 @@ OrdinaryDiffEqLowOrderRK = "1.2" OrdinaryDiffEqLowStorageRK = "1.2" OrdinaryDiffEqSDIRK = "1.1" OrdinaryDiffEqSSPRK = "1.2" -OrdinaryDiffEqTsit5 = "1.1" +OrdinaryDiffEqTsit5 = "1.1, 2" Plots = "1.9" SparseConnectivityTracer = "1.0.1" SparseMatrixColorings = "0.4.21" Test = "1" Trixi2Vtk = "0.3.16" TrixiBase = "0.1.1" - -[sources.Trixi] -path = ".."