From 7d04f590edd782ff3dbd0a74eb5bc3dc9de1bb4b Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Wed, 4 Dec 2024 14:35:41 +0100 Subject: [PATCH] bump compat of SciMLBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 422f4b1..5ed449e 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ Random = "1" ReadVTK = "0.2" RecipesBase = "1.3.4" Reexport = "1.2" -SciMLBase = "2.26" +SciMLBase = "2.56" SimpleUnPack = "1.1" SpecialFunctions = "2" StaticArrays = "1.9"