From 8876ab8607776562d50ae66375bbb83df10b8f71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:13:04 +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 f0c99d9..0951fb5 100644 --- a/Project.toml +++ b/Project.toml @@ -69,6 +69,7 @@ ProgressMeter = "1.4" PushVectors = "0.2" Query = "1.0" RandomNumbers = "1.4" +Statistics = "1" StatsPlots = "0.14" TOML = "1.0" Tables = "1"