-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
35 lines (31 loc) · 949 Bytes
/
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
name = "WorldOceanAtlasTools"
uuid = "04f20302-f1b9-11e8-29d9-7d841cb0a64a"
authors = ["Benoit Pasquier <[email protected]>"]
version = "0.6.3"
[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OceanGrids = "cfe838f4-859f-11e9-2ea1-df7d4e7c3537"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
DataDeps = "0.7"
DataFrames = "1"
Downloads = "1"
Match = "2"
NCDatasets = "0.14"
NearestNeighbors = "0.4"
OceanGrids = "0.4"
Statistics = "1"
StatsBase = "0.34"
Unitful = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]