-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 1.11 KB
/
Copy pathProject.toml
File metadata and controls
34 lines (30 loc) · 1.11 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
name = "INLASPDERasters"
uuid = "28708ac2-a765-4cf9-a54c-708b26c5e9a3"
version = "1.1.0"
authors = ["Håvard Hvarnes <haavardhvarnes@gmail.com>"]
[deps]
GMRFs = "a8720bf5-58d3-44b3-b5a9-acd31420dc17"
INLASPDE = "2835c710-3f40-4945-979f-d21c9e20d425"
LatentGaussianModels = "50d8cc41-879e-4ac9-9bf2-e3c789b17716"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
GMRFs = "1"
INLASPDE = "1"
LatentGaussianModels = "1"
Random = "1"
Rasters = "0.14"
Statistics = "1"
julia = "1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "DelaunayTriangulation", "Distributions", "JET", "JLD2", "LinearAlgebra", "SparseArrays", "Test"]