Skip to content

Commit 4c1368d

Browse files
Merge pull request #2080 from CliMA/ck/rm_deps
Remove unused Combinatorics depdendency
2 parents cbb1930 + 2b359fd commit 4c1368d

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.buildkite/Manifest.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.6"
44
manifest_format = "2.0"
5-
project_hash = "fd1e670d65913da2cbb0367d634efd6165bc7d16"
5+
project_hash = "8d508e9c067faf60d0fc48f17b0ac3f963b68711"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "eea5d80188827b35333801ef97a40c2ed653b081"
@@ -393,11 +393,6 @@ git-tree-sha1 = "362a287c3aa50601b0bc359053d5c2468f0e7ce0"
393393
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
394394
version = "0.12.11"
395395

396-
[[deps.Combinatorics]]
397-
git-tree-sha1 = "08c8b6831dc00bfea825826be0bc8336fc369860"
398-
uuid = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
399-
version = "1.0.2"
400-
401396
[[deps.CommonDataModel]]
402397
deps = ["CFTime", "DataStructures", "Dates", "Preferences", "Printf", "Statistics"]
403398
git-tree-sha1 = "d6fb5bf939a2753c74984b11434ea25d6c397a58"

.buildkite/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ClimaCoreTempestRemap = "d934ef94-cdd4-4710-83d6-720549644b70"
1414
ClimaCoreVTK = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
1515
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
1616
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
17-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
1817
CountFlops = "1db9610d-79e1-487a-8d40-77f3295c7593"
1918
CubedSphere = "7445602f-e544-4518-8976-18f8e8ae6cdb"
2019
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ BandedMatrices = "0.17, 1"
4646
BenchmarkTools = "1"
4747
BlockArrays = "0.16, 1"
4848
ClimaComms = "0.6"
49-
Combinatorics = "1"
5049
CountFlops = "0.1"
5150
CubedSphere = "0.2, 0.3"
5251
CUDA = "5"
@@ -90,7 +89,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
9089
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
9190
AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19"
9291
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
93-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
9492
CountFlops = "1db9610d-79e1-487a-8d40-77f3295c7593"
9593
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
9694
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -108,5 +106,5 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
108106
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
109107

110108
[targets]
111-
test = ["Aqua", "ArgParse", "AssociatedLegendrePolynomials", "BenchmarkTools", "Combinatorics", "CountFlops", "Dates", "FastBroadcast", "Krylov", "JET", "LazyBroadcast", "Logging", "MPI", "OrderedCollections", "PrettyTables", "Random", "SafeTestsets", "StatsBase", "TerminalLoggers", "Test"]
109+
test = ["Aqua", "ArgParse", "AssociatedLegendrePolynomials", "BenchmarkTools", "CountFlops", "Dates", "FastBroadcast", "Krylov", "JET", "LazyBroadcast", "Logging", "MPI", "OrderedCollections", "PrettyTables", "Random", "SafeTestsets", "StatsBase", "TerminalLoggers", "Test"]
112110

test/Geometry/axistensor_conversion_benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test, StaticArrays
22
#! format: off
33
import Random, BenchmarkTools, StatsBase,
4-
OrderedCollections, LinearAlgebra, Combinatorics, CountFlops
4+
OrderedCollections, LinearAlgebra, CountFlops
55
using ClimaCore.Geometry:Geometry, AbstractAxis, CovariantAxis,
66
AxisVector, ContravariantAxis, LocalAxis, CartesianAxis, AxisTensor,
77
Covariant1Vector, Covariant13Vector, UVVector, UWVector, UVector,

0 commit comments

Comments
 (0)