From c216444807e0bbfd49f1b7b4708ed09b1b2da9bf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:06: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 48a9142..b4cd094 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Adapt = "1.0, 2.0, 3.0" ArraysOfArrays = "0.4, 0.5, 0.6" Distributions = "0.21.3, 0.22, 0.23, 0.24, 0.25" +Statistics = "1" StatsBase = "0.32, 0.33, 0.34" julia = "1.6"