From 9b29a375be0529b9b3e2a345c3e16d44b024ba7f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Oct 2024 01:27:06 +0000 Subject: [PATCH] CompatHelper: bump compat for EarthSciMLBase to 0.17, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5cf6eaa2..02f3a0ac 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ GasChemExt = "GasChem" [compat] DifferentialEquations = "7" EarthSciData = "0.9" -EarthSciMLBase = "0.15" +EarthSciMLBase = "0.15, 0.17" GasChem = "0.6" IfElse = "0.1" ModelingToolkit = "8"