Skip to content

Commit af2be73

Browse files
authored
Merge pull request #47 from JuliaAI/mlj-models-0.18
Extend compat MLJ, MLJModels and bump version
2 parents db5680f + 055e84b commit af2be73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- '1.10'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v2
3333
env:
3434
cache-name: cache-artifacts
3535
with:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTestIntegration"
22
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.5.2"
4+
version = "0.5.6"
55

66
[deps]
77
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
@@ -12,13 +12,13 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
15-
MLJ = "0.18, 0.19, 0.20"
16-
MLJModels = "0.16, 0.17"
15+
MLJ = "0.18, 0.19, 0.20, 0.21"
16+
MLJModels = "0.16, 0.17, 0.18"
1717
MLJTestInterface = "0.2.4"
1818
NearestNeighborModels = "0.2"
1919
Pkg = "<0.0.1, 1"
2020
Test = "<0.0.1, 1"
21-
julia = "1.6"
21+
julia = "1.10"
2222

2323
[extras]
2424
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"

0 commit comments

Comments
 (0)