Skip to content

Commit

Permalink
Merge #191 #192
Browse files Browse the repository at this point in the history
191: CompatHelper: add new compat entry for Colors at version 0.12, (keep existing compat) r=simonbyrne a=github-actions[bot]

This pull request sets the compat entry for the `Colors` package to `0.12`.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

192: CompatHelper: add new compat entry for NVTX at version 0.3, (keep existing compat) r=simonbyrne a=github-actions[bot]

This pull request sets the compat entry for the `NVTX` package to `0.3`.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
bors[bot] and CompatHelper Julia authored Aug 25, 2023
3 parents 73b7675 + 1590225 + 8ced4eb commit 11e1f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
CUDA = "3, 4"
ClimaComms = "0.4, 0.5"
Colors = "0.12"
DataStructures = "0.18"
DiffEqBase = "6"
DiffEqCallbacks = "2"
KernelAbstractions = "0.7, 0.8, 0.9"
Krylov = "0.8, 0.9"
LinearOperators = "2"
NVTX = "0.3"
SciMLBase = "1"
StaticArrays = "1"
julia = "1.8"

0 comments on commit 11e1f1a

Please sign in to comment.