Skip to content

Commit 8788845

Browse files
Merge pull request #3808 from CliMA/ck/updeps
Update dependencies
2 parents 4a4486b + 974a39a commit 8788845

File tree

1 file changed

+49
-43
lines changed

1 file changed

+49
-43
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 49 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ version = "1.1.2"
9595

9696
[[deps.ArrayInterface]]
9797
deps = ["Adapt", "LinearAlgebra"]
98-
git-tree-sha1 = "bebb10cd3f0796dd1429ba61e43990ba391186e9"
98+
git-tree-sha1 = "9606d7832795cbef89e06a550475be300364a8aa"
9999
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
100-
version = "7.18.1"
100+
version = "7.19.0"
101101

102102
[deps.ArrayInterface.extensions]
103103
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
@@ -281,21 +281,27 @@ version = "1.0.1+0"
281281

282282
[[deps.CUDA]]
283283
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CUDA_Driver_jll", "CUDA_Runtime_Discovery", "CUDA_Runtime_jll", "Crayons", "DataFrames", "ExprTools", "GPUArrays", "GPUCompiler", "GPUToolbox", "KernelAbstractions", "LLVM", "LLVMLoopInfo", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "NVTX", "Preferences", "PrettyTables", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "StaticArrays", "Statistics", "demumble_jll"]
284-
git-tree-sha1 = "ee44b6eaaf518e8001ed6ed1d08a04662d63a242"
284+
git-tree-sha1 = "bb1878ad25badd8e36e0f491ddf3fa5e3c7c34a5"
285285
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
286-
version = "5.7.3"
287-
weakdeps = ["ChainRulesCore", "EnzymeCore", "SpecialFunctions"]
286+
version = "5.8.1"
288287

289288
[deps.CUDA.extensions]
290289
ChainRulesCoreExt = "ChainRulesCore"
291290
EnzymeCoreExt = "EnzymeCore"
291+
SparseMatricesCSRExt = "SparseMatricesCSR"
292292
SpecialFunctionsExt = "SpecialFunctions"
293293

294+
[deps.CUDA.weakdeps]
295+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
296+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
297+
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
298+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
299+
294300
[[deps.CUDA_Driver_jll]]
295301
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
296-
git-tree-sha1 = "f69205592dbd3721a156245b6dd837206786a848"
302+
git-tree-sha1 = "5129b555ff876c47ad9e53bcd86e9a94bcc12ea4"
297303
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
298-
version = "0.12.1+1"
304+
version = "0.13.0+0"
299305

300306
[[deps.CUDA_Runtime_Discovery]]
301307
deps = ["Libdl"]
@@ -305,9 +311,9 @@ version = "0.3.5"
305311

306312
[[deps.CUDA_Runtime_jll]]
307313
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
308-
git-tree-sha1 = "99f1c6b659c14bbb3492246791bb4928a40ceb84"
314+
git-tree-sha1 = "28126781294b2f31bc815f96922d680426e3a0bc"
309315
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
310-
version = "0.16.1+0"
316+
version = "0.17.0+0"
311317

312318
[[deps.Cairo]]
313319
deps = ["Cairo_jll", "Colors", "Glib_jll", "Graphics", "Libdl", "Pango_jll"]
@@ -622,9 +628,9 @@ version = "1.9.1"
622628

623629
[[deps.DiffEqBase]]
624630
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
625-
git-tree-sha1 = "6a0f6f17adbeb77688220cfb3e665c8f6e2a60ea"
631+
git-tree-sha1 = "1bcd3a5c585c477e5d0595937ea7b5adcda6c621"
626632
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
627-
version = "6.172.0"
633+
version = "6.174.0"
628634

629635
[deps.DiffEqBase.extensions]
630636
DiffEqBaseCUDAExt = "CUDA"
@@ -683,9 +689,9 @@ version = "1.11.0"
683689

684690
[[deps.Distributions]]
685691
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
686-
git-tree-sha1 = "6d8b535fd38293bc54b88455465a1386f8ac1c3c"
692+
git-tree-sha1 = "3e6d038b77f22791b8e3472b7c633acea1ecac06"
687693
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
688-
version = "0.25.119"
694+
version = "0.25.120"
689695

690696
[deps.Distributions.extensions]
691697
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -750,9 +756,9 @@ uuid = "55351af7-c7e9-48d6-89ff-24e801d99491"
750756
version = "0.10.14"
751757

752758
[[deps.Extents]]
753-
git-tree-sha1 = "063512a13dbe9c40d999c439268539aa552d1ae6"
759+
git-tree-sha1 = "b309b36a9e02fe7be71270dd8c0fd873625332b4"
754760
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
755-
version = "0.1.5"
761+
version = "0.1.6"
756762

