From 51b3a54f3ad66a2e3ed13a0a8f8734a4ddb79825 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:01:26 +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 5eec42f..56e92dc 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ InvertedIndices = "1" IteratorInterfaceExtensions = "0.1.1, 1" OnlineStatsBase = "1" PooledArrays = "0.4.1, 0.5, 1.0" +Statistics = "1" StatsBase = "0.32, 0.33, 0.34" StructArrays = "0.4.1" TableTraits = "0.3, 0.4, 1"