diff --git a/.buildkite/Project.toml b/.buildkite/Project.toml index 947edcb0db..3dbdf362e5 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.2" +Aqua = "0.8.14" +ArgParse = "1.2.0" +AssociatedLegendrePolynomials = "1.0.2" +BandedMatrices = "1.11.0" +BenchmarkTools = "1.8.0" +BlockArrays = "1.9.3" +CUDA = "6.1.0" +ClimaComms = "0.6.11" +ClimaCore = "0.14.51" +ClimaCorePlots = "0.2.11" +ClimaCoreTempestRemap = "0.3.18" +ClimaCoreVTK = "0.7.6" +ClimaParams = "1.0.17" +ClimaTimeSteppers = "0.9.0" +Colors = "0.13.1" +CountFlops = "0.1.0" +CubedSphere = "0.3.4" +DataStructures = "0.19.4" +DiffEqCallbacks = "4.17.0" +DocStringExtensions = "0.9.5" +FastBroadcast = "1.3.2" +ForwardDiff = "1.3.3" +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.3" +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.0" +Plots = "1.41.6" +PrettyTables = "2, 3.3" +ProfileCanvas = "0.1.7" +ProgressLogging = "0.1.6" +QuadGK = "2.11.3" +RecursiveArrayTools = "4.3.0" +SafeTestsets = "0.1.0" +SciMLBase = "3.11.0" +SnoopCompile = "3.2.5" SnoopCompileCore = "3" +StaticArrays = "1.9.18" +Statistics = "1.11.1" +StatsBase = "0.34.10" +TerminalLoggers = "0.1.7" +Thermodynamics = "1.2.1" +ThreadsX = "0.1.12" diff --git a/Project.toml b/Project.toml index 183def2bd4..ca0ac80931 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ AssociatedLegendrePolynomials = "1" BandedMatrices = "1" BenchmarkTools = "1" BlockArrays = "1" -CUDA = "5.5" +CUDA = "5.5, 6.1" ClimaComms = "0.6.2" ClimaInterpolations = "0.1.1" CountFlops = "0.1" @@ -65,7 +65,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" @@ -75,7 +75,7 @@ NVTX = "0.3, 1" PkgVersion = "0.1, 0.2, 0.3" PrettyTables = "2" Random = "1" -RecursiveArrayTools = "3.2" +RecursiveArrayTools = "3.2, 4.3" RootSolvers = "0.3, 0.4, 1.0" SafeTestsets = "0.1" SparseArrays = "1"