-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
56 lines (50 loc) · 1.72 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
50
51
52
53
54
55
56
name = "ClimaAnalysis"
uuid = "29b5916a-a76c-4e73-9657-3c8fd22e65e6"
authors = ["Gabriele Bozzola <[email protected]>", "Kevin Phan <[email protected]>"]
version = "0.5.11"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
ClimaAnalysisGeoMakieExt = "GeoMakie"
ClimaAnalysisMakieExt = "Makie"
[compat]
Aqua = "0.8"
CairoMakie = "0.12.5"
Dates = "1"
Documenter = "1"
ExplicitImports = "1.6"
GeoMakie = "0.7.3"
Interpolations = "0.14, 0.15"
JuliaFormatter = "1"
Makie = "0.21.5"
NCDatasets = "0.13.1, 0.14"
NaNStatistics = "0.6.8"
OrderedCollections = "1.3"
Reexport = "1"
SafeTestsets = "0.1"
Statistics = "1"
Test = "1"
Unitful = "1"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CairoMakie", "Documenter", "ExplicitImports", "GeoMakie", "JuliaFormatter", "Makie", "SafeTestsets", "Test"]