From c71fe43fcb4e8dc7661e85d2728e1da4e624faf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:40:06 +0000 Subject: [PATCH] Update StatisticalMeasures requirement to 0.3.5 in /docs Updates the requirements on [StatisticalMeasures](https://github.com/JuliaAI/StatisticalMeasures.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/StatisticalMeasures.jl/releases) - [Commits](https://github.com/JuliaAI/StatisticalMeasures.jl/compare/v0.1.0...v0.3.5) --- updated-dependencies: - dependency-name: StatisticalMeasures dependency-version: 0.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5b317f298..e8e5d1090 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,9 +25,10 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] Documenter = "1" -ScientificTypesBase = "3.1.0" -IterationControl = "0.5.4" EvoTrees = "0.18.5" +IterationControl = "0.5.4" MLJClusteringInterface = "0.1.13" +ScientificTypesBase = "3.1.0" +StatisticalMeasures = "0.3.5" TypedTables = "1.4.6" julia = "1.6"