-
Notifications
You must be signed in to change notification settings - Fork 46
/
Project.toml
32 lines (30 loc) · 1012 Bytes
/
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
name = "FixedEffectModels"
uuid = "9d5cd8c9-2029-5cab-9928-427838db53e3"
version = "1.11.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FixedEffects = "c8885935-8500-56a7-9867-7708b20db0eb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
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"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
[compat]
DataFrames = "0.21, 0.22, 1"
FixedEffects = "2.3"
PrecompileTools = "1"
Reexport = "0.1, 0.2, 1"
Statistics = "1"
StatsAPI = "1"
StatsBase = "0.33, 0.34"
StatsFuns = "0.9, 1"
StatsModels = "0.7"
Tables = "1"
Vcov = "0.8"
julia = "1.6"