From fefc77a78d6e01fbb03d9c3bc2948ed129568b2a Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 5 Jun 2024 19:48:19 +1200 Subject: [PATCH 1/2] extend [compat] MLJModels = "0.16, 0.17" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ebc95f4..5c74a20 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] MLJ = "0.18, 0.19, 0.20" -MLJModels = "0.16" +MLJModels = "0.16, 0.17" MLJTestInterface = "0.2.4" NearestNeighborModels = "0.2" Pkg = "<0.0.1, 1" From 45ddcb7e019d344723e0a7fe75a1c4dfc1c55a9b Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 5 Jun 2024 19:48:46 +1200 Subject: [PATCH 2/2] bump 0.5.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c74a20..008aff5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJTestIntegration" uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270" authors = ["Anthony D. Blaom "] -version = "0.5.1" +version = "0.5.2" [deps] MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"