From a2402ab152d8e776ea5098673a3f83b918c4ec74 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:10:13 +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 7f20396..2f97776 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ PrettyTables = "2.2" SimpleTraits = "0.9" SimpleValueGraphs = "0.4" SimpleWeightedGraphs = "1.2" +Statistics = "1" TensorOperations = "3.2" WhereTraits = "1" julia = "1.8"