diff --git a/.buildkite/Project.toml b/.buildkite/Project.toml index 8ceb73ff8d..207b601a4a 100644 --- a/.buildkite/Project.toml +++ b/.buildkite/Project.toml @@ -59,7 +59,55 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" [compat] -ClimaTimeSteppers = "0.8" -JET = "0.9.18" +Adapt = "4.6.1" +Aqua = "0.8.16" +ArgParse = "1.2.0" +AssociatedLegendrePolynomials = "1.0.2" +BandedMatrices = "1.11.0" +BenchmarkTools = "1.8.0" +BlockArrays = "1.9.3" +CUDA = "6.2.0" +ClimaComms = "0.6.11" +ClimaCore = "0.14.54" +ClimaCorePlots = "0.2.11" +ClimaCoreTempestRemap = "0.3.18" +ClimaCoreVTK = "0.7.6" +ClimaParams = "1.0.18" +ClimaTimeSteppers = "0.8, 0.9" +Colors = "0.13.1" +CountFlops = "0.1.0" +CubedSphere = "0.3.4" +DataStructures = "0.19.5" +DiffEqCallbacks = "4.18.0" +DocStringExtensions = "0.9.5" +FastBroadcast = "1.3.3" +ForwardDiff = "1.4.1" +GaussQuadrature = "0.5.8" +GilbertCurves = "0.1.0" +IntervalSets = "0.7.14" +JET = "0.9.18, 0.11" +JLD2 = "0.6.4" +KrylovKit = "0.10.4" +LazyBroadcast = "1.0.0" +MPI = "0.20.26" +NCDatasets = "0.14.15" +NVTX = "1.0.3" +NullBroadcasts = "0.1.0" +OrdinaryDiffEqSSPRK = "2.1.0" +OrdinaryDiffEqTsit5 = "2.0.1" +Plots = "1.41.6" PrettyTables = "3" +ProfileCanvas = "0.1.7" +ProgressLogging = "0.1.6" +QuadGK = "2.11.3" +RecursiveArrayTools = "4.3.2" +SafeTestsets = "0.1.0" +SciMLBase = "3.22.0" +SnoopCompile = "3.2.7" SnoopCompileCore = "3" +StaticArrays = "1.9.18" +Statistics = "1.11.1" +StatsBase = "0.34.12" +TerminalLoggers = "0.1.7" +Thermodynamics = "1.2.1" +ThreadsX = "0.1.12" diff --git a/Project.toml b/Project.toml index 8cda7c259f..974feea5dc 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ CountFlops = "0.1" CubedSphere = "0.2, 0.3" DataStructures = "0.18.13, 0.19" Dates = "1" -FastBroadcast = "0.3.1" +FastBroadcast = "0.3.1, 1" ForwardDiff = "0.10.15, 1" GPUCompiler = "1.8.2" GaussQuadrature = "0.5.8" @@ -66,7 +66,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" LLVM = "9" LazyBroadcast = "1" LinearAlgebra = "1" @@ -76,7 +76,7 @@ NVTX = "0.3, 1" PkgVersion = "0.1, 0.2, 0.3" PrettyTables = "3" Random = "1" -RecursiveArrayTools = "3.2" +RecursiveArrayTools = "3.2, 4.3" RootSolvers = "0.3, 0.4, 1.0" SafeTestsets = "0.1" SparseArrays = "1"