-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
49 lines (45 loc) · 1.45 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
name = "DataPipeline"
uuid = "9ced6f0a-eb77-43a8-bbd1-bbf3031b0d12"
authors = ["Sonia Mitchell <[email protected]>", "Martin Burke <[email protected]>", "Richard Reeve <[email protected]>"]
version = "0.53.2"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FTPClient = "01fcc997-4f28-56b8-8a06-30002c134abb"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
AxisArrays = "0.4"
CSV = "0.8, 0.9, 0.10"
DataFrames = "1"
FTPClient = "1"
HDF5 = "0.16, 0.17"
HTTP = "0.9, 1"
JSON = "0.21"
NetCDF = "0.11"
Plots = "1"
PrettyTables = "1, 2"
SHA = "0.7"
SQLite = "1"
TOML = "1"
URIs = "1"
UnicodePlots = "2, 3"
YAML = "0.4"
julia = "1"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]