-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (45 loc) · 1.77 KB
/
Copy pathProject.toml
File metadata and controls
51 lines (45 loc) · 1.77 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
43
44
45
46
47
48
49
50
51
name = "INLASPDE"
uuid = "2835c710-3f40-4945-979f-d21c9e20d425"
version = "1.1.0"
authors = ["Håvard Hvarnes <haavardhvarnes@gmail.com>"]
[deps]
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
GMRFs = "a8720bf5-58d3-44b3-b5a9-acd31420dc17"
LatentGaussianModels = "50d8cc41-879e-4ac9-9bf2-e3c789b17716"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
[extensions]
INLASPDEGeoInterfaceExt = "GeoInterface"
INLASPDEMakieExt = "MakieCore"
[compat]
CoordRefSystems = "0.16, 0.17, 0.18, 0.19"
DelaunayTriangulation = "1"
GMRFs = "1"
GeoInterface = "1"
LatentGaussianModels = "1"
LinearAlgebra = "1"
MakieCore = "0.7, 0.8, 0.9, 0.10"
Meshes = "0.51, 0.52, 0.53, 0.54, 0.55, 0.56, 0.57"
SciMLOperators = "0.3, 1"
SparseArrays = "1"
julia = "1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "BenchmarkTools", "GeoInterface", "JET", "JLD2", "MakieCore", "QuadGK", "Random", "SpecialFunctions", "Statistics", "Test"]