From 81e489c7f923edbae3e1d13e9730d9bc9e7d8fff Mon Sep 17 00:00:00 2001 From: Qingyu Qu <52615090+ErikQQY@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:08:12 +0800 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a78bea74b..86b2a1589 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ OrdinaryDiffEq = "6.52" RandomNumbers = "1.5.3" RecursiveArrayTools = "2" Reexport = "0.2, 1.0" -SciMLBase = "2.0.1" +SciMLBase = "2.0.2" SciMLOperators = "0.2.9, 0.3" SparseDiffTools = "2" StaticArrays = "0.11, 0.12, 1.0"