-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
38 lines (34 loc) · 1.15 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 = "DynamicFactorModeling"
uuid = "d26fc6f6-4598-442a-ab75-ae1dece03a7b"
authors = ["Giorgi Nikolaishvili <[email protected]> and contributors"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
PDMatsExtras = "2c7acb1b-7338-470f-b38f-951d2bcb9193"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
Distributions = "0.25"
Documenter = "0.27"
DocumenterTools = "0.1"
Kronecker = "0.5"
PDMats = "0.11"
PDMatsExtras = "2"
Parameters = "0.12"
Polynomials = "2, 3"
ShiftedArrays = "1, 2"
StatsPlots = "0.14, 0.15"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]