Skip to content

Commit

Permalink
CompatHelper: bump compat for Static to 1, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Jun 27, 2024
1 parent 13c6176 commit 5f1bbb2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ AssociatedLegendrePolynomials = "1"
BandedMatrices = "0.17, 1"
BenchmarkTools = "1"
BlockArrays = "0.16"
CUDA = "5"
ClimaComms = "0.5.7, 0.6"
Combinatorics = "1"
CountFlops = "0.1"
CubedSphere = "0.2"
CUDA = "5"
Dates = "1"
DataStructures = "0.18"
Dates = "1"
DocStringExtensions = "0.8, 0.9"
FastBroadcast = "0.3"
ForwardDiff = "0.10"
Expand All @@ -77,7 +77,7 @@ RecursiveArrayTools = "2, 3"
RootSolvers = "0.3, 0.4"
SafeTestsets = "0.1"
SparseArrays = "1"
Static = "0.4, 0.5, 0.6, 0.7, 0.8"
Static = "0.4, 0.5, 0.6, 0.7, 0.8, 1"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.34"
Expand All @@ -91,13 +91,13 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CountFlops = "1db9610d-79e1-487a-8d40-77f3295c7593"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Expand All @@ -110,4 +110,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "ArgParse", "AssociatedLegendrePolynomials", "BenchmarkTools", "Combinatorics", "CountFlops", "CUDA", "Dates", "FastBroadcast", "Krylov", "JET", "Logging", "MPI", "OrderedCollections", "PrettyTables", "Random", "SafeTestsets", "StatsBase", "TerminalLoggers", "Test"]

0 comments on commit 5f1bbb2

Please sign in to comment.