Skip to content

Commit d908f77

Browse files
authored
Merge pull request #31 from JuliaAI/MLJModelInterface-compat-fix
MLJ model interface compat fix
2 parents c7c065b + 303eb2c commit d908f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJDecisionTreeInterface"
22
uuid = "c6f25543-311c-4c74-83dc-3ea6d1015661"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
@@ -11,7 +11,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1111

1212
[compat]
1313
DecisionTree = "0.11"
14-
MLJModelInterface = "1.4"
14+
MLJModelInterface = "1.5"
1515
Tables = "1.6"
1616
julia = "1.6"
1717

0 commit comments

Comments
 (0)