-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
95 lines (89 loc) · 2.87 KB
/
Project.toml
File metadata and controls
95 lines (89 loc) · 2.87 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name = "AtmosTransport"
uuid = "fcfdcc98-126e-435e-9a83-ddb11e65593a"
version = "0.1.0"
authors = ["Christian Frankenberg and contributors"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
ConservativeRegridding = "8e50ac2c-eb48-49bc-a402-07c87b949343"
CubedSphere = "7445602f-e544-4518-8976-18f8e8ae6cdb"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
GRIB = "b16dfd50-4035-11e9-28d4-9dfe17e6779b"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
GeometryOpsCore = "05efe853-fabf-41c8-927e-7063c8b9f013"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
AtmosTransportCUDAExt = "CUDA"
AtmosTransportMakieExt = "Makie"
AtmosTransportMetalExt = "Metal"
[compat]
Adapt = "4"
Aqua = "0.8"
ArgParse = "1.2.0"
CUDA = "5"
ConservativeRegridding = "0.2"
CubedSphere = "0.3.4"
Dates = "1"
DocStringExtensions = "0.9.5"
Downloads = "1"
FFTW = "1.10.0"
FastGaussQuadrature = "1"
GRIB = "0.4.0"
GeoInterface = "1.6.1"
GeometryOps = "0.1.38"
GeometryOpsCore = "0.1.10"
JET = "0.9, 0.10, 0.11"
JLD2 = "0.6.4"
JSON3 = "1.14.3"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Logging = "1"
Makie = "0.21, 0.22, 0.23, 0.24"
Metal = "1"
Mmap = "1"
NCDatasets = "0.14"
OffsetArrays = "1"
Optim = "2.0.1"
PrecompileTools = "1"
Printf = "1"
ProgressMeter = "1"
SHA = "0.7, 1"
Serialization = "1"
SparseArrays = "1"
StaticArrays = "1.9.17"
Statistics = "1"
TOML = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "Test"]