From 283bb63f6bc1d5bbc610c20f6cf2bce95c5b24f9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 May 2023 00:21:06 +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 40494911..ea99aa40 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ConsoleProgressMonitor = "0.1" LogDensityProblems = "2" LoggingExtras = "0.4, 0.5, 1" ProgressLogging = "0.1" -StatsBase = "0.32, 0.33" +StatsBase = "0.32, 0.33, 0.34" TerminalLoggers = "0.1" Transducers = "0.4.30" julia = "1.6"