update Manifest.toml
This commit is contained in:
parent
d6b1d5b30f
commit
6a91ef35e1
1 changed files with 168 additions and 144 deletions
312
Manifest.toml
312
Manifest.toml
|
@ -1,13 +1,13 @@
|
|||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.11.2"
|
||||
julia_version = "1.11.3"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "ab2197e930896350f4ba6508edd2db23590d6902"
|
||||
|
||||
[[deps.ADTypes]]
|
||||
git-tree-sha1 = "72af59f5b8f09faee36b4ec48e014a79210f2f4f"
|
||||
git-tree-sha1 = "e1ce448a0d7f88168ffe2eeac4549c32d45a42d1"
|
||||
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
|
||||
version = "1.11.0"
|
||||
version = "1.12.1"
|
||||
weakdeps = ["ChainRulesCore", "ConstructionBase", "EnzymeCore"]
|
||||
|
||||
[deps.ADTypes.extensions]
|
||||
|
@ -32,24 +32,24 @@ uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
|
|||
version = "0.4.5"
|
||||
|
||||
[[deps.Accessors]]
|
||||
deps = ["CompositionsBase", "ConstructionBase", "InverseFunctions", "LinearAlgebra", "MacroTools", "Markdown"]
|
||||
git-tree-sha1 = "96bed9b1b57cf750cca50c311a197e306816a1cc"
|
||||
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"]
|
||||
git-tree-sha1 = "0ba8f4c1f06707985ffb4804fdad1bf97b233897"
|
||||
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
|
||||
version = "0.1.39"
|
||||
version = "0.1.41"
|
||||
|
||||
[deps.Accessors.extensions]
|
||||
AccessorsAxisKeysExt = "AxisKeys"
|
||||
AccessorsDatesExt = "Dates"
|
||||
AccessorsIntervalSetsExt = "IntervalSets"
|
||||
AccessorsStaticArraysExt = "StaticArrays"
|
||||
AccessorsStructArraysExt = "StructArrays"
|
||||
AccessorsTestExt = "Test"
|
||||
AccessorsUnitfulExt = "Unitful"
|
||||
AxisKeysExt = "AxisKeys"
|
||||
IntervalSetsExt = "IntervalSets"
|
||||
LinearAlgebraExt = "LinearAlgebra"
|
||||
StaticArraysExt = "StaticArrays"
|
||||
StructArraysExt = "StructArrays"
|
||||
TestExt = "Test"
|
||||
UnitfulExt = "Unitful"
|
||||
|
||||
[deps.Accessors.weakdeps]
|
||||
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
|
||||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
|
||||
|
@ -130,18 +130,20 @@ version = "1.11.0"
|
|||
|
||||
[[deps.Atomix]]
|
||||
deps = ["UnsafeAtomics"]
|
||||
git-tree-sha1 = "c3b238aa28c1bebd4b5ea4988bebf27e9a01b72b"
|
||||
git-tree-sha1 = "93da6c8228993b0052e358ad592ee7c1eccaa639"
|
||||
uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
|
||||
[deps.Atomix.extensions]
|
||||
AtomixCUDAExt = "CUDA"
|
||||
AtomixMetalExt = "Metal"
|
||||
AtomixOpenCLExt = "OpenCL"
|
||||
AtomixoneAPIExt = "oneAPI"
|
||||
|
||||
[deps.Atomix.weakdeps]
|
||||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
|
||||
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
|
||||
OpenCL = "08131aa3-fb12-5dee-8b74-c09406e224a2"
|
||||
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
|
||||
|
||||
[[deps.Automa]]
|
||||
|
@ -240,9 +242,9 @@ version = "3.4.3"
|
|||
|
||||
[[deps.CUDA]]
|
||||
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"]
|
||||
git-tree-sha1 = "e0725a467822697171af4dae15cec10b4fc19053"
|
||||
git-tree-sha1 = "7be665c420b5d16059b1ba00b1dbb4e85012fa65"
|
||||
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
|
||||
version = "5.5.2"
|
||||
version = "5.6.1"
|
||||
weakdeps = ["ChainRulesCore", "EnzymeCore", "SpecialFunctions"]
|
||||
|
||||
[deps.CUDA.extensions]
|
||||
|
@ -282,9 +284,9 @@ version = "1.1.1"
|
|||
|
||||
[[deps.CairoMakie]]
|
||||
deps = ["CRC32c", "Cairo", "Cairo_jll", "Colors", "FileIO", "FreeType", "GeometryBasics", "LinearAlgebra", "Makie", "PrecompileTools"]
|
||||
git-tree-sha1 = "0afa2b4ac444b9412130d68493941e1af462e26a"
|
||||
git-tree-sha1 = "6d76f05dbc8b7a52deaa7cdabe901735ae7b6724"
|
||||
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
|
||||
version = "0.12.18"
|
||||
version = "0.13.1"
|
||||
|
||||
[[deps.Cairo_jll]]
|
||||
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"]
|
||||
|
@ -315,28 +317,32 @@ uuid = "fb6a15b2-703c-40df-9091-08a04967cfa9"
|
|||
version = "0.1.13"
|
||||
|
||||
[[deps.ColorBrewer]]
|
||||
deps = ["Colors", "JSON", "Test"]
|
||||
git-tree-sha1 = "61c5334f33d91e570e1d0c3eb5465835242582c4"
|
||||
deps = ["Colors", "JSON"]
|
||||
git-tree-sha1 = "e771a63cc8b539eca78c85b0cabd9233d6c8f06f"
|
||||
uuid = "a2cac450-b92f-5266-8821-25eda20663c8"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[[deps.ColorSchemes]]
|
||||
deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "PrecompileTools", "Random"]
|
||||
git-tree-sha1 = "c785dfb1b3bfddd1da557e861b919819b82bbe5b"
|
||||
git-tree-sha1 = "26ec26c98ae1453c692efded2b17e15125a5bea1"
|
||||
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
|
||||
version = "3.27.1"
|
||||
version = "3.28.0"
|
||||
|
||||
[[deps.ColorTypes]]
|
||||
deps = ["FixedPointNumbers", "Random"]
|
||||
git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
|
||||
git-tree-sha1 = "c7acce7a7e1078a20a285211dd73cd3941a871d6"
|
||||
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
||||
version = "0.11.5"
|
||||
version = "0.12.0"
|
||||
weakdeps = ["StyledStrings"]
|
||||
|
||||
[deps.ColorTypes.extensions]
|
||||
StyledStringsExt = "StyledStrings"
|
||||
|
||||
[[deps.ColorVectorSpace]]
|
||||
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
|
||||
git-tree-sha1 = "a1f44953f2382ebb937d60dafbe2deea4bd23249"
|
||||
git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1"
|
||||
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
weakdeps = ["SpecialFunctions"]
|
||||
|
||||
[deps.ColorVectorSpace.extensions]
|
||||
|
@ -344,9 +350,9 @@ weakdeps = ["SpecialFunctions"]
|
|||
|
||||
[[deps.Colors]]
|
||||
deps = ["ColorTypes", "FixedPointNumbers", "Reexport"]
|
||||
git-tree-sha1 = "362a287c3aa50601b0bc359053d5c2468f0e7ce0"
|
||||
git-tree-sha1 = "64e15186f0aa277e174aa81798f7eb8598e0157e"
|
||||
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
|
||||
version = "0.12.11"
|
||||
version = "0.13.0"
|
||||
|
||||
[[deps.CommonMark]]
|
||||
deps = ["Crayons", "PrecompileTools"]
|
||||
|
@ -478,9 +484,9 @@ version = "0.1.2"
|
|||
|
||||
[[deps.DelaunayTriangulation]]
|
||||
deps = ["AdaptivePredicates", "EnumX", "ExactPredicates", "Random"]
|
||||
git-tree-sha1 = "e1371a23fd9816080c828d0ce04373857fe73d33"
|
||||
git-tree-sha1 = "5620ff4ee0084a6ab7097a27ba0c19290200b037"
|
||||
uuid = "927a84f5-c5f4-47a5-9785-b46e178433df"
|
||||
version = "1.6.3"
|
||||
version = "1.6.4"
|
||||
|
||||
[[deps.DelimitedFiles]]
|
||||
deps = ["Mmap"]
|
||||
|
@ -502,9 +508,9 @@ version = "1.15.1"
|
|||
|
||||
[[deps.DifferentiationInterface]]
|
||||
deps = ["ADTypes", "LinearAlgebra"]
|
||||
git-tree-sha1 = "5df172ce4e9da710603591f48c7af74eef288892"
|
||||
git-tree-sha1 = "b44d8cedd863c1c7a9f3ec82555539ec9935d07f"
|
||||
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
|
||||
version = "0.6.28"
|
||||
version = "0.6.33"
|
||||
|
||||
[deps.DifferentiationInterface.extensions]
|
||||
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
|
||||
|
@ -514,6 +520,7 @@ version = "0.6.28"
|
|||
DifferentiationInterfaceFiniteDiffExt = "FiniteDiff"
|
||||
DifferentiationInterfaceFiniteDifferencesExt = "FiniteDifferences"
|
||||
DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
|
||||
DifferentiationInterfaceGTPSAExt = "GTPSA"
|
||||
DifferentiationInterfaceMooncakeExt = "Mooncake"
|
||||
DifferentiationInterfacePolyesterForwardDiffExt = "PolyesterForwardDiff"
|
||||
DifferentiationInterfaceReverseDiffExt = ["ReverseDiff", "DiffResults"]
|
||||
|
@ -534,6 +541,7 @@ version = "0.6.28"
|
|||
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
|
||||
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
|
||||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
||||
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
|
||||
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
|
||||
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
|
||||
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
|
||||
|
@ -562,9 +570,9 @@ version = "1.11.0"
|
|||
|
||||
[[deps.Distributions]]
|
||||
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
|
||||
git-tree-sha1 = "7901a6117656e29fa2c74a58adb682f380922c47"
|
||||
git-tree-sha1 = "03aa5d44647eaec98e1920635cdfed5d5560a8b9"
|
||||
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
||||
version = "0.25.116"
|
||||
version = "0.25.117"
|
||||
|
||||
[deps.Distributions.extensions]
|
||||
DistributionsChainRulesCoreExt = "ChainRulesCore"
|
||||
|
@ -631,9 +639,9 @@ uuid = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636"
|
|||
version = "0.8.5"
|
||||
|
||||
[[deps.Extents]]
|
||||
git-tree-sha1 = "81023caa0021a41712685887db1fc03db26f41f5"
|
||||
git-tree-sha1 = "063512a13dbe9c40d999c439268539aa552d1ae6"
|
||||
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
|
||||
[[deps.FFMPEG_jll]]
|
||||
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"]
|
||||
|
@ -643,9 +651,9 @@ version = "6.1.2+0"
|
|||
|
||||
[[deps.FFTW]]
|
||||
deps = ["AbstractFFTs", "FFTW_jll", "LinearAlgebra", "MKL_jll", "Preferences", "Reexport"]
|
||||
git-tree-sha1 = "4820348781ae578893311153d69049a93d05f39d"
|
||||
git-tree-sha1 = "7de7c78d681078f027389e067864a8d53bd7c3c9"
|
||||
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
|
||||
version = "1.8.0"
|
||||
version = "1.8.1"
|
||||
|
||||
[[deps.FFTW_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
|
||||
|
@ -789,39 +797,39 @@ uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
|
|||
version = "1.11.0"
|
||||
|
||||
[[deps.GPUArrays]]
|
||||
deps = ["Adapt", "GPUArraysCore", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "Serialization", "Statistics"]
|
||||
git-tree-sha1 = "62ee71528cca49be797076a76bdc654a170a523e"
|
||||
deps = ["Adapt", "GPUArraysCore", "KernelAbstractions", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "ScopedValues", "Serialization", "Statistics"]
|
||||
git-tree-sha1 = "0ef97e93edced3d0e713f4cfd031cc9020e022b0"
|
||||
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
|
||||
version = "10.3.1"
|
||||
version = "11.2.1"
|
||||
|
||||
[[deps.GPUArraysCore]]
|
||||
deps = ["Adapt"]
|
||||
git-tree-sha1 = "ec632f177c0d990e64d955ccc1b8c04c485a0950"
|
||||
git-tree-sha1 = "83cf05ab16a73219e5f6bd1bdfa9848fa24ac627"
|
||||
uuid = "46192b85-c4d5-4398-a991-12ede77f4527"
|
||||
version = "0.1.6"
|
||||
version = "0.2.0"
|
||||
|
||||
[[deps.GPUCompiler]]
|
||||
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "PrecompileTools", "Preferences", "Scratch", "Serialization", "TOML", "TimerOutputs", "UUIDs"]
|
||||
git-tree-sha1 = "1d6f290a5eb1201cd63574fbc4440c788d5cb38f"
|
||||
git-tree-sha1 = "8e30cd0b1934f03dd925416970061c1014c6686f"
|
||||
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
|
||||
version = "0.27.8"
|
||||
version = "1.1.0"
|
||||
|
||||
[[deps.GeoFormatTypes]]
|
||||
git-tree-sha1 = "59107c179a586f0fe667024c5eb7033e81333271"
|
||||
git-tree-sha1 = "8e233d5167e63d708d41f87597433f59a0f213fe"
|
||||
uuid = "68eda718-8dee-11e9-39e7-89f7f65f511f"
|
||||
version = "0.4.2"
|
||||
version = "0.4.4"
|
||||
|
||||
[[deps.GeoInterface]]
|
||||
deps = ["DataAPI", "Extents", "GeoFormatTypes"]
|
||||
git-tree-sha1 = "f4ee66b6b1872a4ca53303fbb51d158af1bf88d4"
|
||||
git-tree-sha1 = "294e99f19869d0b0cb71aef92f19d03649d028d5"
|
||||
uuid = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
|
||||
[[deps.GeometryBasics]]
|
||||
deps = ["EarCut_jll", "Extents", "GeoInterface", "IterTools", "LinearAlgebra", "StaticArrays", "StructArrays", "Tables"]
|
||||
git-tree-sha1 = "b62f2b2d76cee0d61a2ef2b3118cd2a3215d3134"
|
||||
deps = ["EarCut_jll", "Extents", "GeoInterface", "IterTools", "LinearAlgebra", "PrecompileTools", "Random", "StaticArrays"]
|
||||
git-tree-sha1 = "f0895e73ba6c469ec8efaa13712eb5ee1a3647a3"
|
||||
uuid = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
|
||||
version = "0.4.11"
|
||||
version = "0.5.2"
|
||||
|
||||
[[deps.Gettext_jll]]
|
||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"]
|
||||
|
@ -875,6 +883,11 @@ git-tree-sha1 = "55c53be97790242c29031e5cd45e8ac296dadda3"
|
|||
uuid = "2e76f6c2-a576-52d4-95c1-20adfe4de566"
|
||||
version = "8.5.0+0"
|
||||
|
||||
[[deps.HashArrayMappedTries]]
|
||||
git-tree-sha1 = "2eaa69a7cab70a52b9687c8bf950a5a93ec895ae"
|
||||
uuid = "076d061b-32b6-4027-95e0-9a2c6f6d7e74"
|
||||
version = "0.2.0"
|
||||
|
||||
[[deps.Hwloc]]
|
||||
deps = ["CEnum", "Hwloc_jll", "Printf"]
|
||||
git-tree-sha1 = "6a3d80f31ff87bc94ab22a7b8ec2f263f9a6a583"
|
||||
|
@ -893,9 +906,9 @@ version = "2.11.2+3"
|
|||
|
||||
[[deps.HypergeometricFunctions]]
|
||||
deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
|
||||
git-tree-sha1 = "b1c2585431c382e3fe5805874bda6aea90a95de9"
|
||||
git-tree-sha1 = "2bd56245074fab4015b9174f24ceba8293209053"
|
||||
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
|
||||
version = "0.3.25"
|
||||
version = "0.3.27"
|
||||
|
||||
[[deps.IJulia]]
|
||||
deps = ["Base64", "Conda", "Dates", "InteractiveUtils", "JSON", "Libdl", "Logging", "Markdown", "MbedTLS", "Pkg", "Printf", "REPL", "Random", "SoftGlobalScope", "Test", "UUIDs", "ZMQ"]
|
||||
|
@ -980,9 +993,9 @@ version = "1.4.2"
|
|||
|
||||
[[deps.IntelOpenMP_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"]
|
||||
git-tree-sha1 = "10bd689145d2c3b2a9844005d01087cc1194e79e"
|
||||
git-tree-sha1 = "0f14a5456bdc6b9731a5682f439a672750a09e48"
|
||||
uuid = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0"
|
||||
version = "2024.2.1+0"
|
||||
version = "2025.0.4+0"
|
||||
|
||||
[[deps.InteractiveUtils]]
|
||||
deps = ["Markdown"]
|
||||
|
@ -1001,9 +1014,9 @@ weakdeps = ["Unitful"]
|
|||
|
||||
[[deps.IntervalArithmetic]]
|
||||
deps = ["CRlibm_jll", "LinearAlgebra", "MacroTools", "RoundingEmulator"]
|
||||
git-tree-sha1 = "ffb76d09ab0dc9f5a27edac2acec13c74a876cc6"
|
||||
git-tree-sha1 = "eb6ca9aef11db0c08b7ac0a5952c6c6ba6fbebf0"
|
||||
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
|
||||
version = "0.22.21"
|
||||
version = "0.22.22"
|
||||
weakdeps = ["DiffRules", "ForwardDiff", "IntervalSets", "RecipesBase"]
|
||||
|
||||
[deps.IntervalArithmetic.extensions]
|
||||
|
@ -1061,9 +1074,9 @@ version = "1.0.0"
|
|||
|
||||
[[deps.JLD2]]
|
||||
deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "PrecompileTools", "Requires", "TranscodingStreams"]
|
||||
git-tree-sha1 = "f1a1c1037af2a4541ea186b26b0c0e7eeaad232b"
|
||||
git-tree-sha1 = "91d501cb908df6f134352ad73cde5efc50138279"
|
||||
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
||||
version = "0.5.10"
|
||||
version = "0.5.11"
|
||||
|
||||
[[deps.JLLWrappers]]
|
||||
deps = ["Artifacts", "Preferences"]
|
||||
|
@ -1115,9 +1128,9 @@ version = "0.2.4"
|
|||
|
||||
[[deps.KernelAbstractions]]
|
||||
deps = ["Adapt", "Atomix", "InteractiveUtils", "MacroTools", "PrecompileTools", "Requires", "StaticArrays", "UUIDs"]
|
||||
git-tree-sha1 = "b9a838cd3028785ac23822cded5126b3da394d1a"
|
||||
git-tree-sha1 = "d5bc0b079382e89bfa91433639bc74b9f9e17ae7"
|
||||
uuid = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
|
||||
version = "0.9.31"
|
||||
version = "0.9.33"
|
||||
weakdeps = ["EnzymeCore", "LinearAlgebra", "SparseArrays"]
|
||||
|
||||
[deps.KernelAbstractions.extensions]
|
||||
|
@ -1151,9 +1164,9 @@ version = "4.0.1+0"
|
|||
|
||||
[[deps.LLVM]]
|
||||
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Preferences", "Printf", "Unicode"]
|
||||
git-tree-sha1 = "d422dfd9707bec6617335dc2ea3c5172a87d5908"
|
||||
git-tree-sha1 = "5fcfea6df2ff3e4da708a40c969c3812162346df"
|
||||
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
|
||||
version = "9.1.3"
|
||||
version = "9.2.0"
|
||||
weakdeps = ["BFloat16s"]
|
||||
|
||||
[deps.LLVM.extensions]
|
||||
|
@ -1161,9 +1174,9 @@ weakdeps = ["BFloat16s"]
|
|||
|
||||
[[deps.LLVMExtra_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
|
||||
git-tree-sha1 = "05a8bd5a42309a9ec82f700876903abce1017dd3"
|
||||
git-tree-sha1 = "4b5ad6a4ffa91a00050a964492bc4f86bb48cea0"
|
||||
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
|
||||
version = "0.0.34+0"
|
||||
version = "0.0.35+0"
|
||||
|
||||
[[deps.LLVMLoopInfo]]
|
||||
git-tree-sha1 = "2e5c102cfc41f48ae4740c7eca7743cc7e7b75ea"
|
||||
|
@ -1178,9 +1191,9 @@ version = "18.1.7+0"
|
|||
|
||||
[[deps.LZO_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "854a9c268c43b77b0a27f22d7fab8d33cdb3a731"
|
||||
git-tree-sha1 = "1c602b1127f4751facb671441ca72715cc95938a"
|
||||
uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac"
|
||||
version = "2.10.2+3"
|
||||
version = "2.10.3+0"
|
||||
|
||||
[[deps.L_BFGS_B_jll]]
|
||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
|
||||
|
@ -1276,15 +1289,15 @@ version = "1.51.1+0"
|
|||
|
||||
[[deps.Libiconv_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
|
||||
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
|
||||
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
|
||||
version = "1.17.0+1"
|
||||
version = "1.18.0+0"
|
||||
|
||||
[[deps.Libmount_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "84eef7acd508ee5b3e956a2ae51b05024181dee0"
|
||||
git-tree-sha1 = "89211ea35d9df5831fca5d33552c02bd33878419"
|
||||
uuid = "4b2f31a3-9ecc-558c-b454-b3730dcb73e9"
|
||||
version = "2.40.2+2"
|
||||
version = "2.40.3+0"
|
||||
|
||||
[[deps.Libtiff_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "LERC_jll", "Libdl", "XZ_jll", "Zlib_jll", "Zstd_jll"]
|
||||
|
@ -1294,9 +1307,9 @@ version = "4.7.1+0"
|
|||
|
||||
[[deps.Libuuid_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "edbf5309f9ddf1cab25afc344b1e8150b7c832f9"
|
||||
git-tree-sha1 = "e888ad02ce716b319e6bdb985d2ef300e7089889"
|
||||
uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700"
|
||||
version = "2.40.2+2"
|
||||
version = "2.40.3+0"
|
||||
|
||||
[[deps.LinearAlgebra]]
|
||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
||||
|
@ -1331,9 +1344,9 @@ version = "1.1.0"
|
|||
|
||||
[[deps.Lux]]
|
||||
deps = ["ADTypes", "Adapt", "ArgCheck", "ArrayInterface", "ChainRulesCore", "Compat", "ConcreteStructs", "DispatchDoctor", "EnzymeCore", "FastClosures", "ForwardDiff", "Functors", "GPUArraysCore", "LinearAlgebra", "LuxCore", "LuxLib", "MLDataDevices", "MacroTools", "Markdown", "NNlib", "Optimisers", "Preferences", "Random", "Reexport", "SIMDTypes", "Setfield", "Static", "StaticArraysCore", "Statistics", "WeightInitializers"]
|
||||
git-tree-sha1 = "6d23b9976515a1d10f78d16f1e5f8fb544292fc2"
|
||||
git-tree-sha1 = "95a6ca29aa88355b4e622a3eccdf5a25a3ce0a84"
|
||||
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
|
||||
version = "1.4.4"
|
||||
version = "1.6.0"
|
||||
|
||||
[deps.Lux.extensions]
|
||||
LuxComponentArraysExt = "ComponentArrays"
|
||||
|
@ -1373,9 +1386,9 @@ version = "0.3.3"
|
|||
|
||||
[[deps.LuxCore]]
|
||||
deps = ["Compat", "DispatchDoctor", "Random"]
|
||||
git-tree-sha1 = "d59a3cfaef994a4ae01076226d6a47d2d56ecabc"
|
||||
git-tree-sha1 = "32fb4c311f024e5f9cab95e12b8ed5e82d094a8b"
|
||||
uuid = "bb33d45b-7691-41d6-9220-0943567d0623"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
|
||||
[deps.LuxCore.extensions]
|
||||
LuxCoreArrayInterfaceReverseDiffExt = ["ArrayInterface", "ReverseDiff"]
|
||||
|
@ -1400,10 +1413,10 @@ version = "1.2.1"
|
|||
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
|
||||
|
||||
[[deps.LuxLib]]
|
||||
deps = ["ArrayInterface", "ChainRulesCore", "Compat", "CpuId", "DispatchDoctor", "EnzymeCore", "FastClosures", "ForwardDiff", "Hwloc", "KernelAbstractions", "LinearAlgebra", "LuxCore", "MLDataDevices", "Markdown", "NNlib", "Polyester", "Preferences", "Random", "Reexport", "Static", "StaticArraysCore", "Statistics"]
|
||||
git-tree-sha1 = "86578d42ce26e8cccbf5297881f8cf43b81df0a8"
|
||||
deps = ["ArrayInterface", "ChainRulesCore", "Compat", "CpuId", "DispatchDoctor", "EnzymeCore", "FastClosures", "ForwardDiff", "Functors", "Hwloc", "KernelAbstractions", "LinearAlgebra", "LuxCore", "MLDataDevices", "Markdown", "NNlib", "Polyester", "Preferences", "Random", "Reexport", "Static", "StaticArraysCore", "Statistics"]
|
||||
git-tree-sha1 = "a95eb6684f2eb3bec17ac0c12e6260273363b977"
|
||||
uuid = "82251201-b29d-42c6-8e01-566dec8acb11"
|
||||
version = "1.4.0"
|
||||
version = "1.6.1"
|
||||
|
||||
[deps.LuxLib.extensions]
|
||||
LuxLibAppleAccelerateExt = "AppleAccelerate"
|
||||
|
@ -1413,6 +1426,7 @@ version = "1.4.0"
|
|||
LuxLibLoopVectorizationExt = "LoopVectorization"
|
||||
LuxLibMKLExt = "MKL"
|
||||
LuxLibOctavianExt = ["Octavian", "LoopVectorization"]
|
||||
LuxLibReactantExt = "Reactant"
|
||||
LuxLibReverseDiffExt = "ReverseDiff"
|
||||
LuxLibSLEEFPiratesExt = "SLEEFPirates"
|
||||
LuxLibTrackerAMDGPUExt = ["AMDGPU", "Tracker"]
|
||||
|
@ -1428,6 +1442,7 @@ version = "1.4.0"
|
|||
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
|
||||
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
|
||||
Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
|
||||
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
|
||||
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
|
||||
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
|
||||
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
|
||||
|
@ -1435,15 +1450,15 @@ version = "1.4.0"
|
|||
|
||||
[[deps.MKL_jll]]
|
||||
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "oneTBB_jll"]
|
||||
git-tree-sha1 = "f046ccd0c6db2832a9f639e2c669c6fe867e5f4f"
|
||||
git-tree-sha1 = "5de60bc6cb3899cd318d80d627560fae2e2d99ae"
|
||||
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
|
||||
version = "2024.2.0+0"
|
||||
version = "2025.0.1+1"
|
||||
|
||||
[[deps.MLDataDevices]]
|
||||
deps = ["Adapt", "Compat", "Functors", "Preferences", "Random"]
|
||||
git-tree-sha1 = "731113c87c225f372a733522a6d6952ae95ee686"
|
||||
git-tree-sha1 = "5e3d81d3b7cb208803ccb4b7cae8240256f842f2"
|
||||
uuid = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
|
||||
version = "1.6.7"
|
||||
version = "1.6.9"
|
||||
|
||||
[deps.MLDataDevices.extensions]
|
||||
MLDataDevicesAMDGPUExt = "AMDGPU"
|
||||
|
@ -1502,16 +1517,16 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
|
|||
version = "0.5.15"
|
||||
|
||||
[[deps.Makie]]
|
||||
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "MakieCore", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "Packing", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
|
||||
git-tree-sha1 = "be3051d08b78206fb5e688e8d70c9e84d0264117"
|
||||
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "MakieCore", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "PNGFiles", "Packing", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
|
||||
git-tree-sha1 = "9680336a5b67f9f9f6eaa018f426043a8cd68200"
|
||||
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
|
||||
version = "0.21.18"
|
||||
version = "0.22.1"
|
||||
|
||||
[[deps.MakieCore]]
|
||||
deps = ["ColorTypes", "GeometryBasics", "IntervalSets", "Observables"]
|
||||
git-tree-sha1 = "9019b391d7d086e841cbeadc13511224bd029ab3"
|
||||
git-tree-sha1 = "c731269d5a2c85ffdc689127a9ba6d73e978a4b1"
|
||||
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
|
||||
version = "0.8.12"
|
||||
version = "0.9.0"
|
||||
|
||||
[[deps.ManualMemory]]
|
||||
git-tree-sha1 = "bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd"
|
||||
|
@ -1573,9 +1588,9 @@ version = "2023.12.12"
|
|||
|
||||
[[deps.NNlib]]
|
||||
deps = ["Adapt", "Atomix", "ChainRulesCore", "GPUArraysCore", "KernelAbstractions", "LinearAlgebra", "Random", "Statistics"]
|
||||
git-tree-sha1 = "1177f161cda2083543b9967d7ca2a3e24e721e13"
|
||||
git-tree-sha1 = "bdc9d30f151590aca0af22690f5ab7dc18a551cb"
|
||||
uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
|
||||
[deps.NNlib.extensions]
|
||||
NNlibAMDGPUExt = "AMDGPU"
|
||||
|
@ -1607,9 +1622,9 @@ version = "3.1.0+2"
|
|||
|
||||
[[deps.NaNMath]]
|
||||
deps = ["OpenLibm_jll"]
|
||||
git-tree-sha1 = "0877504529a3e5c3343c6f8b4c0381e57e4387e4"
|
||||
git-tree-sha1 = "fe891aea7ccd23897520db7f16931212454e277e"
|
||||
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
|
||||
version = "1.0.2"
|
||||
version = "1.1.1"
|
||||
|
||||
[[deps.NameResolution]]
|
||||
deps = ["PrettyPrint"]
|
||||
|
@ -1694,9 +1709,9 @@ weakdeps = ["Adapt", "EnzymeCore"]
|
|||
|
||||
[[deps.Optimization]]
|
||||
deps = ["ADTypes", "ArrayInterface", "ConsoleProgressMonitor", "DocStringExtensions", "LBFGSB", "LinearAlgebra", "Logging", "LoggingExtras", "OptimizationBase", "Printf", "ProgressLogging", "Reexport", "SciMLBase", "SparseArrays", "TerminalLoggers"]
|
||||
git-tree-sha1 = "4b59eef21418fbdf28afbe2d7e945d8efbe5057d"
|
||||
git-tree-sha1 = "e246ed7381acdc9d39042ba4c263b19f29232de9"
|
||||
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
|
||||
version = "4.0.5"
|
||||
version = "4.1.0"
|
||||
|
||||
[[deps.OptimizationBase]]
|
||||
deps = ["ADTypes", "ArrayInterface", "DifferentiationInterface", "DocStringExtensions", "FastClosures", "LinearAlgebra", "PDMats", "Reexport", "Requires", "SciMLBase", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings"]
|
||||
|
@ -1744,9 +1759,9 @@ version = "10.42.0+1"
|
|||
|
||||
[[deps.PDMats]]
|
||||
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
|
||||
git-tree-sha1 = "949347156c25054de2db3b166c52ac4728cbad65"
|
||||
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
|
||||
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
|
||||
version = "0.11.31"
|
||||
version = "0.11.32"
|
||||
|
||||
[[deps.PNGFiles]]
|
||||
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
|
||||
|
@ -1869,9 +1884,9 @@ uuid = "92933f4c-e287-5a05-a399-4b506db050ca"
|
|||
version = "1.10.2"
|
||||
|
||||
[[deps.PtrArrays]]
|
||||
git-tree-sha1 = "77a42d78b6a92df47ab37e177b2deac405e1c88f"
|
||||
git-tree-sha1 = "1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d"
|
||||
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
|
||||
[[deps.QOI]]
|
||||
deps = ["ColorTypes", "FileIO", "FixedPointNumbers"]
|
||||
|
@ -1942,9 +1957,9 @@ version = "1.3.4"
|
|||
|
||||
[[deps.RecursiveArrayTools]]
|
||||
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
|
||||
git-tree-sha1 = "32f824db4e5bab64e25a12b22483a30a6b813d08"
|
||||
git-tree-sha1 = "ea6ad53c168c7c1c2e8f870aefda269692a8a91f"
|
||||
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
|
||||
version = "3.27.4"
|
||||
version = "3.28.0"
|
||||
|
||||
[deps.RecursiveArrayTools.extensions]
|
||||
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
|
||||
|
@ -2014,9 +2029,9 @@ version = "0.7.0"
|
|||
|
||||
[[deps.SIMD]]
|
||||
deps = ["PrecompileTools"]
|
||||
git-tree-sha1 = "52af86e35dd1b177d051b12681e1c581f53c281b"
|
||||
git-tree-sha1 = "fea870727142270bdf7624ad675901a1ee3b4c87"
|
||||
uuid = "fdea26ae-647d-5447-a871-4b548cad5224"
|
||||
version = "3.7.0"
|
||||
version = "3.7.1"
|
||||
|
||||
[[deps.SIMDTypes]]
|
||||
git-tree-sha1 = "330289636fb8107c5f32088d2741e9fd7a061a5c"
|
||||
|
@ -2025,9 +2040,9 @@ version = "0.1.0"
|
|||
|
||||
[[deps.SciMLBase]]
|
||||
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "Expronicon", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
|
||||
git-tree-sha1 = "3e5a9c5d6432b77a271646b4ada2573f239ac5c4"
|
||||
git-tree-sha1 = "fcb73c66a5071d4d026aa84f9950a4d1f0dadf33"
|
||||
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
|
||||
version = "2.70.0"
|
||||
version = "2.72.1"
|
||||
|
||||
[deps.SciMLBase.extensions]
|
||||
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
|
||||
|
@ -2065,6 +2080,12 @@ git-tree-sha1 = "0444a37a25fab98adbd90baa806ee492a3af133a"
|
|||
uuid = "53ae85a6-f571-4167-b2af-e1d143709226"
|
||||
version = "1.6.1"
|
||||
|
||||
[[deps.ScopedValues]]
|
||||
deps = ["HashArrayMappedTries", "Logging"]
|
||||
git-tree-sha1 = "1147f140b4c8ddab224c94efa9569fc23d63ab44"
|
||||
uuid = "7e506255-f358-4e82-b7e4-beb19740aa63"
|
||||
version = "1.3.0"
|
||||
|
||||
[[deps.Scratch]]
|
||||
deps = ["Dates"]
|
||||
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
|
||||
|
@ -2088,10 +2109,10 @@ uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
|
|||
version = "1.1.1"
|
||||
|
||||
[[deps.ShaderAbstractions]]
|
||||
deps = ["ColorTypes", "FixedPointNumbers", "GeometryBasics", "LinearAlgebra", "Observables", "StaticArrays", "StructArrays", "Tables"]
|
||||
git-tree-sha1 = "79123bc60c5507f035e6d1d9e563bb2971954ec8"
|
||||
deps = ["ColorTypes", "FixedPointNumbers", "GeometryBasics", "LinearAlgebra", "Observables", "StaticArrays"]
|
||||
git-tree-sha1 = "818554664a2e01fc3784becb2eb3a82326a604b6"
|
||||
uuid = "65257c39-d410-5151-9873-9b3e5be5013e"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
|
||||
[[deps.SharedArrays]]
|
||||
deps = ["Distributed", "Mmap", "Random", "Serialization"]
|
||||
|
@ -2150,9 +2171,9 @@ version = "1.11.0"
|
|||
|
||||
[[deps.SparseConnectivityTracer]]
|
||||
deps = ["ADTypes", "DocStringExtensions", "FillArrays", "LinearAlgebra", "Random", "SparseArrays"]
|
||||
git-tree-sha1 = "010b3c44301805d1ede9159f449a351d61172aa6"
|
||||
git-tree-sha1 = "f6d636dcf886cf498b3bc484f48c37741d8aac6e"
|
||||
uuid = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
|
||||
version = "0.6.9"
|
||||
version = "0.6.10"
|
||||
|
||||
[deps.SparseConnectivityTracer.extensions]
|
||||
SparseConnectivityTracerDataInterpolationsExt = "DataInterpolations"
|
||||
|
@ -2176,9 +2197,9 @@ version = "0.1.2"
|
|||
|
||||
[[deps.SparseMatrixColorings]]
|
||||
deps = ["ADTypes", "DataStructures", "DocStringExtensions", "LinearAlgebra", "Random", "SparseArrays"]
|
||||
git-tree-sha1 = "76b44c879661552d64f382acf66faa29ab56b3d9"
|
||||
git-tree-sha1 = "45b5ef11e75839e174d5728fd1e73597e7593634"
|
||||
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
|
||||
version = "0.4.10"
|
||||
version = "0.4.12"
|
||||
weakdeps = ["Colors"]
|
||||
|
||||
[deps.SparseMatrixColorings.extensions]
|
||||
|
@ -2231,9 +2252,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
|
|||
|
||||
[[deps.StaticArrays]]
|
||||
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
|
||||
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
|
||||
git-tree-sha1 = "02c8bd479d26dbeff8a7eb1d77edfc10dacabc01"
|
||||
uuid = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
version = "1.9.10"
|
||||
version = "1.9.11"
|
||||
weakdeps = ["ChainRulesCore", "Statistics"]
|
||||
|
||||
[deps.StaticArrays.extensions]
|
||||
|
@ -2298,14 +2319,15 @@ version = "0.4.0"
|
|||
|
||||
[[deps.StructArrays]]
|
||||
deps = ["ConstructionBase", "DataAPI", "Tables"]
|
||||
git-tree-sha1 = "f4dc295e983502292c4c3f951dbb4e985e35b3be"
|
||||
git-tree-sha1 = "9537ef82c42cdd8c5d443cbc359110cbb36bae10"
|
||||
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
|
||||
version = "0.6.18"
|
||||
weakdeps = ["Adapt", "GPUArraysCore", "SparseArrays", "StaticArrays"]
|
||||
version = "0.6.21"
|
||||
weakdeps = ["Adapt", "GPUArraysCore", "KernelAbstractions", "LinearAlgebra", "SparseArrays", "StaticArrays"]
|
||||
|
||||
[deps.StructArrays.extensions]
|
||||
StructArraysAdaptExt = "Adapt"
|
||||
StructArraysGPUArraysCoreExt = "GPUArraysCore"
|
||||
StructArraysGPUArraysCoreExt = ["GPUArraysCore", "KernelAbstractions"]
|
||||
StructArraysLinearAlgebraExt = "LinearAlgebra"
|
||||
StructArraysSparseArraysExt = "SparseArrays"
|
||||
StructArraysStaticArraysExt = "StaticArrays"
|
||||
|
||||
|
@ -2387,9 +2409,9 @@ version = "0.5.2"
|
|||
|
||||
[[deps.TiffImages]]
|
||||
deps = ["ColorTypes", "DataStructures", "DocStringExtensions", "FileIO", "FixedPointNumbers", "IndirectArrays", "Inflate", "Mmap", "OffsetArrays", "PkgVersion", "ProgressMeter", "SIMD", "UUIDs"]
|
||||
git-tree-sha1 = "3c0faa42f2bd3c6d994b06286bba2328eae34027"
|
||||
git-tree-sha1 = "f21231b166166bebc73b99cea236071eb047525b"
|
||||
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
|
||||
[[deps.TimerOutputs]]
|
||||
deps = ["ExprTools", "Printf"]
|
||||
|
@ -2487,9 +2509,9 @@ version = "0.1.3"
|
|||
|
||||
[[deps.WeightInitializers]]
|
||||
deps = ["ArgCheck", "ConcreteStructs", "GPUArraysCore", "LinearAlgebra", "Random", "SpecialFunctions", "Statistics"]
|
||||
git-tree-sha1 = "7cfc1a5bbb9cda05aa7d0ce96b7e8cc9d0ca84d7"
|
||||
git-tree-sha1 = "47b97ba36fcbbf9cc6707ed6ab60cf24fe50b981"
|
||||
uuid = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
|
||||
version = "1.0.5"
|
||||
version = "1.1.1"
|
||||
|
||||
[deps.WeightInitializers.extensions]
|
||||
WeightInitializersAMDGPUExt = ["AMDGPU", "GPUArrays"]
|
||||
|
@ -2497,6 +2519,7 @@ version = "1.0.5"
|
|||
WeightInitializersChainRulesCoreExt = "ChainRulesCore"
|
||||
WeightInitializersGPUArraysExt = "GPUArrays"
|
||||
WeightInitializersMetalExt = ["Metal", "GPUArrays"]
|
||||
WeightInitializersReactantExt = "Reactant"
|
||||
WeightInitializersoneAPIExt = ["oneAPI", "GPUArrays"]
|
||||
|
||||
[deps.WeightInitializers.weakdeps]
|
||||
|
@ -2505,6 +2528,7 @@ version = "1.0.5"
|
|||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
||||
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
|
||||
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
|
||||
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
|
||||
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
|
||||
|
||||
[[deps.WoodburyMatrices]]
|
||||
|
@ -2527,9 +2551,9 @@ version = "1.1.42+0"
|
|||
|
||||
[[deps.XZ_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "beef98d5aad604d9e7d60b2ece5181f7888e2fd6"
|
||||
git-tree-sha1 = "56c6604ec8b2d82cc4cfe01aa03b00426aac7e1f"
|
||||
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
|
||||
version = "5.6.4+0"
|
||||
version = "5.6.4+1"
|
||||
|
||||
[[deps.Xorg_libX11_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"]
|
||||
|
@ -2539,15 +2563,15 @@ version = "1.8.6+3"
|
|||
|
||||
[[deps.Xorg_libXau_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "2b0e27d52ec9d8d483e2ca0b72b3cb1a8df5c27a"
|
||||
git-tree-sha1 = "e9216fdcd8514b7072b43653874fd688e4c6c003"
|
||||
uuid = "0c0b7dd1-d40b-584c-a123-a41640f87eec"
|
||||
version = "1.0.11+3"
|
||||
version = "1.0.12+0"
|
||||
|
||||
[[deps.Xorg_libXdmcp_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "02054ee01980c90297412e4c809c8694d7323af3"
|
||||
git-tree-sha1 = "89799ae67c17caa5b3b5a19b8469eeee474377db"
|
||||
uuid = "a3789734-cfe1-5b06-b2d0-1dd0d9d62d05"
|
||||
version = "1.1.4+3"
|
||||
version = "1.1.5+0"
|
||||
|
||||
[[deps.Xorg_libXext_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"]
|
||||
|
@ -2563,9 +2587,9 @@ version = "0.9.11+1"
|
|||
|
||||
[[deps.Xorg_libpthread_stubs_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "fee57a273563e273f0f53275101cd41a8153517a"
|
||||
git-tree-sha1 = "c57201109a9e4c0585b208bb408bc41d205ac4e9"
|
||||
uuid = "14d82f49-176c-5ed1-bb49-ad3f5cbd8c74"
|
||||
version = "0.1.1+3"
|
||||
version = "0.1.2+0"
|
||||
|
||||
[[deps.Xorg_libxcb_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "XSLT_jll", "Xorg_libXau_jll", "Xorg_libXdmcp_jll", "Xorg_libpthread_stubs_jll"]
|
||||
|
@ -2575,9 +2599,9 @@ version = "1.17.0+3"
|
|||
|
||||
[[deps.Xorg_xtrans_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "b9ead2d2bdb27330545eb14234a2e300da61232e"
|
||||
git-tree-sha1 = "6dba04dbfb72ae3ebe5418ba33d087ba8aa8cb00"
|
||||
uuid = "c5fb5394-a638-5e4d-96e5-b29de1b5cf10"
|
||||
version = "1.5.0+3"
|
||||
version = "1.5.1+0"
|
||||
|
||||
[[deps.ZMQ]]
|
||||
deps = ["FileWatching", "PrecompileTools", "Sockets", "ZeroMQ_jll"]
|
||||
|
@ -2620,15 +2644,15 @@ version = "0.6.75"
|
|||
|
||||
[[deps.ZygoteRules]]
|
||||
deps = ["ChainRulesCore", "MacroTools"]
|
||||
git-tree-sha1 = "27798139afc0a2afa7b1824c206d5e87ea587a00"
|
||||
git-tree-sha1 = "434b3de333c75fc446aa0d19fc394edafd07ab08"
|
||||
uuid = "700de1a5-db45-46bc-99cf-38207098b444"
|
||||
version = "0.2.5"
|
||||
version = "0.2.7"
|
||||
|
||||
[[deps.cuDNN]]
|
||||
deps = ["CEnum", "CUDA", "CUDA_Runtime_Discovery", "CUDNN_jll"]
|
||||
git-tree-sha1 = "4b3ac62501ca73263eaa0d034c772f13c647fba6"
|
||||
git-tree-sha1 = "efb5a4aa0aea8151a4eb21700e8b2c9990c45b0f"
|
||||
uuid = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
|
||||
[[deps.demumble_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
|
@ -2667,15 +2691,15 @@ version = "2.0.3+0"
|
|||
|
||||
[[deps.libpng_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
|
||||
git-tree-sha1 = "b7bfd3ab9d2c58c3829684142f5804e4c6499abc"
|
||||
git-tree-sha1 = "d7b5bbf1efbafb5eca466700949625e07533aff2"
|
||||
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
|
||||
version = "1.6.45+0"
|
||||
version = "1.6.45+1"
|
||||
|
||||
[[deps.libsixel_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]
|
||||
git-tree-sha1 = "1e53ffe8941ee486739f3c0cf11208c26637becd"
|
||||
git-tree-sha1 = "c1733e347283df07689d71d61e14be986e49e47a"
|
||||
uuid = "075b6546-f08a-558a-be8f-8157d0f608a5"
|
||||
version = "1.10.4+0"
|
||||
version = "1.10.5+0"
|
||||
|
||||
[[deps.libsodium_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
|
||||
|
|
Loading…
Reference in a new issue