From 256e2bbb1ec6b184bbfff2935911cebfaa01b959 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 12 Jul 2024 00:14:17 +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 d3f32f1..96943b6 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ Interpolations = "0.12, 0.13, 0.14" NaNMath = "0.3, 1" Query = "1.0" SpecialFunctions = "1.0, 1.1, 2" +Statistics = "1" julia = "1.6, 1.7, 1.8, 1.9" [extras]