From 86ee2ad94a86d91de924674efaf7f7b48474d82c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Nov 2025 11:27:22 +0000 Subject: [PATCH] CompatHelper: bump compat for MAT to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4cdff16..1c016c5 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ Interpolations = "0.15" KernelFunctions = "0.10.65" LazyArtifacts = "1" LinearAlgebra = "1" -MAT = "0.10" +MAT = "0.10, 0.11" MLJLinearModels = "0.10" NearestNeighbors = "0.4" Optim = "1"