-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
55 lines (51 loc) · 2.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name = "DIVAnd"
uuid = "efc8151c-67de-5a8f-9a35-d8f54746ae9d"
keywords = ["interpolation", "data analysis", "spatial data analysis", "oceanography"]
license = "GPL2+"
desc = "DIVAnd performs an n-dimensional variational analysis of arbitrarily located observations"
version = "2.7.13"
[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
AlgebraicMultigrid = "0.2, 0.3, 0.4, 0.5, 0.6"
DataStructures = "0.17, 0.18"
DelimitedFiles = "1"
EzXML = "0.8, 0.9, 1.1"
HTTP = "1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
IterativeSolvers = "0.8, 0.9"
Missings = "0.4, 1.0"
Mustache = "1"
NCDatasets = "0.10, 0.11, 0.12, 0.13, 0.14"
SpecialFunctions = "0.8, 0.10, 1.0, 2"
Statistics = "1"
ZipFile = "0.8, 0.9, 0.10"
julia = "0.7, 1"
[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StableRNGs", "Downloads"]