Skip to content

Commit

Permalink
Merge pull request #57 from JuliaAI/bump-lts
Browse files Browse the repository at this point in the history
For a 0.3.2 release
  • Loading branch information
ablaom authored Nov 30, 2024
2 parents b1f5c91 + a6ef026 commit 498bafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJXGBoostInterface"
uuid = "54119dfa-1dab-4055-a167-80440f4f7a91"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.3.11"
version = "0.3.12"

[deps]
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Expand All @@ -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"
Expand Down

0 comments on commit 498bafd

Please sign in to comment.