Skip to content

Commit 09041ec

Browse files
author
github-actions[bot]
committed
CompatHelper: bump compat for MLJ to 0.19 for package classification, (keep existing compat) (#143)
This pull request changes the compat entry for the `MLJ` package from `0.17, 0.18` to `0.17, 0.18, 0.19` for package classification. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.
1 parent ad89fba commit 09041ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/classification/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CairoMakie = "0.8, 0.9"
1414
CalibrationErrors = "0.6"
1515
DataFrames = "1"
1616
Distributions = "0.25"
17-
MLJ = "0.17, 0.18"
17+
MLJ = "0.17, 0.18, 0.19"
1818
MLJNaiveBayesInterface = "0.1.5"
1919
PalmerPenguins = "0.1.2"
2020
julia = "1.3"

0 commit comments

Comments
 (0)