diff --git a/.buildkite/Project.toml b/.buildkite/Project.toml index 947edcb0db..463637f5af 100644 --- a/.buildkite/Project.toml +++ b/.buildkite/Project.toml @@ -59,6 +59,55 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" [compat] -JET = "0.9.18" -PrettyTables = "2" +Adapt = "4.5.0" +Aqua = "0.8.14" +ArgParse = "1.2.0" +AssociatedLegendrePolynomials = "1.0.2" +BandedMatrices = "1.11.0" +BenchmarkTools = "1.6.3" +BlockArrays = "1.9.3" +CUDA = "5.11.0" +ClimaComms = "0.6.10" +ClimaCore = "0.14.50" +ClimaCorePlots = "0.2.11" +ClimaCoreTempestRemap = "0.3.18" +ClimaCoreVTK = "0.7.6" +ClimaParams = "1.0.15" +ClimaTimeSteppers = "0.8.11" +Colors = "0.13.1" +CountFlops = "0.1.0" +CubedSphere = "0.3.4" +DataStructures = "0.19.3" +DiffEqCallbacks = "4.12.0" +DocStringExtensions = "0.9.5" +FastBroadcast = "0.3.5" +ForwardDiff = "1.3.3" +GaussQuadrature = "0.5.8" +GilbertCurves = "0.1.0" +IntervalSets = "0.7.13" +JET = "0.9.18, 0.11" +JLD2 = "0.6.3" +KrylovKit = "0.10.2" +LazyBroadcast = "1.0.0" +MPI = "0.20.24" +NCDatasets = "0.14.14" +NVTX = "1.0.3" +NullBroadcasts = "0.1.0" +OrdinaryDiffEqSSPRK = "1.12.0" +OrdinaryDiffEqTsit5 = "1.10.0" +Plots = "1.41.6" +PrettyTables = "2, 3.3" +ProfileCanvas = "0.1.7" +ProgressLogging = "0.1.6" +QuadGK = "2.11.2" +RecursiveArrayTools = "3.48.0" +SafeTestsets = "0.1.0" +SciMLBase = "2.152.1" +SnoopCompile = "3.2.5" SnoopCompileCore = "3" +StaticArrays = "1.9.18" +Statistics = "1.11.1" +StatsBase = "0.34.10" +TerminalLoggers = "0.1.7" +Thermodynamics = "1.1.0" +ThreadsX = "0.1.12" diff --git a/Project.toml b/Project.toml index e465361a65..fdf2bd9ec7 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ InteractiveUtils = "1" IntervalSets = "0.5, 0.6, 0.7" JET = "0.9" Krylov = "0.9, 0.10" -KrylovKit = "0.6, 0.7, 0.8" +KrylovKit = "0.6, 0.7, 0.8, 0.10" LazyBroadcast = "1" LinearAlgebra = "1" Logging = "1"