From 3f575f6792c900f5c4f41b62db95c667c6355ccc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:47:19 +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 1437c744..a9a16a98 100644 --- a/Project.toml +++ b/Project.toml @@ -66,6 +66,7 @@ Reexport = "1" SpecialFunctions = "1, 2" Static = "0.8" StaticArraysCore = "1" +Statistics = "1" StatsBase = "0.34" StatsFuns = "0.9, 1" TransformVariables = "0.8"