From 46a35f3b5759a8fa93b3eabb256a1190229ef800 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Jun 2026 14:10:29 +0000 Subject: [PATCH] CompatHelper: bump compat for Parameters to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4cdff160..f534ac71 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ MAT = "0.10" MLJLinearModels = "0.10" NearestNeighbors = "0.4" Optim = "1" -Parameters = "0.12" +Parameters = "0.12, 0.13" Pkg = "1" Plots = "1" Pluto = "0.20"