-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
43 lines (39 loc) · 1.35 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
name = "ClimatePlots"
uuid = "b71d359b-899c-4fb1-b3ad-2de2d2cb8353"
authors = ["Philippe Roy <[email protected]>"]
version = "0.5.0"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
#ClimateBase = "35604d93-0fb8-4872-9436-495b01d137e2"
ClimateTools = "4f4ee721-4970-5af2-8560-6c1d960e3231"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
CondaBinDeps = "a9693cdc-2bc8-5703-a9cd-1da358117377"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AxisArrays = "0.3, 0.4"
BinDeps = "0.4, 0.5, 0.6, 0.7, 0.8, 1"
CFTime = "0.1"
#ClimateBase = "0.6"
ClimateTools = "0.20, 0.21, 0.22, 0.23, 0.24"
Conda = "1"
CondaBinDeps = "0.1, 0.2"
NetCDF = "0.8, 0.9, 0.10, 0.11"
PyCall = "1.91, 1.92, 1.93, 1.94, 1.95"
PyPlot = "2"
Reexport = "1"
Shapefile = "0.6, 0.7, 0.8, 0.9, 0.10"
julia = "1.6, 1.7, 1.8, 1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]