From ea6b1c5d2d7c6206d0c5d3ec12643e0ed52e5224 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 5 Apr 2022 08:34:26 +1200 Subject: [PATCH 1/2] bump [compat] MLJModelInterface = "1.4" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3140be6..731ff9d 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] DecisionTree = "0.10" -MLJModelInterface = "^0.3,^0.4, 1.0" +MLJModelInterface = "1.4" Tables = "1.6" julia = "1.6" From 06d87a7fad1ac12f575d2fe3bf2baf0529fbd381 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 5 Apr 2022 08:37:00 +1200 Subject: [PATCH 2/2] bump 0.2.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 731ff9d..b7786d8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJDecisionTreeInterface" uuid = "c6f25543-311c-4c74-83dc-3ea6d1015661" authors = ["Anthony D. Blaom "] -version = "0.2.1" +version = "0.2.2" [deps] DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"