-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (36 loc) · 1.17 KB
/
Copy pathProject.toml
File metadata and controls
42 lines (36 loc) · 1.17 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
39
40
41
42
name = "GMRFs"
uuid = "a8720bf5-58d3-44b3-b5a9-acd31420dc17"
authors = ["Håvard Hvarnes <haavardhvarnes@gmail.com>"]
version = "1.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SelectedInversion = "043bf095-3f01-458a-9f1c-8cf4448fe908"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
[extensions]
GMRFsMakieExt = "MakieCore"
[compat]
Distributions = "0.25"
Graphs = "1"
LinearAlgebra = "1"
LinearSolve = "2, 3"
MakieCore = "0.7, 0.8, 0.9, 0.10"
Random = "1"
SelectedInversion = "0.2"
SparseArrays = "1"
Statistics = "1"
julia = "1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "BenchmarkTools", "JET", "JLD2", "Test"]