Skip to content

Commit

Permalink
Bump compat for MLJModelnterface (#32)
Browse files Browse the repository at this point in the history
* bump compat MLJModelInterface = "1.5"

* bump 0.3.6
  • Loading branch information
ablaom authored Jan 18, 2023
1 parent 4d7e3e0 commit a927313
Showing 1 changed file with 2 additions and 2 deletions.
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 <anthony.blaom@gmail.com>"]
version = "0.3.5"
version = "0.3.6"

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

0 comments on commit a927313

Please sign in to comment.