-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
49 lines (45 loc) · 1.56 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
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "VarianceComponentsHDFE"
uuid = "5389702d-ae4e-415f-842d-5a4249ce0a1e"
authors = ["Various Collaborators"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
ArtifactUtils = "8b73e784-e7d8-4ea5-973d-377fed4e3bce"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
FixedEffects = "c8885935-8500-56a7-9867-7708b20db0eb"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ArgParse = "1.1.4"
ArtifactUtils = "0.1.1"
CSV = "0.9.4"
DataFrames = "1.2.2"
Distributions = "0.25.16"
DocStringExtensions = "0.8.5"
Documenter = "0.27.7"
FastClosures = "0.3.2"
JLD = "0.12.3"
Krylov = "0.6.0"
LightGraphs = "1.3.5"
LinearOperators = "1.2.0"
Parameters = "0.12.1"
FixedEffects = "2.1.2"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]