-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
37 lines (33 loc) · 1.12 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
name = "ROMS"
uuid = "da6b2582-fac1-11ea-b7c4-a321ee60f94e"
keywords = ["ocean modeling", "oceanography"]
license = "MIT"
desc = "ROMS"
authors = ["Alexander Barth <[email protected]>"]
version = "0.0.1"
[deps]
DIVAnd = "efc8151c-67de-5a8f-9a35-d8f54746ae9d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
STAC = "08e62803-e111-4f53-be9b-274ff296e9da"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
ZarrDatasets = "519a4cdf-1362-424a-9ea1-b1d782dbb24b"
[compat]
DIVAnd = "2.7"
DataStructures = "0.17, 0.18"
Interpolations = "0.12, 0.13, 0.14, 0.15"
NCDatasets = "0.14"
Statistics = "1"
STAC = "0.1.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]