From 61ac739bb5e3acde3cf78e64a95f6be9fc3bd187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:25:10 +0000 Subject: [PATCH] Update Statistics requirement to 1.11.4 Updates the requirements on [Statistics](https://github.com/JuliaStats/Statistics.jl) to permit the latest version. - [Release notes](https://github.com/JuliaStats/Statistics.jl/releases) - [Commits](https://github.com/JuliaStats/Statistics.jl/compare/v1.4.0...v1.11.4) --- updated-dependencies: - dependency-name: Statistics dependency-version: 1.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7eaa474..594e08b 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ Distances = "^0.9, ^0.10" FillArrays = "^0.9, ^0.10, ^0.11, 0.12, 0.13, 1.0" MLJModelInterface = "1.4" NearestNeighbors = "^0.4" +Statistics = "1.11.4" StatsBase = "0.33, 0.34" Tables = "^1.2" julia = "1.6"