-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
38 lines (31 loc) · 1 KB
/
Copy pathProject.toml
File metadata and controls
38 lines (31 loc) · 1 KB
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 = "LGMFormula"
uuid = "bd1353c5-d16b-48e9-b430-0ac24b813647"
version = "1.1.0"
authors = ["Håvard Hvarnes <haavardhvarnes@gmail.com>"]
[deps]
LatentGaussianModels = "50d8cc41-879e-4ac9-9bf2-e3c789b17716"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
INLASPDE = "2835c710-3f40-4945-979f-d21c9e20d425"
[extensions]
LGMFormulaINLASPDEExt = "INLASPDE"
[sources]
INLASPDE = {path = "../INLASPDE.jl"}
[compat]
INLASPDE = "1"
LatentGaussianModels = "1"
SparseArrays = "1"
StatsModels = "0.7"
Tables = "1"
julia = "1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
INLASPDE = "2835c710-3f40-4945-979f-d21c9e20d425"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "INLASPDE", "JET", "LinearAlgebra", "Random", "Test"]