From 1f0e06bd5daceb8baf96f2b4c3d3babd0599d06a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:04:29 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#551) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7b4f561e..2fea383c 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" RDatasets = "0.5, 0.6, 0.7" Reexport = "0.1, 0.2, 1.0" SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10, 1, 2.0" +Statistics = "1" StatsAPI = "1.4" StatsBase = "0.33.5, 0.34" StatsFuns = "0.6, 0.7, 0.8, 0.9, 1.0"