757763
[[deps.FFMPEG_jll]]
758764
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "JLLWrappers", "LAME_jll", "Libdl", "Ogg_jll", "OpenSSL_jll", "Opus_jll", "PCRE2_jll", "Zlib_jll", "libaom_jll", "libass_jll", "libfdk_aac_jll", "libvorbis_jll", "x264_jll", "x265_jll"]
@@ -936,9 +942,9 @@ version = "0.2.0"
936942

937943
[[deps.GPUCompiler]]
938944
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "PrecompileTools", "Preferences", "Scratch", "Serialization", "TOML", "Tracy", "UUIDs"]
939-
git-tree-sha1 = "43c2e60efa2badefe7a32a50b586b4ac1b8b8249"
945+
git-tree-sha1 = "3651909714fc4d5a005294d4781b2313ffc2913b"
940946
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
941-
version = "1.4.0"
947+
version = "1.5.0"
942948

943949
[[deps.GPUToolbox]]
944950
git-tree-sha1 = "15d8b0f5a6dca9bf8c02eeaf6687660dafa638d0"
@@ -1049,9 +1055,9 @@ version = "0.2.0"
10491055

10501056
[[deps.Hwloc_jll]]
10511057
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1052-
git-tree-sha1 = "f93a9ce66cd89c9ba7a4695a47fd93b4c6bc59fa"
1058+
git-tree-sha1 = "92f65c4d78ce8cdbb6b68daf88889950b0a99d11"
10531059
uuid = "e33a78d0-f292-5ffc-b300-72abe9b543c8"
1054-
version = "2.12.0+0"
1060+
version = "2.12.1+0"
10551061

10561062
[[deps.HypergeometricFunctions]]
10571063
deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
@@ -1156,9 +1162,9 @@ weakdeps = ["Unitful"]
11561162

11571163
[[deps.IntervalArithmetic]]
11581164
deps = ["CRlibm", "MacroTools", "OpenBLASConsistentFPCSR_jll", "Random", "RoundingEmulator"]
1159-
git-tree-sha1 = "4e1b4155f04ffa0acf3a0d6e3d651892604666f5"
1165+
git-tree-sha1 = "694c52705f8b23dc5b39eeac629dc3059a168a40"
11601166
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
1161-
version = "0.22.34"
1167+
version = "0.22.35"
11621168
weakdeps = ["DiffRules", "ForwardDiff", "IntervalSets", "LinearAlgebra", "RecipesBase", "SparseArrays"]
11631169

11641170
[deps.IntervalArithmetic.extensions]
@@ -1335,19 +1341,19 @@ version = "4.0.1+0"
13351341

13361342
[[deps.LLVM]]
13371343
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Preferences", "Printf", "Unicode"]
1338-
git-tree-sha1 = "f0e861832695dbb70e710606a7d18b7f81acec92"
1344+
git-tree-sha1 = "5e8b243b2e4c86648dac82cf767ae1456000b92d"
13391345
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
1340-
version = "9.3.1"
1346+
version = "9.4.0"
13411347
weakdeps = ["BFloat16s"]
13421348

13431349
[deps.LLVM.extensions]
13441350
BFloat16sExt = "BFloat16s"
13451351

13461352
[[deps.LLVMExtra_jll]]
13471353
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
1348-
git-tree-sha1 = "4b5ad6a4ffa91a00050a964492bc4f86bb48cea0"
1354+
git-tree-sha1 = "f8022e2c8b5eef5f30e7fb2fe52c97cc5674db23"
13491355
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
1350-
version = "0.0.35+0"
1356+
version = "0.0.36+0"
13511357

13521358
[[deps.LLVMLoopInfo]]
13531359
git-tree-sha1 = "2e5c102cfc41f48ae4740c7eca7743cc7e7b75ea"
@@ -1678,9 +1684,9 @@ weakdeps = ["Adapt", "CUDA"]
16781684

16791685
[[deps.NCDatasets]]
16801686
deps = ["CFTime", "CommonDataModel", "DataStructures", "Dates", "DiskArrays", "NetCDF_jll", "NetworkOptions", "Printf"]
1681-
git-tree-sha1 = "777b93739ca8804011ee1decad7b070f0e201bbc"
1687+
git-tree-sha1 = "be1095e2b767c19529409ec670bcfb01b825d717"
16821688
uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
1683-
version = "0.14.7"
1689+
version = "0.14.8"
16841690

16851691
[[deps.NVTX]]
16861692
deps = ["Colors", "JuliaNVTXCallbacks_jll", "Libdl", "NVTX_jll"]
@@ -1831,9 +1837,9 @@ version = "10.42.0+1"
18311837

