From 23ade07d439f172107e4f68932a2a7a039252a46 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 3 Dec 2024 14:28:15 +0100 Subject: [PATCH] bump compat of DiffEqBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1034faf0..18d018aa 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284" [compat] BandedMatrices = "1" -DiffEqBase = "6.143" +DiffEqBase = "6.152.2" FastBroadcast = "0.2.8, 0.3" Interpolations = "0.14.2, 0.15" LinearAlgebra = "1"