From fd2fdd53e8f77fd5f2cad595b2e8bf3b0a3c0665 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Feb 2024 01:09:23 +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 f4ee846..e193af2 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Parameters = "0.12" Pipe = "1.3.0" Plots = "1.34.2" SampledSignals = "2.0.0" -StatsBase = "0.32.0, 0.33" +StatsBase = "0.32.0, 0.33, 0.34" Unitful = "0.17.0, 1.6, 1.7" julia = "1.7"