18321838
[[deps.PDMats]]
18331839
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
1834-
git-tree-sha1 = "0e1340b5d98971513bddaa6bbed470670cebbbfe"
1840+
git-tree-sha1 = "f07c06228a1c670ae4c87d1276b92c7c597fdda0"
18351841
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
1836-
version = "0.11.34"
1842+
version = "0.11.35"
18371843

18381844
[[deps.PNGFiles]]
18391845
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -1906,9 +1912,9 @@ version = "1.4.3"
19061912

19071913
[[deps.Polyester]]
19081914
deps = ["ArrayInterface", "BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "ManualMemory", "PolyesterWeave", "Static", "StaticArrayInterface", "StrideArraysCore", "ThreadingUtilities"]
1909-
git-tree-sha1 = "6d38fea02d983051776a856b7df75b30cf9a3c1f"
1915+
git-tree-sha1 = "2082cc4be5e765bd982ed04ea06c068f4f702410"
19101916
uuid = "f517fe37-dbe3-4b94-8317-1923a5111588"
1911-
version = "0.7.16"
1917+
version = "0.7.17"
19121918

19131919
[[deps.PolyesterWeave]]
19141920
deps = ["BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "Static", "ThreadingUtilities"]
@@ -2008,9 +2014,9 @@ version = "1.11.0"
20082014

20092015
[[deps.RRTMGP]]
20102016
deps = ["Adapt", "Artifacts", "ClimaComms", "DocStringExtensions", "Random"]
2011-
git-tree-sha1 = "101d6c7c576b9045f23d93f4856910f16277b8e7"
2017+
git-tree-sha1 = "a31317fc4ecfa4824e30c6570af6e0d31e3bb70b"
20122018
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
2013-
version = "0.21.2"
2019+
version = "0.21.3"
20142020
weakdeps = ["CUDA", "ClimaParams", "NCDatasets"]
20152021

20162022
[deps.RRTMGP.extensions]
@@ -2025,9 +2031,9 @@ version = "1.11.0"
20252031

20262032
[[deps.Random123]]
20272033
deps = ["Random", "RandomNumbers"]
2028-
git-tree-sha1 = "4743b43e5a9c4a2ede372de7061eed81795b12e7"
2034+
git-tree-sha1 = "dbe5fd0b334694e905cb9fda73cd8554333c46e2"
20292035
uuid = "74087812-796a-5b5d-8853-05524746bad3"
2030-
version = "1.7.0"
2036+
version = "1.7.1"
20312037

20322038
[[deps.RandomNumbers]]
20332039
deps = ["Random"]
@@ -2147,9 +2153,9 @@ version = "0.1.0"
21472153

21482154
[[deps.SciMLBase]]
21492155
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2150-
git-tree-sha1 = "2fd047893cb0089b180fcbb7e8434ba15dcc2841"
2156+
git-tree-sha1 = "44397dee277159f224492bcf99c442d2a907c6f5"
21512157
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2152-
version = "2.87.0"
2158+
version = "2.91.0"
21532159

21542160
[deps.SciMLBase.extensions]
21552161
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2174,9 +2180,9 @@ version = "2.87.0"
21742180

21752181
[[deps.SciMLOperators]]
21762182
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
2177-
git-tree-sha1 = "1c4b7f6c3e14e6de0af66e66b86d525cae10ecb4"
2183+
git-tree-sha1 = "6467d4e3eb86d9d7e31f43d01f9184409c0ea2be"
21782184
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2179-
version = "0.3.13"
2185+
version = "1.2.1"
21802186
weakdeps = ["SparseArrays", "StaticArraysCore"]
21812187

21822188
[deps.SciMLOperators.extensions]
@@ -2579,9 +2585,9 @@ version = "0.4.1"
25792585

25802586
[[deps.Unitful]]
25812587
deps = ["Dates", "LinearAlgebra", "Random"]
2582-
git-tree-sha1 = "c0667a8e676c53d390a09dc6870b3d8d6650e2bf"
2588+
git-tree-sha1 = "d62610ec45e4efeabf7032d67de2ffdea8344bed"
25832589
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
2584-
version = "1.22.0"
2590+
version = "1.22.1"
25852591
weakdeps = ["ConstructionBase", "InverseFunctions"]
25862592

25872593
[deps.Unitful.extensions]
@@ -2738,9 +2744,9 @@ version = "2.0.3+0"
27382744

27392745
[[deps.libpng_jll]]
27402746
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
2741-
git-tree-sha1 = "068dfe202b0a05b8332f1e8e6b4080684b9c7700"
2747+
git-tree-sha1 = "002748401f7b520273e2b506f61cab95d4701ccf"
27422748
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
2743-
version = "1.6.47+0"
2749+
version = "1.6.48+0"
27442750

27452751
[[deps.libsixel_jll]]
27462752
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]

0 commit comments

Comments
 (0)