From a076bc3a22b96da89044dfc8c4e00e5b2f27c41f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Jul 2024 15:46:46 +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 d3bdb7a..e1b0b30 100644 --- a/Project.toml +++ b/Project.toml @@ -42,6 +42,7 @@ Query = "1" RvSpectMLBase = "0.2" SpecialFunctions = "1.0, 1.1, 2" StaticArrays = "1" +Statistics = "1" StatsBase = "0.33" ThreadedIterables = "0.2" julia = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8"