From d3eae72ba733b281886205b7987d25c6780a693e Mon Sep 17 00:00:00 2001 From: jClugstor Date: Fri, 25 Oct 2024 16:04:21 -0400 Subject: [PATCH] bump to SciMLBase needed for Aliasing API --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9d9c85bc..1254eefc 100644 --- a/Project.toml +++ b/Project.toml @@ -105,7 +105,7 @@ RecursiveArrayTools = "3.8" RecursiveFactorization = "0.2.14" Reexport = "1" SafeTestsets = "0.1" -SciMLBase = "2.26.3" +SciMLBase = "2.58.0" SciMLOperators = "0.3.7" Setfield = "1" SparseArrays = "1.10"