Skip to content

Commit ba0dac7

Browse files
Merge pull request #369 from CliMA/sk/rm_colors
Remove `Colors.jl` package as a direct depencency
2 parents add300c + 82c14bf commit ba0dac7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.buildkite/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626"
295295
version = "0.2.11"
296296

297297
[[deps.ClimaTimeSteppers]]
298-
deps = ["ClimaComms", "Colors", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
298+
deps = ["ClimaComms", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
299299
path = ".."
300300
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
301301
version = "0.8.3"

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.8.3"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
8-
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
98
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
109
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1110
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
@@ -20,19 +19,18 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2019
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2120
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
2221
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
23-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2422
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
23+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2524

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

2928
[compat]
3029
Aqua = "0.8"
3130
BenchmarkTools = "1"
31+
CUDA = "3, 4, 5"
3232
ClimaComms = "0.4, 0.5, 0.6"
3333
ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14"
34-
CUDA = "3, 4, 5"
35-
Colors = "0.12, 0.13"
3634
DataStructures = "0.18"
3735
DiffEqBase = "6"
3836
Distributions = "0.25"
@@ -66,4 +64,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
6664
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6765

6866
[targets]
69-
test = ["Aqua","ClimaCore","Distributions","Krylov", "MPI","ODEConvergenceTester","PrettyTables","Random","SafeTestsets","Test"]
67+
test = ["Aqua", "ClimaCore", "Distributions", "Krylov", "MPI", "ODEConvergenceTester", "PrettyTables", "Random", "SafeTestsets", "Test"]

src/ClimaTimeSteppers.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ using LinearAlgebra
4949
using LinearOperators
5050
using StaticArrays
5151
import ClimaComms
52-
using Colors
5352
using NVTX
5453

5554
export AbstractAlgorithmName, AbstractAlgorithmConstraint, Unconstrained, SSP

0 commit comments

Comments
 (0)