From 0604c5b813c1837508ed4294cc2370ba9822353f Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Fri, 18 Apr 2025 18:33:58 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b48a9be..8cf683c 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486" [compat] DataFrames = "0.21, 0.22, 1" FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" -FixedEffectModels = "1.11" +FixedEffectModels = "1.12" FixedEffects = "2" GroupedArrays = "0.3" LeastSquaresOptim = "0.7, 0.8"