From a6acea734102b3db2092d78a7ee02c1de79fffb6 Mon Sep 17 00:00:00 2001 From: Christopher Tessum Date: Sun, 18 Feb 2024 15:29:37 -0600 Subject: [PATCH] add compat entries --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 1695bd2c..491bb240 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,9 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] DifferentialEquations = "7" EarthSciMLBase = "0.6" +ModelingToolkit = "8" IfElse = "0.1" +SafeTestsets = "0.1" StaticArrays = "1" Unitful = "1" julia = "1"