From 65fc8742b695fb79302d2911353a8b4f02a5b02d Mon Sep 17 00:00:00 2001 From: Ray Kim Date: Wed, 6 Dec 2023 00:45:02 +0000 Subject: [PATCH] fix loosen compat bound for StatsBase --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f19d8f8..de195a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MCMCTesting" uuid = "9963b6a1-5d46-439c-8efc-3a487843c7fa" -version = "0.3.2" +version = "0.3.3" [deps] HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5" @@ -18,7 +18,7 @@ ProgressMeter = "1.9" Random = "1" RecipesBase = "1.3" Requires = "1" -StatsBase = "0.34" +StatsBase = "0.33, 0.34" julia = "1.6" [extras]