From 356d949acd5cc9914f859a1e8c6c2c1c227a4bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:13:51 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 8249f35..f8fcb4e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,6 +17,7 @@ Distributions = "0.25" Documenter = "1" LossFunctions = "1" ScientificTypes = "3.2.0" +StatisticalMeasures = "0.3.5" StatisticalMeasuresBase = "0.1" Tables = "1.10" julia = "1"