From 7c1a6307abc7795c24330a2017a6ac84aa197699 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 May 2023 01:06:49 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6d85f0..2967e39 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ PrettyTables = "1.1.0,2.0" Reexport = "^0.2.0, 1.0" SafeTestsets = "0.0.1" SequentialSamplingModels = "0.1.0,0.2.0" -StatsBase = "^0.32.0, 0.33" +StatsBase = "^0.32.0, 0.33, 0.34" StatsFuns = "0.9.0, 1" julia = "^1.0"