-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
31 lines (29 loc) · 1.09 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
name = "PhysOcean"
uuid = "3725be50-bbbd-5592-92c3-2f0e82159c3e"
keywords = ["physical-oceanography", "sea-water", "julia", "density", "fluxes", "data"]
license = "LGPL"
desc = "Utility functions for physical oceanography"
author = ["Alexander Barth", "Jean-Marie Beckers", "Charles Troupin", "Aida Alvera Azcarate"]
version = "0.6.11"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[compat]
AbstractTrees = "0.2, 0.3, 0.4"
CodecZlib = "0.7"
Glob = "1"
Gumbo = "0.5, 0.7, 0.8"
HTTP = "0.8, 0.9, 1"
Missings = "0.4, 1"
NCDatasets = "0.13, 0.14"
julia = "1"