-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
50 lines (49 loc) · 1.64 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
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DIVAnd = "efc8151c-67de-5a8f-9a35-d8f54746ae9d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GRIB = "b16dfd50-4035-11e9-28d4-9dfe17e6779b"
GeoArrays = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PhysOcean = "3725be50-bbbd-5592-92c3-2f0e82159c3e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
NCDatasets = "0.14"
GeoArrays = "0.9"
Interpolations = "0.15"
Statistics = "1"
Missings = "1"
PhysOcean = "0.6"
CSV = "0.10"
Roots = "2"
Compat = "4"
GRIB = "0.4"
DIVAnd = "2"
GeoJSON = "0.8"
Makie = "0.21"
DataStructures = "0.18"
DelimitedFiles = "1"
CairoMakie = "0.12"
MAT = "0.10"
GeoMakie = "0.7"
IJulia = "1"
PyPlot = "2"