Skip to content

Commit 77c50f2

Browse files
Add PrecompileTools for Geometry module
1 parent cc9f859 commit 77c50f2

File tree

8 files changed

+3504
-61
lines changed

8 files changed

+3504
-61
lines changed

.buildkite/Manifest.toml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.8"
3+
julia_version = "1.10.9"
44
manifest_format = "2.0"
55
project_hash = "6ab89829ea190189b0319a6f8e22b3515e5283c2"
66

@@ -64,9 +64,9 @@ version = "0.1.42"
6464

6565
[[deps.Adapt]]
6666
deps = ["LinearAlgebra", "Requires"]
67-
git-tree-sha1 = "cd8b948862abee8f3d3e9b73a102a9ca924debb0"
67+
git-tree-sha1 = "f7817e2e585aa6d924fd714df1e2a84be7896c60"
6868
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
69-
version = "4.2.0"
69+
version = "4.3.0"
7070
weakdeps = ["SparseArrays", "StaticArrays"]
7171

7272
[deps.Adapt.extensions]
@@ -176,9 +176,9 @@ version = "0.5.0"
176176

177177
[[deps.BandedMatrices]]
178178
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "PrecompileTools"]
179-
git-tree-sha1 = "4a591da886b61415e2c0dea130d28da1e9077cfb"
179+
git-tree-sha1 = "614c6aba1d562191d9832df2af24f594aa7ebf61"
180180
uuid = "aae01518-5342-5314-be14-df237901396f"
181-
version = "1.9.2"
181+
version = "1.9.3"
182182
weakdeps = ["SparseArrays"]
183183

184184
[deps.BandedMatrices.extensions]
@@ -243,9 +243,9 @@ weakdeps = ["BandedMatrices"]
243243

244244
[[deps.Blosc_jll]]
245245
deps = ["Artifacts", "JLLWrappers", "Libdl", "Lz4_jll", "Zlib_jll", "Zstd_jll"]
246-
git-tree-sha1 = "ef12cdd1c7fb7e1dfd6fa8fd60d4db6bc61d2f23"
246+
git-tree-sha1 = "535c80f1c0847a4c967ea945fca21becc9de1522"
247247
uuid = "0b7ba130-8d10-5ba8-a3d6-c5182647fed9"
248-
version = "1.21.6+2"
248+
version = "1.21.7+0"
249249

250250
[[deps.Bzip2_jll]]
251251
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -327,7 +327,7 @@ weakdeps = ["CUDA", "MPI"]
327327
ClimaCommsMPIExt = "MPI"
328328

329329
[[deps.ClimaCore]]
330-
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
330+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "PrecompileTools", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
331331
path = ".."
332332
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
333333
version = "0.14.27"
@@ -558,9 +558,9 @@ version = "1.9.1"
558558

559559
[[deps.DiffEqBase]]
560560
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", "TruncatedStacktraces"]
561-
git-tree-sha1 = "615e8358608628b9768275f4bd8c237724e72f08"
561+
git-tree-sha1 = "b68847ddc7b8f3c77a84521b0fd50375274a380b"
562562
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
563-
version = "6.164.2"
563+
version = "6.165.1"
564564

565565
[deps.DiffEqBase.extensions]
566566
DiffEqBaseCUDAExt = "CUDA"
@@ -614,9 +614,9 @@ version = "1.15.1"
614614

615615
[[deps.DifferentiationInterface]]
616616
deps = ["ADTypes", "LinearAlgebra"]
617-
git-tree-sha1 = "479214d2988a837e6d21ac38afdcb03cb2d0994e"
617+
git-tree-sha1 = "3999a7934cc723719e79ff7db33160b141297444"
618618
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
619-
version = "0.6.43"
619+
version = "0.6.44"
620620

621621
[deps.DifferentiationInterface.extensions]
622622
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -628,9 +628,10 @@ version = "0.6.43"
628628
DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
629629
DifferentiationInterfaceGTPSAExt = "GTPSA"
630630
DifferentiationInterfaceMooncakeExt = "Mooncake"
631-
DifferentiationInterfacePolyesterForwardDiffExt = "PolyesterForwardDiff"
631+
DifferentiationInterfacePolyesterForwardDiffExt = ["PolyesterForwardDiff", "ForwardDiff", "DiffResults"]
632632
DifferentiationInterfaceReverseDiffExt = ["ReverseDiff", "DiffResults"]
633633
DifferentiationInterfaceSparseArraysExt = "SparseArrays"
634+
DifferentiationInterfaceSparseConnectivityTracerExt = "SparseConnectivityTracer"
634635
DifferentiationInterfaceSparseMatrixColoringsExt = "SparseMatrixColorings"
635636
DifferentiationInterfaceStaticArraysExt = "StaticArrays"
636637
DifferentiationInterfaceSymbolicsExt = "Symbolics"
@@ -652,6 +653,7 @@ version = "0.6.43"
652653
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
653654
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
654655
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
656+
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
655657
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
656658
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
657659
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -1538,7 +1540,7 @@ version = "0.3.23+4"
15381540
[[deps.OpenLibm_jll]]
15391541
deps = ["Artifacts", "Libdl"]
15401542
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
1541-
version = "0.8.1+2"
1543+
version = "0.8.1+4"
15421544

