From 2283b7c82e1d7821d4685197b551ba47adbc7aca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:09:45 +0000 Subject: [PATCH] CompatHelper: bump compat for "StatsBase" to "0.34" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28c2e12e3..12f940c07 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Roots = "0.7, 0.8, 1.0" SMC = "0.1.10, ^0.1.11, 0.2" SpecialFunctions = "0.7, 0.8, 0.10, 1" StateSpaceRoutines = "^0.3.1, 0.4" -StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33" +StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33, 0.34" StatsFuns = "0.8, 0.9" StatsPlots = "0.10, 0.11, 0.12, 0.13, 0.14" TimeZones = "^0.10, ^0.11, 1.0, 1.1, 1.2, 1.3"