From 9f69ee00379b529cd92b4db17996a414dbc82761 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Sep 2025 18:16:08 +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 ae2a14a..9849549 100644 --- a/Project.toml +++ b/Project.toml @@ -40,6 +40,7 @@ Plots = "1.25" QuadGK = "2.4" Reexport = "1" SimpleWeightedGraphs = "1.1.1" +Statistics = "1" StatsBase = "0.33.6" julia = "1.6, 1.7, 1.8"