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 1/3] 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" From f2cd6f47d54fdcaa865eaf2e56b3c1448b6d2089 Mon Sep 17 00:00:00 2001 From: Qingyu Qu <52615090+ErikQQY@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:25:54 +0800 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 86b2a1589..1530a47db 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.2" +SciMLBase = "2.0.3" SciMLOperators = "0.2.9, 0.3" SparseDiffTools = "2" StaticArrays = "0.11, 0.12, 1.0" From 76493513be1d4e9f419d0c8b7e65cfdb92a6d4fd Mon Sep 17 00:00:00 2001 From: Qingyu Qu <52615090+ErikQQY@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:34:34 +0800 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1530a47db..4933cea3d 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.3" +SciMLBase = "2.0.4" SciMLOperators = "0.2.9, 0.3" SparseDiffTools = "2" StaticArrays = "0.11, 0.12, 1.0"