15431545
[[deps.OpenMPI_jll]]
15441546
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
@@ -1662,9 +1664,9 @@ version = "1.4.3"
16621664

16631665
[[deps.Plots]]
16641666
deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"]
1665-
git-tree-sha1 = "dae01f8c2e069a683d3a6e17bbae5070ab94786f"
1667+
git-tree-sha1 = "564b477ae5fbfb3e23e63fc337d5f4e65e039ca4"
16661668
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1667-
version = "1.40.9"
1669+
version = "1.40.10"
16681670

16691671
[deps.Plots.extensions]
16701672
FileIOExt = "FileIO"
@@ -1811,9 +1813,9 @@ version = "0.6.12"
18111813

18121814
[[deps.RecursiveArrayTools]]
18131815
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
1814-
git-tree-sha1 = "e96b644f7bfbf1015f8e42a7c7abfae2a48fafbf"
1816+
git-tree-sha1 = "35ac79a85c8086892258581d8b6df9cd8db5c91a"
18151817
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
1816-
version = "3.31.0"
1818+
version = "3.31.1"
18171819

18181820
[deps.RecursiveArrayTools.extensions]
18191821
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
@@ -1888,9 +1890,9 @@ version = "0.1.0"
18881890

18891891
[[deps.SciMLBase]]
18901892
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"]
1891-
git-tree-sha1 = "ee305515b0946db5f56af699e8b5804fee04146c"
1893+
git-tree-sha1 = "c779c485f384cc824dac44ab1ef1440209027016"
18921894
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1893-
version = "2.75.1"
1895+
version = "2.76.0"
18941896

18951897
[deps.SciMLBase.extensions]
18961898
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -1900,7 +1902,7 @@ version = "2.75.1"
19001902
SciMLBasePyCallExt = "PyCall"
19011903
SciMLBasePythonCallExt = "PythonCall"
19021904
SciMLBaseRCallExt = "RCall"
1903-
SciMLBaseZygoteExt = "Zygote"
1905+
SciMLBaseZygoteExt = ["Zygote", "ChainRulesCore"]
19041906

19051907
[deps.SciMLBase.weakdeps]
19061908
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
@@ -2037,9 +2039,9 @@ version = "1.0.2"
20372039

20382040
[[deps.Static]]
20392041
deps = ["CommonWorldInvalidations", "IfElse", "PrecompileTools"]
2040-
git-tree-sha1 = "87d51a3ee9a4b0d2fe054bdd3fc2436258db2603"
2042+
git-tree-sha1 = "f737d444cb0ad07e61b3c1bef8eb91203c321eff"
20412043
uuid = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
2042-
version = "1.1.1"
2044+
version = "1.2.0"
20432045

20442046
[[deps.StaticArrayInterface]]
20452047
deps = ["ArrayInterface", "Compat", "IfElse", "LinearAlgebra", "PrecompileTools", "Static"]

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2121
MultiBroadcastFusion = "c3c07f87-98de-43f2-a76f-835b330b2cbb"
2222
NVTX = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
2323
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
24+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
2425
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2526
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"
2627
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -66,6 +67,7 @@ Logging = "1"
6667
MultiBroadcastFusion = "0.3.1, 0.4"
6768
NVTX = "0.3, 1"
6869
PkgVersion = "0.1, 0.2, 0.3"
70+
PrecompileTools = "1"
6971
PrettyTables = "2"
7072
Random = "1"
7173
RecursiveArrayTools = "3.2"

benchmarks/bickleyjet/Manifest.toml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.8"
3+
julia_version = "1.10.9"
44
manifest_format = "2.0"
55
project_hash = "a5acdbd13ed54ab47f61f609c38695ceeafab1b8"
66

@@ -44,9 +44,9 @@ version = "0.1.42"
4444

4545
[[deps.Adapt]]
4646
deps = ["LinearAlgebra", "Requires"]
47-
git-tree-sha1 = "cd8b948862abee8f3d3e9b73a102a9ca924debb0"
47+
git-tree-sha1 = "f7817e2e585aa6d924fd714df1e2a84be7896c60"
4848
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
49-
version = "4.2.0"
49+
version = "4.3.0"
5050
weakdeps = ["SparseArrays", "StaticArrays"]
5151

5252
[deps.Adapt.extensions]
@@ -134,9 +134,9 @@ version = "0.5.0"
134134

135135
[[deps.BandedMatrices]]
136136
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "PrecompileTools"]
137-
git-tree-sha1 = "4a591da886b61415e2c0dea130d28da1e9077cfb"
137+
git-tree-sha1 = "614c6aba1d562191d9832df2af24f594aa7ebf61"
138138
uuid = "aae01518-5342-5314-be14-df237901396f"
139-
version = "1.9.2"
139+
version = "1.9.3"
140140
weakdeps = ["SparseArrays"]
141141

142142
[deps.BandedMatrices.extensions]
@@ -178,10 +178,10 @@ uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82"
178178
version = "0.5.0"
179179

