We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30d5dbd + e0f7e4e commit be7a715Copy full SHA for be7a715
.github/workflows/CI.yml
@@ -17,7 +17,6 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.0'
21
- '1.6'
22
- '1' # automatically expands to the latest stable 1.x release of Julia
23
os:
Project.toml
@@ -13,9 +13,9 @@ ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
13
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
14
15
[compat]
16
-AbstractTrees = "0.3"
+AbstractTrees = "0.3, 0.4"
ScikitLearnBase = "0.5"
-julia = "1"
+julia = "1.6"
[extras]
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
0 commit comments