Skip to content

Commit 0854fb0

Browse files
authored
Merge pull request #207 from JuliaAI/dev
For a 0.12.2 release
2 parents f71ebb1 + 835f3cd commit 0854fb0

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
@@ -2,7 +2,7 @@ name = "DecisionTree"
22
uuid = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
33
license = "MIT"
44
desc = "Julia implementation of Decision Tree (CART) and Random Forest algorithms"
5-
version = "0.12.1"
5+
version = "0.12.2"
66

77
[deps]
88
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -13,7 +13,7 @@ ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
1313
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414

1515
[compat]
16-
AbstractTrees = "0.3, 0.4"
16+
AbstractTrees = "0.4.3"
1717
ScikitLearnBase = "0.5"
1818
julia = "1.6"
1919

0 commit comments

Comments
 (0)