From 72f9aa1554be43bac38c85d55ecdd4970fa8d3fb Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Thu, 5 Nov 2020 11:57:50 +1300 Subject: [PATCH] add compat entry for LatinHypercubeSampling.jl --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 167f0e3..dd43f0d 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] ComputationalResources = "^0.3" Distributions = "^0.22,^0.23,^0.24" +LatinHypercubeSampling = "^1.7.2" MLJBase = "^0.15" MLJModelInterface = "^0.3" ProgressMeter = "^1.3"