From 169161863ecca93b7d24b17f4a8814c5c2e14693 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Oct 2023 00:36:21 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 61ad7d0..6b82556 100644 --- a/Project.toml +++ b/Project.toml @@ -23,11 +23,10 @@ GLM = "1" Measurements = "2" OnlineStats = "1" StaticArrays = "1" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" TaylorSeries = "0.15" julia = "1.6" - [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"