From 4bb795a9cb7a70c83d65a43c239b1549a22d1912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:40:39 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#2351) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 4ae397e6ff..ae44926d22 100644 --- a/Project.toml +++ b/Project.toml @@ -49,6 +49,7 @@ Preferences = "1" ProgressLogging = "0.1" Reexport = "1.0" SpecialFunctions = "2.1.2" +Statistics = "1" Zygote = "0.6.67" cuDNN = "1" julia = "1.9"