Skip to content

Commit

Permalink
Merge pull request #44 from JuliaAI/mljmodels-compat-update
Browse files Browse the repository at this point in the history
Extend the MLJModels compat to include v0.17
  • Loading branch information
ablaom authored Jun 5, 2024
2 parents eb9cdee + 45ddcb7 commit db5680f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJTestIntegration"
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
Expand All @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
MLJ = "0.18, 0.19, 0.20"
MLJModels = "0.16"
MLJModels = "0.16, 0.17"
MLJTestInterface = "0.2.4"
NearestNeighborModels = "0.2"
Pkg = "<0.0.1, 1"
Expand Down

0 comments on commit db5680f

Please sign in to comment.