We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b045bb9 + 0ca880b commit b4c2792Copy full SHA for b4c2792
.github/workflows/CI.yml
@@ -3,10 +3,12 @@ on:
3
pull_request:
4
branches:
5
- master
6
+ - master-0.11.3
7
- dev
8
push:
9
10
11
12
13
tags: '*'
14
jobs:
Project.toml
@@ -13,7 +13,7 @@ ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
15
[compat]
16
-AbstractTrees = "0.3, 0.4"
+AbstractTrees = "0.4.3"
17
ScikitLearnBase = "0.5"
18
julia = "1.6"
19
0 commit comments