From 5698e271441e5db41aabf30ba85020ac46432a0f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 Sep 2025 00:15:07 +0000 Subject: [PATCH] CompatHelper: bump compat for StatisticalMeasures to 0.3 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index ad6526e..81da7c9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,6 +14,6 @@ DocumenterInterLinks = "1" EvoTrees = "0.15, 0.16, 0.17" MLJBase = "0.20, 0.21, 1" MLJIteration = "0.5, 0.6" -StatisticalMeasures = "0.1, 0.2" +StatisticalMeasures = "0.1, 0.2, 0.3" Statistics = "1.6" julia = "1.6"