Skip to content

Commit

Permalink
CompatHelper: bump compat for NVTX to 1, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Feb 19, 2025
1 parent 2bd65cc commit 3f67f14
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,18 +20,18 @@ 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]
Aqua = "0.8"
BenchmarkTools = "1"
CUDA = "3, 4, 5"
ClimaComms = "0.4, 0.5, 0.6"
ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14"
CUDA = "3, 4, 5"
Colors = "0.12, 0.13"
DataStructures = "0.18"
DiffEqBase = "6"
Expand All @@ -41,7 +41,7 @@ Krylov = "0.8, 0.9"
LinearAlgebra = "1"
LinearOperators = "2"
MPI = "0.20"
NVTX = "0.3"
NVTX = "0.3, 1"
ODEConvergenceTester = "0.2"
OrderedCollections = "1"
PrettyTables = "2"
Expand All @@ -66,4 +66,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua","ClimaCore","Distributions","Krylov", "MPI","ODEConvergenceTester","PrettyTables","Random","SafeTestsets","Test"]
test = ["Aqua", "ClimaCore", "Distributions", "Krylov", "MPI", "ODEConvergenceTester", "PrettyTables", "Random", "SafeTestsets", "Test"]

0 comments on commit 3f67f14

Please sign in to comment.