Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed May 30, 2024
1 parent bf0a6f1 commit d7d1a05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"

[weakdeps]
GroupedArrays = "6407cd72-fade-4a84-8a1e-56e431fc1533"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"

[extensions]
MixedModelsVcovExt = "Vcov"
MixedModelsVcovExt = ["Vcov", "GroupedArrays"]

[compat]
Aqua = "0.8"
Expand All @@ -45,6 +46,7 @@ DataFrames = "1"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
ExplicitImports = "1.3"
GLM = "1.8.2"
GroupedArrays = "0.3"
InteractiveUtils = "1"
JSON3 = "1"
LinearAlgebra = "1"
Expand Down

0 comments on commit d7d1a05

Please sign in to comment.