Skip to content

Commit 02d850b

Browse files
Widen compats
1 parent cffea1c commit 02d850b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CUDA = "3, 4, 5"
3434
Colors = "0.12"
3535
DataStructures = "0.18"
3636
DiffEqBase = "6"
37-
DiffEqCallbacks = "2"
37+
DiffEqCallbacks = "2, 3"
3838
KernelAbstractions = "0.7, 0.8, 0.9"
3939
Krylov = "0.8, 0.9"
4040
LinearAlgebra = "1"

perf/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
3131
[compat]
3232
ArgParse = "1"
3333
BenchmarkTools = "1"
34-
ClimaCore = "0.10, 0.11, 0.12"
34+
ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14"
3535
ClimaTimeSteppers = "0.7"
3636
DataStructures = "0.18"
3737
DiffEqBase = "6"
38-
DiffEqCallbacks = "2"
38+
DiffEqCallbacks = "2, 3"
3939
JET = "0.7, 0.8"
4040
JSON = "0.21"
4141
KernelAbstractions = "0.7, 0.8, 0.9"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2727
Aqua = "0.8"
2828
CUDA = "3, 4, 5"
2929
ClimaComms = "0.4, 0.5, 0.6"
30-
ClimaCore = "0.10, 0.11, 0.12"
30+
ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14"
3131
DataStructures = "0.18"
3232
DiffEqBase = "6"
33-
DiffEqCallbacks = "2"
33+
DiffEqCallbacks = "2, 3"
3434
Distributions = "0.25"
3535
KernelAbstractions = "0.7, 0.8, 0.9"
3636
Krylov = "0.8, 0.9"

0 commit comments

Comments
 (0)