From 335852a4fa61649e24efa40e97538f14493ffb13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:59:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3986c1f59..19247efdf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "KernelFunctions" uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392" -version = "0.10.58" +version = "0.10.59" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -32,6 +32,7 @@ IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.2.1, 0.3" Requires = "1.0.1" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" +Statistics = "1" StatsBase = "0.32, 0.33, 0.34" TensorCore = "0.1" ZygoteRules = "0.2"