-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
36 lines (34 loc) · 1.2 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name = "GLFixedEffectModels"
uuid = "bafb0ae5-e5f5-5100-81b6-6a55d777c812"
authors = ["Johannes Boehm <[email protected]>"]
version = "0.5.4"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FixedEffectModels = "9d5cd8c9-2029-5cab-9928-427838db53e3"
FixedEffects = "c8885935-8500-56a7-9867-7708b20db0eb"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
[compat]
DataFrames = "1"
Distributions = "0.25"
FillArrays = "1"
FixedEffectModels = "1.7,1.8,1.9,1.10,1.11"
FixedEffects = "2.1,2.2,2.3"
GLM = "^1.3.6"
LoopVectorization = "0.12"
Reexport = "1"
StatsAPI = "1"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
Vcov = "0.7, 0.8"
julia = "^1.9"