Skip to content

Commit

Permalink
CompatHelper: bump compat for CubedSphere to 0.3, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Sep 6, 2024
1 parent add3b1b commit b7f72a6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ AssociatedLegendrePolynomials = "1"
BandedMatrices = "0.17, 1"
BenchmarkTools = "1"
BlockArrays = "0.16, 1"
CUDA = "5"
ClimaComms = "0.6"
Combinatorics = "1"
CountFlops = "0.1"
CubedSphere = "0.2"
CUDA = "5"
Dates = "1"
CubedSphere = "0.2, 0.3"
DataStructures = "0.18"
Dates = "1"
DocStringExtensions = "0.8, 0.9"
FastBroadcast = "0.3"
ForwardDiff = "0.10"
Expand All @@ -63,8 +63,8 @@ IntervalSets = "0.5, 0.6, 0.7"
JET = "0.9"
Krylov = "0.9"
KrylovKit = "0.6, 0.7, 0.8"
LinearAlgebra = "1"
LazyBroadcast = "0.1"
LinearAlgebra = "1"
Logging = "1"
MPI = "0.20"
MultiBroadcastFusion = "0.3"
Expand Down Expand Up @@ -94,8 +94,8 @@ Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CountFlops = "1db9610d-79e1-487a-8d40-77f3295c7593"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LazyBroadcast = "9dccce8e-a116-406d-9fcc-a88ed4f510c8"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Expand All @@ -109,4 +109,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "ArgParse", "AssociatedLegendrePolynomials", "BenchmarkTools", "Combinatorics", "CountFlops", "Dates", "FastBroadcast", "Krylov", "JET", "LazyBroadcast", "Logging", "MPI", "OrderedCollections", "PrettyTables", "Random", "SafeTestsets", "StatsBase", "TerminalLoggers", "Test"]

0 comments on commit b7f72a6

Please sign in to comment.