From 30c02fdce6a30ad4a185e1e5bc32e87224b252d8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jan 2024 01:04:16 +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 6b5a40b..9a0472d 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ DataFrames = "1.6.1" Distributions = "<0.25.102, 0.25" GLM = "1.9.0" Parameters = "<0.12.4" +Statistics = "1" StatsBase = "<0.34.3" julia = "1.9"