From 04c1c720a07725f4778ec0eb770ca5026cd399f1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Nov 2023 00:46:22 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5208b46ea..536448a53 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ DynamicPPL = "0.23" Expect = "0.3" ForwardDiff = "0.10" Graphs = "1" -Interpolations = "0.14" +Interpolations = "0.14, 0.15" LogDensityProblems = "2" LogDensityProblemsAD = "1" LogExpFunctions = "0.3" @@ -83,4 +83,4 @@ julia = "1.8" [extras] BridgeStan = "c88b6f0a-829e-4b0b-94b7-f06ab5908f5a" DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8" -MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" \ No newline at end of file +MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" From 69dd8318b3d10bb6b18e7677016c0828493c0d8a Mon Sep 17 00:00:00 2001 From: Miguel Biron-Lattes Date: Sat, 25 Nov 2023 10:23:06 -0800 Subject: [PATCH 2/2] manually update dppl compat entry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 536448a53..80ed1e752 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ DataFrames = "1" DataStructures = "0.18" Distributions = "0.25" DocStringExtensions = "0.9" -DynamicPPL = "0.23" +DynamicPPL = "0.23, 0.24" Expect = "0.3" ForwardDiff = "0.10" Graphs = "1"