From 4faaa97531a8c5494a2143458411ec4814468373 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Dec 2025 00:37:18 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.39, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9652681..176b706 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ParetoSmooth" uuid = "a68b5a21-f429-434e-8bfa-46b447300aac" -authors = ["Carlos Parada "] version = "0.7.16" +authors = ["Carlos Parada "] [deps] AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5" @@ -26,7 +26,7 @@ ParetoSmoothMCMCChainsExt = "MCMCChains" [compat] AxisKeys = "0.1.18, 0.2" -DynamicPPL = "0.21 - 0.37" +DynamicPPL = "0.21 - 0.37, 0.39" LogExpFunctions = "0.3" MCMCChains = "6, 7" MCMCDiagnosticTools = "0.3.2"