From 1ee52e09d42b4bc832e7c719d480d3f36d80d100 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Fri, 20 Dec 2024 15:41:55 -0500 Subject: [PATCH] require version of SciMLBase with AliasSpecifiers --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9dddb96e..480b302e 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.69" SciMLOperators = "0.3.7" Setfield = "1" SparseArrays = "1.10"