From 9665c9793a0741c2e30a7d1a0760c19e15573552 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 May 2023 00:48:47 +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 8292de97e2..f3461b6f5f 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ Optimisers = "0.2.12" ProgressLogging = "0.1" Reexport = "0.2, 1.0" SpecialFunctions = "1.8.2, 2.1.2" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" Zygote = "0.6.49" julia = "1.6"