Skip to content

Commit be7a715

Browse files
authored
Merge pull request #179 from JuliaAI/julia-1.6
Bump compat julia="1.6", AbstractArrays="0.3,0.4"; adjust CI
2 parents 30d5dbd + e0f7e4e commit be7a715

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.0'
2120
- '1.6'
2221
- '1' # automatically expands to the latest stable 1.x release of Julia
2322
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
1313
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414

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

2020
[extras]
2121
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

0 commit comments

Comments
 (0)