From 5b31e8e35623e165a62b897db2b23900bd7243f9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:25:40 +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 82b331d..47fc401 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ IteratorInterfaceExtensions = "^0.1.1, ^1" Lazy = "0.15" OrderedCollections = "1" PyCall = "1.90" +Statistics = "1" TableTraits = "^0.4, ^1" TableTraitsUtils = "^0.3, ^0.4, ^1" Tables = "1"