From 2103c96fb7f6088130005a8540f38b657f91e1f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:09:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#157) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 843acdd..d6931e2 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ Distances = "0.8, 0.9, 0.10" Graphs = "1.6" Reexport = "1" StateSpaceSets = "1" +Statistics = "1" UnicodePlots = "0.3, 1, 2, 3" julia = "1.5"