From 9414bc80314ed0b0d89fcb7dc9f5127a05eac593 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 3 Dec 2024 15:36:12 +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 ce96d569..4aab8cf5 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284" [compat] BandedMatrices = "1" -DiffEqBase = "6.152.2" +DiffEqBase = "6.157" FastBroadcast = "0.3.5" Interpolations = "0.15.1" LinearAlgebra = "1"