From 3e96c05405e2d188d4865fe50e291cf844d32684 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:06:51 +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 3501735e..8467e2ca 100644 --- a/Project.toml +++ b/Project.toml @@ -42,6 +42,7 @@ OffsetArrays = "1" OrderedCollections = "1" ProgressBars = "1" SpecialFunctions = "1, 2" +Statistics = "1" Suppressor = "0.2" julia = "1.6"