-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
63 lines (59 loc) · 2 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
57
58
59
60
61
62
63
name = "ClimaLand"
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
authors = ["Clima Land Team"]
version = "0.15.5"
[deps]
ArtifactWrappers = "a14bc488-3040-4b00-9dc1-f6467924858a"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
ClimaDiagnostics = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
ClimaUtilities = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Insolation = "e98cc03f-d57e-4e3c-b70c-8d51efe9e0d8"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SurfaceFluxes = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
[weakdeps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[extensions]
CreateParametersExt = "ClimaParams"
NeuralSnowExt = ["CSV", "DataFrames", "HTTP", "Flux", "StatsBase", "cuDNN"]
[compat]
ArtifactWrappers = "0.2"
CSV = "0.10.14"
CUDA = "5.5"
ClimaComms = "0.6"
ClimaCore = "0.14.19"
ClimaDiagnostics = "0.2.10"
ClimaParams = "0.10.2"
ClimaUtilities = "0.1.17"
DataFrames = "1.4"
Dates = "1"
DocStringExtensions = "0.9"
Flux = "0.14.13"
HTTP = "1.10"
Insolation = "0.9.2"
Interpolations = "0.15.1"
LazyArtifacts = "1"
LinearAlgebra = "1"
NCDatasets = "0.13.1, 0.14"
SciMLBase = "2.34"
StaticArrays = "1.5"
StatsBase = "0.34"
SurfaceFluxes = "0.11, 0.12"
Thermodynamics = "0.12.4"
cuDNN = "1"
julia = "1.10"