From 0c517c0a9cfdaceb625a6a7fd07104bd6f11b549 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:19:09 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJLinearModels in [weakdeps] to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 23d21f8..aa2e21e 100644 --- a/Project.toml +++ b/Project.toml @@ -21,8 +21,8 @@ LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b" MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692" [extensions] -RCMLJLinearModelsExt = "MLJLinearModels" RCLIBSVMExt = "LIBSVM" +RCMLJLinearModelsExt = "MLJLinearModels" [compat] Adapt = "3.3.3, 4" @@ -33,7 +33,7 @@ Distances = "0.10" Distributions = "0.25.36" LIBSVM = "0.8" LinearAlgebra = "1.10" -MLJLinearModels = "0.9.2" +MLJLinearModels = "0.9.2, 0.10" NNlib = "0.8.4, 0.9" Optim = "1" PartialFunctions = "1.2"