From 961164549a967ebb650b8ecf91b9899496e5643b Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 11 Nov 2024 09:26:16 +0530 Subject: [PATCH] build: bump SciMLBase compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 877fd524..eb6000e8 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Random = "1.6" RandomNumbers = "1.5.3" RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" -SciMLBase = "2.51" +SciMLBase = "2.59.2" SciMLOperators = "0.2.9, 0.3" SparseArrays = "1.6" SparseDiffTools = "2"