From 2f790f320a84804796cf9a038a43f67ca0afe994 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Apr 2024 00:59:46 +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 f73c50e..016410c 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DataFrames = "1.6.1" Distributions = "<0.25.102, 0.25" GLM = "1.9.0" Parameters = "<0.12.4" -StatsBase = "<0.34.3" +StatsBase = "<0.34.3, 0.34" julia = "1.9" [extras]