-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
86 lines (82 loc) · 2.9 KB
/
Project.toml
File metadata and controls
86 lines (82 loc) · 2.9 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
name = "NumericalEarth"
uuid = "904d977b-046a-4731-8b86-9235c0d1ef02"
license = "MIT"
version = "0.2.3"
authors = ["NumericalEarth contributors"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
ClimaSeaIce = "6ba0ff68-24e6-4315-936c-2e99227c95a4"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
MeshArrays = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Oceananigans = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SeawaterPolynomials = "d496a93d-167e-4197-9f49-d3af4ff8fe40"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[weakdeps]
Breeze = "660aa2fb-d4c8-4359-a52c-9c057bc511da"
CDSAPI = "8a7b9de3-9c00-473e-88b4-7eccd7ef2fea"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
CopernicusMarine = "cd43e856-93a3-40c8-bc9e-6146cdce14fa"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
SpeedyWeather = "9e226e20-d153-4fed-8a5b-493def4f21a9"
WorldOceanAtlasTools = "04f20302-f1b9-11e8-29d9-7d841cb0a64a"
XESMF = "2e0b0046-e7a1-486f-88de-807ee8ffabe5"
[extensions]
NumericalEarthBreezeExt = "Breeze"
NumericalEarthCDSAPIExt = "CDSAPI"
NumericalEarthCopernicusMarineExt = "CopernicusMarine"
NumericalEarthReactantExt = "Reactant"
NumericalEarthSpeedyWeatherExt = ["SpeedyWeather", "XESMF"]
NumericalEarthVerosExt = ["PythonCall", "CondaPkg"]
NumericalEarthWOAExt = "WorldOceanAtlasTools"
[compat]
Adapt = "4"
Breeze = "0.4.4"
CDSAPI = "2.2.1"
CFTime = "0.1, 0.2"
ClimaSeaIce = "0.4.4, 0.5"
CondaPkg = "0.2.33"
CopernicusMarine = "0.1.1"
DataDeps = "0.7"
Dates = "<0.0.1, 1"
DocStringExtensions = "0.9"
Downloads = "<0.0.1, 1"
GPUArraysCore = "0.2.0"
Glob = "1"
ImageMorphology = "0.4"
JLD2 = "0.4, 0.5, 0.6"
KernelAbstractions = "0.9"
MeshArrays = "0.3, 0.4, 0.5"
NCDatasets = "0.12, 0.13, 0.14"
Oceananigans = "0.106.3"
OffsetArrays = "1.14"
PrecompileTools = "1"
PythonCall = "0.9.28"
Reactant = "0.2.235"
Scratch = "1"
SeawaterPolynomials = "0.3.5"
SpeedyWeather = "0.17.4"
StaticArrays = "1"
Statistics = "<0.0.1, 1"
Thermodynamics = "0.15.3"
WorldOceanAtlasTools = "0.6"
XESMF = "0.1.6"
ZipFile = "0.10"
julia = "1.10"