From 1b75c050ba49e19dddea7f5b4fff10fc17e76f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 05:23:36 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#29) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ed04a41..4d0c034 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] FillArrays = "1" +Statistics = "1" StatsBase = "0.33, 0.34" julia = "1.0"