From 630e7576b4b94f7d21149853e8b86a7751a9b4d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:35:53 +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 5d8c447..fdaf775 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ DataAPI = "1" DataFrames = "1.4,1.5,1.6,1.7,1.8" InvertedIndices = "1" SentinelArrays = "1" +Statistics = "1" TableOperations = "1" Tables = "1.1" julia = "1.8"