From a1867c7880db9fa3e73890375afa82924660871b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 May 2024 00:12:17 +0000 Subject: [PATCH] CompatHelper: bump compat for Dynesty to 0.4 for package ComradeDynesty, (keep existing compat) --- lib/ComradeDynesty/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ComradeDynesty/Project.toml b/lib/ComradeDynesty/Project.toml index 1cab4aae..878182e2 100644 --- a/lib/ComradeDynesty/Project.toml +++ b/lib/ComradeDynesty/Project.toml @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractMCMC = "4, 5" Comrade = "0.10" -Dynesty = "0.3" +Dynesty = "0.3, 0.4" Random = "1.8" Reexport = "1" julia = "1.8"