-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathProject.toml
60 lines (59 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
56
57
58
59
60
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
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"
GeoDatasets = "ddc7317b-88db-5cb5-a849-8449e5df04f9"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JupyterFormatter = "b8b539d8-55b4-4e60-a505-d7876c054e58"
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"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TIFFDatasets = "8d837e6f-fc51-4c76-affd-c130faf94be7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[compat]
CSV = "0.10"
CairoMakie = "0.12, 0.13"
ColorSchemes = "3"
Compat = "4"
DIVAnd = "2"
DataStructures = "0.18"
DelimitedFiles = "1"
GRIB = "0.4"
GeoArrays = "0.9"
GeoDatasets = "0.1"
GeoJSON = "0.8"
GeoMakie = "0.7"
GeometryTypes = "0.8"
IJulia = "1"
Interpolations = "0.15"
JupyterFormatter = "0.1"
MAT = "0.10"
Makie = "0.21, 0.22"
Missings = "1"
NCDatasets = "0.14"
PhysOcean = "0.6"
Roots = "2"
Statistics = "1"
TIFFDatasets = "0.1"
VectorizationBase = "0.21"