From eb26f0d6c4bd4282aec6acece2ae100816e58835 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:41:03 +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 7ba3be4..9730b49 100644 --- a/Project.toml +++ b/Project.toml @@ -29,6 +29,7 @@ Missings = "0.4.2, 1" PooledArrays = "1.2.1" PrettyTables = "2" Reexport = "0.1, 0.2, 1" +Statistics = "1" TableTraits = "0.4, 1" Tables = "1.2" julia = "1.6"