From c778c5106ef0f1a93db558a30405d44e39384efa Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Sat, 30 Nov 2024 15:33:36 +1300 Subject: [PATCH 1/2] bump 0.3.12; bump CI julia vs to new lts 1.10 --- .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b5d87f..b2c5c75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.10' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 2dcc3c7..0f1ae12 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJXGBoostInterface" uuid = "54119dfa-1dab-4055-a167-80440f4f7a91" authors = ["Anthony D. Blaom "] -version = "0.3.11" +version = "0.3.12" [deps] MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" From a6ef0263155e833b41f353a628b64630bb40b4c9 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Sat, 30 Nov 2024 15:34:36 +1300 Subject: [PATCH 2/2] bump julia compat to 1.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0f1ae12..2bdc4fb 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9" MLJModelInterface = "1.5" Tables = "1.0.5" XGBoost = "2.0.1" -julia = "1.6" +julia = "1.10" [extras] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"