From 10f1313d1a94a1a8f17a0621116cb248d02e094e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 19 Feb 2024 00:09:00 +0000 Subject: [PATCH] CompatHelper: bump compat for SimplePosets to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 72f1163..3e3926e 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ RuntimeGeneratedFunctions = "0.5" SampleChains = "0.5" SimpleGraphs = "= 0.7.18" SimplePartitions = "0.2, 0.3" -SimplePosets = "= 0.1.5" +SimplePosets = "= 0.1.5, 0.2" SpecialFunctions = "1, 2" Static = "0.5, 0.6" StatsBase = "0.33"