From 362a05368183e9d6032ead010fd194a3e4dffd0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:37:22 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#354) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1a0cb3ba..a0551e76 100644 --- a/Project.toml +++ b/Project.toml @@ -43,6 +43,7 @@ ProgressMeter = "1" Requires = "0.5, 1" Setfield = "0.7, 0.8, 1" SimpleUnPack = "1.1" +Statistics = "1" StatsBase = "0.31, 0.32, 0.33, 0.34" StatsFuns = "0.8, 0.9, 1" julia = "1.6"