From 38ec1eb4753c46b9f6f318944c83c6f9271c17b5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 5 Feb 2024 00:11:51 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1 for package test, (keep existing compat) --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 331b2b4a..4b4f8d65 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,6 +36,7 @@ MLJBase = "0.18, 0.19, 0.20, 0.21, 1" MLJDecisionTreeInterface = "0.3, 0.4" Random = "<0.0.1, 1" Serialization = "<0.0.1, 1" +Statistics = "1" StatsBase = "0.33.2, 0.34" StatsPlots = "0.14.17, 0.15" TableTraits = "1"