From b62fd193bd759084b3c8c7dc42cc32e1c9ef28ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:10:54 +0000 Subject: [PATCH] Update InteractiveUtils requirement to < 0.0.1, 1.6 Updates the requirements on InteractiveUtils to permit the latest version. --- updated-dependencies: - dependency-name: InteractiveUtils dependency-version: 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..6d24c77 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] Distances = "^0.9, ^0.10" FillArrays = "^0.9, ^0.10, ^0.11, 0.12, 0.13, 1.0" +InteractiveUtils = "< 0.0.1, 1.6" MLJModelInterface = "1.4" NearestNeighbors = "^0.4" StatsBase = "0.33, 0.34"