-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (33 loc) · 1.11 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
name = "MacroEconometrics"
uuid = "3b0be56e-fe13-4819-a73b-716f3628de97"
authors = ["Enrico Wegner"]
version = "0.0.1"
[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
TSFrames = "9f90e835-9451-4aaa-bcb1-743a1b8d2f84"
TinyGibbs = "69381cfd-d032-43bc-afd6-efe925dccc54"
[compat]
AbstractMCMC = "4.4"
Distributions = "0.25"
Documenter = "0.27"
GLM = "1.8"
Kronecker = "0.5.3"
MacroTools = "0.5"
Parameters = "0.12"
StableRNGs = "1"
StatsModels = "0.7.0"
TSFrames = "0.2"
TinyGibbs = "0.0.1"
julia = "1.7, 1.8"