-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (31 loc) · 946 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 = "GLODAP_Section_Gridder"
uuid = "45a42bf8-19b1-4728-9874-ba229112bd97"
authors = ["Charles Turner <[email protected]> and contributors"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DIVAnd = "efc8151c-67de-5a8f-9a35-d8f54746ae9d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
julia = "1"
CSV = "0.10"
DIVAnd = "2.7"
DataFrames = "1.3"
DelimitedFiles = "0.1"
Interpolations = "0.14"
MATLAB = "0.8"
NCDatasets = "0.12"
Plots = "1.33"
#Statistics =
#TOML =
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]