From d06ebca283e31063da13e6750565e2540bd90e01 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 5 Feb 2024 19:58:36 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJModels to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff2469c..59d10c6 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Ipopt = "^0.6, 0.7" JuMP = "^0.21" MLJBase = "^0.14.4, 0.15, 0.16, 0.17, 0.18" MLJModelInterface = "^0.3, 0.4, 1.0" -MLJModels = "^0.11, 0.12, 0.13, 0.14" +MLJModels = "^0.11, 0.12, 0.13, 0.14, 0.16" ProgressMeter = "1.4" StatsBase = "^0.33" Suppressor = "0.2"