-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (56 loc) · 1.86 KB
/
Project.toml
File metadata and controls
62 lines (56 loc) · 1.86 KB
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
57
58
59
60
61
62
name = "AtmosTransport"
uuid = "fcfdcc98-126e-435e-9a83-ddb11e65593a"
version = "0.1.0"
authors = ["Christian Frankenberg and contributors"]
[deps]
CubedSphere = "7445602f-e544-4518-8976-18f8e8ae6cdb"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GRIB = "b16dfd50-4035-11e9-28d4-9dfe17e6779b"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
AtmosTransportCUDAExt = "CUDA"
AtmosTransportMakieExt = ["CairoMakie", "GeoMakie"]
AtmosTransportMetalExt = "Metal"
[compat]
CUDA = "5"
CairoMakie = "0.12, 0.13"
CubedSphere = "0.3.4"
DocStringExtensions = "0.9.5"
FFTW = "1.10.0"
GRIB = "0.4.0"
GeoMakie = "0.7, 0.8"
JSON3 = "1.14.3"
KernelAbstractions = "0.9"
Metal = "1"
NCDatasets = "0.14"
OffsetArrays = "1"
PrecompileTools = "1"
ProgressMeter = "1"
Statistics = "1"
Unitful = "1.28.0"
ZipFile = "0.10.1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]