From b6e79b3300e652c2b30efd95a3ea6d9bcd9ad2e9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 15 Feb 2024 21:08:56 +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 05238a3..cbe68e5 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,7 @@ IntervalSets = "0.7" OffsetArrays = "1" Reexport = "1" StaticArrays = "1" +Statistics = "1" StatsBase = "0.33, 0.34" StatsModels = "0.7" Tables = "1"