From 0fdd4f0c45945ef340cd84031c4a1973e2ceffd3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jan 2025 00:44:07 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f76271e..3c4b0e0 100644 --- a/Project.toml +++ b/Project.toml @@ -71,6 +71,7 @@ SoleBase = "0.12" SoleData = "0.15" SoleLogics = "0.9, 0.10" SoleModels = "0.8" +Statistics = "1" StatsBase = "0.30 - 0.34" Suppressor = "0.2" Tables = "1"