From 170fccfbf8531d5d9a69b9184558e354f3e71026 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:21:28 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 639553429..33b760bcf 100644 --- a/Project.toml +++ b/Project.toml @@ -31,8 +31,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" CategoricalArrays = "0.8,0.9, 0.10" ComputationalResources = "0.3" Distributions = "0.21,0.22,0.23, 0.24, 0.25" -MLJBase = "1" MLJBalancing = "0.1" +MLJBase = "1" MLJEnsembles = "0.4" MLJFlow = "0.2" MLJIteration = "0.6" @@ -43,6 +43,7 @@ ProgressMeter = "1.1" Reexport = "1.2" ScientificTypes = "3" StatisticalMeasures = "0.1" +Statistics = "1" StatsBase = "0.32,0.33, 0.34" Tables = "0.2,1.0" julia = "1.6"