From be404e0c6e9e57a6b162e0f8e9cef34133460e58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:53:59 -0600 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#525) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d7259c70..8eeb6e7e 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" Graphs = "1" NamedTupleTools = "0.10, 0.11, 0.12, 0.13, 0.14" POMDPLinter = "0.1" +Statistics = "1" julia = "1.3" [extras]