From d107d460476c6e645816f5f090d2d3bbe87a17e1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:17:08 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ade7d3fb..21b8d717 100644 --- a/Project.toml +++ b/Project.toml @@ -50,4 +50,5 @@ Loess = "0.4, 0.5, 0.6" Measures = "0.3.2" Requires = "0.5, 1" Showoff = "0.2, 0.3, 1" +Statistics = "1" julia = "1.6"