From e60a75c666251e0356fd6678d2babed13b63b4ed Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jul 2023 00:27:13 +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 fbadf8c..8d33d08 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AdaptiveRejectionSampling = "0.1" +AdaptiveRejectionSampling = "0.1, 0.2" Combinatorics = "1.0" Distributions = "0.23, 0.24, 0.25" FFTW = "1.2"