From 43ca22466d6855090bc926e70d86ae56adf217a3 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Sat, 25 Sep 2021 14:51:54 -0500 Subject: [PATCH] fix Project.toml --- Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e241e827..95db33ea 100644 --- a/Project.toml +++ b/Project.toml @@ -33,10 +33,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -MixedModels = "4" -Tables = "1" BSplines = "0.3" -CategoricalArray = "0.10" +CategoricalArrays = "0.10" DSP = "0.7" DataFrames = "1" Distributions = "0.25" @@ -46,6 +44,7 @@ IncompleteLU = "0.2" IterativeSolvers = "0.9" MLBase = "0.9" Missings = "1" +MixedModels = "4" MixedModelsPermutations = "0.1" MixedModelsSim = "0.2" PkgBenchmark = "0.2"