From 6ac9f585a62922ce175733bd80ca00f63ecafa52 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:11:31 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for Statistics at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index d97bc9c0..c9a47536 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,4 +13,5 @@ EvoTrees = "0.14.7, 0.15, 0.16" MLJBase = "0.19, 0.20, 0.21, 1" MLJIteration = "0.5, 0.6" StatisticalMeasures = "0.1" +Statistics = "1" julia = "1.6" From 2135440e329098c7ab9badd8d2ed9b06beb8e0a5 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Sun, 29 Oct 2023 23:36:12 +0100 Subject: [PATCH 2/2] Update Project.toml --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index c9a47536..4bb663da 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,5 +13,5 @@ EvoTrees = "0.14.7, 0.15, 0.16" MLJBase = "0.19, 0.20, 0.21, 1" MLJIteration = "0.5, 0.6" StatisticalMeasures = "0.1" -Statistics = "1" +Statistics = "1.6" julia = "1.6"