From fa5318de65d55dc13f203231f30f76415ebd9c0f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jul 2023 00:22:36 +0000 Subject: [PATCH] CompatHelper: bump compat for AdaptiveRejectionSampling 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 9fae2b2..84330f9 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -AdaptiveRejectionSampling = "0.1.1" +AdaptiveRejectionSampling = "0.1.1, 0.2" ArgCheck = "1, 2" ArraysOfArrays = "0.4, 0.5, 0.6" Distributions = "0.25"