From 9f2e0860ec134c9ada2324c0e593501e758b12c5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:20:54 +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 ea1c53af..c99929ef 100644 --- a/Project.toml +++ b/Project.toml @@ -55,6 +55,7 @@ IndirectArrays = "0.5, 1" IntegralArrays = "0.1" Reexport = "1.1" StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0" +Statistics = "1" StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" Suppressor = "0.2" TiledIteration = "0.2, 0.3, 0.4, 0.5"