From dca18cd58ce63dd7ae251075447e0a654fe946eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 5 Sep 2024 01:20:46 +0000 Subject: [PATCH] CompatHelper: bump compat for GasChem in [weakdeps] to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5cf6eaa2..bf34ce28 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ GasChemExt = "GasChem" DifferentialEquations = "7" EarthSciData = "0.9" EarthSciMLBase = "0.15" -GasChem = "0.6" +GasChem = "0.6, 0.7" IfElse = "0.1" ModelingToolkit = "8" SafeTestsets = "0.1"