Skip to content

Commit f1c9a0d

Browse files
Update NVTX compat
1 parent 2bd65cc commit f1c9a0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CUDA = "5"
4444
ClimaComms = "0.6"
4545
ClimaCore = "0.14"
4646
ClimaCorePlots = "0.2"
47-
ClimaTimeSteppers = "0.7"
47+
ClimaTimeSteppers = "0.7, 0.8"
4848
DataStructures = "0.18"
4949
DiffEqBase = "6"
5050
DiffEqCallbacks = "4"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaTimeSteppers"
22
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.8.2"
4+
version = "0.8.3"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
@@ -41,7 +41,7 @@ Krylov = "0.8, 0.9"
4141
LinearAlgebra = "1"
4242
LinearOperators = "2"
4343
MPI = "0.20"
44-
NVTX = "0.3"
44+
NVTX = "0.3, 1"
4545
ODEConvergenceTester = "0.2"
4646
OrderedCollections = "1"
4747
PrettyTables = "2"

0 commit comments

Comments
 (0)