diff --git a/docs/Project.toml b/docs/Project.toml index 47007fe..adc9a2d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,7 +8,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Documenter = "0.27" -EvoTrees = "0.14.7, 0.15" +EvoTrees = "0.14.7, 0.15, 0.16" MLJBase = "0.19, 0.20, 0.21" MLJIteration = "0.5" julia = "1.6" diff --git a/test/Project.toml b/test/Project.toml index 57dab6c..e67e131 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.6.5" +Aqua = "0.6.5, 0.7" Distributions = "0.25" DynamicHMC = "3" EvoTrees = "0.14.7, 0.15, 0.16"