From 28243fd6a83524ade1ba9368630694689c0fdf3a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Sep 2023 00:35:02 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJ to 0.20, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9b4c73c4..dc965969 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Compat = "4.7.0" ComputationalResources = "0.3.2" DataFrames = "1.5.0" Flux = "0.12, 0.13, 0.14" -MLJ = "0.19.2" +MLJ = "0.19.2, 0.20" MLJBase = "0.21.11" MLJFlux = "0.2.10, 0.3" MLJModelInterface = "1.8.0"