From e130690a296ff27501f8685886925b843f95e061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:34:58 +0000 Subject: [PATCH] Update MLJModelInterface requirement to 1.12.1 in /docs Updates the requirements on [MLJModelInterface](https://github.com/JuliaAI/MLJModelInterface.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/MLJModelInterface.jl/releases) - [Commits](https://github.com/JuliaAI/MLJModelInterface.jl/compare/0.1.0...v1.12.1) --- updated-dependencies: - dependency-name: MLJModelInterface dependency-version: 1.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 78c87ae..f69456c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" + +[compat] +MLJModelInterface = "1.12.1"