From 6e94385d4669b4a6f6454664bae8145c6991e42c Mon Sep 17 00:00:00 2001 From: Evan Patterson Date: Sat, 28 Oct 2023 16:37:03 -0700 Subject: [PATCH] BUILD: Allow Catlab v0.16 (as well as v0.15.5) in compat. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95651766..82271231 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ AlgebraicPetriOrdinaryDiffEqExt = "OrdinaryDiffEq" [compat] Catalyst = "13" -Catlab = "0.15.5" +Catlab = "0.15.5, 0.16" GeneralizedGenerated = "0.3" LabelledArrays = "1" ModelingToolkit = "8"