From b7f72a6281e456d86ea8d08415519febd04062b0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Sep 2024 14:04:14 +0000 Subject: [PATCH] CompatHelper: bump compat for CubedSphere to 0.3, (keep existing compat) --- Project.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 13f2b4ca13..146d1794c1 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" @@ -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" @@ -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"] -