From e52e49be568a61ef6fcc9b6daef521e85c2437b4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Mar 2022 21:38:47 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3eca7df4..51e977ff 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NestedSamplers" uuid = "41ceaf6f-1696-4a54-9b49-2e7a9ec3782e" authors = ["Miles Lucas "] -version = "0.8.1" +version = "0.8.2" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -17,7 +17,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -AbstractMCMC = "3.0.2" +AbstractMCMC = "3.0.2, 4" Clustering = "0.13, 0.14" Distributions = "0.21,0.22,0.23, 0.24, 0.25" LogExpFunctions = "0.3"