Skip to content

Commit

Permalink
CompatHelper: bump compat for Colors to 0.13, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Oct 23, 2024
1 parent 1a6fdd4 commit 5ffb38f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[extensions]
ClimaTimeSteppersBenchmarkToolsExt = ["CUDA", "BenchmarkTools", "OrderedCollections", "StatsBase", "PrettyTables"]

[compat]
BenchmarkTools = "1"
ClimaComms = "0.4, 0.5, 0.6"
CUDA = "3, 4, 5"
Colors = "0.12"
ClimaComms = "0.4, 0.5, 0.6"
Colors = "0.12, 0.13"
DataStructures = "0.18"
DiffEqBase = "6"
KernelAbstractions = "0.7, 0.8, 0.9"
Krylov = "0.8, 0.9"
LinearAlgebra = "1"
LinearOperators = "2"
NVTX = "0.3"
OrderedCollections = "1"
PrettyTables = "2"
NVTX = "0.3"
SciMLBase = "1, 2"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
Expand Down

0 comments on commit 5ffb38f

Please sign in to comment.