From 0c2b3e9d61f92fa4702a134ce6e3f7629890f0a3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:40:27 +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 1ec1933..2fd3d81 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" MLJBase = "0.21" OutlierDetectionInterface = "~0.1.8" SpecialFunctions = "1, 2" +Statistics = "1" julia = "^1.6" [extras]