From 184ab1838d6da9046a62245ddecb3dda7b53a02e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Jan 2025 01:05:35 +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 83086b2..e03de84 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ ImagineInterface = "0.1" Interpolations = "0.13, 0.14" IntervalSets = "0.5, 0.6, 0.7" Reexport = "0.2, 1" +Statistics = "1" UnitAliases = "0.0.1" Unitful = "1" julia = "1"