From 98204d3fe90f605b1f2c78c61e55be927dbd0f87 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:20:37 +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 974e7fcebb..61daeed30a 100644 --- a/Project.toml +++ b/Project.toml @@ -41,6 +41,7 @@ PrettyTables = "1.2, 2" Reexport = "1.0" Requires = "1" Setfield = "0.7, 0.8, 1" +Statistics = "1" TextAnalysis = "0.7" UnicodePlots = "2, 3" julia = "1.6"