From e6d5b99a1e7acbddde829c59cee9386c5015ab1a Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Sat, 14 Dec 2024 11:11:24 +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 a79ffbb..ddcb178 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ OrdinaryDiffEqNonlinearSolve = "1.2.2" OrdinaryDiffEqRosenbrock = "1.2.0" RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" -SciMLBase = "2.59.2" +SciMLBase = "2.68" SimpleNonlinearSolve = "0.1, 1, 2" SimpleUnPack = "1" SymbolicIndexingInterface = "0.3.36"