From a927313482d906c7a2f1d1e78a8d449f0420dede Mon Sep 17 00:00:00 2001 From: "Anthony Blaom, PhD" <anthony.blaom@gmail.com> Date: Thu, 19 Jan 2023 09:16:05 +1300 Subject: [PATCH] Bump compat for MLJModelnterface (#32) * bump compat MLJModelInterface = "1.5" * bump 0.3.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0ca7b93..5cbda20 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJXGBoostInterface" uuid = "54119dfa-1dab-4055-a167-80440f4f7a91" authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"] -version = "0.3.5" +version = "0.3.6" [deps] MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" @@ -10,7 +10,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9" [compat] -MLJModelInterface = "0.3.5, 0.4, 1" +MLJModelInterface = "1.5" Tables = "1.0.5" XGBoost = "2.0.1" julia = "1.6"