File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
7
7
ClimaCore = " d414da3d-4745-48bb-8d80-42e94e092884"
8
8
ClimaDiagnostics = " 1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
9
9
ClimaTimeSteppers = " 595c0a79-7f3d-439a-bc5a-b232dc3bde79"
10
+ ClimaUtilities = " b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
10
11
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
11
12
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
12
13
ExplicitImports = " 7d51a73a-1435-4ff3-83d9-f097790105c7"
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
version :
24
- - ' 1.9'
25
24
- ' 1.10'
26
25
- ' 1.11'
27
26
timeout-minutes : 30
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- version : ['1.9', '1. 10', '1.11']
23
+ version : ['1.10', '1.11']
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- uses : julia-actions/setup-julia@latest
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
17
17
Accessors = " 0.1.32"
18
18
Aqua = " 0.8"
19
19
BenchmarkTools = " 1"
20
- ClimaComms = " 0.6"
21
- ClimaCore = " 0.14.19 "
20
+ ClimaComms = " 0.6.2 "
21
+ ClimaCore = " 0.14.23 "
22
22
ClimaTimeSteppers = " 0.7.21"
23
23
ClimaUtilities = " 0.1.22"
24
24
Dates = " 1"
25
25
Documenter = " 1"
26
26
ExplicitImports = " 1.6"
27
27
JuliaFormatter = " 1"
28
- NCDatasets = " 0.13.1, 0. 14"
28
+ NCDatasets = " 0.14"
29
29
OrderedCollections = " 1.4"
30
30
Profile = " 1"
31
31
ProfileCanvas = " 0.1.6"
32
32
SafeTestsets = " 0.1"
33
- SciMLBase = " 2"
33
+ SciMLBase = " 2.11.0 "
34
34
Test = " 1"
35
- julia = " 1.9 "
35
+ julia = " 1.10 "
36
36
37
37
[extras ]
38
38
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
You can’t perform that action at this time.
0 commit comments