Skip to content

Commit

Permalink
Merge #90
Browse files Browse the repository at this point in the history
90: Synchronize compat entries r=charleskawczynski a=charleskawczynski

Applying `import CompatDevTools; CompatDevTools.synchronize_compats(".")` revealed several inconsistent compat entries. This PR fixes them. I haven't updated the required julia version because the only dependency that now requires 1.7 is KernelAbstractions.jl, which is only needed for CPU/GPU error printing. So, I've left it alone for now.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
bors[bot] and charleskawczynski authored Mar 15, 2022
2 parents 41509d3 + 41d9d71 commit c8f8621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpuenv/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
CLIMAParameters = "0.3"
CLIMAParameters = "0.1, 0.2, 0.3, 0.4"
CUDA = "3.5"
CUDAKernels = "0.3"
KernelAbstractions = "0.7.2"
RootSolvers = "0.2"
RootSolvers = "0.2, 0.3"
UnPack = "1.0"
julia = "1.7"

0 comments on commit c8f8621

Please sign in to comment.