From f2aca2d64863a5e04cc13577092040579433170b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 20:12:50 +0100 Subject: [PATCH] CompatHelper: bump compat for MLJDecisionTreeInterface to 0.4 for package test, (keep existing compat) (#77) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ad2ebb0a..6f3f446b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -26,7 +26,7 @@ FFTW = "1.1" LogDensityProblems = "0.12, 1, 2" LogExpFunctions = "0.3" MLJBase = "0.19, 0.20, 0.21" -MLJDecisionTreeInterface = "0.3" +MLJDecisionTreeInterface = "0.3, 0.4" MLJIteration = "0.5" MLJLIBSVMInterface = "0.2" MLJModels = "0.16"