From fefb48b33dac181b85f2b1f25d066b000bdb02dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:06:03 +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 92dc0b54d..4c7d9619a 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" PDMats = "0.10, 0.11" QuadGK = "2" SpecialFunctions = "1.2, 2" +Statistics = "1" StatsAPI = "1.6" StatsBase = "0.32, 0.33, 0.34" StatsFuns = "0.9.15, 1"