-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
38 lines (34 loc) · 1.25 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
name = "Microeconometrics"
uuid = "5d8a72c5-1e5a-5861-b6ae-c8e9564f9d17"
version = "0.6.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
[compat]
CSV = "[0.5.18, 0.5.20]"
DataFrames = "0.20, 0.21, 0.22, 1.0"
Format = "1.1"
Optim = "1.3"
SpecialFunctions = "0.9, 0.10, 1.0"
StatsBase = "0.32, 0.33"
StatsFuns = "0.9"
StatsModels = "0.6"
julia = "[1.0.0, 1.3.0]"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "DataFrames", "StatsModels", "StatsBase", "Test"]