From f0b6b8e15e65d71ca71e4c9fa51a590e4a485384 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:09:01 +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 8986bd86..995a8e1a 100644 --- a/Project.toml +++ b/Project.toml @@ -57,6 +57,7 @@ ScientificTypes = "3" StatisticalMeasures = "0.1.1" StatisticalMeasuresBase = "0.1.1" StatisticalTraits = "3.2" +Statistics = "1" StatsBase = "0.32, 0.33, 0.34" Tables = "0.2, 1.0" julia = "1.6"