From 46f79aa1b2a469ea822279da967b4ea3327a9301 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 Aug 2024 01:17:50 +0000 Subject: [PATCH] CompatHelper: bump compat for EarthSciMLBase to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2e2d7eec..cda93d15 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ GasChemExt = "GasChem" [compat] DifferentialEquations = "7" -EarthSciMLBase = "0.10" +EarthSciMLBase = "0.10, 0.14" GasChem = "0.6" IfElse = "0.1" ModelingToolkit = "8"