From f5267c515ae9ce9d4dae752a4b8999fb10c36a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:40:12 +0000 Subject: [PATCH] Update MLJLinearModels requirement to 0.10.1 in /docs Updates the requirements on [MLJLinearModels](https://github.com/JuliaAI/MLJLinearModels.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/MLJLinearModels.jl/releases) - [Commits](https://github.com/JuliaAI/MLJLinearModels.jl/commits) --- updated-dependencies: - dependency-name: MLJLinearModels dependency-version: 0.10.1 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..6b3a9b03f 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" +MLJLinearModels = "0.10.1" +ScientificTypesBase = "3.1.0" TypedTables = "1.4.6" julia = "1.6"