Skip to content

Commit b717f6e

Browse files
committed
extend compat MLJ, MLJModels and bump version
1 parent db5680f commit b717f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 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,8 +12,8 @@ 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"

0 commit comments

Comments
 (0)