From 7eb8647569bd724de7ccaefe36f95cd00697e4d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 28 Jun 2024 00:09:42 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for MLJModelInterface to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 40e10a481..e661e5b6b 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ DynamicQuantities = "0.10, 0.11, 0.12, 0.13, 0.14" JSON3 = "1" LineSearches = "7" LossFunctions = "0.10, 0.11" -MLJModelInterface = "~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10" +MLJModelInterface = "~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, 1" MacroTools = "0.4, 0.5" Optim = "~1.8, ~1.9" PackageExtensionCompat = "1" From 728120639d23b19f2d253731bd55fac80d1bcfea Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Fri, 28 Jun 2024 14:35:54 +0900 Subject: [PATCH 2/2] tweak compat for MMI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e661e5b6b..4927ffae0 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ DynamicQuantities = "0.10, 0.11, 0.12, 0.13, 0.14" JSON3 = "1" LineSearches = "7" LossFunctions = "0.10, 0.11" -MLJModelInterface = "~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, 1" +MLJModelInterface = "~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, ~1.11" MacroTools = "0.4, 0.5" Optim = "~1.8, ~1.9" PackageExtensionCompat = "1"