180180
[[deps.CUDA]]
181-
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CUDA_Driver_jll", "CUDA_Runtime_Discovery", "CUDA_Runtime_jll", "Crayons", "DataFrames", "ExprTools", "GPUArrays", "GPUCompiler", "KernelAbstractions", "LLVM", "LLVMLoopInfo", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "NVTX", "Preferences", "PrettyTables", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "StaticArrays", "Statistics", "demumble_jll"]
182-
git-tree-sha1 = "7be665c420b5d16059b1ba00b1dbb4e85012fa65"
181+
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"]
182+
git-tree-sha1 = "7f393da6f01f271d3791d06f2916db8cc7d999f3"
183183
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
184-
version = "5.6.1"
184+
version = "5.7.0"
185185

186186
[deps.CUDA.extensions]
187187
ChainRulesCoreExt = "ChainRulesCore"
@@ -195,9 +195,9 @@ version = "5.6.1"
195195

196196
[[deps.CUDA_Driver_jll]]
197197
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
198-
git-tree-sha1 = "14996d716a2eaaeccfc8d7bc854dd87fde720ac1"
198+
git-tree-sha1 = "7cc4ec34bbd15c0381ed0d81b28efed3027c7bca"
199199
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
200-
version = "0.10.4+0"
200+
version = "0.12.0+0"
201201

202202
[[deps.CUDA_Runtime_Discovery]]
203203
deps = ["Libdl"]
@@ -207,9 +207,9 @@ version = "0.3.5"
207207

208208
[[deps.CUDA_Runtime_jll]]
209209
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
210-
git-tree-sha1 = "17f1536c600133f7c4113bae0a2d98dbf27c7ebc"
210+
git-tree-sha1 = "7bb29cf2aa97ee0877a4f305f8b73f96c5066db0"
211211
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
212-
version = "0.15.5+0"
212+
version = "0.16.0+0"
213213

214214
[[deps.Cairo_jll]]
215215
deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
@@ -232,7 +232,7 @@ version = "0.6.6"
232232
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
233233

234234
[[deps.ClimaCore]]
235-
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
235+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "PrecompileTools", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
236236
path = "../.."
237237
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
238238
version = "0.14.26"
@@ -530,6 +530,11 @@ git-tree-sha1 = "199f213e40a7982e9138bc9edc3299419d510390"
530530
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
531531
version = "1.2.0"
532532

533+
[[deps.GPUToolbox]]
534+
git-tree-sha1 = "52ad2902dda44ab527891317e144e7f718ab77d7"
535+
uuid = "096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
536+
version = "0.1.0"
537+
533538
[[deps.GR]]
534539
deps = ["Artifacts", "Base64", "DelimitedFiles", "Downloads", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Preferences", "Printf", "Qt6Wayland_jll", "Random", "Serialization", "Sockets", "TOML", "Tar", "Test", "p7zip_jll"]
535540
git-tree-sha1 = "0ff136326605f8e06e9bcf085a356ab312eef18a"
@@ -975,9 +980,9 @@ weakdeps = ["Adapt", "CUDA"]
975980

976981
[[deps.NVTX]]
977982
deps = ["Colors", "JuliaNVTXCallbacks_jll", "Libdl", "NVTX_jll"]
978-
git-tree-sha1 = "6a6f8bfaa91bb2e40ff562ab9f30dc827741daef"
983+
git-tree-sha1 = "1a24c3430fa2ef3317c4c97fa7e431ef45793bd2"
979984
uuid = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
980-
version = "0.3.5"
985+
version = "1.0.0"
981986

982987
[[deps.NVTX_jll]]
983988
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1009,7 +1014,7 @@ version = "0.3.23+4"
10091014
[[deps.OpenLibm_jll]]
10101015
deps = ["Artifacts", "Libdl"]
10111016
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
1012-
version = "0.8.1+2"
1017+
version = "0.8.1+4"
10131018

10141019
[[deps.OpenMPI_jll]]
10151020
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
@@ -1105,9 +1110,9 @@ version = "1.4.3"
11051110

11061111
[[deps.Plots]]
11071112
deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"]
1108-
git-tree-sha1 = "dae01f8c2e069a683d3a6e17bbae5070ab94786f"
1113+
git-tree-sha1 = "564b477ae5fbfb3e23e63fc337d5f4e65e039ca4"
11091114
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1110-
version = "1.40.9"
1115+
version = "1.40.10"
11111116

11121117
[deps.Plots.extensions]
11131118
FileIOExt = "FileIO"
@@ -1218,9 +1223,9 @@ version = "0.6.12"
12181223

12191224
[[deps.RecursiveArrayTools]]
12201225
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
1221-
git-tree-sha1 = "e96b644f7bfbf1015f8e42a7c7abfae2a48fafbf"
1226+
git-tree-sha1 = "35ac79a85c8086892258581d8b6df9cd8db5c91a"
12221227
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
1223-
version = "3.31.0"
1228+
version = "3.31.1"
12241229

12251230
[deps.RecursiveArrayTools.extensions]
12261231
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"

0 commit comments

Comments
 (0)