-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (25 loc) · 1005 Bytes
/
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
name = "clima_playground"
uuid = "366f1826-f195-47e4-a4a5-3fa8cfc1c36d"
authors = ["Valentina Schüller <valentina.schuller@math.lu.se>"]
version = "0.1.0"
[deps]
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
ClimaCoupler = "4ade58fe-a8da-486c-bd89-46df092ec0c7"
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[sources]
ClimaCore = {rev = "main", url = "https://github.com/CliMA/ClimaCore.jl.git"}
ClimaCoupler = {rev = "main", url = "https://github.com/CliMA/ClimaCoupler.jl"}
[compat]
ClimaComms = "0.6.4"
Dates = "1.11.0"
HDF5 = "0.17.2"
JuliaFormatter = "1.0.62"
Plots = "1.40.9"