From b189eade7d74c80d9c3cce6c5eb7a74f201f927a Mon Sep 17 00:00:00 2001 From: Jingru923 <47444880+Jingru923@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:49:13 +0100 Subject: [PATCH 01/82] No more warning in Ribasim Python when plotting model without edges (#940) Fixes #937 --- python/ribasim/ribasim/geometry/edge.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ribasim/ribasim/geometry/edge.py b/python/ribasim/ribasim/geometry/edge.py index c3a509186..7148e9ee1 100644 --- a/python/ribasim/ribasim/geometry/edge.py +++ b/python/ribasim/ribasim/geometry/edge.py @@ -74,7 +74,8 @@ def plot(self, **kwargs) -> Axes: where_flow = self.get_where_edge_type("flow") where_control = self.get_where_edge_type("control") - self.df[where_flow].plot(**kwargs_flow) + if not self.df[where_flow].empty: + self.df[where_flow].plot(**kwargs_flow) if where_control.any(): self.df[where_control].plot(**kwargs_control) From 13707d3ffe92cbce3b36039ce80c626067e0fd88 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 12 Jan 2024 16:24:47 +0100 Subject: [PATCH 02/82] Update our depdendencies (#942) Since we just released, now is a good moment to update our dependencies in our pixi and Julia environments. This fixes one issue noted by @deltamarnix, now our versions of pandas and pandas-stubs are the same: ```yaml name: pandas version: 2.1.4 name: pandas-stubs version: 2.1.4.231227 ``` This also extends our root julia environment a bit, adding https://github.com/JuliaDebug/Infiltrator.jl which is useful for debugging, and adding dependencies of the core project, such that we can use them directly in the root environment. --- Manifest.toml | 395 +- Project.toml | 9 + core/src/config.jl | 2 +- core/test/docs.toml | 2 +- docs/core/usage.qmd | 1 - docs/schema/Solver.schema.json | 14 +- docs/schema/Toml.schema.json | 2 +- pixi.lock | 6475 ++++++++++++++++++++------------ 8 files changed, 4212 insertions(+), 2688 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 3f635a725..a4e91fb27 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,12 +2,12 @@ julia_version = "1.10.0" manifest_format = "2.0" -project_hash = "d7ee772a6ce028def5673f584203e74ddba25b58" +project_hash = "a2e54351da64b7dac3109810459579d647b75bb7" [[deps.ADTypes]] -git-tree-sha1 = "332e5d7baeff8497b923b730b994fa480601efc7" +git-tree-sha1 = "41c37aa88889c171f1300ceac1313c06e891d245" uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b" -version = "0.2.5" +version = "0.2.6" [[deps.ANSIColoredPrinters]] git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c" @@ -21,9 +21,9 @@ version = "0.4.4" [[deps.Accessors]] deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "LinearAlgebra", "MacroTools", "Test"] -git-tree-sha1 = "a7055b939deae2455aa8a67491e034f735dd08d3" +git-tree-sha1 = "cb96992f1bec110ad211b7e410e57ddf7944c16f" uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" -version = "0.1.33" +version = "0.1.35" [deps.Accessors.extensions] AccessorsAxisKeysExt = "AxisKeys" @@ -40,9 +40,9 @@ version = "0.1.33" [[deps.Adapt]] deps = ["LinearAlgebra", "Requires"] -git-tree-sha1 = "02f731463748db57cc2ebfbd9fbc9ce8280d3433" +git-tree-sha1 = "cde29ddf7e5726c9fb511f340244ea3481267608" uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -version = "3.7.1" +version = "3.7.2" weakdeps = ["StaticArrays"] [deps.Adapt.extensions] @@ -65,9 +65,9 @@ version = "0.2.0" [[deps.ArrayInterface]] deps = ["Adapt", "LinearAlgebra", "Requires", "SparseArrays", "SuiteSparse"] -git-tree-sha1 = "247efbccf92448be332d154d6ca56b9fcdd93c31" +git-tree-sha1 = "bbec08a37f8722786d87bedf84eae19c020c4efa" uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" -version = "7.6.1" +version = "7.7.0" [deps.ArrayInterface.extensions] ArrayInterfaceBandedMatricesExt = "BandedMatrices" @@ -85,17 +85,27 @@ version = "7.6.1" StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" +[[deps.ArrayLayouts]] +deps = ["FillArrays", "LinearAlgebra"] +git-tree-sha1 = "a45ec4acc9d905f94b47243cff666820bb107789" +uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" +version = "1.5.2" +weakdeps = ["SparseArrays"] + + [deps.ArrayLayouts.extensions] + ArrayLayoutsSparseArraysExt = "SparseArrays" + [[deps.Arrow]] deps = ["ArrowTypes", "BitIntegers", "CodecLz4", "CodecZstd", "ConcurrentUtilities", "DataAPI", "Dates", "EnumX", "LoggingExtras", "Mmap", "PooledArrays", "SentinelArrays", "Tables", "TimeZones", "TranscodingStreams", "UUIDs"] -git-tree-sha1 = "954666e252835c4cf8819ce4ffaf31073c1b7233" +git-tree-sha1 = "cd893c29839c524ca2c5944b8e05f26e299df105" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" -version = "2.6.2" +version = "2.7.0" [[deps.ArrowTypes]] deps = ["Sockets", "UUIDs"] -git-tree-sha1 = "8c37bfdf1b689c6677bbfc8986968fe641f6a299" +git-tree-sha1 = "404265cd8128a2515a81d5eae16de90fdef05101" uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd" -version = "2.2.2" +version = "2.3.0" [[deps.Artifacts]] uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -110,9 +120,9 @@ version = "0.1.0" [[deps.BenchmarkTools]] deps = ["JSON", "Logging", "Printf", "Profile", "Statistics", "UUIDs"] -git-tree-sha1 = "d9a9701b899b30332bbcb3e1679c41cce81fb0e8" +git-tree-sha1 = "f1f03a9fa24271160ed7e73051fba3c1a759b53f" uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" -version = "1.3.2" +version = "1.4.0" [[deps.BitIntegers]] deps = ["Random"] @@ -132,11 +142,6 @@ git-tree-sha1 = "19a35467a82e236ff51bc17a3a44b69ef35185a2" uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0" version = "1.0.8+0" -[[deps.CEnum]] -git-tree-sha1 = "eb4cb44a499229b3b8426dcfb5dd85333951ff90" -uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82" -version = "0.4.2" - [[deps.CPUSummary]] deps = ["CpuId", "IfElse", "PrecompileTools", "Static"] git-tree-sha1 = "601f7e7b3d36f18790e2caf83a882d88e9b71ff1" @@ -145,9 +150,9 @@ version = "0.2.4" [[deps.ChainRulesCore]] deps = ["Compat", "LinearAlgebra"] -git-tree-sha1 = "e0af648f0692ec1691b5d094b8724ba1346281cf" +git-tree-sha1 = "c1deebd76f7a443d527fc0430d5758b8b2112ed8" uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" -version = "1.18.0" +version = "1.19.1" weakdeps = ["SparseArrays"] [deps.ChainRulesCore.extensions] @@ -184,10 +189,10 @@ uuid = "944b1d66-785c-5afd-91f1-9de20f533193" version = "0.7.3" [[deps.CodecZstd]] -deps = ["CEnum", "TranscodingStreams", "Zstd_jll"] -git-tree-sha1 = "849470b337d0fa8449c21061de922386f32949d9" +deps = ["TranscodingStreams", "Zstd_jll"] +git-tree-sha1 = "f69e46bf7b307d15a896b57d5b3321c01cd64923" uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2" -version = "0.7.2" +version = "0.8.1" [[deps.CommonSolve]] git-tree-sha1 = "0eee5eb66b1cf62cd6ad1b460238e60e4b09400c" @@ -201,10 +206,10 @@ uuid = "bbf7d656-a473-5ed7-a52c-81e309532950" version = "0.3.0" [[deps.Compat]] -deps = ["UUIDs"] -git-tree-sha1 = "8a62af3e248a8c4bad6b32cbbe663ae02275e32c" +deps = ["TOML", "UUIDs"] +git-tree-sha1 = "ed2ebb1ff7550226ddb584ba8352facf8d9ffb22" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "4.10.0" +version = "4.11.0" weakdeps = ["Dates", "LinearAlgebra"] [deps.Compat.extensions] @@ -217,9 +222,9 @@ version = "1.0.5+1" [[deps.ComponentArrays]] deps = ["ArrayInterface", "ChainRulesCore", "ForwardDiff", "Functors", "LinearAlgebra", "PackageExtensionCompat", "StaticArrayInterface", "StaticArraysCore"] -git-tree-sha1 = "d30eb4d89c791a64e698546c1e0e0e488cd99da5" +git-tree-sha1 = "0bcacba787140924e954304216dcc09f968176ca" uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" -version = "0.15.5" +version = "0.15.7" [deps.ComponentArrays.extensions] ComponentArraysAdaptExt = "Adapt" @@ -315,28 +320,29 @@ uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" version = "1.6.1" [[deps.DataInterpolations]] -deps = ["LinearAlgebra", "PrettyTables", "RecipesBase", "RecursiveArrayTools", "Reexport", "Requires"] -git-tree-sha1 = "97b5c6115165fc9f99908cbdd2ea4c0efda0843e" +deps = ["LinearAlgebra", "PrettyTables", "RecipesBase", "Reexport", "Requires"] +git-tree-sha1 = "99f979d5e9b67c2aeee701c3683037ac8d75bdd6" uuid = "82cc6244-b520-54b8-b5a6-8a565e85f1d0" -version = "4.5.0" +version = "4.6.0" [deps.DataInterpolations.extensions] DataInterpolationsChainRulesCoreExt = "ChainRulesCore" - DataInterpolationsOptimExt = "Optim" + DataInterpolationsOptimExt = ["ForwardDiff", "Optim"] DataInterpolationsRegularizationToolsExt = "RegularizationTools" DataInterpolationsSymbolicsExt = "Symbolics" [deps.DataInterpolations.weakdeps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" + ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Optim = "429524aa-4258-5aef-a3af-852621145aeb" RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [[deps.DataStructures]] deps = ["Compat", "InteractiveUtils", "OrderedCollections"] -git-tree-sha1 = "3dbd312d370723b6bb43ba9d02fc36abade4518d" +git-tree-sha1 = "ac67408d9ddf207de5cfa9a97e114352430f01ed" uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" -version = "0.18.15" +version = "0.18.16" [[deps.DataValueInterfaces]] git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6" @@ -347,12 +353,6 @@ version = "1.0.0" deps = ["Printf"] uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" -[[deps.DelimitedFiles]] -deps = ["Mmap"] -git-tree-sha1 = "9e2f36d3c96a820c678f2f1f1782582fcf685bae" -uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" -version = "1.9.1" - [[deps.Dictionaries]] deps = ["Indexing", "Random", "Serialization"] git-tree-sha1 = "e82c3c97b5b4ec111f3c1b55228cebc7510525a2" @@ -361,9 +361,9 @@ version = "0.3.25" [[deps.DiffEqBase]] deps = ["ArrayInterface", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PreallocationTools", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Static", "StaticArraysCore", "Statistics", "Tricks", "TruncatedStacktraces"] -git-tree-sha1 = "309efb205c30d43b595466283bbecf2769283e22" +git-tree-sha1 = "044648af911974c3928058c1f8c83f159dece274" uuid = "2b5f629d-d688-5b77-993f-72d75c75574e" -version = "6.141.0" +version = "6.145.6" [deps.DiffEqBase.extensions] DiffEqBaseChainRulesCoreExt = "ChainRulesCore" @@ -391,9 +391,9 @@ version = "6.141.0" [[deps.DiffEqCallbacks]] deps = ["DataStructures", "DiffEqBase", "ForwardDiff", "Functors", "LinearAlgebra", "Markdown", "NLsolve", "Parameters", "RecipesBase", "RecursiveArrayTools", "SciMLBase", "StaticArraysCore"] -git-tree-sha1 = "4e4de57a0ac47b2f20aae62f132355b058e9f0cd" +git-tree-sha1 = "cf334da651a6e42c50e1477d6ab978f1b8be3057" uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def" -version = "2.34.0" +version = "2.36.1" [deps.DiffEqCallbacks.weakdeps] OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" @@ -418,9 +418,9 @@ version = "0.1.6" [[deps.Distances]] deps = ["LinearAlgebra", "Statistics", "StatsAPI"] -git-tree-sha1 = "5225c965635d8c21168e32a12954675e7bea1151" +git-tree-sha1 = "66c4c81f259586e8f002eacebc177e1fb06363b0" uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" -version = "0.10.10" +version = "0.10.11" weakdeps = ["ChainRulesCore", "SparseArrays"] [deps.Distances.extensions] @@ -460,10 +460,13 @@ uuid = "4e289a0a-7415-4d19-859d-a7e5c4648b56" version = "1.0.4" [[deps.EnzymeCore]] -deps = ["Adapt"] -git-tree-sha1 = "2efe862de93cd87f620ad6ac9c9e3f83f1b2841b" +git-tree-sha1 = "59c44d8fbc651c0395d8a6eda64b05ce316f58b4" uuid = "f151be2c-9106-41f4-ab19-57ee4f262869" -version = "0.6.4" +version = "0.6.5" +weakdeps = ["Adapt"] + + [deps.EnzymeCore.extensions] + AdaptExt = "Adapt" [[deps.ExponentialUtilities]] deps = ["Adapt", "ArrayInterface", "GPUArraysCore", "GenericSchur", "LinearAlgebra", "PrecompileTools", "Printf", "SparseArrays", "libblastrampoline_jll"] @@ -500,18 +503,18 @@ version = "2.0.0" [[deps.FileIO]] deps = ["Pkg", "Requires", "UUIDs"] -git-tree-sha1 = "299dc33549f68299137e51e6d49a13b5b1da9673" +git-tree-sha1 = "c5c28c245101bd59154f649e19b038d15901b5dc" uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" -version = "1.16.1" +version = "1.16.2" [[deps.FileWatching]] uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" [[deps.FillArrays]] deps = ["LinearAlgebra", "Random"] -git-tree-sha1 = "28e4e9c4b7b162398ec8004bdabe9a90c78c122d" +git-tree-sha1 = "5b93957f6dcd33fc343044af3d48c215be2562f1" uuid = "1a297f60-69ca-5386-bcde-b61e274b549b" -version = "1.8.0" +version = "1.9.3" [deps.FillArrays.extensions] FillArraysPDMatsExt = "PDMats" @@ -525,9 +528,9 @@ version = "1.8.0" [[deps.FiniteDiff]] deps = ["ArrayInterface", "LinearAlgebra", "Requires", "Setfield", "SparseArrays"] -git-tree-sha1 = "c6e4a1fbe73b31a3dea94b1da449503b8830c306" +git-tree-sha1 = "73d1214fec245096717847c62d389a5d2ac86504" uuid = "6a86dc24-6348-571c-b903-95158fe2bd41" -version = "2.21.1" +version = "2.22.0" [deps.FiniteDiff.extensions] FiniteDiffBandedMatricesExt = "BandedMatrices" @@ -633,6 +636,12 @@ git-tree-sha1 = "ce1566720fd6b19ff3411404d4b977acd4814f9f" uuid = "313cdc1a-70c2-5d6a-ae34-0150d3930a38" version = "1.1.1" +[[deps.Infiltrator]] +deps = ["InteractiveUtils", "Markdown", "REPL", "UUIDs"] +git-tree-sha1 = "04de041e4590428cccbb026d86e5d670513be2e3" +uuid = "5903a43b-9cc3-4c30-8d17-598619ec4e9b" +version = "1.6.4" + [[deps.Inflate]] git-tree-sha1 = "ea8031dea4aff6bd41f1df8f2fdfb25b33626381" uuid = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9" @@ -644,16 +653,11 @@ git-tree-sha1 = "9cc2baf75c6d09f9da536ddf58eb2f29dedaf461" uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48" version = "1.4.0" -[[deps.IntegerMathUtils]] -git-tree-sha1 = "b8ffb903da9f7b8cf695a8bead8e01814aa24b30" -uuid = "18e54dd8-cb9d-406c-a71d-865a43cbb235" -version = "0.1.2" - [[deps.IntelOpenMP_jll]] -deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] -git-tree-sha1 = "ad37c091f7d7daf900963171600d7c1c5c3ede32" +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "5fdf2fe6724d8caabf43b557b84ce53f3b7e2f6b" uuid = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0" -version = "2023.2.0+0" +version = "2024.0.2+0" [[deps.InteractiveUtils]] deps = ["Markdown"] @@ -676,9 +680,9 @@ uuid = "92d709cd-6900-40b7-9082-c6be49f344b6" version = "0.2.2" [[deps.IterTools]] -git-tree-sha1 = "4ced6667f9974fc5c5943fa5e2ef1ca43ea9e450" +git-tree-sha1 = "42d5f897009e7ff2cf88db414a389e5ed1bdd023" uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e" -version = "1.8.0" +version = "1.10.0" [[deps.IteratorInterfaceExtensions]] git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856" @@ -687,9 +691,9 @@ version = "1.0.0" [[deps.JLD2]] deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "Pkg", "PrecompileTools", "Printf", "Reexport", "Requires", "TranscodingStreams", "UUIDs"] -git-tree-sha1 = "9bbb5130d3b4fa52846546bca4791ecbdfb52730" +git-tree-sha1 = "853b9e0b876e8c7093a824c4f83c619d23525e64" uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819" -version = "0.4.38" +version = "0.4.43" [[deps.JLLWrappers]] deps = ["Artifacts", "Preferences"] @@ -705,15 +709,19 @@ version = "0.21.4" [[deps.JSON3]] deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"] -git-tree-sha1 = "95220473901735a0f4df9d1ca5b171b568b2daa3" +git-tree-sha1 = "eb3edce0ed4fa32f75a0a11217433c31d56bd48b" uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" -version = "1.13.2" +version = "1.14.0" +weakdeps = ["ArrowTypes"] + + [deps.JSON3.extensions] + JSON3ArrowExt = ["ArrowTypes"] [[deps.JuMP]] -deps = ["LinearAlgebra", "MacroTools", "MathOptInterface", "MutableArithmetics", "OrderedCollections", "Printf", "SnoopPrecompile", "SparseArrays"] -git-tree-sha1 = "25b2fcda4d455b6f93ac753730d741340ba4a4fe" +deps = ["LinearAlgebra", "MacroTools", "MathOptInterface", "MutableArithmetics", "OrderedCollections", "PrecompileTools", "Printf", "SparseArrays"] +git-tree-sha1 = "adef1dfbafeab635664fb3249b58be8d290ed49d" uuid = "4076af6c-e467-56ae-b986-b466b2749572" -version = "1.16.0" +version = "1.18.1" [deps.JuMP.extensions] JuMPDimensionalDataExt = "DimensionalData" @@ -723,9 +731,9 @@ version = "1.16.0" [[deps.JuliaInterpreter]] deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"] -git-tree-sha1 = "e49bce680c109bc86e3e75ebcb15040d6ad9e1d3" +git-tree-sha1 = "04663b9e1eb0d0eabf76a6d0752e0dac83d53b36" uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a" -version = "0.9.27" +version = "0.9.28" [[deps.KLU]] deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"] @@ -735,21 +743,15 @@ version = "0.4.1" [[deps.Krylov]] deps = ["LinearAlgebra", "Printf", "SparseArrays"] -git-tree-sha1 = "17e462054b42dcdda73e9a9ba0c67754170c88ae" +git-tree-sha1 = "8a6837ec02fe5fb3def1abc907bb802ef11a0729" uuid = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7" -version = "0.9.4" +version = "0.9.5" [[deps.LaTeXStrings]] git-tree-sha1 = "50901ebc375ed41dbf8058da26f9de442febbbec" uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" version = "1.3.1" -[[deps.LatticeRules]] -deps = ["Random"] -git-tree-sha1 = "7f5b02258a3ca0221a6a9710b0a0a2e8fb4957fe" -uuid = "73f95e8e-ec14-4e6a-8b18-0d2e271c4e55" -version = "0.0.1" - [[deps.LayoutPointers]] deps = ["ArrayInterface", "LinearAlgebra", "ManualMemory", "SIMDTypes", "Static", "StaticArrayInterface"] git-tree-sha1 = "62edfee3211981241b57ff1cedf4d74d79519277" @@ -762,6 +764,16 @@ git-tree-sha1 = "1370f8202dac30758f3c345f9909b97f53d87d3f" uuid = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0" version = "0.15.1" +[[deps.LazyArrays]] +deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "MacroTools", "MatrixFactorizations", "SparseArrays"] +git-tree-sha1 = "9cfca23ab83b0dfac93cb1a1ef3331ab9fe596a5" +uuid = "5078a376-72f3-5289-bfd5-ec5146d43c02" +version = "1.8.3" +weakdeps = ["StaticArrays"] + + [deps.LazyArrays.extensions] + LazyArraysStaticArraysExt = "StaticArrays" + [[deps.LazyArtifacts]] deps = ["Artifacts", "Pkg"] uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3" @@ -773,10 +785,10 @@ uuid = "1d6d02ad-be62-4b6b-8a6d-2f90e265016e" version = "0.2.0" [[deps.Legolas]] -deps = ["Arrow", "ConstructionBase", "Tables", "UUIDs"] -git-tree-sha1 = "e7a7f5005f05f60006c8bdb4f0c3bedaf9fd5e4f" +deps = ["Arrow", "ArrowTypes", "ConstructionBase", "Tables", "UUIDs"] +git-tree-sha1 = "b38a5941d383981ddef92f48b7cd016f249632fa" uuid = "741b9549-f6ed-4911-9fbf-4a1c0c97f0cd" -version = "0.5.15" +version = "0.5.18" [[deps.LibCURL]] deps = ["LibCURL_jll", "MozillaCACerts_jll"] @@ -816,16 +828,16 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"] uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [[deps.LinearSolve]] -deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "EnzymeCore", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "Requires", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "UnPack"] -git-tree-sha1 = "051943b8b8e81c548e9d099d6eb3d3ed23093c35" +deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"] +git-tree-sha1 = "6f8e084deabe3189416c4e505b1c53e1b590cae8" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" -version = "2.20.0" +version = "2.22.1" [deps.LinearSolve.extensions] LinearSolveBandedMatricesExt = "BandedMatrices" LinearSolveBlockDiagonalsExt = "BlockDiagonals" LinearSolveCUDAExt = "CUDA" - LinearSolveEnzymeExt = "Enzyme" + LinearSolveEnzymeExt = ["Enzyme", "EnzymeCore"] LinearSolveFastAlmostBandedMatricesExt = ["FastAlmostBandedMatrices"] LinearSolveHYPREExt = "HYPRE" LinearSolveIterativeSolversExt = "IterativeSolvers" @@ -840,6 +852,7 @@ version = "2.20.0" BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" + EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e" HYPRE = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771" IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" @@ -887,9 +900,9 @@ weakdeps = ["ChainRulesCore", "ForwardDiff", "SpecialFunctions"] [[deps.LoweredCodeUtils]] deps = ["JuliaInterpreter"] -git-tree-sha1 = "0b8cf121228f7dae022700c1c11ac1f04122f384" +git-tree-sha1 = "38756922d32476c8f41f73560b910fc805a5a103" uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" -version = "2.3.2" +version = "2.4.3" [[deps.Lz4_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] @@ -898,16 +911,16 @@ uuid = "5ced341a-0733-55b8-9ab6-a4889d929147" version = "1.9.4+0" [[deps.MKL_jll]] -deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"] -git-tree-sha1 = "eb006abbd7041c28e0d16260e50a24f8f9104913" +deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl"] +git-tree-sha1 = "72dc3cf284559eb8f53aa593fe62cb33f83ed0c0" uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7" -version = "2023.2.0+0" +version = "2024.0.0+0" [[deps.MacroTools]] deps = ["Markdown", "Random"] -git-tree-sha1 = "9ee1618cbf5240e6d4e0371d6f24065083f60c48" +git-tree-sha1 = "b211c553c199c111d998ecdaf7623d1b89b69f93" uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -version = "0.5.11" +version = "0.5.12" [[deps.ManualMemory]] git-tree-sha1 = "bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd" @@ -926,9 +939,21 @@ version = "1.1.0" [[deps.MathOptInterface]] deps = ["BenchmarkTools", "CodecBzip2", "CodecZlib", "DataStructures", "ForwardDiff", "JSON", "LinearAlgebra", "MutableArithmetics", "NaNMath", "OrderedCollections", "PrecompileTools", "Printf", "SparseArrays", "SpecialFunctions", "Test", "Unicode"] -git-tree-sha1 = "70ea2892b8bfffecc0387ba1a6a21192814f120c" +git-tree-sha1 = "e2ae8cf5ac6daf5a3959f7f6ded9c2028b61d09d" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.22.0" +version = "1.25.1" + +[[deps.MatrixFactorizations]] +deps = ["ArrayLayouts", "LinearAlgebra", "Printf", "Random"] +git-tree-sha1 = "78f6e33434939b0ac9ba1df81e6d005ee85a7396" +uuid = "a3b82374-2e81-5b9e-98ce-41277c0e4c87" +version = "2.1.0" + +[[deps.MaybeInplace]] +deps = ["ArrayInterface", "LinearAlgebra", "MacroTools", "SparseArrays"] +git-tree-sha1 = "a85c6a98c9e5a2a7046bc1bb89f28a3241e1de4d" +uuid = "bb5d69b7-63fc-4a16-80bd-7e42200c7bdb" +version = "0.1.1" [[deps.MbedTLS]] deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"] @@ -943,9 +968,9 @@ version = "2.28.2+1" [[deps.MetaGraphsNext]] deps = ["Graphs", "JLD2", "SimpleTraits"] -git-tree-sha1 = "8dd4f3f8a643d53e61ff9115749f522c35a38f3f" +git-tree-sha1 = "a385fe5aa1384647e55c0c8773457b71e9b08518" uuid = "fa8bd995-216d-47f1-8a91-f3b68fbeb377" -version = "0.6.0" +version = "0.7.0" [[deps.Missings]] deps = ["DataAPI"] @@ -973,9 +998,9 @@ version = "0.2.4" [[deps.MutableArithmetics]] deps = ["LinearAlgebra", "SparseArrays", "Test"] -git-tree-sha1 = "6985021d02ab8c509c841bb8b2becd3145a7b490" +git-tree-sha1 = "806eea990fb41f9b36f1253e5697aa645bf6a9f8" uuid = "d8a4904e-b15c-11e9-3269-09a3773c0cb0" -version = "1.3.3" +version = "1.4.0" [[deps.NLSolversBase]] deps = ["DiffResults", "Distributed", "FiniteDiff", "ForwardDiff"] @@ -1000,26 +1025,43 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" version = "1.2.0" [[deps.NonlinearSolve]] -deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "EnumX", "FastBroadcast", "FiniteDiff", "ForwardDiff", "LineSearches", "LinearAlgebra", "LinearSolve", "PrecompileTools", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArraysCore", "UnPack"] -git-tree-sha1 = "6166ccd8f79c93c636ca61ab4cd18f555932563d" +deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "EnumX", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "LazyArrays", "LineSearches", "LinearAlgebra", "LinearSolve", "MaybeInplace", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"] +git-tree-sha1 = "72b036b728461272ae1b1c3f7096cb4c319d8793" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" -version = "2.8.2" +version = "3.4.0" [deps.NonlinearSolve.extensions] NonlinearSolveBandedMatricesExt = "BandedMatrices" NonlinearSolveFastLevenbergMarquardtExt = "FastLevenbergMarquardt" + NonlinearSolveFixedPointAccelerationExt = "FixedPointAcceleration" NonlinearSolveLeastSquaresOptimExt = "LeastSquaresOptim" + NonlinearSolveMINPACKExt = "MINPACK" + NonlinearSolveNLsolveExt = "NLsolve" + NonlinearSolveSIAMFANLEquationsExt = "SIAMFANLEquations" + NonlinearSolveSpeedMappingExt = "SpeedMapping" + NonlinearSolveSymbolicsExt = "Symbolics" + NonlinearSolveZygoteExt = "Zygote" [deps.NonlinearSolve.weakdeps] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" FastLevenbergMarquardt = "7a0df574-e128-4d35-8cbd-3d84502bf7ce" + FixedPointAcceleration = "817d07cb-a79a-5c30-9a31-890123675176" LeastSquaresOptim = "0fc2ff8b-aaa3-5acd-a817-1944a5e08891" + MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9" + NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" + SIAMFANLEquations = "084e46ad-d928-497d-ad5e-07fa361a48c4" + SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412" + Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" + Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [[deps.OffsetArrays]] -deps = ["Adapt"] -git-tree-sha1 = "2ac17d29c523ce1cd38e27785a7d23024853a4bb" +git-tree-sha1 = "6a731f2b5c03157418a20c12195eb4b74c8f8621" uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" -version = "1.12.10" +version = "1.13.0" +weakdeps = ["Adapt"] + + [deps.OffsetArrays.extensions] + OffsetArraysAdaptExt = "Adapt" [[deps.OpenBLAS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] @@ -1043,16 +1085,16 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" version = "1.6.3" [[deps.OrdinaryDiffEq]] -deps = ["ADTypes", "Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "ExponentialUtilities", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "FunctionWrappersWrappers", "IfElse", "InteractiveUtils", "LineSearches", "LinearAlgebra", "LinearSolve", "Logging", "LoopVectorization", "MacroTools", "MuladdMacro", "NLsolve", "NonlinearSolve", "Polyester", "PreallocationTools", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLNLSolve", "SciMLOperators", "SimpleNonlinearSolve", "SimpleUnPack", "SparseArrays", "SparseDiffTools", "StaticArrayInterface", "StaticArrays", "TruncatedStacktraces"] -git-tree-sha1 = "5f9e7ce227d0e447c3803cc05ef5d8f75f84b9ea" +deps = ["ADTypes", "Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "ExponentialUtilities", "FastBroadcast", "FastClosures", "FillArrays", "FiniteDiff", "ForwardDiff", "FunctionWrappersWrappers", "IfElse", "InteractiveUtils", "LineSearches", "LinearAlgebra", "LinearSolve", "Logging", "MacroTools", "MuladdMacro", "NonlinearSolve", "Polyester", "PreallocationTools", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SimpleNonlinearSolve", "SimpleUnPack", "SparseArrays", "SparseDiffTools", "StaticArrayInterface", "StaticArrays", "TruncatedStacktraces"] +git-tree-sha1 = "7c6738f21fba2ccd07b7eaa9d23b437a8a97f1a1" uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" -version = "6.59.3" +version = "6.69.0" [[deps.PackageCompiler]] deps = ["Artifacts", "Glob", "LazyArtifacts", "Libdl", "Pkg", "Printf", "RelocatableFolders", "TOML", "UUIDs", "p7zip_jll"] -git-tree-sha1 = "8b880733c61c4a99a069302390de2d057ee166ce" +git-tree-sha1 = "48d4429862157ad5500c4f61444db1b8c32e0a2b" uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d" -version = "2.1.16" +version = "2.1.17" [[deps.PackageExtensionCompat]] git-tree-sha1 = "fb28e33b8a95c4cee25ce296c817d89cc2e53518" @@ -1068,9 +1110,9 @@ version = "0.12.3" [[deps.Parsers]] deps = ["Dates", "PrecompileTools", "UUIDs"] -git-tree-sha1 = "a935806434c9d4c506ba941871b327b96d41f2bf" +git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821" uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" -version = "2.8.0" +version = "2.8.1" [[deps.Pkg]] deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] @@ -1096,10 +1138,10 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720" version = "1.4.3" [[deps.PreallocationTools]] -deps = ["Adapt", "ArrayInterface", "ForwardDiff", "Requires"] -git-tree-sha1 = "f739b1b3cc7b9949af3b35089931f2b58c289163" +deps = ["Adapt", "ArrayInterface", "ForwardDiff"] +git-tree-sha1 = "64bb68f76f789f5fe5930a80af310f19cdafeaed" uuid = "d236fae5-4411-538c-8e31-a6e3d9e00b46" -version = "0.4.12" +version = "0.4.17" [deps.PreallocationTools.extensions] PreallocationToolsReverseDiffExt = "ReverseDiff" @@ -1125,12 +1167,6 @@ git-tree-sha1 = "88b895d13d53b5577fd53379d913b9ab9ac82660" uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" version = "2.3.1" -[[deps.Primes]] -deps = ["IntegerMathUtils"] -git-tree-sha1 = "1d05623b5952aed1307bf8b43bec8b8d1ef94b6e" -uuid = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae" -version = "0.5.5" - [[deps.Printf]] deps = ["Unicode"] uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" @@ -1145,18 +1181,6 @@ git-tree-sha1 = "80d919dee55b9c50e8d9e2da5eeafff3fe58b539" uuid = "33c8b6b6-d38a-422a-b730-caa89a2f386c" version = "0.1.4" -[[deps.QuasiMonteCarlo]] -deps = ["Accessors", "ConcreteStructs", "LatticeRules", "LinearAlgebra", "Primes", "Random", "Requires", "Sobol", "StatsBase"] -git-tree-sha1 = "cc086f8485bce77b6187141e1413c3b55f9a4341" -uuid = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b" -version = "0.3.3" - - [deps.QuasiMonteCarlo.extensions] - QuasiMonteCarloDistributionsExt = "Distributions" - - [deps.QuasiMonteCarlo.weakdeps] - Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" - [[deps.REPL]] deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" @@ -1167,9 +1191,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [[deps.ReTestItems]] deps = ["Dates", "Logging", "LoggingExtras", "Pkg", "Serialization", "Sockets", "Test", "TestEnv"] -git-tree-sha1 = "e8dd0646b221f3b75af2f36f83f509e2dde8dbe8" +git-tree-sha1 = "68a7d4fd86f12c2fc6dec60d566f033a10ffb5fb" uuid = "817f1d60-ba6b-4fd5-9520-3cf149f6a823" -version = "1.22.0" +version = "1.23.0" [[deps.RecipesBase]] deps = ["PrecompileTools"] @@ -1178,18 +1202,20 @@ uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" version = "1.3.4" [[deps.RecursiveArrayTools]] -deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "Requires", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"] -git-tree-sha1 = "d7087c013e8a496ff396bae843b1e16d9a30ede8" +deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"] +git-tree-sha1 = "4943624c0e437ddf6362a82e5319bc8e83d80857" uuid = "731186ca-8d62-57ce-b412-fbd966d074cd" -version = "2.38.10" +version = "3.5.2" [deps.RecursiveArrayTools.extensions] + RecursiveArrayToolsFastBroadcastExt = "FastBroadcast" RecursiveArrayToolsMeasurementsExt = "Measurements" RecursiveArrayToolsMonteCarloMeasurementsExt = "MonteCarloMeasurements" RecursiveArrayToolsTrackerExt = "Tracker" RecursiveArrayToolsZygoteExt = "Zygote" [deps.RecursiveArrayTools.weakdeps] + FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca" Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" @@ -1220,15 +1246,15 @@ version = "1.3.0" [[deps.Revise]] deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "Pkg", "REPL", "Requires", "UUIDs", "Unicode"] -git-tree-sha1 = "6990168abf3fe9a6e34ebb0e05aaaddf6572189e" +git-tree-sha1 = "3fe4e5b9cdbb9bbc851c57b149e516acc07f8f72" uuid = "295af30f-e4ad-537b-8983-00126c2a3abe" -version = "3.5.10" +version = "3.5.13" [[deps.Ribasim]] deps = ["Accessors", "Arrow", "BasicModelInterface", "CodecLz4", "CodecZstd", "ComponentArrays", "Configurations", "DBInterface", "DataInterpolations", "DataStructures", "Dates", "Dictionaries", "DiffEqCallbacks", "EnumX", "FiniteDiff", "ForwardDiff", "Graphs", "HiGHS", "IterTools", "JuMP", "Legolas", "Logging", "LoggingExtras", "MetaGraphsNext", "OrdinaryDiffEq", "PreallocationTools", "SQLite", "SciMLBase", "SparseArrays", "StructArrays", "Tables", "TerminalLoggers", "TimeZones", "TimerOutputs", "TranscodingStreams"] path = "core" uuid = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635" -version = "0.5.1" +version = "0.6.0" [[deps.RuntimeGeneratedFunctions]] deps = ["ExprTools", "SHA", "Serialization"] @@ -1264,10 +1290,10 @@ uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8" version = "3.43.0+0" [[deps.SciMLBase]] -deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "QuasiMonteCarlo", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"] -git-tree-sha1 = "d432b4c4cc922fb7b21b555c138aa87f9fb7beb8" +deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"] +git-tree-sha1 = "b2714ddd879525c825f427e861f5059a96b287f7" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -version = "2.9.1" +version = "2.18.0" [deps.SciMLBase.extensions] SciMLBaseChainRulesCoreExt = "ChainRulesCore" @@ -1286,12 +1312,6 @@ version = "2.9.1" RCall = "6f49c342-dc21-5d91-9882-a32aef131414" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" -[[deps.SciMLNLSolve]] -deps = ["DiffEqBase", "LineSearches", "NLsolve", "Reexport", "SciMLBase"] -git-tree-sha1 = "765b788339abd7d983618c09cfc0192e2b6b15fd" -uuid = "e9a6253c-8580-4d32-9898-8661bb511710" -version = "0.1.9" - [[deps.SciMLOperators]] deps = ["ArrayInterface", "DocStringExtensions", "Lazy", "LinearAlgebra", "Setfield", "SparseArrays", "StaticArraysCore", "Tricks"] git-tree-sha1 = "51ae235ff058a64815e0a2c34b1db7578a06813d" @@ -1324,16 +1344,16 @@ deps = ["Distributed", "Mmap", "Random", "Serialization"] uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" [[deps.SimpleNonlinearSolve]] -deps = ["ArrayInterface", "DiffEqBase", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "PrecompileTools", "Reexport", "SciMLBase", "StaticArraysCore"] -git-tree-sha1 = "69b1a53374dd14d7c165d98cb646aeb5f36f8d07" +deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "MaybeInplace", "PrecompileTools", "Reexport", "SciMLBase", "StaticArraysCore"] +git-tree-sha1 = "8d672bd91dc432fb286b6d4bcf1a5dc417e932a3" uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" -version = "0.1.25" +version = "1.2.0" [deps.SimpleNonlinearSolve.extensions] - SimpleNonlinearSolveNNlibExt = "NNlib" + SimpleNonlinearSolvePolyesterForwardDiffExt = "PolyesterForwardDiff" [deps.SimpleNonlinearSolve.weakdeps] - NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" + PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b" [[deps.SimpleTraits]] deps = ["InteractiveUtils", "MacroTools"] @@ -1346,18 +1366,6 @@ git-tree-sha1 = "58e6353e72cde29b90a69527e56df1b5c3d8c437" uuid = "ce78b400-467f-4804-87d8-8f486da07d0a" version = "1.1.0" -[[deps.SnoopPrecompile]] -deps = ["Preferences"] -git-tree-sha1 = "e760a70afdcd461cf01a575947738d359234665c" -uuid = "66db9d55-30c0-4569-8b51-7e840670fc0c" -version = "1.0.3" - -[[deps.Sobol]] -deps = ["DelimitedFiles", "Random"] -git-tree-sha1 = "5a74ac22a9daef23705f010f72c81d6925b19df8" -uuid = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4" -version = "1.5.0" - [[deps.Sockets]] uuid = "6462fe0b-24de-5631-8697-dd941f90decc" @@ -1369,9 +1377,9 @@ version = "1.1.0" [[deps.SortingAlgorithms]] deps = ["DataStructures"] -git-tree-sha1 = "5165dfb9fd131cf0c6957a3a7605dede376e7b63" +git-tree-sha1 = "66e0a8e672a0bdfca2c3f5937efb8538b9ddc085" uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" -version = "1.2.0" +version = "1.2.1" [[deps.SparseArrays]] deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"] @@ -1380,9 +1388,9 @@ version = "1.10.0" [[deps.SparseDiffTools]] deps = ["ADTypes", "Adapt", "ArrayInterface", "Compat", "DataStructures", "FiniteDiff", "ForwardDiff", "Graphs", "LinearAlgebra", "PackageExtensionCompat", "Random", "Reexport", "SciMLOperators", "Setfield", "SparseArrays", "StaticArrayInterface", "StaticArrays", "Tricks", "UnPack", "VertexSafeGraphs"] -git-tree-sha1 = "07272c80c278947baca092df0a01da4a10622ad5" +git-tree-sha1 = "c281e11db4eacb36a292a054bac83c5a0aca2a26" uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804" -version = "2.13.0" +version = "2.15.0" [deps.SparseDiffTools.extensions] SparseDiffToolsEnzymeExt = "Enzyme" @@ -1418,9 +1426,9 @@ version = "0.8.8" [[deps.StaticArrayInterface]] deps = ["ArrayInterface", "Compat", "IfElse", "LinearAlgebra", "PrecompileTools", "Requires", "SparseArrays", "Static", "SuiteSparse"] -git-tree-sha1 = "03fec6800a986d191f64f5c0996b59ed526eda25" +git-tree-sha1 = "5d66818a39bb04bf328e92bc933ec5b4ee88e436" uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718" -version = "1.4.1" +version = "1.5.0" weakdeps = ["OffsetArrays", "StaticArrays"] [deps.StaticArrayInterface.extensions] @@ -1429,12 +1437,13 @@ weakdeps = ["OffsetArrays", "StaticArrays"] [[deps.StaticArrays]] deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"] -git-tree-sha1 = "5ef59aea6f18c25168842bded46b16662141ab87" +git-tree-sha1 = "4e17a790909b17f7bf1496e3aec138cf01b60b3b" uuid = "90137ffa-7385-5640-81b9-e52037218182" -version = "1.7.0" -weakdeps = ["Statistics"] +version = "1.9.0" +weakdeps = ["ChainRulesCore", "Statistics"] [deps.StaticArrays.extensions] + StaticArraysChainRulesCoreExt = "ChainRulesCore" StaticArraysStatisticsExt = "Statistics" [[deps.StaticArraysCore]] @@ -1453,12 +1462,6 @@ git-tree-sha1 = "1ff449ad350c9c4cbc756624d6f8a8c3ef56d3ed" uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0" version = "1.7.0" -[[deps.StatsBase]] -deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] -git-tree-sha1 = "1d77abd07f617c4868c33d4f5b9e1dbb2643c9cf" -uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -version = "0.34.2" - [[deps.StrideArraysCore]] deps = ["ArrayInterface", "CloseOpenIntervals", "IfElse", "LayoutPointers", "ManualMemory", "SIMDTypes", "Static", "StaticArrayInterface", "ThreadingUtilities"] git-tree-sha1 = "d6415f66f3d89c615929af907fdc6a3e17af0d8c" @@ -1493,10 +1496,9 @@ uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" version = "7.2.1+1" [[deps.SymbolicIndexingInterface]] -deps = ["DocStringExtensions"] -git-tree-sha1 = "f8ab052bfcbdb9b48fad2c80c873aa0d0344dfe5" +git-tree-sha1 = "74502f408d99fc217a9d7cd901d9ffe45af892b1" uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5" -version = "0.2.2" +version = "0.3.3" [[deps.TOML]] deps = ["Dates"] @@ -1567,10 +1569,13 @@ uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" version = "0.5.23" [[deps.TranscodingStreams]] -deps = ["Random", "Test"] -git-tree-sha1 = "9a6ae7ed916312b41236fcef7e0af564ef934769" +git-tree-sha1 = "1fbeaaca45801b4ba17c251dd8603ef24801dd84" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.9.13" +version = "0.10.2" +weakdeps = ["Random", "Test"] + + [deps.TranscodingStreams.extensions] + TestExt = ["Test", "Random"] [[deps.TriangularSolve]] deps = ["CloseOpenIntervals", "IfElse", "LayoutPointers", "LinearAlgebra", "LoopVectorization", "Polyester", "Static", "VectorizationBase"] @@ -1603,9 +1608,9 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [[deps.VectorizationBase]] deps = ["ArrayInterface", "CPUSummary", "HostCPUFeatures", "IfElse", "LayoutPointers", "Libdl", "LinearAlgebra", "SIMDTypes", "Static", "StaticArrayInterface"] -git-tree-sha1 = "b182207d4af54ac64cbc71797765068fdeff475d" +git-tree-sha1 = "7209df901e6ed7489fe9b7aa3e46fb788e15db85" uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" -version = "0.21.64" +version = "0.21.65" [[deps.VersionParsing]] git-tree-sha1 = "58d6e80b4ee071f5efd07fda82cb9fbe17200868" diff --git a/Project.toml b/Project.toml index 36cc6a120..6df86f2b1 100644 --- a/Project.toml +++ b/Project.toml @@ -3,9 +3,18 @@ authors = ["Deltares and contributors "] description = "Meta-project used to share the Manifest of Ribasim and its dependents" [deps] +Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" +BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b" +MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Ribasim = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635" +SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" create_binaries = "3cfb6a46-05f0-43df-bb16-bf763deb14b4" diff --git a/core/src/config.jl b/core/src/config.jl index 3cd3e28ea..bd785473d 100644 --- a/core/src/config.jl +++ b/core/src/config.jl @@ -80,7 +80,7 @@ const nodetypes = collect(keys(nodekinds)) saveat::Union{Float64, Vector{Float64}} = Float64[] adaptive::Bool = true dt::Union{Float64, Nothing} = nothing - dtmin::Union{Float64, Nothing} = nothing + dtmin::Float64 = 0.0 dtmax::Union{Float64, Nothing} = nothing force_dtmin::Bool = false abstol::Float64 = 1e-6 diff --git a/core/test/docs.toml b/core/test/docs.toml index cbc1a1e46..f2c0b136b 100644 --- a/core/test/docs.toml +++ b/core/test/docs.toml @@ -23,7 +23,7 @@ algorithm = "QNDF" # optional, default "QNDF" saveat = [] # optional, default [], which saves every timestep adaptive = true # optional, default true dt = 0.0 # optional when adaptive = true, default automatically determined -dtmin = 0.0 # optional, default automatically determined +dtmin = 0.0 # optional, default 0.0 dtmax = 0.0 # optional, default length of simulation force_dtmin = false # optional, default false abstol = 1e-6 # optional, default 1e-6 diff --git a/docs/core/usage.qmd b/docs/core/usage.qmd index 6cf12c20e..1a2915196 100644 --- a/docs/core/usage.qmd +++ b/docs/core/usage.qmd @@ -43,7 +43,6 @@ When `adaptive = true`, `dt` only applies to the initial stepsize, and by defaul When `adaptive = false` a suitable `dt` must always be provided. The value is in seconds, so `dt = 3600.0` corresponds to an hourly timestep. When `adaptive = true`, `dtmin` and `dtmax` control the minimum and maximum allowed `dt`. -By default these depend on the problem and algorithm. If a smaller `dt` than `dtmin` is needed to meet the set error tolerances, the simulation stops, unless `force_dtmin` is set to `true`. `force_dtmin` is off by default to ensure an accurate solution. diff --git a/docs/schema/Solver.schema.json b/docs/schema/Solver.schema.json index 5d5be176a..4b3f6c236 100644 --- a/docs/schema/Solver.schema.json +++ b/docs/schema/Solver.schema.json @@ -44,16 +44,9 @@ "default": null }, "dtmin": { - "format": "default", - "anyOf": [ - { - "type": "null" - }, - { - "type": "number" - } - ], - "default": null + "format": "double", + "type": "number", + "default": 0 }, "dtmax": { "format": "default", @@ -102,6 +95,7 @@ "algorithm", "saveat", "adaptive", + "dtmin", "force_dtmin", "abstol", "reltol", diff --git a/docs/schema/Toml.schema.json b/docs/schema/Toml.schema.json index 43c92d215..1fce57eba 100644 --- a/docs/schema/Toml.schema.json +++ b/docs/schema/Toml.schema.json @@ -42,7 +42,7 @@ ], "adaptive": true, "dt": null, - "dtmin": null, + "dtmin": 0, "dtmax": null, "force_dtmin": false, "abstol": 1.0e-6, diff --git a/pixi.lock b/pixi.lock index 6124341f1..0e765a511 100644 --- a/pixi.lock +++ b/pixi.lock @@ -98,6 +98,8 @@ package: noarch: python size: 17026 timestamp: 1696634393637 + purls: + - pkg:pypi/annotated-types - platform: osx-64 name: annotated-types version: 0.6.0 @@ -119,6 +121,8 @@ package: noarch: python size: 17026 timestamp: 1696634393637 + purls: + - pkg:pypi/annotated-types - platform: osx-arm64 name: annotated-types version: 0.6.0 @@ -140,6 +144,8 @@ package: noarch: python size: 17026 timestamp: 1696634393637 + purls: + - pkg:pypi/annotated-types - platform: win-64 name: annotated-types version: 0.6.0 @@ -161,9 +167,11 @@ package: noarch: python size: 17026 timestamp: 1696634393637 + purls: + - pkg:pypi/annotated-types - platform: linux-64 name: anyio - version: 4.1.0 + version: 4.2.0 category: main manager: conda dependencies: @@ -171,10 +179,11 @@ package: - idna >=2.8 - python >=3.8 - sniffio >=1.1 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.1.0-pyhd8ed1ab_0.conda + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 76a3b574717769c4c937c2afa2f1069f - sha256: d9d64b29d8a4f58a8d5f9cb0af80b70fd4e038a6e328b039899f7cd93863a82e + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -185,11 +194,13 @@ package: license: MIT license_family: MIT noarch: python - size: 100177 - timestamp: 1700835583246 + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: osx-64 name: anyio - version: 4.1.0 + version: 4.2.0 category: main manager: conda dependencies: @@ -197,10 +208,11 @@ package: - idna >=2.8 - python >=3.8 - sniffio >=1.1 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.1.0-pyhd8ed1ab_0.conda + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 76a3b574717769c4c937c2afa2f1069f - sha256: d9d64b29d8a4f58a8d5f9cb0af80b70fd4e038a6e328b039899f7cd93863a82e + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -211,11 +223,13 @@ package: license: MIT license_family: MIT noarch: python - size: 100177 - timestamp: 1700835583246 + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: osx-arm64 name: anyio - version: 4.1.0 + version: 4.2.0 category: main manager: conda dependencies: @@ -223,10 +237,11 @@ package: - idna >=2.8 - python >=3.8 - sniffio >=1.1 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.1.0-pyhd8ed1ab_0.conda + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 76a3b574717769c4c937c2afa2f1069f - sha256: d9d64b29d8a4f58a8d5f9cb0af80b70fd4e038a6e328b039899f7cd93863a82e + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -237,11 +252,13 @@ package: license: MIT license_family: MIT noarch: python - size: 100177 - timestamp: 1700835583246 + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: win-64 name: anyio - version: 4.1.0 + version: 4.2.0 category: main manager: conda dependencies: @@ -249,10 +266,11 @@ package: - idna >=2.8 - python >=3.8 - sniffio >=1.1 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.1.0-pyhd8ed1ab_0.conda + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 76a3b574717769c4c937c2afa2f1069f - sha256: d9d64b29d8a4f58a8d5f9cb0af80b70fd4e038a6e328b039899f7cd93863a82e + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -263,8 +281,10 @@ package: license: MIT license_family: MIT noarch: python - size: 100177 - timestamp: 1700835583246 + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: osx-64 name: appnope version: 0.1.3 @@ -285,6 +305,8 @@ package: noarch: python size: 8095 timestamp: 1649077760928 + purls: + - pkg:pypi/appnope - platform: osx-arm64 name: appnope version: 0.1.3 @@ -305,17 +327,19 @@ package: noarch: python size: 8095 timestamp: 1649077760928 + purls: + - pkg:pypi/appnope - platform: linux-64 name: argcomplete - version: 3.1.6 + version: 3.2.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda hash: - md5: c629a13439d80b37c6a946b098c4ac2b - sha256: 62c3486961e43fb9b495b7854f48fea9b486b2176a9629c6faf80c445543b1aa + md5: 0801250abb3d5b86010e20324f0dde94 + sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -323,19 +347,21 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 39628 - timestamp: 1699843246341 + size: 40094 + timestamp: 1702228373768 + purls: + - pkg:pypi/argcomplete - platform: osx-64 name: argcomplete - version: 3.1.6 + version: 3.2.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda hash: - md5: c629a13439d80b37c6a946b098c4ac2b - sha256: 62c3486961e43fb9b495b7854f48fea9b486b2176a9629c6faf80c445543b1aa + md5: 0801250abb3d5b86010e20324f0dde94 + sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -343,19 +369,21 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 39628 - timestamp: 1699843246341 + size: 40094 + timestamp: 1702228373768 + purls: + - pkg:pypi/argcomplete - platform: osx-arm64 name: argcomplete - version: 3.1.6 + version: 3.2.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda hash: - md5: c629a13439d80b37c6a946b098c4ac2b - sha256: 62c3486961e43fb9b495b7854f48fea9b486b2176a9629c6faf80c445543b1aa + md5: 0801250abb3d5b86010e20324f0dde94 + sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -363,19 +391,21 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 39628 - timestamp: 1699843246341 + size: 40094 + timestamp: 1702228373768 + purls: + - pkg:pypi/argcomplete - platform: win-64 name: argcomplete - version: 3.1.6 + version: 3.2.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda hash: - md5: c629a13439d80b37c6a946b098c4ac2b - sha256: 62c3486961e43fb9b495b7854f48fea9b486b2176a9629c6faf80c445543b1aa + md5: 0801250abb3d5b86010e20324f0dde94 + sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -383,8 +413,10 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 39628 - timestamp: 1699843246341 + size: 40094 + timestamp: 1702228373768 + purls: + - pkg:pypi/argcomplete - platform: linux-64 name: argon2-cffi version: 23.1.0 @@ -409,6 +441,8 @@ package: noarch: python size: 18602 timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: osx-64 name: argon2-cffi version: 23.1.0 @@ -433,6 +467,8 @@ package: noarch: python size: 18602 timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: osx-arm64 name: argon2-cffi version: 23.1.0 @@ -457,6 +493,8 @@ package: noarch: python size: 18602 timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: win-64 name: argon2-cffi version: 23.1.0 @@ -481,6 +519,8 @@ package: noarch: python size: 18602 timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: linux-64 name: argon2-cffi-bindings version: 21.2.0 @@ -503,6 +543,8 @@ package: license_family: MIT size: 34955 timestamp: 1695386703660 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: osx-64 name: argon2-cffi-bindings version: 21.2.0 @@ -524,6 +566,8 @@ package: license_family: MIT size: 32542 timestamp: 1695386887016 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: osx-arm64 name: argon2-cffi-bindings version: 21.2.0 @@ -546,6 +590,8 @@ package: license_family: MIT size: 34126 timestamp: 1695386994453 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: win-64 name: argon2-cffi-bindings version: 21.2.0 @@ -570,6 +616,8 @@ package: license_family: MIT size: 34687 timestamp: 1695387285415 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: linux-64 name: arrow version: 1.3.0 @@ -679,6 +727,8 @@ package: noarch: python size: 28922 timestamp: 1698341257884 + purls: + - pkg:pypi/asttokens - platform: osx-64 name: asttokens version: 2.4.1 @@ -700,6 +750,8 @@ package: noarch: python size: 28922 timestamp: 1698341257884 + purls: + - pkg:pypi/asttokens - platform: osx-arm64 name: asttokens version: 2.4.1 @@ -721,6 +773,8 @@ package: noarch: python size: 28922 timestamp: 1698341257884 + purls: + - pkg:pypi/asttokens - platform: win-64 name: asttokens version: 2.4.1 @@ -742,6 +796,8 @@ package: noarch: python size: 28922 timestamp: 1698341257884 + purls: + - pkg:pypi/asttokens - platform: linux-64 name: async-lru version: 2.0.4 @@ -763,6 +819,8 @@ package: noarch: python size: 15342 timestamp: 1690563152778 + purls: + - pkg:pypi/async-lru - platform: osx-64 name: async-lru version: 2.0.4 @@ -784,6 +842,8 @@ package: noarch: python size: 15342 timestamp: 1690563152778 + purls: + - pkg:pypi/async-lru - platform: osx-arm64 name: async-lru version: 2.0.4 @@ -805,6 +865,8 @@ package: noarch: python size: 15342 timestamp: 1690563152778 + purls: + - pkg:pypi/async-lru - platform: win-64 name: async-lru version: 2.0.4 @@ -826,6 +888,8 @@ package: noarch: python size: 15342 timestamp: 1690563152778 + purls: + - pkg:pypi/async-lru - platform: linux-64 name: attr version: 2.5.1 @@ -847,84 +911,92 @@ package: timestamp: 1660065501192 - platform: linux-64 name: attrs - version: 23.1.0 + version: 23.2.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 55022 - timestamp: 1683424195402 + size: 54582 + timestamp: 1704011393776 + purls: + - pkg:pypi/attrs - platform: osx-64 name: attrs - version: 23.1.0 + version: 23.2.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 55022 - timestamp: 1683424195402 + size: 54582 + timestamp: 1704011393776 + purls: + - pkg:pypi/attrs - platform: osx-arm64 name: attrs - version: 23.1.0 + version: 23.2.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 55022 - timestamp: 1683424195402 + size: 54582 + timestamp: 1704011393776 + purls: + - pkg:pypi/attrs - platform: win-64 name: attrs - version: 23.1.0 + version: 23.2.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 55022 - timestamp: 1683424195402 + size: 54582 + timestamp: 1704011393776 + purls: + - pkg:pypi/attrs - platform: linux-64 name: aws-c-auth version: 0.7.5 @@ -2103,17 +2175,17 @@ package: timestamp: 1699991465608 - platform: linux-64 name: babel - version: 2.13.1 + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - pytz - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2121,21 +2193,23 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 6948100 - timestamp: 1698174685067 + size: 7609750 + timestamp: 1702422720584 + purls: + - pkg:pypi/babel - platform: osx-64 name: babel - version: 2.13.1 + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - pytz - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2143,21 +2217,23 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 6948100 - timestamp: 1698174685067 + size: 7609750 + timestamp: 1702422720584 + purls: + - pkg:pypi/babel - platform: osx-arm64 name: babel - version: 2.13.1 + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - pytz - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -2165,21 +2241,23 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 6948100 - timestamp: 1698174685067 + size: 7609750 + timestamp: 1702422720584 + purls: + - pkg:pypi/babel - platform: win-64 name: babel - version: 2.13.1 + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - pytz - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2187,8 +2265,10 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 6948100 - timestamp: 1698174685067 + size: 7609750 + timestamp: 1702422720584 + purls: + - pkg:pypi/babel - platform: linux-64 name: beartype version: 0.16.2 @@ -2355,7 +2435,7 @@ package: timestamp: 1680888259061 - platform: linux-64 name: black - version: 23.10.1 + version: 23.12.1 category: main manager: conda dependencies: @@ -2366,21 +2446,21 @@ package: - platformdirs >=2 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/black-23.10.1-py311h38be061_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/black-23.12.1-py311h38be061_0.conda hash: - md5: 17874858641cb402ad73b9adb0e11a27 - sha256: f2114740c055ca5d250e363eec69d0181c2ae5b6ead7597762cf766eaa40fe1d + md5: cb563ab54c59917f004d4faf7a29c610 + sha256: 90c29112da654aa4f713b03220b884aa4d11a74e642a72bf9d56e872700c7423 build: py311h38be061_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 359696 - timestamp: 1698342847430 + size: 378436 + timestamp: 1703317664029 - platform: osx-64 name: black - version: 23.10.1 + version: 23.12.1 category: main manager: conda dependencies: @@ -2391,21 +2471,21 @@ package: - platformdirs >=2 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/black-23.10.1-py311h6eed73b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/black-23.12.1-py311h6eed73b_0.conda hash: - md5: c802bfc16625b15e57e4d2d05bee622a - sha256: e6c81cc86c288f2d15852dc0068caa5acae3700eff57eeeeb5742844b1048b2b + md5: df285ee5615270aa4172c322dbecac3f + sha256: 6f82c6dbb55421163945bc4d03cc23734903e93c0ffd724d67530ce7c6d5a010 build: py311h6eed73b_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 360890 - timestamp: 1698342991427 + size: 379701 + timestamp: 1703317853109 - platform: osx-arm64 name: black - version: 23.10.1 + version: 23.12.1 category: main manager: conda dependencies: @@ -2417,21 +2497,21 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.10.1-py311h267d04e_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.12.1-py311h267d04e_0.conda hash: - md5: 12b064976b0152cb193120c645f6c3a0 - sha256: ec50f430559024cc7c8ef8733457bab49a6c88ef1ae857b4f7f2b44fe32b388e + md5: c4cfd1e85e013c9a0995166897d06b73 + sha256: b4ebb13643a6d77429f24b3fb3985d8e7eebd4804ea59b0834273ba0de451220 build: py311h267d04e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 361600 - timestamp: 1698343111708 + size: 379989 + timestamp: 1703317897071 - platform: win-64 name: black - version: 23.10.1 + version: 23.12.1 category: main manager: conda dependencies: @@ -2442,67 +2522,66 @@ package: - platformdirs >=2 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/black-23.10.1-py311h1ea47a8_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/black-23.12.1-py311h1ea47a8_0.conda hash: - md5: 2ffbba0bb141e3d4e0ba3a0344fd82a4 - sha256: a87085a9d9bdfc5a6f7841a218105c9b162ab7a17c34fa3b49bdbb1339c669b4 + md5: aa307be056896f2da4ac4fcf2f348b08 + sha256: 79f6f11a0057c6c648e72a976b88f3bc5d14b6f0fdb4f66eafefb643c063e692 build: py311h1ea47a8_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 377595 - timestamp: 1698343648045 + size: 395159 + timestamp: 1703318197279 - platform: win-64 name: blas version: '2.120' category: main manager: conda dependencies: - - blas-devel 3.9.0 20_win64_mkl - - libblas 3.9.0 20_win64_mkl - - libcblas 3.9.0 20_win64_mkl - - liblapack 3.9.0 20_win64_mkl - - liblapacke 3.9.0 20_win64_mkl + - blas-devel 3.9.0 20_win64_openblas + - libblas 3.9.0 20_win64_openblas + - libcblas 3.9.0 20_win64_openblas + - liblapack 3.9.0 20_win64_openblas + - liblapacke 3.9.0 20_win64_openblas - m2w64-gcc-libs - m2w64-gcc-libs-core - url: https://conda.anaconda.org/conda-forge/win-64/blas-2.120-mkl.conda + url: https://conda.anaconda.org/conda-forge/win-64/blas-2.120-openblas.conda hash: - md5: 169d630727008b4356a138a3a0f595d4 - sha256: 05118f39f0c1daa91a40a3495dd843b9ab79b53f34f0c5bc8f6b607edf3178ae - build: mkl + md5: 81ea12db893b9efe05f9917a64e16e1b + sha256: 76a74b5079a49baf61a533ad07d88d48159787e6c48cabb8a9fcb2f4c3839cb1 + build: openblas arch: x86_64 subdir: win-64 build_number: 20 license: BSD-3-Clause license_family: BSD - size: 16917 - timestamp: 1700569527126 + size: 15865 + timestamp: 1700569256726 - platform: win-64 name: blas-devel version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - - libcblas 3.9.0 20_win64_mkl - - liblapack 3.9.0 20_win64_mkl - - liblapacke 3.9.0 20_win64_mkl - - mkl >=2023.2.0,<2024.0a0 - - mkl-devel 2023.2.* - url: https://conda.anaconda.org/conda-forge/win-64/blas-devel-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 20_win64_openblas + - libcblas 3.9.0 20_win64_openblas + - liblapack 3.9.0 20_win64_openblas + - liblapacke 3.9.0 20_win64_openblas + - openblas 0.3.25.* + url: https://conda.anaconda.org/conda-forge/win-64/blas-devel-3.9.0-20_win64_openblas.conda hash: - md5: 40f21d1e894795983dec1036847e7460 - sha256: 65af98c755e9660b34c1055e37221554180e52b5a62cfa1e3e6147b797d199d5 - build: 20_win64_mkl + md5: 80149a7136333f69537583ec5db94d20 + sha256: 052cbd0a02088722975a443a03dfe773f2aa8a4fe424d5b7cd1a2c475be37f57 + build: 20_win64_openblas arch: x86_64 subdir: win-64 build_number: 20 license: BSD-3-Clause license_family: BSD - size: 16418 - timestamp: 1700569363958 + size: 15224 + timestamp: 1700569072491 - platform: linux-64 name: bleach version: 6.1.0 @@ -2527,6 +2606,8 @@ package: noarch: python size: 131220 timestamp: 1696630354218 + purls: + - pkg:pypi/bleach - platform: osx-64 name: bleach version: 6.1.0 @@ -2551,6 +2632,8 @@ package: noarch: python size: 131220 timestamp: 1696630354218 + purls: + - pkg:pypi/bleach - platform: osx-arm64 name: bleach version: 6.1.0 @@ -2575,6 +2658,8 @@ package: noarch: python size: 131220 timestamp: 1696630354218 + purls: + - pkg:pypi/bleach - platform: win-64 name: bleach version: 6.1.0 @@ -2599,6 +2684,8 @@ package: noarch: python size: 131220 timestamp: 1696630354218 + purls: + - pkg:pypi/bleach - platform: linux-64 name: blosc version: 1.21.5 @@ -2811,6 +2898,8 @@ package: noarch: python size: 29178 timestamp: 1699296133785 + purls: + - pkg:pypi/branca - platform: osx-64 name: branca version: 0.7.0 @@ -2832,6 +2921,8 @@ package: noarch: python size: 29178 timestamp: 1699296133785 + purls: + - pkg:pypi/branca - platform: osx-arm64 name: branca version: 0.7.0 @@ -2853,6 +2944,8 @@ package: noarch: python size: 29178 timestamp: 1699296133785 + purls: + - pkg:pypi/branca - platform: win-64 name: branca version: 0.7.0 @@ -2874,6 +2967,8 @@ package: noarch: python size: 29178 timestamp: 1699296133785 + purls: + - pkg:pypi/branca - platform: linux-64 name: brotli version: 1.1.0 @@ -3316,80 +3411,80 @@ package: timestamp: 1699280668742 - platform: linux-64 name: c-ares - version: 1.22.1 + version: 1.25.0 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.22.1-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.25.0-hd590300_0.conda hash: - md5: 8430bd266c7b2cfbda403f7585d5ee86 - sha256: d41cf87938ba66de538b91afed3ece9b4cf5ed082a7d1c1add46b70f482f34b9 + md5: 89e40af02dd3a0846c0c1131c5126706 + sha256: c4bbdafd6791583e3c77e8ed0e1df9e0021d542249c3543de3d72788f5c8a0c4 build: hd590300_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 149663 - timestamp: 1700421768288 + size: 156989 + timestamp: 1704784109506 - platform: osx-64 name: c-ares - version: 1.22.1 + version: 1.25.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.22.1-h10d778d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.25.0-h10d778d_0.conda hash: - md5: 7040d0624b78a81c8d52f22b662d7c35 - sha256: e52123d4d1e880ad883da1fa6301fa318e87cf42b6228833177d41053f7288b4 + md5: 80e97c8f21c33a3b9256504858cf49b6 + sha256: 0456f70b14a3bc2e2b14610f03e00681626039e89d13ba5868fbc54795697a82 build: h10d778d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 135560 - timestamp: 1700421936228 + size: 142849 + timestamp: 1704784338685 - platform: osx-arm64 name: c-ares - version: 1.22.1 + version: 1.25.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.22.1-h93a5062_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.25.0-h93a5062_0.conda hash: - md5: f9d38cc3908c066e50b184cdcab12929 - sha256: 75f0222f76c9848ef9c3892300d057cb8285f28341d2f149d1fc10373242969c + md5: 0a40466cb14b485738f1910340775f71 + sha256: 2a3df1920cfc493592c311db87138442475849ff11a14eb1dbf12caa80d8077b build: h93a5062_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 133262 - timestamp: 1700421976955 + size: 140452 + timestamp: 1704784426235 - platform: win-64 name: c-ares - version: 1.22.1 + version: 1.25.0 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.22.1-hcfcfb64_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.25.0-hcfcfb64_0.conda hash: - md5: e4246d68ecdf8eb8b96645f351d253d7 - sha256: c54cecc3ba1d590fc95eedda9d3743a24639ccf08729ea79b3fd547c45b371fe + md5: 11d1d8216b19c47bb54e5941c92c1285 + sha256: ac695c2c6b34a5434aec7eeff89625a44ea88975d2b79799bd6eb9606c49161b build: hcfcfb64_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 142016 - timestamp: 1700422192097 + size: 148939 + timestamp: 1704784681275 - platform: linux-64 name: ca-certificates version: 2023.11.17 @@ -3558,6 +3653,8 @@ package: noarch: python size: 11065 timestamp: 1615209567874 + purls: + - pkg:pypi/cached-property - platform: osx-64 name: cached_property version: 1.5.2 @@ -3578,6 +3675,8 @@ package: noarch: python size: 11065 timestamp: 1615209567874 + purls: + - pkg:pypi/cached-property - platform: osx-arm64 name: cached_property version: 1.5.2 @@ -3598,6 +3697,8 @@ package: noarch: python size: 11065 timestamp: 1615209567874 + purls: + - pkg:pypi/cached-property - platform: win-64 name: cached_property version: 1.5.2 @@ -3618,6 +3719,8 @@ package: noarch: python size: 11065 timestamp: 1615209567874 + purls: + - pkg:pypi/cached-property - platform: linux-64 name: cairo version: 1.16.0 @@ -4031,6 +4134,8 @@ package: noarch: python size: 10788 timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: osx-64 name: cfgv version: 3.3.1 @@ -4051,6 +4156,8 @@ package: noarch: python size: 10788 timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: osx-arm64 name: cfgv version: 3.3.1 @@ -4071,6 +4178,8 @@ package: noarch: python size: 10788 timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: win-64 name: cfgv version: 3.3.1 @@ -4091,6 +4200,8 @@ package: noarch: python size: 10788 timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: linux-64 name: cfitsio version: 4.3.0 @@ -4201,6 +4312,8 @@ package: license_family: GPL size: 264886 timestamp: 1695468797136 + purls: + - pkg:pypi/chardet - platform: osx-64 name: chardet version: 5.2.0 @@ -4221,6 +4334,8 @@ package: license_family: GPL size: 267330 timestamp: 1695468986364 + purls: + - pkg:pypi/chardet - platform: osx-arm64 name: chardet version: 5.2.0 @@ -4242,6 +4357,8 @@ package: license_family: GPL size: 269754 timestamp: 1695469210623 + purls: + - pkg:pypi/chardet - platform: win-64 name: chardet version: 5.2.0 @@ -4262,6 +4379,8 @@ package: license_family: GPL size: 284249 timestamp: 1695469001100 + purls: + - pkg:pypi/chardet - platform: linux-64 name: charset-normalizer version: 3.3.2 @@ -4282,6 +4401,8 @@ package: noarch: python size: 46597 timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer - platform: osx-64 name: charset-normalizer version: 3.3.2 @@ -4302,6 +4423,8 @@ package: noarch: python size: 46597 timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer - platform: osx-arm64 name: charset-normalizer version: 3.3.2 @@ -4322,6 +4445,8 @@ package: noarch: python size: 46597 timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer - platform: win-64 name: charset-normalizer version: 3.3.2 @@ -4342,6 +4467,8 @@ package: noarch: python size: 46597 timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer - platform: linux-64 name: click version: 8.1.7 @@ -4363,6 +4490,8 @@ package: noarch: python size: 84437 timestamp: 1692311973840 + purls: + - pkg:pypi/click - platform: osx-64 name: click version: 8.1.7 @@ -4384,6 +4513,8 @@ package: noarch: python size: 84437 timestamp: 1692311973840 + purls: + - pkg:pypi/click - platform: osx-arm64 name: click version: 8.1.7 @@ -4405,6 +4536,8 @@ package: noarch: python size: 84437 timestamp: 1692311973840 + purls: + - pkg:pypi/click - platform: win-64 name: click version: 8.1.7 @@ -4427,6 +4560,8 @@ package: noarch: python size: 85051 timestamp: 1692312207348 + purls: + - pkg:pypi/click - platform: linux-64 name: click-plugins version: 1.1.1 @@ -4448,6 +4583,8 @@ package: noarch: python size: 8992 timestamp: 1554588104889 + purls: + - pkg:pypi/click-plugins - platform: osx-64 name: click-plugins version: 1.1.1 @@ -4469,6 +4606,8 @@ package: noarch: python size: 8992 timestamp: 1554588104889 + purls: + - pkg:pypi/click-plugins - platform: osx-arm64 name: click-plugins version: 1.1.1 @@ -4490,6 +4629,8 @@ package: noarch: python size: 8992 timestamp: 1554588104889 + purls: + - pkg:pypi/click-plugins - platform: win-64 name: click-plugins version: 1.1.1 @@ -4511,6 +4652,8 @@ package: noarch: python size: 8992 timestamp: 1554588104889 + purls: + - pkg:pypi/click-plugins - platform: linux-64 name: cligj version: 0.7.2 @@ -4532,6 +4675,8 @@ package: noarch: python size: 10255 timestamp: 1633637895378 + purls: + - pkg:pypi/cligj - platform: osx-64 name: cligj version: 0.7.2 @@ -4553,6 +4698,8 @@ package: noarch: python size: 10255 timestamp: 1633637895378 + purls: + - pkg:pypi/cligj - platform: osx-arm64 name: cligj version: 0.7.2 @@ -4574,6 +4721,8 @@ package: noarch: python size: 10255 timestamp: 1633637895378 + purls: + - pkg:pypi/cligj - platform: win-64 name: cligj version: 0.7.2 @@ -4595,6 +4744,8 @@ package: noarch: python size: 10255 timestamp: 1633637895378 + purls: + - pkg:pypi/cligj - platform: linux-64 name: cmarkgfm version: 0.8.0 @@ -4617,6 +4768,8 @@ package: license_family: MIT size: 136524 timestamp: 1695669889658 + purls: + - pkg:pypi/cmarkgfm - platform: osx-64 name: cmarkgfm version: 0.8.0 @@ -4638,6 +4791,8 @@ package: license_family: MIT size: 113116 timestamp: 1695670250339 + purls: + - pkg:pypi/cmarkgfm - platform: osx-arm64 name: cmarkgfm version: 0.8.0 @@ -4660,6 +4815,8 @@ package: license_family: MIT size: 114180 timestamp: 1695670152127 + purls: + - pkg:pypi/cmarkgfm - platform: win-64 name: cmarkgfm version: 0.8.0 @@ -4684,6 +4841,8 @@ package: license_family: MIT size: 120405 timestamp: 1695670523318 + purls: + - pkg:pypi/cmarkgfm - platform: linux-64 name: colorama version: 0.4.6 @@ -4704,6 +4863,8 @@ package: noarch: python size: 25170 timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: osx-64 name: colorama version: 0.4.6 @@ -4724,6 +4885,8 @@ package: noarch: python size: 25170 timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: osx-arm64 name: colorama version: 0.4.6 @@ -4744,6 +4907,8 @@ package: noarch: python size: 25170 timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: win-64 name: colorama version: 0.4.6 @@ -4764,18 +4929,20 @@ package: noarch: python size: 25170 timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: linux-64 name: comm - version: 0.1.4 + version: 0.2.1 category: main manager: conda dependencies: - python >=3.6 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4783,20 +4950,22 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 11682 - timestamp: 1691045097208 + size: 12198 + timestamp: 1704278590206 + purls: + - pkg:pypi/comm - platform: osx-64 name: comm - version: 0.1.4 + version: 0.2.1 category: main manager: conda dependencies: - python >=3.6 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4804,20 +4973,22 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 11682 - timestamp: 1691045097208 + size: 12198 + timestamp: 1704278590206 + purls: + - pkg:pypi/comm - platform: osx-arm64 name: comm - version: 0.1.4 + version: 0.2.1 category: main manager: conda dependencies: - python >=3.6 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -4825,20 +4996,22 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 11682 - timestamp: 1691045097208 + size: 12198 + timestamp: 1704278590206 + purls: + - pkg:pypi/comm - platform: win-64 name: comm - version: 0.1.4 + version: 0.2.1 category: main manager: conda dependencies: - python >=3.6 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4846,8 +5019,10 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 11682 - timestamp: 1691045097208 + size: 12198 + timestamp: 1704278590206 + purls: + - pkg:pypi/comm - platform: linux-64 name: contourpy version: 1.2.0 @@ -4871,6 +5046,8 @@ package: license_family: BSD size: 255843 timestamp: 1699041590533 + purls: + - pkg:pypi/contourpy - platform: osx-64 name: contourpy version: 1.2.0 @@ -4894,6 +5071,8 @@ package: license_family: BSD size: 248078 timestamp: 1699042040747 + purls: + - pkg:pypi/contourpy - platform: osx-arm64 name: contourpy version: 1.2.0 @@ -4918,6 +5097,8 @@ package: license_family: BSD size: 240223 timestamp: 1699041881051 + purls: + - pkg:pypi/contourpy - platform: win-64 name: contourpy version: 1.2.0 @@ -4942,9 +5123,11 @@ package: license_family: BSD size: 206078 timestamp: 1699042419820 + purls: + - pkg:pypi/contourpy - platform: linux-64 name: coverage - version: 7.3.2 + version: 7.4.0 category: main manager: conda dependencies: @@ -4952,42 +5135,46 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - tomli - url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.4.0-py311h459d7ec_0.conda hash: - md5: 7b3145fed7adc7c63a0e08f6f29f5480 - sha256: 8b56edd4336e7fc6ff9b73436a3a270cf835f57cf4d0565c6e240c40f1981085 + md5: bbaf0376ed2f153a90f167ad908da3d0 + sha256: 3d1a0ae99477d91f2c7e4f5a7554e6de2eaa9bc4450a2db307005c65e394e7f2 build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 355132 - timestamp: 1696281925482 + size: 364870 + timestamp: 1703727330547 + purls: + - pkg:pypi/coverage - platform: osx-64 name: coverage - version: 7.3.2 + version: 7.4.0 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - tomli - url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py311h2725bcf_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.4.0-py311he705e18_0.conda hash: - md5: 0ce651c68a0322a6eacef726025b938a - sha256: ada34f95907fe0cd98d4d12e439bd1508363738f8b0fbe88d14cb398f4235af6 - build: py311h2725bcf_0 + md5: 26c6acf173e93e71cb28339544abc377 + sha256: eb603b678fa508acade2a96899c8d235095c9b6c915fb64e9a82d77bc33665c3 + build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 352862 - timestamp: 1696282084699 + size: 363494 + timestamp: 1703727528872 + purls: + - pkg:pypi/coverage - platform: osx-arm64 name: coverage - version: 7.3.2 + version: 7.4.0 category: main manager: conda dependencies: @@ -4995,21 +5182,23 @@ package: - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - tomli - url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.3.2-py311heffc1b2_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.4.0-py311h05b510d_0.conda hash: - md5: 75928ad6625a73ff93f08be98014248c - sha256: 88d116c4c51a106c43937b950d3fd14007800fb7b3945573a5a117533c450e6b - build: py311heffc1b2_0 + md5: 7a801e12fd286ee7d3be2bf7fb1e029f + sha256: 78c909fcedf2aa360b95e4ea395706557df4adde27ce3b9086f7e2934c26a2b2 + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 353390 - timestamp: 1696282185517 + size: 365440 + timestamp: 1703727575915 + purls: + - pkg:pypi/coverage - platform: win-64 name: coverage - version: 7.3.2 + version: 7.4.0 category: main manager: conda dependencies: @@ -5019,21 +5208,23 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.4.0-py311ha68e1ae_0.conda hash: - md5: 6d0d75c92bdf393a2dd818b7fe6615a0 - sha256: 1025c5a4da262a05563b7067101dd2fa9ef36b6f9c31e6c1df05db800375e18d + md5: 4e57a4f9db2ff69d14204ae3863686e2 + sha256: 138dcbfb37bee8b22ba8e577933843a4da5713d68e2562de92a2e63dadd78ddb build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 372107 - timestamp: 1696282186892 + size: 382380 + timestamp: 1703727762345 + purls: + - pkg:pypi/coverage - platform: linux-64 name: cryptography - version: 41.0.5 + version: 41.0.7 category: main manager: conda dependencies: @@ -5042,18 +5233,18 @@ package: - openssl >=3.1.4,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.5-py311h63ff55d_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.7-py311hcb13ee4_1.conda hash: - md5: 22584e5c97ed8f1a6b63a0ff43dba827 - sha256: 236ed2218fb857fecaa11fc7fee23574f683b3d03576f8f26f628b7fd2ced5fa - build: py311h63ff55d_0 + md5: ca6e04ac7262ecaec846e483d6fdc6c8 + sha256: 0959d015727ae5f55f385556a0a19b9f6036752ea05f78a99cb534803e325cab + build: py311hcb13ee4_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT license_family: BSD - size: 2036192 - timestamp: 1698192294727 + size: 2044035 + timestamp: 1701563449491 - platform: linux-64 name: curl version: 8.4.0 @@ -5129,29 +5320,29 @@ package: timestamp: 1697009647995 - platform: win-64 name: curl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libcurl 8.4.0 hd5e4a3a_0 + - libcurl 8.5.0 hd5e4a3a_0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/curl-8.4.0-hd5e4a3a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/curl-8.5.0-hd5e4a3a_0.conda hash: - md5: 09c882c76df7d4c19e4e2d801e20216d - sha256: 1a03523564c794e547f64412b1b51b2e56ec834b245fd1a7e043b23500911c84 + md5: 2d199c87ccbb43925d0948c40148a200 + sha256: d5fcd8fa6819862eea0204fa219a20f5a6001126661ebe5505829ae30cd198cb build: hd5e4a3a_0 arch: x86_64 subdir: win-64 build_number: 0 license: curl license_family: MIT - size: 148813 - timestamp: 1697009889632 + size: 149447 + timestamp: 1701860692360 - platform: linux-64 name: cycler version: 0.12.1 @@ -5172,6 +5363,8 @@ package: noarch: python size: 13458 timestamp: 1696677888423 + purls: + - pkg:pypi/cycler - platform: osx-64 name: cycler version: 0.12.1 @@ -5192,6 +5385,8 @@ package: noarch: python size: 13458 timestamp: 1696677888423 + purls: + - pkg:pypi/cycler - platform: osx-arm64 name: cycler version: 0.12.1 @@ -5212,6 +5407,8 @@ package: noarch: python size: 13458 timestamp: 1696677888423 + purls: + - pkg:pypi/cycler - platform: win-64 name: cycler version: 0.12.1 @@ -5232,6 +5429,8 @@ package: noarch: python size: 13458 timestamp: 1696677888423 + purls: + - pkg:pypi/cycler - platform: linux-64 name: dart-sass version: 1.58.3 @@ -5318,6 +5517,8 @@ package: noarch: python size: 69141 timestamp: 1700259947710 + purls: + - pkg:pypi/datamodel-code-generator - platform: osx-64 name: datamodel-code-generator version: 0.24.2 @@ -5350,6 +5551,8 @@ package: noarch: python size: 69141 timestamp: 1700259947710 + purls: + - pkg:pypi/datamodel-code-generator - platform: osx-arm64 name: datamodel-code-generator version: 0.24.2 @@ -5382,6 +5585,8 @@ package: noarch: python size: 69141 timestamp: 1700259947710 + purls: + - pkg:pypi/datamodel-code-generator - platform: win-64 name: datamodel-code-generator version: 0.24.2 @@ -5414,6 +5619,8 @@ package: noarch: python size: 69141 timestamp: 1700259947710 + purls: + - pkg:pypi/datamodel-code-generator - platform: linux-64 name: dbus version: 1.13.6 @@ -5457,6 +5664,8 @@ package: license_family: MIT size: 3001696 timestamp: 1695534493087 + purls: + - pkg:pypi/debugpy - platform: osx-64 name: debugpy version: 1.8.0 @@ -5478,6 +5687,8 @@ package: license_family: MIT size: 2939392 timestamp: 1695534639423 + purls: + - pkg:pypi/debugpy - platform: osx-arm64 name: debugpy version: 1.8.0 @@ -5500,6 +5711,8 @@ package: license_family: MIT size: 2957693 timestamp: 1695534717336 + purls: + - pkg:pypi/debugpy - platform: win-64 name: debugpy version: 1.8.0 @@ -5523,6 +5736,8 @@ package: license_family: MIT size: 3870801 timestamp: 1695534773660 + purls: + - pkg:pypi/debugpy - platform: linux-64 name: decorator version: 5.1.1 @@ -5543,6 +5758,8 @@ package: noarch: python size: 12072 timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: osx-64 name: decorator version: 5.1.1 @@ -5563,6 +5780,8 @@ package: noarch: python size: 12072 timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: osx-arm64 name: decorator version: 5.1.1 @@ -5583,6 +5802,8 @@ package: noarch: python size: 12072 timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: win-64 name: decorator version: 5.1.1 @@ -5603,6 +5824,8 @@ package: noarch: python size: 12072 timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: linux-64 name: defusedxml version: 0.7.1 @@ -5623,6 +5846,8 @@ package: noarch: python size: 24062 timestamp: 1615232388757 + purls: + - pkg:pypi/defusedxml - platform: osx-64 name: defusedxml version: 0.7.1 @@ -5643,6 +5868,8 @@ package: noarch: python size: 24062 timestamp: 1615232388757 + purls: + - pkg:pypi/defusedxml - platform: osx-arm64 name: defusedxml version: 0.7.1 @@ -5663,6 +5890,8 @@ package: noarch: python size: 24062 timestamp: 1615232388757 + purls: + - pkg:pypi/defusedxml - platform: win-64 name: defusedxml version: 0.7.1 @@ -5683,6 +5912,8 @@ package: noarch: python size: 24062 timestamp: 1615232388757 + purls: + - pkg:pypi/defusedxml - platform: linux-64 name: deno version: 1.28.2 @@ -5801,15 +6032,15 @@ package: timestamp: 1682953841090 - platform: linux-64 name: distlib - version: 0.3.7 + version: 0.3.8 category: main manager: conda dependencies: - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5817,19 +6048,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 273692 - timestamp: 1689598624555 + size: 274915 + timestamp: 1702383349284 + purls: + - pkg:pypi/distlib - platform: osx-64 name: distlib - version: 0.3.7 + version: 0.3.8 category: main manager: conda dependencies: - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5837,19 +6070,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 273692 - timestamp: 1689598624555 + size: 274915 + timestamp: 1702383349284 + purls: + - pkg:pypi/distlib - platform: osx-arm64 name: distlib - version: 0.3.7 + version: 0.3.8 category: main manager: conda dependencies: - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -5857,19 +6092,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 273692 - timestamp: 1689598624555 + size: 274915 + timestamp: 1702383349284 + purls: + - pkg:pypi/distlib - platform: win-64 name: distlib - version: 0.3.7 + version: 0.3.8 category: main manager: conda dependencies: - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5877,8 +6114,10 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 273692 - timestamp: 1689598624555 + size: 274915 + timestamp: 1702383349284 + purls: + - pkg:pypi/distlib - platform: linux-64 name: docutils version: 0.20.1 @@ -5887,17 +6126,19 @@ package: dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_3.conda hash: - md5: 33f8066e53679dd4be2355fec849bf01 - sha256: 4e90bbc89f9ab192cb247d8b8ebe54c33e57652f8a057f9f176d9d9dd32993b9 - build: py311h38be061_2 + md5: 1c33f55e5cdcc2a2b973c432b5225bfe + sha256: 0011a2193a5995a6706936156ea5d1021153ec11eb8869b6abfe15a8f6f22ea8 + build: py311h38be061_3 arch: x86_64 subdir: linux-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 915810 - timestamp: 1695300614781 + build_number: 3 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + size: 918352 + timestamp: 1701882791483 + purls: + - pkg:pypi/docutils - platform: osx-64 name: docutils version: 0.20.1 @@ -5906,17 +6147,19 @@ package: dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py311h6eed73b_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py311h6eed73b_3.conda hash: - md5: d56b49f1a2c908d05d1ca6b3f85d0fd5 - sha256: 869e919066b308794e399bc551fc508c175da5f9324b7a324eb259cef8adabf2 - build: py311h6eed73b_2 + md5: 2919376c4957faadc7b96f8894759bfb + sha256: 0fae62e203900a8a013ba2ede852645b87b1568980ddd8e11390c11dc24c3e3c + build: py311h6eed73b_3 arch: x86_64 subdir: osx-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 921558 - timestamp: 1695300850498 + build_number: 3 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + size: 919457 + timestamp: 1701883162608 + purls: + - pkg:pypi/docutils - platform: osx-arm64 name: docutils version: 0.20.1 @@ -5926,17 +6169,19 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py311h267d04e_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py311h267d04e_3.conda hash: - md5: e82ee6e9db96d5f7ddf289399744240d - sha256: 3bc810b946ef8f87681ea4bee2610e8c418f9f61772f5d1ff3ffa803ae7cfbb6 - build: py311h267d04e_2 + md5: 29944e93a6f38b2e0fd4f6b743558959 + sha256: 21af625c067faa77cd3aa2bfd8ca2449cdacdb1b531da8b4cbb476f4a928fdd9 + build: py311h267d04e_3 arch: aarch64 subdir: osx-arm64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 921098 - timestamp: 1695300974246 + build_number: 3 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + size: 919194 + timestamp: 1701883260630 + purls: + - pkg:pypi/docutils - platform: win-64 name: docutils version: 0.20.1 @@ -5945,17 +6190,19 @@ package: dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py311h1ea47a8_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py311h1ea47a8_3.conda hash: - md5: 6b90695c3fc8616b09e3fabc77f816df - sha256: 56c6737d61281897eee17947361704eed48b1cddaf2a9df4e0e10757852622c6 - build: py311h1ea47a8_2 + md5: 53e577542ed0df5a3af146e4a746dbd9 + sha256: fcce275ca03558a4feab18964ee1368f529fe095304a3a99b22e34459a4c0090 + build: py311h1ea47a8_3 arch: x86_64 subdir: win-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 972760 - timestamp: 1695301035902 + build_number: 3 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + size: 973107 + timestamp: 1701883312560 + purls: + - pkg:pypi/docutils - platform: linux-64 name: draco version: 1.5.6 @@ -6055,6 +6302,8 @@ package: noarch: python size: 8431 timestamp: 1649618340031 + purls: + - pkg:pypi/editables - platform: osx-64 name: editables version: '0.3' @@ -6075,6 +6324,8 @@ package: noarch: python size: 8431 timestamp: 1649618340031 + purls: + - pkg:pypi/editables - platform: osx-arm64 name: editables version: '0.3' @@ -6095,6 +6346,8 @@ package: noarch: python size: 8431 timestamp: 1649618340031 + purls: + - pkg:pypi/editables - platform: win-64 name: editables version: '0.3' @@ -6115,6 +6368,8 @@ package: noarch: python size: 8431 timestamp: 1649618340031 + purls: + - pkg:pypi/editables - platform: linux-64 name: eigen version: 3.4.0 @@ -6214,6 +6469,8 @@ package: noarch: python size: 9199 timestamp: 1643888357950 + purls: + - pkg:pypi/entrypoints - platform: osx-64 name: entrypoints version: '0.4' @@ -6234,6 +6491,8 @@ package: noarch: python size: 9199 timestamp: 1643888357950 + purls: + - pkg:pypi/entrypoints - platform: osx-arm64 name: entrypoints version: '0.4' @@ -6254,6 +6513,8 @@ package: noarch: python size: 9199 timestamp: 1643888357950 + purls: + - pkg:pypi/entrypoints - platform: win-64 name: entrypoints version: '0.4' @@ -6274,6 +6535,8 @@ package: noarch: python size: 9199 timestamp: 1643888357950 + purls: + - pkg:pypi/entrypoints - platform: linux-64 name: esbuild version: 0.19.2 @@ -6337,19 +6600,20 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: osx-64 name: exceptiongroup version: 1.2.0 @@ -6357,19 +6621,20 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: osx-arm64 name: exceptiongroup version: 1.2.0 @@ -6377,19 +6642,20 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: win-64 name: exceptiongroup version: 1.2.0 @@ -6397,19 +6663,20 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: linux-64 name: execnet version: 2.0.2 @@ -6430,6 +6697,8 @@ package: noarch: python size: 36534 timestamp: 1688933537234 + purls: + - pkg:pypi/execnet - platform: osx-64 name: execnet version: 2.0.2 @@ -6450,6 +6719,8 @@ package: noarch: python size: 36534 timestamp: 1688933537234 + purls: + - pkg:pypi/execnet - platform: osx-arm64 name: execnet version: 2.0.2 @@ -6470,6 +6741,8 @@ package: noarch: python size: 36534 timestamp: 1688933537234 + purls: + - pkg:pypi/execnet - platform: win-64 name: execnet version: 2.0.2 @@ -6490,6 +6763,8 @@ package: noarch: python size: 36534 timestamp: 1688933537234 + purls: + - pkg:pypi/execnet - platform: linux-64 name: executing version: 2.0.1 @@ -6510,6 +6785,8 @@ package: noarch: python size: 27689 timestamp: 1698580072627 + purls: + - pkg:pypi/executing - platform: osx-64 name: executing version: 2.0.1 @@ -6530,6 +6807,8 @@ package: noarch: python size: 27689 timestamp: 1698580072627 + purls: + - pkg:pypi/executing - platform: osx-arm64 name: executing version: 2.0.1 @@ -6550,6 +6829,8 @@ package: noarch: python size: 27689 timestamp: 1698580072627 + purls: + - pkg:pypi/executing - platform: win-64 name: executing version: 2.0.1 @@ -6570,6 +6851,8 @@ package: noarch: python size: 27689 timestamp: 1698580072627 + purls: + - pkg:pypi/executing - platform: linux-64 name: exiv2 version: 0.27.6 @@ -6759,6 +7042,8 @@ package: noarch: python size: 15605 timestamp: 1698715139726 + purls: + - pkg:pypi/filelock - platform: osx-64 name: filelock version: 3.13.1 @@ -6778,6 +7063,8 @@ package: noarch: python size: 15605 timestamp: 1698715139726 + purls: + - pkg:pypi/filelock - platform: osx-arm64 name: filelock version: 3.13.1 @@ -6797,6 +7084,8 @@ package: noarch: python size: 15605 timestamp: 1698715139726 + purls: + - pkg:pypi/filelock - platform: win-64 name: filelock version: 3.13.1 @@ -6816,6 +7105,8 @@ package: noarch: python size: 15605 timestamp: 1698715139726 + purls: + - pkg:pypi/filelock - platform: linux-64 name: fiona version: 1.9.5 @@ -6850,6 +7141,8 @@ package: license_family: BSD size: 988348 timestamp: 1697078517209 + purls: + - pkg:pypi/fiona - platform: osx-64 name: fiona version: 1.9.5 @@ -6884,6 +7177,8 @@ package: license_family: BSD size: 871895 timestamp: 1697078935194 + purls: + - pkg:pypi/fiona - platform: osx-arm64 name: fiona version: 1.9.5 @@ -6919,6 +7214,8 @@ package: license_family: BSD size: 873617 timestamp: 1697078901418 + purls: + - pkg:pypi/fiona - platform: win-64 name: fiona version: 1.9.5 @@ -6954,9 +7251,11 @@ package: license_family: BSD size: 837890 timestamp: 1697079199653 + purls: + - pkg:pypi/fiona - platform: linux-64 name: folium - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: @@ -6965,10 +7264,11 @@ package: - numpy - python >=3.7 - requests - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda + - xyzservices + url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.1-pyhd8ed1ab_0.conda hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 + md5: 4fdfc338f6fb875b1078a7e20dbc99e2 + sha256: c0730ddfaf35e39ac92b7fd07315843e7948b2ce3361d164ec1b722dd0440c2b build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -6976,11 +7276,13 @@ package: license: MIT license_family: MIT noarch: python - size: 73353 - timestamp: 1699298809319 + size: 71674 + timestamp: 1701690090318 + purls: + - pkg:pypi/folium - platform: osx-64 name: folium - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: @@ -6989,10 +7291,11 @@ package: - numpy - python >=3.7 - requests - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda + - xyzservices + url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.1-pyhd8ed1ab_0.conda hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 + md5: 4fdfc338f6fb875b1078a7e20dbc99e2 + sha256: c0730ddfaf35e39ac92b7fd07315843e7948b2ce3361d164ec1b722dd0440c2b build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7000,11 +7303,13 @@ package: license: MIT license_family: MIT noarch: python - size: 73353 - timestamp: 1699298809319 + size: 71674 + timestamp: 1701690090318 + purls: + - pkg:pypi/folium - platform: osx-arm64 name: folium - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: @@ -7013,10 +7318,11 @@ package: - numpy - python >=3.7 - requests - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda + - xyzservices + url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.1-pyhd8ed1ab_0.conda hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 + md5: 4fdfc338f6fb875b1078a7e20dbc99e2 + sha256: c0730ddfaf35e39ac92b7fd07315843e7948b2ce3361d164ec1b722dd0440c2b build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -7024,11 +7330,13 @@ package: license: MIT license_family: MIT noarch: python - size: 73353 - timestamp: 1699298809319 + size: 71674 + timestamp: 1701690090318 + purls: + - pkg:pypi/folium - platform: win-64 name: folium - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: @@ -7037,10 +7345,11 @@ package: - numpy - python >=3.7 - requests - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda + - xyzservices + url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.1-pyhd8ed1ab_0.conda hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 + md5: 4fdfc338f6fb875b1078a7e20dbc99e2 + sha256: c0730ddfaf35e39ac92b7fd07315843e7948b2ce3361d164ec1b722dd0440c2b build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7048,8 +7357,10 @@ package: license: MIT license_family: MIT noarch: python - size: 73353 - timestamp: 1699298809319 + size: 71674 + timestamp: 1701690090318 + purls: + - pkg:pypi/folium - platform: linux-64 name: font-ttf-dejavu-sans-mono version: '2.37' @@ -7618,7 +7929,7 @@ package: timestamp: 1566932280397 - platform: linux-64 name: fonttools - version: 4.45.1 + version: 4.47.2 category: main manager: conda dependencies: @@ -7627,21 +7938,23 @@ package: - munkres - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.45.1-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.47.2-py311h459d7ec_0.conda hash: - md5: 5b24692ece82f89e5cb9a469d9619731 - sha256: 57d311f86568d46f33845ea8c7d1c9e449a1fa85e510baa17f09e2cae2283681 + md5: 166735a569ab42067b858ca0090a0d22 + sha256: ad8cec7bf5517fb93e480b929423cc9b4091601095ae693c51ae4b7a39676a58 build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 2764094 - timestamp: 1700737071159 + size: 2835909 + timestamp: 1704980039096 + purls: + - pkg:pypi/fonttools - platform: osx-64 name: fonttools - version: 4.45.1 + version: 4.47.2 category: main manager: conda dependencies: @@ -7649,21 +7962,23 @@ package: - munkres - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.45.1-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.47.2-py311he705e18_0.conda hash: - md5: 2910a2886c556ce4085fd59d73ae96f2 - sha256: 5a60241d7585b33160c169ae59b9bd9445c89bfb4604b2d77e7a0db48c04ccc5 + md5: 01356cf9092bddc3e13f0f2c3fca9735 + sha256: 287145d4f52fd2275848dfb9cbc375dc9794c016aa9cc0591981be3a49f53b6b build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 2709456 - timestamp: 1700737223175 + size: 2752704 + timestamp: 1704980597009 + purls: + - pkg:pypi/fonttools - platform: osx-arm64 name: fonttools - version: 4.45.1 + version: 4.47.2 category: main manager: conda dependencies: @@ -7672,21 +7987,23 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.45.1-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.47.2-py311h05b510d_0.conda hash: - md5: 40c7471beb6af15161a202c0ddf04d82 - sha256: 7d8d2c8de468dc5a432e8d083f3b56eeec4380749bcfd09a44c81d42cacceece + md5: ab42446b6d0b5f5a47b9f047c0e2875f + sha256: 080b6ff8d07465641671ce254b04e254c48cf169558f381dba2482814cec8d49 build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 2685890 - timestamp: 1700737534527 + size: 2715277 + timestamp: 1704980490019 + purls: + - pkg:pypi/fonttools - platform: win-64 name: fonttools - version: 4.45.1 + version: 4.47.2 category: main manager: conda dependencies: @@ -7697,18 +8014,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.45.1-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.47.2-py311ha68e1ae_0.conda hash: - md5: eba38fc2eba3f66568b0b60fec756ccc - sha256: 478b298d3ea8da2023c2c29c7886f85006676a5744de3913cd64a35b7bbf5b38 + md5: 56970842a1cf0ab0dc77e5767f41ad84 + sha256: 4d757380890f7c55d369b2328f21dce3a68d19998a52506f7d1160415f34e2bc build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 2377213 - timestamp: 1700737655877 + size: 2414041 + timestamp: 1704980707636 + purls: + - pkg:pypi/fonttools - platform: linux-64 name: fqdn version: 1.5.1 @@ -8047,7 +8366,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libgcc-ng >=12 - libgdal 3.7.2 h3aa23ec_3 - libstdcxx-ng >=12 @@ -8074,7 +8393,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 - libgdal 3.7.2 h00ad6d0_3 - libxml2 >=2.11.5,<2.12.0a0 @@ -8100,7 +8419,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 - libgdal 3.7.2 h1f9bd4d_3 - libxml2 >=2.11.5,<2.12.0a0 @@ -8127,7 +8446,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libgdal 3.7.2 hfa9c32d_3 - libxml2 >=2.11.5,<2.12.0a0 - numpy >=1.23.5,<2.0a0 @@ -8169,6 +8488,8 @@ package: noarch: python size: 20414 timestamp: 1601490140447 + purls: + - pkg:pypi/genson - platform: osx-64 name: genson version: 1.2.2 @@ -8189,6 +8510,8 @@ package: noarch: python size: 20414 timestamp: 1601490140447 + purls: + - pkg:pypi/genson - platform: osx-arm64 name: genson version: 1.2.2 @@ -8209,6 +8532,8 @@ package: noarch: python size: 20414 timestamp: 1601490140447 + purls: + - pkg:pypi/genson - platform: win-64 name: genson version: 1.2.2 @@ -8229,24 +8554,26 @@ package: noarch: python size: 20414 timestamp: 1601490140447 + purls: + - pkg:pypi/genson - platform: linux-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8254,26 +8581,26 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: osx-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8281,26 +8608,26 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: osx-arm64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -8308,26 +8635,26 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: win-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8335,11 +8662,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: linux-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8348,10 +8675,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -8359,11 +8686,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: osx-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8372,10 +8699,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -8383,11 +8710,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: osx-arm64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8396,10 +8723,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -8407,11 +8734,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: win-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8420,10 +8747,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -8431,8 +8758,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: linux-64 name: geos version: 3.12.0 @@ -9154,88 +9481,96 @@ package: timestamp: 1604365484436 - platform: linux-64 name: griffe - version: 0.32.3 + version: 0.38.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.32.3-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda hash: - md5: c74907929bf851e4f72dedbb971c7c3d - sha256: bf99ff0a2b5f4ecad248713fff5c3e0d391d6d308db946b41de81a23d2348b56 - build: pyhd8ed1ab_1 + md5: a7f00e8afb90a766122f880f98f8d182 + sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 78453 - timestamp: 1689627974018 + size: 418809 + timestamp: 1701866604875 + purls: + - pkg:pypi/griffe - platform: osx-64 name: griffe - version: 0.32.3 + version: 0.38.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.32.3-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda hash: - md5: c74907929bf851e4f72dedbb971c7c3d - sha256: bf99ff0a2b5f4ecad248713fff5c3e0d391d6d308db946b41de81a23d2348b56 - build: pyhd8ed1ab_1 + md5: a7f00e8afb90a766122f880f98f8d182 + sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 78453 - timestamp: 1689627974018 + size: 418809 + timestamp: 1701866604875 + purls: + - pkg:pypi/griffe - platform: osx-arm64 name: griffe - version: 0.32.3 + version: 0.38.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.32.3-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda hash: - md5: c74907929bf851e4f72dedbb971c7c3d - sha256: bf99ff0a2b5f4ecad248713fff5c3e0d391d6d308db946b41de81a23d2348b56 - build: pyhd8ed1ab_1 + md5: a7f00e8afb90a766122f880f98f8d182 + sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 78453 - timestamp: 1689627974018 + size: 418809 + timestamp: 1701866604875 + purls: + - pkg:pypi/griffe - platform: win-64 name: griffe - version: 0.32.3 + version: 0.38.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.32.3-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda hash: - md5: c74907929bf851e4f72dedbb971c7c3d - sha256: bf99ff0a2b5f4ecad248713fff5c3e0d391d6d308db946b41de81a23d2348b56 - build: pyhd8ed1ab_1 + md5: a7f00e8afb90a766122f880f98f8d182 + sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 78453 - timestamp: 1689627974018 + size: 418809 + timestamp: 1701866604875 + purls: + - pkg:pypi/griffe - platform: linux-64 name: gsl version: '2.7' @@ -9588,6 +9923,8 @@ package: noarch: python size: 58703 timestamp: 1702967711898 + purls: + - pkg:pypi/hatchling - platform: osx-64 name: hatchling version: 1.21.0 @@ -9615,6 +9952,8 @@ package: noarch: python size: 58703 timestamp: 1702967711898 + purls: + - pkg:pypi/hatchling - platform: osx-arm64 name: hatchling version: 1.21.0 @@ -9642,6 +9981,8 @@ package: noarch: python size: 58703 timestamp: 1702967711898 + purls: + - pkg:pypi/hatchling - platform: win-64 name: hatchling version: 1.21.0 @@ -9669,6 +10010,8 @@ package: noarch: python size: 58703 timestamp: 1702967711898 + purls: + - pkg:pypi/hatchling - platform: linux-64 name: hdf4 version: 4.2.15 @@ -9878,6 +10221,8 @@ package: noarch: python size: 94812 timestamp: 1679483627678 + purls: + - pkg:pypi/httplib2 - platform: osx-64 name: httplib2 version: 0.22.0 @@ -9899,6 +10244,8 @@ package: noarch: python size: 94812 timestamp: 1679483627678 + purls: + - pkg:pypi/httplib2 - platform: osx-arm64 name: httplib2 version: 0.22.0 @@ -9920,6 +10267,8 @@ package: noarch: python size: 94812 timestamp: 1679483627678 + purls: + - pkg:pypi/httplib2 - platform: win-64 name: httplib2 version: 0.22.0 @@ -9941,6 +10290,8 @@ package: noarch: python size: 94812 timestamp: 1679483627678 + purls: + - pkg:pypi/httplib2 - platform: linux-64 name: icu version: '72.1' @@ -10020,16 +10371,16 @@ package: timestamp: 1679314799856 - platform: linux-64 name: identify - version: 2.5.32 + version: 2.5.33 category: main manager: conda dependencies: - python >=3.6 - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.32-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda hash: - md5: 3ef8e9bab1bfaf900bb0a5db8c0c742c - sha256: 0783aa58f43d1c113a2ec300a29ba3313184056f9893671c75037fbadaf9e546 + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -10037,20 +10388,20 @@ package: license: MIT license_family: MIT noarch: python - size: 78169 - timestamp: 1700334018935 + size: 78418 + timestamp: 1701927472533 - platform: osx-64 name: identify - version: 2.5.32 + version: 2.5.33 category: main manager: conda dependencies: - python >=3.6 - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.32-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda hash: - md5: 3ef8e9bab1bfaf900bb0a5db8c0c742c - sha256: 0783aa58f43d1c113a2ec300a29ba3313184056f9893671c75037fbadaf9e546 + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -10058,20 +10409,20 @@ package: license: MIT license_family: MIT noarch: python - size: 78169 - timestamp: 1700334018935 + size: 78418 + timestamp: 1701927472533 - platform: osx-arm64 name: identify - version: 2.5.32 + version: 2.5.33 category: main manager: conda dependencies: - python >=3.6 - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.32-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda hash: - md5: 3ef8e9bab1bfaf900bb0a5db8c0c742c - sha256: 0783aa58f43d1c113a2ec300a29ba3313184056f9893671c75037fbadaf9e546 + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -10079,20 +10430,20 @@ package: license: MIT license_family: MIT noarch: python - size: 78169 - timestamp: 1700334018935 + size: 78418 + timestamp: 1701927472533 - platform: win-64 name: identify - version: 2.5.32 + version: 2.5.33 category: main manager: conda dependencies: - python >=3.6 - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.32-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda hash: - md5: 3ef8e9bab1bfaf900bb0a5db8c0c742c - sha256: 0783aa58f43d1c113a2ec300a29ba3313184056f9893671c75037fbadaf9e546 + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -10100,8 +10451,8 @@ package: license: MIT license_family: MIT noarch: python - size: 78169 - timestamp: 1700334018935 + size: 78418 + timestamp: 1701927472533 - platform: linux-64 name: idna version: '3.6' @@ -10122,6 +10473,8 @@ package: noarch: python size: 50124 timestamp: 1701027126206 + purls: + - pkg:pypi/idna - platform: osx-64 name: idna version: '3.6' @@ -10142,6 +10495,8 @@ package: noarch: python size: 50124 timestamp: 1701027126206 + purls: + - pkg:pypi/idna - platform: osx-arm64 name: idna version: '3.6' @@ -10162,6 +10517,8 @@ package: noarch: python size: 50124 timestamp: 1701027126206 + purls: + - pkg:pypi/idna - platform: win-64 name: idna version: '3.6' @@ -10182,18 +10539,20 @@ package: noarch: python size: 50124 timestamp: 1701027126206 + purls: + - pkg:pypi/idna - platform: linux-64 name: importlib-metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - python >=3.8 - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -10201,20 +10560,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 25910 - timestamp: 1688754651944 + size: 26450 + timestamp: 1703269427097 - platform: osx-64 name: importlib-metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - python >=3.8 - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -10222,20 +10581,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 25910 - timestamp: 1688754651944 + size: 26450 + timestamp: 1703269427097 - platform: osx-arm64 name: importlib-metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - python >=3.8 - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -10243,20 +10602,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 25910 - timestamp: 1688754651944 + size: 26450 + timestamp: 1703269427097 - platform: win-64 name: importlib-metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - python >=3.8 - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -10264,8 +10623,8 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 25910 - timestamp: 1688754651944 + size: 26450 + timestamp: 1703269427097 - platform: linux-64 name: importlib-resources version: 6.1.1 @@ -10352,15 +10711,15 @@ package: timestamp: 1699364751365 - platform: linux-64 name: importlib_metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -10368,19 +10727,19 @@ package: license: Apache-2.0 license_family: APACHE noarch: generic - size: 9428 - timestamp: 1688754660209 + size: 9575 + timestamp: 1703269436329 - platform: osx-64 name: importlib_metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -10388,19 +10747,19 @@ package: license: Apache-2.0 license_family: APACHE noarch: generic - size: 9428 - timestamp: 1688754660209 + size: 9575 + timestamp: 1703269436329 - platform: osx-arm64 name: importlib_metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 build: hd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -10408,19 +10767,19 @@ package: license: Apache-2.0 license_family: APACHE noarch: generic - size: 9428 - timestamp: 1688754660209 + size: 9575 + timestamp: 1703269436329 - platform: win-64 name: importlib_metadata - version: 6.8.0 + version: 7.0.1 category: main manager: conda dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -10428,8 +10787,8 @@ package: license: Apache-2.0 license_family: APACHE noarch: generic - size: 9428 - timestamp: 1688754660209 + size: 9575 + timestamp: 1703269436329 - platform: linux-64 name: importlib_resources version: 6.1.1 @@ -10453,6 +10812,8 @@ package: noarch: python size: 29951 timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources - platform: osx-64 name: importlib_resources version: 6.1.1 @@ -10476,6 +10837,8 @@ package: noarch: python size: 29951 timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources - platform: osx-arm64 name: importlib_resources version: 6.1.1 @@ -10499,6 +10862,8 @@ package: noarch: python size: 29951 timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources - platform: win-64 name: importlib_resources version: 6.1.1 @@ -10522,6 +10887,8 @@ package: noarch: python size: 29951 timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources - platform: linux-64 name: inflect version: 5.6.2 @@ -10543,6 +10910,8 @@ package: noarch: python size: 36112 timestamp: 1657910314055 + purls: + - pkg:pypi/inflect - platform: osx-64 name: inflect version: 5.6.2 @@ -10564,6 +10933,8 @@ package: noarch: python size: 36112 timestamp: 1657910314055 + purls: + - pkg:pypi/inflect - platform: osx-arm64 name: inflect version: 5.6.2 @@ -10585,6 +10956,8 @@ package: noarch: python size: 36112 timestamp: 1657910314055 + purls: + - pkg:pypi/inflect - platform: win-64 name: inflect version: 5.6.2 @@ -10606,6 +10979,8 @@ package: noarch: python size: 36112 timestamp: 1657910314055 + purls: + - pkg:pypi/inflect - platform: linux-64 name: iniconfig version: 2.0.0 @@ -10626,6 +11001,8 @@ package: noarch: python size: 11101 timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig - platform: osx-64 name: iniconfig version: 2.0.0 @@ -10646,6 +11023,8 @@ package: noarch: python size: 11101 timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig - platform: osx-arm64 name: iniconfig version: 2.0.0 @@ -10666,6 +11045,8 @@ package: noarch: python size: 11101 timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig - platform: win-64 name: iniconfig version: 2.0.0 @@ -10686,27 +11067,29 @@ package: noarch: python size: 11101 timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig - platform: win-64 name: intel-openmp - version: 2023.2.0 + version: 2024.0.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49840.conda hash: - md5: a401f3cae152deb75bbed766a90a6312 - sha256: dd9fded25ebe5c66af30ac6e3685146efdc2d7787035f01bfb546b347f138f6f - build: h57928b3_50497 + md5: 17969ee589e13b49e36f39549d42cd33 + sha256: bef0d8633ba85adee523efe08582793bcbf84c889bc47cd1025f912980a1d01b + build: h57928b3_49840 arch: x86_64 subdir: win-64 - build_number: 50497 + build_number: 49840 license: LicenseRef-ProprietaryIntel license_family: Proprietary - size: 2523079 - timestamp: 1698351323119 + size: 2324884 + timestamp: 1701972722357 - platform: linux-64 name: ipykernel - version: 6.26.0 + version: 6.28.0 category: main manager: conda dependencies: @@ -10721,25 +11104,27 @@ package: - packaging - psutil - python >=3.8 - - pyzmq >=20 + - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyhd33586a_0.conda hash: - md5: 2307f71f5f0896d4b91b93e6b468abff - sha256: 9e647454f7572101657a07820ebed294df9a6a527b041cd5e4dd98b8aa3db625 - build: pyhf8b6a83_0 + md5: 726e1192b05b38c8c008fd67bc237969 + sha256: d2a44085c5ed177b7ff7fa710c76e7ad2fb21a28ebc7389ee446225438b7fa5e + build: pyhd33586a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 116210 - timestamp: 1698244196564 + size: 116021 + timestamp: 1703631907512 + purls: + - pkg:pypi/ipykernel - platform: osx-64 name: ipykernel - version: 6.26.0 + version: 6.28.0 category: main manager: conda dependencies: @@ -10755,13 +11140,13 @@ package: - packaging - psutil - python >=3.8 - - pyzmq >=20 + - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyh3cd1d5f_0.conda hash: - md5: 3c6e2148d30e6a762d8327a433ebfb5a - sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa + md5: 6d7a64ceac7e85b878ed3d31b1591ca3 + sha256: 9c987390dfeb1d36a85344785d20c0dc5c9684c013e4f1f6446c57dfdb43f5bd build: pyh3cd1d5f_0 arch: x86_64 subdir: osx-64 @@ -10769,11 +11154,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116536 - timestamp: 1698244546989 + size: 116327 + timestamp: 1703632075278 + purls: + - pkg:pypi/ipykernel - platform: osx-arm64 name: ipykernel - version: 6.26.0 + version: 6.28.0 category: main manager: conda dependencies: @@ -10789,13 +11176,13 @@ package: - packaging - psutil - python >=3.8 - - pyzmq >=20 + - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyh3cd1d5f_0.conda hash: - md5: 3c6e2148d30e6a762d8327a433ebfb5a - sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa + md5: 6d7a64ceac7e85b878ed3d31b1591ca3 + sha256: 9c987390dfeb1d36a85344785d20c0dc5c9684c013e4f1f6446c57dfdb43f5bd build: pyh3cd1d5f_0 arch: aarch64 subdir: osx-arm64 @@ -10803,11 +11190,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116536 - timestamp: 1698244546989 + size: 116327 + timestamp: 1703632075278 + purls: + - pkg:pypi/ipykernel - platform: win-64 name: ipykernel - version: 6.26.0 + version: 6.28.0 category: main manager: conda dependencies: @@ -10822,13 +11211,13 @@ package: - packaging - psutil - python >=3.8 - - pyzmq >=20 + - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyha63f2e9_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyha63f2e9_0.conda hash: - md5: 10e1de12f78f0fedb82ff723f602b5c5 - sha256: 7208f5ae35c321d03c71e4072c959c60f877d1b9cc2fb32d805972b54123fb95 + md5: c75b7c545f4b2f1cdbd2dd50227befde + sha256: db66ea95ccee5da0d41f68402bc58922d5cc5641cbbec8b6ff610f83af935c39 build: pyha63f2e9_0 arch: x86_64 subdir: win-64 @@ -10836,11 +11225,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116868 - timestamp: 1698244441309 + size: 116749 + timestamp: 1703632228905 + purls: + - pkg:pypi/ipykernel - platform: linux-64 name: ipython - version: 8.18.1 + version: 8.20.0 category: main manager: conda dependencies: @@ -10851,28 +11242,30 @@ package: - matplotlib-inline - pexpect >4.3 - pickleshare - - prompt-toolkit >=3.0.30,<3.1.0,!=3.0.37 + - prompt-toolkit >=3.0.41,<3.1.0 - pygments >=2.4.0 - - python >=3.9 + - python >=3.10 - stack_data - traitlets >=5 - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh31011fe_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.20.0-pyh707e725_0.conda hash: - md5: ac2f9c2e10c2e90e8d135cef51f9753a - sha256: 67490e640faa372d663a5c5cd2d61f417cce22a019a4de82a9e5ddb1cf2ee181 - build: pyh31011fe_1 + md5: c2d2d7453560c80a2138c354610c08ba + sha256: 94fddc9f2f344d70aadabcccc595d0f32d87acaf4f2bce264058d4bb67c1c27f + build: pyh707e725_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 590243 - timestamp: 1701092540336 + size: 591018 + timestamp: 1704719019020 + purls: + - pkg:pypi/ipython - platform: osx-64 name: ipython - version: 8.18.1 + version: 8.20.0 category: main manager: conda dependencies: @@ -10883,28 +11276,30 @@ package: - matplotlib-inline - pexpect >4.3 - pickleshare - - prompt-toolkit >=3.0.30,<3.1.0,!=3.0.37 + - prompt-toolkit >=3.0.41,<3.1.0 - pygments >=2.4.0 - - python >=3.9 + - python >=3.10 - stack_data - traitlets >=5 - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh31011fe_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.20.0-pyh707e725_0.conda hash: - md5: ac2f9c2e10c2e90e8d135cef51f9753a - sha256: 67490e640faa372d663a5c5cd2d61f417cce22a019a4de82a9e5ddb1cf2ee181 - build: pyh31011fe_1 + md5: c2d2d7453560c80a2138c354610c08ba + sha256: 94fddc9f2f344d70aadabcccc595d0f32d87acaf4f2bce264058d4bb67c1c27f + build: pyh707e725_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 590243 - timestamp: 1701092540336 + size: 591018 + timestamp: 1704719019020 + purls: + - pkg:pypi/ipython - platform: osx-arm64 name: ipython - version: 8.18.1 + version: 8.20.0 category: main manager: conda dependencies: @@ -10915,28 +11310,30 @@ package: - matplotlib-inline - pexpect >4.3 - pickleshare - - prompt-toolkit >=3.0.30,<3.1.0,!=3.0.37 + - prompt-toolkit >=3.0.41,<3.1.0 - pygments >=2.4.0 - - python >=3.9 + - python >=3.10 - stack_data - traitlets >=5 - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh31011fe_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.20.0-pyh707e725_0.conda hash: - md5: ac2f9c2e10c2e90e8d135cef51f9753a - sha256: 67490e640faa372d663a5c5cd2d61f417cce22a019a4de82a9e5ddb1cf2ee181 - build: pyh31011fe_1 + md5: c2d2d7453560c80a2138c354610c08ba + sha256: 94fddc9f2f344d70aadabcccc595d0f32d87acaf4f2bce264058d4bb67c1c27f + build: pyh707e725_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 590243 - timestamp: 1701092540336 + size: 591018 + timestamp: 1704719019020 + purls: + - pkg:pypi/ipython - platform: win-64 name: ipython - version: 8.18.1 + version: 8.20.0 category: main manager: conda dependencies: @@ -10947,25 +11344,27 @@ package: - jedi >=0.16 - matplotlib-inline - pickleshare - - prompt-toolkit >=3.0.30,<3.1.0,!=3.0.37 + - prompt-toolkit >=3.0.41,<3.1.0 - pygments >=2.4.0 - - python >=3.9 + - python >=3.10 - stack_data - traitlets >=5 - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh5737063_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.20.0-pyh7428d3b_0.conda hash: - md5: 2d6efe4b70b555e766b544e4c8b39a8b - sha256: 15cc7e64ada322f517a3033a7586115c90693eb5da40349f9bbaf728ef17295d - build: pyh5737063_1 + md5: 18d1a19c6410fbc04f4bc69bad3a5f07 + sha256: 6d2c38db3b0cbe336f6abed97fcb27949d8334c1dd25134d60ced83896d6ccba + build: pyh7428d3b_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 591332 - timestamp: 1701093094777 + size: 590823 + timestamp: 1704719354431 + purls: + - pkg:pypi/ipython - platform: linux-64 name: isoduration version: 20.11.0 @@ -11052,88 +11451,96 @@ package: timestamp: 1638811664194 - platform: linux-64 name: isort - version: 5.12.0 + version: 5.13.2 category: main manager: conda dependencies: - python >=3.8,<4.0 - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda hash: - md5: 07ed3421bad60867234c7a9282ea39d4 - sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - build: pyhd8ed1ab_1 + md5: 1d25ed2b95b92b026aaa795eabec8d91 + sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 73326 - timestamp: 1675033987894 + size: 73783 + timestamp: 1702518633821 + purls: + - pkg:pypi/isort - platform: osx-64 name: isort - version: 5.12.0 + version: 5.13.2 category: main manager: conda dependencies: - python >=3.8,<4.0 - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda hash: - md5: 07ed3421bad60867234c7a9282ea39d4 - sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - build: pyhd8ed1ab_1 + md5: 1d25ed2b95b92b026aaa795eabec8d91 + sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 73326 - timestamp: 1675033987894 + size: 73783 + timestamp: 1702518633821 + purls: + - pkg:pypi/isort - platform: osx-arm64 name: isort - version: 5.12.0 + version: 5.13.2 category: main manager: conda dependencies: - python >=3.8,<4.0 - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda hash: - md5: 07ed3421bad60867234c7a9282ea39d4 - sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - build: pyhd8ed1ab_1 + md5: 1d25ed2b95b92b026aaa795eabec8d91 + sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 73326 - timestamp: 1675033987894 + size: 73783 + timestamp: 1702518633821 + purls: + - pkg:pypi/isort - platform: win-64 name: isort - version: 5.12.0 + version: 5.13.2 category: main manager: conda dependencies: - python >=3.8,<4.0 - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda hash: - md5: 07ed3421bad60867234c7a9282ea39d4 - sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - build: pyhd8ed1ab_1 + md5: 1d25ed2b95b92b026aaa795eabec8d91 + sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 73326 - timestamp: 1675033987894 + size: 73783 + timestamp: 1702518633821 + purls: + - pkg:pypi/isort - platform: linux-64 name: jaraco.classes version: 3.3.0 @@ -11155,6 +11562,8 @@ package: noarch: python size: 11288 timestamp: 1689112573324 + purls: + - pkg:pypi/jaraco-classes - platform: osx-64 name: jaraco.classes version: 3.3.0 @@ -11176,6 +11585,8 @@ package: noarch: python size: 11288 timestamp: 1689112573324 + purls: + - pkg:pypi/jaraco-classes - platform: osx-arm64 name: jaraco.classes version: 3.3.0 @@ -11197,6 +11608,8 @@ package: noarch: python size: 11288 timestamp: 1689112573324 + purls: + - pkg:pypi/jaraco-classes - platform: win-64 name: jaraco.classes version: 3.3.0 @@ -11218,6 +11631,8 @@ package: noarch: python size: 11288 timestamp: 1689112573324 + purls: + - pkg:pypi/jaraco-classes - platform: linux-64 name: jedi version: 0.19.1 @@ -11239,6 +11654,8 @@ package: noarch: python size: 841312 timestamp: 1696326218364 + purls: + - pkg:pypi/jedi - platform: osx-64 name: jedi version: 0.19.1 @@ -11260,6 +11677,8 @@ package: noarch: python size: 841312 timestamp: 1696326218364 + purls: + - pkg:pypi/jedi - platform: osx-arm64 name: jedi version: 0.19.1 @@ -11281,6 +11700,8 @@ package: noarch: python size: 841312 timestamp: 1696326218364 + purls: + - pkg:pypi/jedi - platform: win-64 name: jedi version: 0.19.1 @@ -11302,6 +11723,8 @@ package: noarch: python size: 841312 timestamp: 1696326218364 + purls: + - pkg:pypi/jedi - platform: linux-64 name: jeepney version: 0.8.0 @@ -11322,90 +11745,96 @@ package: noarch: python size: 36895 timestamp: 1649085298891 + purls: + - pkg:pypi/jeepney - platform: linux-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 - platform: osx-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 - platform: osx-arm64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 - platform: win-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 - platform: linux-64 name: joblib version: 1.3.2 @@ -11565,6 +11994,8 @@ package: noarch: python size: 25003 timestamp: 1688248468479 + purls: + - pkg:pypi/json5 - platform: osx-64 name: json5 version: 0.9.14 @@ -11585,6 +12016,8 @@ package: noarch: python size: 25003 timestamp: 1688248468479 + purls: + - pkg:pypi/json5 - platform: osx-arm64 name: json5 version: 0.9.14 @@ -11605,6 +12038,8 @@ package: noarch: python size: 25003 timestamp: 1688248468479 + purls: + - pkg:pypi/json5 - platform: win-64 name: json5 version: 0.9.14 @@ -11625,6 +12060,8 @@ package: noarch: python size: 25003 timestamp: 1688248468479 + purls: + - pkg:pypi/json5 - platform: linux-64 name: jsonpointer version: '2.4' @@ -11645,6 +12082,8 @@ package: license_family: BSD size: 18389 timestamp: 1695397377176 + purls: + - pkg:pypi/jsonpointer - platform: osx-64 name: jsonpointer version: '2.4' @@ -11665,6 +12104,8 @@ package: license_family: BSD size: 18557 timestamp: 1695397765266 + purls: + - pkg:pypi/jsonpointer - platform: osx-arm64 name: jsonpointer version: '2.4' @@ -11686,6 +12127,8 @@ package: license_family: BSD size: 18841 timestamp: 1695397944650 + purls: + - pkg:pypi/jsonpointer - platform: win-64 name: jsonpointer version: '2.4' @@ -11706,6 +12149,8 @@ package: license_family: BSD size: 34654 timestamp: 1695397742357 + purls: + - pkg:pypi/jsonpointer - platform: linux-64 name: jsonschema version: 4.20.0 @@ -11812,17 +12257,17 @@ package: timestamp: 1700160056678 - platform: linux-64 name: jsonschema-specifications - version: 2023.11.1 + version: 2023.12.1 category: main manager: conda dependencies: - importlib_resources >=1.4.0 - python >=3.8 - referencing >=0.31.0 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda hash: - md5: 094ff9cf36957f95bb74cee42ab140b2 - sha256: 17ac31b620a7bb81c6468b4ba9ad4aeb1c6c6669e9dd7e4ad909da48702a6091 + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -11830,21 +12275,23 @@ package: license: MIT license_family: MIT noarch: python - size: 15345 - timestamp: 1700059294896 + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications - platform: osx-64 name: jsonschema-specifications - version: 2023.11.1 + version: 2023.12.1 category: main manager: conda dependencies: - importlib_resources >=1.4.0 - python >=3.8 - referencing >=0.31.0 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda hash: - md5: 094ff9cf36957f95bb74cee42ab140b2 - sha256: 17ac31b620a7bb81c6468b4ba9ad4aeb1c6c6669e9dd7e4ad909da48702a6091 + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -11852,21 +12299,23 @@ package: license: MIT license_family: MIT noarch: python - size: 15345 - timestamp: 1700059294896 + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications - platform: osx-arm64 name: jsonschema-specifications - version: 2023.11.1 + version: 2023.12.1 category: main manager: conda dependencies: - importlib_resources >=1.4.0 - python >=3.8 - referencing >=0.31.0 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda hash: - md5: 094ff9cf36957f95bb74cee42ab140b2 - sha256: 17ac31b620a7bb81c6468b4ba9ad4aeb1c6c6669e9dd7e4ad909da48702a6091 + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -11874,21 +12323,23 @@ package: license: MIT license_family: MIT noarch: python - size: 15345 - timestamp: 1700059294896 + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications - platform: win-64 name: jsonschema-specifications - version: 2023.11.1 + version: 2023.12.1 category: main manager: conda dependencies: - importlib_resources >=1.4.0 - python >=3.8 - referencing >=0.31.0 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda hash: - md5: 094ff9cf36957f95bb74cee42ab140b2 - sha256: 17ac31b620a7bb81c6468b4ba9ad4aeb1c6c6669e9dd7e4ad909da48702a6091 + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -11896,8 +12347,10 @@ package: license: MIT license_family: MIT noarch: python - size: 15345 - timestamp: 1700059294896 + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications - platform: linux-64 name: jsonschema-with-format-nongpl version: 4.20.0 @@ -12204,6 +12657,8 @@ package: noarch: python size: 105838 timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client - platform: osx-64 name: jupyter_client version: 8.6.0 @@ -12230,6 +12685,8 @@ package: noarch: python size: 105838 timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client - platform: osx-arm64 name: jupyter_client version: 8.6.0 @@ -12256,6 +12713,8 @@ package: noarch: python size: 105838 timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client - platform: win-64 name: jupyter_client version: 8.6.0 @@ -12282,9 +12741,11 @@ package: noarch: python size: 105838 timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client - platform: linux-64 name: jupyter_core - version: 5.5.0 + version: 5.7.1 category: main manager: conda dependencies: @@ -12292,21 +12753,21 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.5.0-py311h38be061_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.1-py311h38be061_0.conda hash: - md5: cee83be29258275f75029125e186ab6d - sha256: 60bfaec278b3ea4462abd8321b47412864c54bd63575e2698da81c5755e617c1 + md5: 175a430872841f7c351879f4c4c85b9e + sha256: fcfaa3875882ff564e1ea40d8a0d9b615d1f7782bf197c94983da9538e2e30fe build: py311h38be061_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 93811 - timestamp: 1698673782880 + size: 94700 + timestamp: 1704727234663 - platform: osx-64 name: jupyter_core - version: 5.5.0 + version: 5.7.1 category: main manager: conda dependencies: @@ -12314,21 +12775,21 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.5.0-py311h6eed73b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py311h6eed73b_0.conda hash: - md5: d7ee59df3fd2eec8dd60c1fcfa29a73d - sha256: d570b1554e3fd90085db1eb23ba61d595f1e588865b603ab193c73a2db50b64d + md5: dba0081b62395e6a79a63d26d75da2b3 + sha256: f86209d1e2bc1a0e8133c3ca7e5f8296a0ca2bf25c2c16689805c487363bd304 build: py311h6eed73b_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 94066 - timestamp: 1698675917939 + size: 95766 + timestamp: 1704727391161 - platform: osx-arm64 name: jupyter_core - version: 5.5.0 + version: 5.7.1 category: main manager: conda dependencies: @@ -12337,21 +12798,21 @@ package: - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.5.0-py311h267d04e_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.1-py311h267d04e_0.conda hash: - md5: e8e88dea6f85c4efad941afd8c972376 - sha256: 447426241b1d8dc1a468ecd4501469f39e2f6967a9c8698edbe20615ba8735ad + md5: f6aab68724a56fbc7c68ee792e684c0a + sha256: 8f533d11b726d5c7a65a2d83ee2a2c5fcf0a09d8db56dd08b43287fc16570e3f build: py311h267d04e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 93517 - timestamp: 1698674151360 + size: 95028 + timestamp: 1704727720116 - platform: win-64 name: jupyter_core - version: 5.5.0 + version: 5.7.1 category: main manager: conda dependencies: @@ -12360,18 +12821,18 @@ package: - python_abi 3.11.* *_cp311 - pywin32 >=300 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.5.0-py311h1ea47a8_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.1-py311h1ea47a8_0.conda hash: - md5: 8204454e085013b1b6908f04c63eaa36 - sha256: 2cddd12760fa4a14eb5f448e7e3f961b835b8c7ef4bc47e89a9fdd03f4ffac04 + md5: 35203ed9825f536e070fa6cbf8ffe2f1 + sha256: b46d51e3a79772ea038bd1902540472c75255be3bc32ef0299c25b2202759330 build: py311h1ea47a8_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 110149 - timestamp: 1698674340148 + size: 112220 + timestamp: 1704727783199 - platform: linux-64 name: jupyter_events version: 0.9.0 @@ -12482,7 +12943,7 @@ package: timestamp: 1699286038042 - platform: linux-64 name: jupyter_server - version: 2.11.1 + version: 2.12.4 category: main manager: conda dependencies: @@ -12505,10 +12966,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda hash: - md5: 0699b715659c026f7f81c27d0e744205 - sha256: 605825c0e2d5af7935b37319b9a46ff39e081e7a0f4dc973f0dd583f41c69ce5 + md5: 2d36059b1f736bd04ebee69d75205575 + sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -12516,11 +12977,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320630 - timestamp: 1701102248105 + size: 320608 + timestamp: 1704986996386 + purls: + - pkg:pypi/jupyter-server - platform: osx-64 name: jupyter_server - version: 2.11.1 + version: 2.12.4 category: main manager: conda dependencies: @@ -12543,10 +13006,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda hash: - md5: 0699b715659c026f7f81c27d0e744205 - sha256: 605825c0e2d5af7935b37319b9a46ff39e081e7a0f4dc973f0dd583f41c69ce5 + md5: 2d36059b1f736bd04ebee69d75205575 + sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12554,11 +13017,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320630 - timestamp: 1701102248105 + size: 320608 + timestamp: 1704986996386 + purls: + - pkg:pypi/jupyter-server - platform: osx-arm64 name: jupyter_server - version: 2.11.1 + version: 2.12.4 category: main manager: conda dependencies: @@ -12581,10 +13046,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda hash: - md5: 0699b715659c026f7f81c27d0e744205 - sha256: 605825c0e2d5af7935b37319b9a46ff39e081e7a0f4dc973f0dd583f41c69ce5 + md5: 2d36059b1f736bd04ebee69d75205575 + sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12592,11 +13057,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320630 - timestamp: 1701102248105 + size: 320608 + timestamp: 1704986996386 + purls: + - pkg:pypi/jupyter-server - platform: win-64 name: jupyter_server - version: 2.11.1 + version: 2.12.4 category: main manager: conda dependencies: @@ -12619,10 +13086,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.11.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda hash: - md5: 0699b715659c026f7f81c27d0e744205 - sha256: 605825c0e2d5af7935b37319b9a46ff39e081e7a0f4dc973f0dd583f41c69ce5 + md5: 2d36059b1f736bd04ebee69d75205575 + sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12630,95 +13097,105 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320630 - timestamp: 1701102248105 + size: 320608 + timestamp: 1704986996386 + purls: + - pkg:pypi/jupyter-server - platform: linux-64 name: jupyter_server_terminals - version: 0.4.4 + version: 0.5.1 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - build: pyhd8ed1ab_1 + md5: 919e6d570f8b3839f3a1ed99b25088af + sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 18974 - timestamp: 1673491600853 + size: 19704 + timestamp: 1703611253700 + purls: + - pkg:pypi/jupyter-server-terminals - platform: osx-64 name: jupyter_server_terminals - version: 0.4.4 + version: 0.5.1 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - build: pyhd8ed1ab_1 + md5: 919e6d570f8b3839f3a1ed99b25088af + sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 18974 - timestamp: 1673491600853 + size: 19704 + timestamp: 1703611253700 + purls: + - pkg:pypi/jupyter-server-terminals - platform: osx-arm64 name: jupyter_server_terminals - version: 0.4.4 + version: 0.5.1 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - build: pyhd8ed1ab_1 + md5: 919e6d570f8b3839f3a1ed99b25088af + sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 18974 - timestamp: 1673491600853 + size: 19704 + timestamp: 1703611253700 + purls: + - pkg:pypi/jupyter-server-terminals - platform: win-64 name: jupyter_server_terminals - version: 0.4.4 + version: 0.5.1 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - build: pyhd8ed1ab_1 + md5: 919e6d570f8b3839f3a1ed99b25088af + sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 18974 - timestamp: 1673491600853 + size: 19704 + timestamp: 1703611253700 + purls: + - pkg:pypi/jupyter-server-terminals - platform: linux-64 name: jupyterlab - version: 4.0.9 + version: 4.0.10 category: main manager: conda dependencies: @@ -12737,10 +13214,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda hash: - md5: 7da6e874b0904e411ec2fd8e6082841e - sha256: 1c55e63e4b84810796c8827370ebd597ad3f45bcd0c1fa9975a363bc6a895f23 + md5: a2a505f332f32914004f9b058fd9d0c2 + sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -12748,11 +13225,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5319953 - timestamp: 1700340981595 + size: 5516592 + timestamp: 1703881575801 + purls: + - pkg:pypi/jupyterlab - platform: osx-64 name: jupyterlab - version: 4.0.9 + version: 4.0.10 category: main manager: conda dependencies: @@ -12771,10 +13250,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda hash: - md5: 7da6e874b0904e411ec2fd8e6082841e - sha256: 1c55e63e4b84810796c8827370ebd597ad3f45bcd0c1fa9975a363bc6a895f23 + md5: a2a505f332f32914004f9b058fd9d0c2 + sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12782,11 +13261,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5319953 - timestamp: 1700340981595 + size: 5516592 + timestamp: 1703881575801 + purls: + - pkg:pypi/jupyterlab - platform: osx-arm64 name: jupyterlab - version: 4.0.9 + version: 4.0.10 category: main manager: conda dependencies: @@ -12805,10 +13286,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda hash: - md5: 7da6e874b0904e411ec2fd8e6082841e - sha256: 1c55e63e4b84810796c8827370ebd597ad3f45bcd0c1fa9975a363bc6a895f23 + md5: a2a505f332f32914004f9b058fd9d0c2 + sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12816,11 +13297,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5319953 - timestamp: 1700340981595 + size: 5516592 + timestamp: 1703881575801 + purls: + - pkg:pypi/jupyterlab - platform: win-64 name: jupyterlab - version: 4.0.9 + version: 4.0.10 category: main manager: conda dependencies: @@ -12839,10 +13322,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda hash: - md5: 7da6e874b0904e411ec2fd8e6082841e - sha256: 1c55e63e4b84810796c8827370ebd597ad3f45bcd0c1fa9975a363bc6a895f23 + md5: a2a505f332f32914004f9b058fd9d0c2 + sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12850,8 +13333,10 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5319953 - timestamp: 1700340981595 + size: 5516592 + timestamp: 1703881575801 + purls: + - pkg:pypi/jupyterlab - platform: linux-64 name: jupyterlab_pygments version: 0.3.0 @@ -12873,6 +13358,8 @@ package: noarch: python size: 18651 timestamp: 1700744201155 + purls: + - pkg:pypi/jupyterlab-pygments - platform: osx-64 name: jupyterlab_pygments version: 0.3.0 @@ -12894,6 +13381,8 @@ package: noarch: python size: 18651 timestamp: 1700744201155 + purls: + - pkg:pypi/jupyterlab-pygments - platform: osx-arm64 name: jupyterlab_pygments version: 0.3.0 @@ -12915,6 +13404,8 @@ package: noarch: python size: 18651 timestamp: 1700744201155 + purls: + - pkg:pypi/jupyterlab-pygments - platform: win-64 name: jupyterlab_pygments version: 0.3.0 @@ -12936,6 +13427,8 @@ package: noarch: python size: 18651 timestamp: 1700744201155 + purls: + - pkg:pypi/jupyterlab-pygments - platform: linux-64 name: jupyterlab_server version: 2.25.2 @@ -13062,7 +13555,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.2-hcd42e92_1.conda @@ -13083,7 +13576,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.2-h052fcf7_1.conda hash: @@ -13103,7 +13596,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.2-h47b5e36_1.conda hash: @@ -13123,7 +13616,7 @@ package: category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 @@ -13163,6 +13656,8 @@ package: license_family: MIT size: 77400 timestamp: 1699923975834 + purls: + - pkg:pypi/keyring - platform: osx-64 name: keyring version: 24.3.0 @@ -13185,6 +13680,8 @@ package: license_family: MIT size: 78460 timestamp: 1699924265903 + purls: + - pkg:pypi/keyring - platform: osx-arm64 name: keyring version: 24.3.0 @@ -13208,6 +13705,8 @@ package: license_family: MIT size: 78964 timestamp: 1699924228781 + purls: + - pkg:pypi/keyring - platform: win-64 name: keyring version: 24.3.0 @@ -13231,6 +13730,8 @@ package: license_family: MIT size: 94691 timestamp: 1699924273245 + purls: + - pkg:pypi/keyring - platform: linux-64 name: keyutils version: 1.6.1 @@ -13328,6 +13829,8 @@ package: license_family: BSD size: 73273 timestamp: 1695380140676 + purls: + - pkg:pypi/kiwisolver - platform: osx-64 name: kiwisolver version: 1.4.5 @@ -13349,6 +13852,8 @@ package: license_family: BSD size: 60694 timestamp: 1695380246398 + purls: + - pkg:pypi/kiwisolver - platform: osx-arm64 name: kiwisolver version: 1.4.5 @@ -13371,6 +13876,8 @@ package: license_family: BSD size: 61946 timestamp: 1695380538042 + purls: + - pkg:pypi/kiwisolver - platform: win-64 name: kiwisolver version: 1.4.5 @@ -13394,6 +13901,8 @@ package: license_family: BSD size: 55822 timestamp: 1695380386563 + purls: + - pkg:pypi/kiwisolver - platform: linux-64 name: krb5 version: 1.21.2 @@ -14310,100 +14819,101 @@ package: category: main manager: conda dependencies: - - mkl 2023.2.0 h6a75c08_50497 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-20_win64_mkl.conda + - libopenblas 0.3.25 pthreads_hc140b1d_0 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-20_win64_openblas.conda hash: - md5: 6cad6cd2fbdeef4d651b8f752a4da960 - sha256: 34becfe991510be7b9ee05b4ae466c5a26a72af275c3071c1ca7e2308d3f7e64 - build: 20_win64_mkl + md5: a61b73fe9bdaed0970ae4c88fc27efbf + sha256: 30e0b6aeac632839eab946790ff96a001c815547beb759b8b458f53624568941 + build: 20_win64_openblas arch: x86_64 subdir: win-64 build_number: 20 constrains: - - liblapacke 3.9.0 20_win64_mkl - - blas * mkl - - liblapack 3.9.0 20_win64_mkl - - libcblas 3.9.0 20_win64_mkl + - liblapack 3.9.0 20_win64_openblas + - liblapacke 3.9.0 20_win64_openblas + - libcblas 3.9.0 20_win64_openblas + - blas * openblas + track_features: blas_openblas license: BSD-3-Clause license_family: BSD - size: 4981090 - timestamp: 1700569135332 + size: 3951472 + timestamp: 1700568908903 - platform: linux-64 name: libboost-headers - version: 1.83.0 + version: 1.84.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/libboost-headers-1.83.0-ha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libboost-headers-1.84.0-ha770c72_0.conda hash: - md5: 1fc57b3ba24d18cc75f431d7feb2c785 - sha256: aaa194e8b7ba401e6507a2f6dc0714d2f8f5a9951f8be18b96c250b0a1175982 + md5: 9c595e87653a36aa4d8c71b4e2f7e586 + sha256: f6a6eb40a33b32eaab5d9ab36567b126f54c0b2112fe53131cf7b55afff2d0d9 build: ha770c72_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - boost-cpp =1.83.0 + - boost-cpp =1.84.0 license: BSL-1.0 - size: 13764972 - timestamp: 1700826755254 + size: 13694667 + timestamp: 1702936171166 - platform: osx-64 name: libboost-headers - version: 1.83.0 + version: 1.84.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libboost-headers-1.83.0-h694c41f_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libboost-headers-1.84.0-h694c41f_0.conda hash: - md5: fe6d48bba2424a94e85b696370371691 - sha256: 12a1d2d2cb2732e1ace732b17411c108691be104823b9b0426daefb7d4b8ec8d + md5: 03abd21044ed2d280c1a6d2ea98a9e58 + sha256: 126fab93763782f3cced72fbcbad9577acaa86a005739a026cfa19bc2abe159f build: h694c41f_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - boost-cpp =1.83.0 + - boost-cpp =1.84.0 license: BSL-1.0 - size: 13877796 - timestamp: 1700827757892 + size: 13834633 + timestamp: 1702937283843 - platform: osx-arm64 name: libboost-headers - version: 1.83.0 + version: 1.84.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-headers-1.83.0-hce30654_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-headers-1.84.0-hce30654_0.conda hash: - md5: ff53ab92ecb249691bb72d0561ff13ed - sha256: e02286d2a73f70f0fd71e1db41d0feac2276dbc9a5479d7f0e8074f4b459faac + md5: 284cebe4165a186462c4471c11f5ee96 + sha256: ca1bcaac05608ed420650c1cb329bbab7bb0a059dce7f7803a592fcc414d4604 build: hce30654_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - boost-cpp =1.83.0 + - boost-cpp =1.84.0 license: BSL-1.0 - size: 13881642 - timestamp: 1700827869031 + size: 13835271 + timestamp: 1702937328142 - platform: win-64 name: libboost-headers - version: 1.83.0 + version: 1.84.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/libboost-headers-1.83.0-h57928b3_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libboost-headers-1.84.0-h57928b3_0.conda hash: - md5: 6adbac91d0f852ed6c48b6bb68083003 - sha256: c5fc9161f2a23b876095ba40791b725e63fd5fa26172aa3fdb6980f08664db5d + md5: b246a1286bbdea05474023558050b878 + sha256: acbdef2f80263669a2c7c27dd633c2b16f2c558a824a31c0dfa7c49a58493f67 build: h57928b3_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - boost-cpp =1.83.0 + - boost-cpp =1.84.0 license: BSL-1.0 - size: 13899394 - timestamp: 1700828420354 + size: 13859011 + timestamp: 1702937792288 - platform: linux-64 name: libbrotlicommon version: 1.1.0 @@ -14735,88 +15245,88 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 20_win64_openblas + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-20_win64_openblas.conda hash: - md5: e6d36cfcb2f2dff0f659d2aa0813eb2d - sha256: e526023ed8e7f6fde43698cd326dd16c8448f29414bab8a9594b33deb57a5347 - build: 20_win64_mkl + md5: 7dd68adfa1762d78fb69791a9ada4d2c + sha256: f7a61992ec87c678eb888a201a0a58a9b5e2a7f3d2cace9a36fd3af763cbc804 + build: 20_win64_openblas arch: x86_64 subdir: win-64 build_number: 20 constrains: - - blas * mkl - - liblapack 3.9.0 20_win64_mkl - - liblapacke 3.9.0 20_win64_mkl + - liblapack 3.9.0 20_win64_openblas + - liblapacke 3.9.0 20_win64_openblas + - blas * openblas + track_features: blas_openblas license: BSD-3-Clause license_family: BSD - size: 4980937 - timestamp: 1700569208640 + size: 3951396 + timestamp: 1700568966249 - platform: linux-64 name: libclang version: 15.0.7 category: main manager: conda dependencies: - - libclang13 15.0.7 default_h9986a30_3 + - libclang13 15.0.7 default_ha2b6cf4_4 - libgcc-ng >=12 - libllvm15 >=15.0.7,<15.1.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.7-default_h7634d5b_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.7-default_hb11cfb5_4.conda hash: - md5: 0922208521c0463e690bbaebba7eb551 - sha256: c2b0c8dd675e30d86bad410679f258820bc36723fbadffc13c2f60249be91815 - build: default_h7634d5b_3 + md5: c90f4cbb57839c98fef8f830e4b9972f + sha256: 0b80441f222a91074d0e5edb0fbc3b1ce16ca2cdf6ab899721afdcc3a3ff6302 + build: default_hb11cfb5_4 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 133162 - timestamp: 1690549855318 + size: 133384 + timestamp: 1701412265788 - platform: osx-64 name: libclang version: 15.0.7 category: main manager: conda dependencies: - - libclang13 15.0.7 default_h953c2e9_3 - - libcxx >=15.0.7 + - libclang13 15.0.7 default_h89cd682_4 + - libcxx >=16.0.6 - libllvm15 >=15.0.7,<15.1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang-15.0.7-default_hdb78580_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libclang-15.0.7-default_h6b1ee41_4.conda hash: - md5: 23c66251664b188887eb702a02d22517 - sha256: 5f958cf2b82934b9a244fdb9bd2ccd782da1a1460c44957190eea64ea9f9588c - build: default_hdb78580_3 + md5: 054a23b7162cadf8c7d7d54f90948c82 + sha256: 7ff11065d4706777ff18041e200715e512ea7313d424b1e04204e9291f836326 + build: default_h6b1ee41_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 133142 - timestamp: 1690550061681 + size: 133689 + timestamp: 1701415540597 - platform: osx-arm64 name: libclang version: 15.0.7 category: main manager: conda dependencies: - - libclang13 15.0.7 default_hc7183e1_3 - - libcxx >=15.0.7 + - libclang13 15.0.7 default_ha49e599_4 + - libcxx >=16.0.6 - libllvm15 >=15.0.7,<15.1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-15.0.7-default_h5dc8d65_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-15.0.7-default_hd209bcb_4.conda hash: - md5: c89d217a6315d89044ed531292678456 - sha256: 9aa880fbcd910b2ead0ad1c629fd13fae0fa39717192481345f64caf7fb5ed26 - build: default_h5dc8d65_3 + md5: 82102386cef9ba727456b16d37882b12 + sha256: 1c8d91209aedbdb36d3ec11e840f76b5c8119a627d78f2352b81bc034894320b + build: default_hd209bcb_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 133359 - timestamp: 1690550025084 + size: 133641 + timestamp: 1701414923949 - platform: win-64 name: libclang version: 15.0.7 @@ -14849,59 +15359,58 @@ package: - libgcc-ng >=12 - libllvm15 >=15.0.7,<15.1.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.7-default_h9986a30_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.7-default_ha2b6cf4_4.conda hash: - md5: 1720df000b48e31842500323cb7be18c - sha256: df1221a9a05b9bb3bd9b43c08a7e2fe57a0e15a0010ef26065f7ed7666083f45 - build: default_h9986a30_3 + md5: 898e0dd993afbed0d871b60c2eb33b83 + sha256: e1d34d415160b69a401dc0662bf1b5378655193ed1364bf7dd14f055e76e4b60 + build: default_ha2b6cf4_4 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 9557507 - timestamp: 1690549793486 + size: 9581845 + timestamp: 1701412208888 - platform: osx-64 name: libclang13 version: 15.0.7 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - libcxx >=16.0.6 - libllvm15 >=15.0.7,<15.1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-15.0.7-default_h953c2e9_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-15.0.7-default_h89cd682_4.conda hash: - md5: fb8bc95ebc36a4682d3f45a3a31304a8 - sha256: 87b42a1a905bdd77e8e000536c986edb91fbec6e8af2dec3db39c6ececfa872f - build: default_h953c2e9_3 + md5: 974a771460156182b1871585cf534532 + sha256: bb710896ffcda1f3233e94a62c84f0c31ac062e17a723b7fa034449010c5d085 + build: default_h89cd682_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 7000324 - timestamp: 1690549961410 + size: 6952807 + timestamp: 1701415435112 - platform: osx-arm64 name: libclang13 version: 15.0.7 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - libcxx >=16.0.6 - libllvm15 >=15.0.7,<15.1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-15.0.7-default_hc7183e1_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-15.0.7-default_ha49e599_4.conda hash: - md5: 3d011fbc2c7d55b4d6716a9b26da1185 - sha256: 10e2f651456fa5869b944394093ed153616cc0ddaca69966b57d33f51e4d0316 - build: default_hc7183e1_3 + md5: 16014dc4b0f3b7f6530b8f82417f0b9e + sha256: 900b46ae1f8341d292bffff01e2d24a859b1ed4cfbece33c391a8e4fc9b0bb9c + build: default_ha49e599_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 6453035 - timestamp: 1690549917828 + size: 6461212 + timestamp: 1701414820365 - platform: win-64 name: libclang13 version: 15.0.7 @@ -15099,7 +15608,7 @@ package: timestamp: 1697009607821 - platform: win-64 name: libcurl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: @@ -15109,18 +15618,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.4.0-hd5e4a3a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.5.0-hd5e4a3a_0.conda hash: - md5: 13e4e3824a0212103330f57058601c21 - sha256: f1367d8a3f115ee4c16ea4bcc313c21009decb0217f65d3bb94618939c518a71 + md5: c95eb3d60266dd47b8eb864e10d6bcf3 + sha256: 8c933416c61445ab51515a5ca8c32ddc4f83180d5dc43684e4a80915022ffe1f build: hd5e4a3a_0 arch: x86_64 subdir: win-64 build_number: 0 license: curl license_family: MIT - size: 321118 - timestamp: 1697009866852 + size: 323619 + timestamp: 1701860670113 - platform: osx-64 name: libcxx version: 16.0.6 @@ -15297,55 +15806,55 @@ package: category: main manager: conda dependencies: - - libgcc-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda hash: - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - build: h516909a_1 + md5: 172bf1cd1ff8629f2b1179945ed45055 + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + build: hd590300_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: BSD-2-Clause license_family: BSD - size: 106190 - timestamp: 1598867915 + size: 112766 + timestamp: 1702146165126 - platform: osx-64 name: libev version: '4.33' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda hash: - md5: 79dc2be110b2a3d1e97ec21f691c50ad - sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b - build: haf1e3a3_1 + md5: 899db79329439820b7e8f8de41bca902 + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + build: h10d778d_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: BSD-2-Clause license_family: BSD - size: 101424 - timestamp: 1598868359024 + size: 106663 + timestamp: 1702146352558 - platform: osx-arm64 name: libev version: '4.33' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda hash: - md5: 566dbf70fe79eacdb3c3d3d195a27f55 - sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c - build: h642e427_1 + md5: 36d33e440c31857372a72137f78bacf5 + sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f + build: h93a5062_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: BSD-2-Clause license_family: BSD - size: 100668 - timestamp: 1598868103393 + size: 107458 + timestamp: 1702146414478 - platform: linux-64 name: libevent version: 2.1.12 @@ -15605,6 +16114,26 @@ package: license_family: BSD size: 394383 timestamp: 1687765514062 +- platform: win-64 + name: libflang + version: 5.0.0 + category: main + manager: conda + dependencies: + - openmp 5.0.0 + - vc >=14,<15.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libflang-5.0.0-h6538335_20180525.tar.bz2 + hash: + md5: 9f473a344e18668e99a93f7e21a54b69 + sha256: 0b893b511190332320f4a3e3d6424fbd350271ffbca34eb25b5cd8bc451f1a05 + build: h6538335_20180525 + arch: x86_64 + subdir: win-64 + build_number: 20180525 + track_features: flang + license: Apache 2.0 + size: 531143 + timestamp: 1527899216421 - platform: linux-64 name: libgcc-ng version: 13.2.0 @@ -15629,24 +16158,24 @@ package: timestamp: 1699753612541 - platform: linux-64 name: libgcrypt - version: 1.10.2 + version: 1.10.3 category: main manager: conda dependencies: - libgcc-ng >=12 - libgpg-error >=1.47,<2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.10.2-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.10.3-hd590300_0.conda hash: - md5: 3d7d5e5cebf8af5aadb040732860f1b6 - sha256: 21053a00af8e648d58bafc856167dc2c35a9e927a6aff3030d50e01b113265a3 + md5: 32d16ad533c59bb0a3c5ffaf16110829 + sha256: d1bd47faa29fec7288c7b212198432b07f890d3d6f646078da93b059c2e9daff build: hd590300_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-or-later AND GPL-2.0-or-later license_family: GPL - size: 638653 - timestamp: 1699298032427 + size: 634887 + timestamp: 1701383493365 - platform: linux-64 name: libgdal version: 3.7.2 @@ -15661,7 +16190,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - lerc >=4.0.0,<5.0a0 @@ -15720,7 +16249,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - lerc >=4.0.0,<5.0a0 @@ -15777,7 +16306,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - lerc >=4.0.0,<5.0a0 @@ -15833,7 +16362,7 @@ package: - geos >=3.12.0,<3.12.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - kealib >=1.5.1,<1.6.0a0 - lerc >=4.0.0,<5.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -15892,7 +16421,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -15949,7 +16478,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -16004,7 +16533,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - kealib >=1.5.1,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -16058,7 +16587,7 @@ package: - geos >=3.12.0,<3.12.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - kealib >=1.5.1,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - libarrow >=10.0.1,<10.0.2.0a0 @@ -16627,6 +17156,48 @@ package: license_family: BSD size: 2615665 timestamp: 1694532603730 +- platform: osx-64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libxml2 >=2.11.5,<2.12.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.9.3-default_h24e0189_1009.conda + hash: + md5: 22fcbfd2a4cdf941b074a00b773b43dd + sha256: a9fc54b481d0477cdf5700d702d44fc04fe00ffe63fc253aa0c6d2944abe8f3f + build: default_h24e0189_1009 + arch: x86_64 + subdir: osx-64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2555838 + timestamp: 1699473547291 +- platform: osx-arm64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libxml2 >=2.11.5,<2.12.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.9.3-default_h4394839_1009.conda + hash: + md5: 8c30d3b6ed7c46fce04cc623d83b6c22 + sha256: b9a0574f8919f3943a4f5c81d2d40da94913afcbe02098685abce001a526141c + build: default_h4394839_1009 + arch: aarch64 + subdir: osx-arm64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2530597 + timestamp: 1699473469798 - platform: win-64 name: libhwloc version: 2.9.3 @@ -16656,71 +17227,72 @@ package: category: main manager: conda dependencies: - - libgcc-ng >=10.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda hash: - md5: b62b52da46c39ee2bc3c162ac7f1804d - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - build: h166bdaf_0 + md5: d66573916ffcf376178462f1b61c941e + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + build: hd590300_2 arch: x86_64 subdir: linux-64 - build_number: 0 - license: GPL and LGPL - size: 1450368 - timestamp: 1652700749886 + build_number: 2 + license: LGPL-2.1-only + size: 705775 + timestamp: 1702682170569 - platform: osx-64 name: libiconv version: '1.17' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda hash: - md5: 691d103d11180486154af49c037b7ed9 - sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 - build: hac89ed1_0 + md5: 6c3628d047e151efba7cf08c5e54d1ca + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + build: hd75f5a5_2 arch: x86_64 subdir: osx-64 - build_number: 0 - license: GPL and LGPL - size: 1378276 - timestamp: 1652702364402 + build_number: 2 + license: LGPL-2.1-only + size: 666538 + timestamp: 1702682713201 - platform: osx-arm64 name: libiconv version: '1.17' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda hash: - md5: 686f9c755574aa221f29fbcf36a67265 - sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec - build: he4db4b2_0 + md5: 69bda57310071cf6d2b86caf11573d2d + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + build: h0d3ecfb_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: GPL and LGPL - size: 1407036 - timestamp: 1652700956112 + build_number: 2 + license: LGPL-2.1-only + size: 676469 + timestamp: 1702682458114 - platform: win-64 name: libiconv version: '1.17' category: main manager: conda dependencies: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda hash: - md5: 050119977a86e4856f0416e2edcf81bb - sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 - build: h8ffe710_0 + md5: e1eb10b1cca179f2baa3601e4efc8712 + sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b + build: hcfcfb64_2 arch: x86_64 subdir: win-64 - build_number: 0 - license: GPL and LGPL - size: 714518 - timestamp: 1652702326553 + build_number: 2 + license: LGPL-2.1-only + size: 636146 + timestamp: 1702682547199 - platform: linux-64 name: libjpeg-turbo version: 2.1.5.1 @@ -16971,46 +17543,48 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 20_win64_openblas + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-20_win64_openblas.conda hash: - md5: 9510d07424d70fcac553d86b3e4a7c14 - sha256: 7627ef580c26e48c3496b5885fd32be4e4db49fa1077eb21235dc638489565f6 - build: 20_win64_mkl + md5: 9cb79754c302c7c577cfe3ea5d9f8787 + sha256: 8a485f6c7507e9988e4e4ba6951113ffd1747943b6c6ced4d718b0fb2c45afcb + build: 20_win64_openblas arch: x86_64 subdir: win-64 build_number: 20 constrains: - - liblapacke 3.9.0 20_win64_mkl - - blas * mkl - - libcblas 3.9.0 20_win64_mkl + - liblapacke 3.9.0 20_win64_openblas + - libcblas 3.9.0 20_win64_openblas + - blas * openblas + track_features: blas_openblas license: BSD-3-Clause license_family: BSD - size: 4980967 - timestamp: 1700569262298 + size: 3951256 + timestamp: 1700569004431 - platform: win-64 name: liblapacke version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - - libcblas 3.9.0 20_win64_mkl - - liblapack 3.9.0 20_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 20_win64_openblas + - libcblas 3.9.0 20_win64_openblas + - liblapack 3.9.0 20_win64_openblas + url: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-20_win64_openblas.conda hash: - md5: 960008cd6e9827a5c9b68e77fdf3d29f - sha256: cb637de64f79a353925322f315d7ba67fc5479ad350384861a691229f5011ff9 - build: 20_win64_mkl + md5: 3fbc606f6e7f370be2d19f506c087ff0 + sha256: 23798b040bdb36a94916f7867c1e1458fe22d7ec74b973bd4844e4a19a3504ad + build: 20_win64_openblas arch: x86_64 subdir: win-64 build_number: 20 constrains: - - blas * mkl + - blas * openblas + track_features: blas_openblas license: BSD-3-Clause license_family: BSD - size: 4984026 - timestamp: 1700569320415 + size: 3950570 + timestamp: 1700569043222 - platform: linux-64 name: libllvm15 version: 15.0.7 @@ -17086,7 +17660,7 @@ package: - blosc >=1.21.4,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libaec >=1.0.6,<2.0a0 - libcurl >=8.2.1,<9.0a0 - libgcc-ng >=12 @@ -17118,7 +17692,7 @@ package: - blosc >=1.21.4,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libaec >=1.0.6,<2.0a0 - libcurl >=8.2.1,<9.0a0 - libcxx >=15.0.7 @@ -17149,7 +17723,7 @@ package: - blosc >=1.21.4,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libaec >=1.0.6,<2.0a0 - libcurl >=8.2.1,<9.0a0 - libcxx >=15.0.7 @@ -17180,7 +17754,7 @@ package: - blosc >=1.21.4,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libaec >=1.0.6,<2.0a0 - libcurl >=8.2.1,<9.0a0 - libxml2 >=2.11.5,<2.12.0a0 @@ -17275,6 +17849,25 @@ package: license_family: MIT size: 564395 timestamp: 1699440818837 +- platform: linux-64 + name: libnl + version: 3.9.0 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda + hash: + md5: d27c451db4f1d3c983c78167d2fdabc2 + sha256: aae03117811e704c3f3666e8374dd2e632f1d78bef0c27330e7298b24004819e + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 732866 + timestamp: 1702657849946 - platform: linux-64 name: libnsl version: 2.0.1 @@ -17456,6 +18049,30 @@ package: license_family: BSD size: 2896390 timestamp: 1700535987588 +- platform: win-64 + name: libopenblas + version: 0.3.25 + category: main + manager: conda + dependencies: + - libflang >=5.0.0,<6.0.0.a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libopenblas-0.3.25-pthreads_hc140b1d_0.conda + hash: + md5: 0375d199e1522c017a4ac089fb157fdf + sha256: 44dc971fe9d5d06147db51ff04ac8925eb2d4aebf2e008216499077573b3f636 + build: pthreads_hc140b1d_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - openblas >=0.3.25,<0.3.26.0a0 + license: BSD-3-Clause + license_family: BSD + size: 3945962 + timestamp: 1700539087970 - platform: linux-64 name: libopus version: 1.3.1 @@ -18442,28 +19059,28 @@ package: timestamp: 1699753676253 - platform: linux-64 name: libsystemd0 - version: '254' + version: '255' category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - libcap >=2.69,<2.70.0a0 - libgcc-ng >=12 - - libgcrypt >=1.10.1,<2.0a0 + - libgcrypt >=1.10.3,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - xz >=5.2.6,<6.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-254-h3516f8a_0.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_0.conda hash: - md5: df4b1cd0c91b4234fb02b5701a4cdddc - sha256: e4732b9bc6acbdd3308cd0abd0860c9ea44e37127cd78acb797c996c20e4f42f + md5: 24e2649ebd432e652aa72cfd05f23a8e + sha256: 9306eafe761a758e0c2efa92025bfc0684c66ef500efdea4fbe4687b59e8099e build: h3516f8a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-or-later - size: 400372 - timestamp: 1690575436367 + size: 404326 + timestamp: 1701982703751 - platform: osx-64 name: libtasn1 version: 4.19.0 @@ -19503,6 +20120,24 @@ package: license_family: Other size: 55800 timestamp: 1686575452215 +- platform: win-64 + name: llvm-meta + version: 5.0.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/noarch/llvm-meta-5.0.0-0.tar.bz2 + hash: + md5: 213b5b5ad34008147a824460e50a691c + sha256: 090bbeacc3297ff579b53f55ad184f05c30e316fe9d5d7df63df1d2ad4578b79 + build: '0' + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: generic + size: 2667 - platform: osx-64 name: llvm-openmp version: 17.0.6 @@ -19520,6 +20155,7 @@ package: constrains: - openmp 17.0.6|17.0.6.* license: Apache-2.0 WITH LLVM-exception + license_family: APACHE size: 299706 timestamp: 1701222810938 - platform: osx-arm64 @@ -19539,6 +20175,7 @@ package: constrains: - openmp 17.0.6|17.0.6.* license: Apache-2.0 WITH LLVM-exception + license_family: APACHE size: 274631 timestamp: 1701222947083 - platform: linux-64 @@ -19564,6 +20201,8 @@ package: license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree size: 1442817 timestamp: 1695546963684 + purls: + - pkg:pypi/lxml - platform: osx-64 name: lxml version: 4.9.3 @@ -19586,6 +20225,8 @@ package: license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree size: 1320874 timestamp: 1695547137521 + purls: + - pkg:pypi/lxml - platform: osx-arm64 name: lxml version: 4.9.3 @@ -19609,13 +20250,15 @@ package: license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree size: 1310600 timestamp: 1695547312515 + purls: + - pkg:pypi/lxml - platform: win-64 name: lxml version: 4.9.3 category: main manager: conda dependencies: - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.6,<2.12.0a0 - libxslt >=1.1.37,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 @@ -19623,17 +20266,19 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lxml-4.9.3-py311h750ae06_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/lxml-4.9.3-py311h750ae06_3.conda hash: - md5: 8b59b875b8660ffda9fb11651dc2b72d - sha256: bd2c136025c8c929546ac181d70e3dd6c866d5a3690f1a21a775d7f670f6458d - build: py311h750ae06_1 + md5: b0dcee5499243432adbd3a75b1b4dc7b + sha256: 79861bde6ce81d4e5fedbe67e957db547cd1c0ac76187bb7bee628674907cc2b + build: py311h750ae06_3 arch: x86_64 subdir: win-64 - build_number: 1 - license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree - size: 1034636 - timestamp: 1695547193943 + build_number: 3 + license: BSD-3-Clause and MIT-CMU + size: 1031523 + timestamp: 1702644577540 + purls: + - pkg:pypi/lxml - platform: linux-64 name: lz4-c version: 1.9.4 @@ -19910,6 +20555,8 @@ package: noarch: python size: 38684 timestamp: 1696563711967 + purls: + - pkg:pypi/mapclassify - platform: osx-64 name: mapclassify version: 2.6.1 @@ -19935,6 +20582,8 @@ package: noarch: python size: 38684 timestamp: 1696563711967 + purls: + - pkg:pypi/mapclassify - platform: osx-arm64 name: mapclassify version: 2.6.1 @@ -19960,6 +20609,8 @@ package: noarch: python size: 38684 timestamp: 1696563711967 + purls: + - pkg:pypi/mapclassify - platform: win-64 name: mapclassify version: 2.6.1 @@ -19985,6 +20636,8 @@ package: noarch: python size: 38684 timestamp: 1696563711967 + purls: + - pkg:pypi/mapclassify - platform: linux-64 name: markdown-it-py version: 3.0.0 @@ -20006,6 +20659,8 @@ package: noarch: python size: 64356 timestamp: 1686175179621 + purls: + - pkg:pypi/markdown-it-py - platform: osx-64 name: markdown-it-py version: 3.0.0 @@ -20027,6 +20682,8 @@ package: noarch: python size: 64356 timestamp: 1686175179621 + purls: + - pkg:pypi/markdown-it-py - platform: osx-arm64 name: markdown-it-py version: 3.0.0 @@ -20048,6 +20705,8 @@ package: noarch: python size: 64356 timestamp: 1686175179621 + purls: + - pkg:pypi/markdown-it-py - platform: win-64 name: markdown-it-py version: 3.0.0 @@ -20069,6 +20728,8 @@ package: noarch: python size: 64356 timestamp: 1686175179621 + purls: + - pkg:pypi/markdown-it-py - platform: linux-64 name: markupsafe version: 2.1.3 @@ -20092,6 +20753,8 @@ package: license_family: BSD size: 27174 timestamp: 1695367575909 + purls: + - pkg:pypi/markupsafe - platform: osx-64 name: markupsafe version: 2.1.3 @@ -20114,6 +20777,8 @@ package: license_family: BSD size: 25917 timestamp: 1695367980802 + purls: + - pkg:pypi/markupsafe - platform: osx-arm64 name: markupsafe version: 2.1.3 @@ -20137,6 +20802,8 @@ package: license_family: BSD size: 26764 timestamp: 1695368008221 + purls: + - pkg:pypi/markupsafe - platform: win-64 name: markupsafe version: 2.1.3 @@ -20162,6 +20829,8 @@ package: license_family: BSD size: 29466 timestamp: 1695367841578 + purls: + - pkg:pypi/markupsafe - platform: linux-64 name: matplotlib version: 3.8.2 @@ -20287,6 +20956,8 @@ package: license_family: PSF size: 7938458 timestamp: 1700509663523 + purls: + - pkg:pypi/matplotlib - platform: osx-64 name: matplotlib-base version: 3.8.2 @@ -20322,6 +20993,8 @@ package: license_family: PSF size: 7954253 timestamp: 1700509977029 + purls: + - pkg:pypi/matplotlib - platform: osx-arm64 name: matplotlib-base version: 3.8.2 @@ -20357,6 +21030,8 @@ package: license_family: PSF size: 7818264 timestamp: 1700510455803 + purls: + - pkg:pypi/matplotlib - platform: win-64 name: matplotlib-base version: 3.8.2 @@ -20392,6 +21067,8 @@ package: license_family: PSF size: 7700145 timestamp: 1700509958077 + purls: + - pkg:pypi/matplotlib - platform: linux-64 name: matplotlib-inline version: 0.1.6 @@ -20413,6 +21090,8 @@ package: noarch: python size: 12273 timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline - platform: osx-64 name: matplotlib-inline version: 0.1.6 @@ -20434,6 +21113,8 @@ package: noarch: python size: 12273 timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline - platform: osx-arm64 name: matplotlib-inline version: 0.1.6 @@ -20455,6 +21136,8 @@ package: noarch: python size: 12273 timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline - platform: win-64 name: matplotlib-inline version: 0.1.6 @@ -20476,17 +21159,19 @@ package: noarch: python size: 12273 timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline - platform: linux-64 name: mdurl - version: 0.1.0 + version: 0.1.2 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: 776a8dd9e824f77abac30e6ef43a8f7a + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20494,19 +21179,21 @@ package: license: MIT license_family: MIT noarch: python - size: 13707 - timestamp: 1639515992326 + size: 14680 + timestamp: 1704317789138 + purls: + - pkg:pypi/mdurl - platform: osx-64 name: mdurl - version: 0.1.0 + version: 0.1.2 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: 776a8dd9e824f77abac30e6ef43a8f7a + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20514,19 +21201,21 @@ package: license: MIT license_family: MIT noarch: python - size: 13707 - timestamp: 1639515992326 + size: 14680 + timestamp: 1704317789138 + purls: + - pkg:pypi/mdurl - platform: osx-arm64 name: mdurl - version: 0.1.0 + version: 0.1.2 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: 776a8dd9e824f77abac30e6ef43a8f7a + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -20534,19 +21223,21 @@ package: license: MIT license_family: MIT noarch: python - size: 13707 - timestamp: 1639515992326 + size: 14680 + timestamp: 1704317789138 + purls: + - pkg:pypi/mdurl - platform: win-64 name: mdurl - version: 0.1.0 + version: 0.1.2 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: 776a8dd9e824f77abac30e6ef43a8f7a + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20554,63 +21245,67 @@ package: license: MIT license_family: MIT noarch: python - size: 13707 - timestamp: 1639515992326 + size: 14680 + timestamp: 1704317789138 + purls: + - pkg:pypi/mdurl - platform: linux-64 name: metis - version: 5.1.0 + version: 5.1.1 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/metis-5.1.0-h59595ed_1007.conda + url: https://conda.anaconda.org/conda-forge/linux-64/metis-5.1.1-h59595ed_2.conda hash: - md5: 40ccb8318df2500f83bd868dd8fcd201 - sha256: 446bf794497284e2ffa28ab9191d70c38d372c51e3fd073f0d8b35efb51e7e02 - build: h59595ed_1007 + md5: 9ba5910c34210e7ad60736d172bbcd4c + sha256: d8b9f76bb61ee19217f263824f1c6534e606313a84fbfdb3715b572e1f14aa3f + build: h59595ed_2 arch: x86_64 subdir: linux-64 - build_number: 1007 + build_number: 2 license: Apache-2.0 license_family: APACHE - size: 3890263 - timestamp: 1693402645559 + size: 3921996 + timestamp: 1698847331492 - platform: osx-64 name: metis - version: 5.1.0 + version: 5.1.1 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.0-he965462_1007.conda + dependencies: + - __osx >=10.9 + url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.1-h93d8f39_2.conda hash: - md5: 0c64ad59bbcae7772c16a55cbd353e25 - sha256: a79b36e0c623dfab95cc2c0fce1870e90de5f2328fefa9a1b17351eb0f3ac02e - build: he965462_1007 + md5: cc31955178e62d3216adff6b41d53946 + sha256: 418ce2ffaee71a4fc41ec5c92ba8d5ce2443b6976eca1c3168c5cef9ff8f164e + build: h93d8f39_2 arch: x86_64 subdir: osx-64 - build_number: 1007 + build_number: 2 license: Apache-2.0 license_family: APACHE - size: 3881273 - timestamp: 1693402943049 + size: 3909018 + timestamp: 1698847717162 - platform: osx-arm64 name: metis - version: 5.1.0 + version: 5.1.1 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.0-h13dd4ca_1007.conda + dependencies: + - __osx >=10.9 + url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.1-h965bd2d_2.conda hash: - md5: afefade086a45ae6703dffe83516010a - sha256: fae516bee76df367128cf81dae13e7d11ce039ff61665ca59a1c57dee0731973 - build: h13dd4ca_1007 + md5: ce57da6097b9e7775e184522be89aee5 + sha256: 38ded0910eec64c45505ad93ddd35142212ec0649ed2e5a6dcf13dad968b8924 + build: h965bd2d_2 arch: aarch64 subdir: osx-arm64 - build_number: 1007 + build_number: 2 license: Apache-2.0 license_family: APACHE - size: 3832170 - timestamp: 1693403045166 + size: 3883845 + timestamp: 1698847750729 - platform: linux-64 name: minizip version: 4.0.3 @@ -20691,7 +21386,7 @@ package: timestamp: 1699931186188 - platform: win-64 name: minizip - version: 4.0.3 + version: 4.0.4 category: main manager: conda dependencies: @@ -20702,18 +21397,18 @@ package: - vc14_runtime >=14.29.30139 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.3-h5bed578_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.4-h5bed578_0.conda hash: - md5: 958b153628ecd3bf3cfd1644e2385bb4 - sha256: 317c43e644024f4ac820468f09c49d1f8491b14650e11d5c3516116320273c4b + md5: 26363ae28ac1928dcf846b4d68d5f29f + sha256: d9073fe4159263314b25f436b99ee0ebedad12fbf518937761089a5ff17259f5 build: h5bed578_0 arch: x86_64 subdir: win-64 build_number: 0 license: Zlib license_family: Other - size: 84913 - timestamp: 1699931497035 + size: 85593 + timestamp: 1703875236297 - platform: linux-64 name: mistune version: 3.0.2 @@ -20734,6 +21429,8 @@ package: noarch: python size: 66022 timestamp: 1698947249750 + purls: + - pkg:pypi/mistune - platform: osx-64 name: mistune version: 3.0.2 @@ -20754,6 +21451,8 @@ package: noarch: python size: 66022 timestamp: 1698947249750 + purls: + - pkg:pypi/mistune - platform: osx-arm64 name: mistune version: 3.0.2 @@ -20774,6 +21473,8 @@ package: noarch: python size: 66022 timestamp: 1698947249750 + purls: + - pkg:pypi/mistune - platform: win-64 name: mistune version: 3.0.2 @@ -20794,64 +21495,28 @@ package: noarch: python size: 66022 timestamp: 1698947249750 + purls: + - pkg:pypi/mistune - platform: win-64 name: mkl - version: 2023.2.0 + version: 2024.0.0 category: main manager: conda dependencies: - - intel-openmp 2023.* + - intel-openmp 2024.* - tbb 2021.* - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50497.conda - hash: - md5: 064cea9f45531e7b53584acf4bd8b044 - sha256: 46ec9e767279da219398b6e79c8fa95822b2ed3c8e02ab604615b7d1213a5d5a - build: h6a75c08_50497 - arch: x86_64 - subdir: win-64 - build_number: 50497 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 144666110 - timestamp: 1698352013664 -- platform: win-64 - name: mkl-devel - version: 2023.2.0 - category: main - manager: conda - dependencies: - - mkl 2023.2.0 h6a75c08_50497 - - mkl-include 2023.2.0 h6a75c08_50497 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-devel-2023.2.0-h57928b3_50497.conda - hash: - md5: 0d52cfab24361c77268b54920c11903c - sha256: f74927afc015b7710b55b941da8d13cfa47898e532fe87f3c129448f1f3f4ede - build: h57928b3_50497 - arch: x86_64 - subdir: win-64 - build_number: 50497 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 5130637 - timestamp: 1698352396807 -- platform: win-64 - name: mkl-include - version: 2023.2.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/mkl-include-2023.2.0-h6a75c08_50497.conda + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda hash: - md5: 02fd1f15c56cc902aeaf3df3497cf266 - sha256: 110ac10cfa26f3b9e44dd4db82ab145a8202809f1cebd9e62a6698307c93901c - build: h6a75c08_50497 + md5: 006b65d9cd436247dfe053df772e041d + sha256: 928bed978827e4c891d0879d79ecda6c9104ed7df1f1d4e2e392c9c80b471be7 + build: h66d3029_49657 arch: x86_64 subdir: win-64 - build_number: 50497 + build_number: 49657 license: LicenseRef-ProprietaryIntel license_family: Proprietary - size: 688303 - timestamp: 1698351338951 + size: 108505947 + timestamp: 1701973497498 - platform: linux-64 name: mock version: 5.1.0 @@ -20872,6 +21537,8 @@ package: noarch: python size: 33581 timestamp: 1689092227859 + purls: + - pkg:pypi/mock - platform: osx-64 name: mock version: 5.1.0 @@ -20892,6 +21559,8 @@ package: noarch: python size: 33581 timestamp: 1689092227859 + purls: + - pkg:pypi/mock - platform: osx-arm64 name: mock version: 5.1.0 @@ -20912,6 +21581,8 @@ package: noarch: python size: 33581 timestamp: 1689092227859 + purls: + - pkg:pypi/mock - platform: win-64 name: mock version: 5.1.0 @@ -20932,17 +21603,19 @@ package: noarch: python size: 33581 timestamp: 1689092227859 + purls: + - pkg:pypi/mock - platform: linux-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20950,19 +21623,21 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 + purls: + - pkg:pypi/more-itertools - platform: osx-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20970,19 +21645,21 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 + purls: + - pkg:pypi/more-itertools - platform: osx-arm64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -20990,19 +21667,21 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 + purls: + - pkg:pypi/more-itertools - platform: win-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -21010,8 +21689,10 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 + purls: + - pkg:pypi/more-itertools - platform: linux-64 name: mpfr version: 4.2.1 @@ -21072,24 +21753,24 @@ package: timestamp: 1698004132019 - platform: linux-64 name: mpg123 - version: 1.32.3 + version: 1.32.4 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.3-h59595ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.4-h59595ed_0.conda hash: - md5: bdadff838d5437aea83607ced8b37f75 - sha256: f02b8ed16b3a488938b5f9453d19ea315ce6ed0d46cc389ecfaa28f2a4c3cb16 + md5: 3f1017b4141e943d9bc8739237f749e8 + sha256: 512f4ad7eda3b2c9a1cc9f7931932aefa6e79567e35b76de03895e769cb3b43c build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-only license_family: LGPL - size: 491969 - timestamp: 1696265613952 + size: 491061 + timestamp: 1704980200966 - platform: win-64 name: msys2-conda-epoch version: '20160418' @@ -21126,6 +21807,8 @@ package: noarch: python size: 14782 timestamp: 1677278842704 + purls: + - pkg:pypi/multimethod - platform: osx-64 name: multimethod version: 1.9.1 @@ -21146,6 +21829,8 @@ package: noarch: python size: 14782 timestamp: 1677278842704 + purls: + - pkg:pypi/multimethod - platform: osx-arm64 name: multimethod version: 1.9.1 @@ -21166,6 +21851,8 @@ package: noarch: python size: 14782 timestamp: 1677278842704 + purls: + - pkg:pypi/multimethod - platform: win-64 name: multimethod version: 1.9.1 @@ -21186,6 +21873,8 @@ package: noarch: python size: 14782 timestamp: 1677278842704 + purls: + - pkg:pypi/multimethod - platform: linux-64 name: munch version: 4.0.0 @@ -21206,6 +21895,8 @@ package: noarch: python size: 15466 timestamp: 1688318483241 + purls: + - pkg:pypi/munch - platform: osx-64 name: munch version: 4.0.0 @@ -21226,6 +21917,8 @@ package: noarch: python size: 15466 timestamp: 1688318483241 + purls: + - pkg:pypi/munch - platform: osx-arm64 name: munch version: 4.0.0 @@ -21246,6 +21939,8 @@ package: noarch: python size: 15466 timestamp: 1688318483241 + purls: + - pkg:pypi/munch - platform: win-64 name: munch version: 4.0.0 @@ -21266,6 +21961,8 @@ package: noarch: python size: 15466 timestamp: 1688318483241 + purls: + - pkg:pypi/munch - platform: linux-64 name: munkres version: 1.1.4 @@ -21348,7 +22045,7 @@ package: timestamp: 1600387789153 - platform: linux-64 name: mypy - version: 1.7.1 + version: 1.8.0 category: main manager: conda dependencies: @@ -21358,21 +22055,21 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 - url: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.7.1-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda hash: - md5: 8f9fd891c222781fc9df8210a2266a52 - sha256: ecfb60275988d7843a09e9700621c0f643ab016e8d47d1a7f08d3c49191fa645 + md5: 93b7b2391a045cea0d97772f550f1d77 + sha256: 943c43f2d68a6d4e8fa8a3a4e62538e090f5f0afe551f50092ea024850f5cccb build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 17547859 - timestamp: 1700773831422 + size: 17719191 + timestamp: 1703185056003 - platform: osx-64 name: mypy - version: 1.7.1 + version: 1.8.0 category: main manager: conda dependencies: @@ -21381,21 +22078,21 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 - url: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.7.1-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda hash: - md5: d6ee705ffbc2eddc43221be852846ecb - sha256: dda57d4771350f816988ebf0ce43d6e215ff7ec67e3298b056edc9e36c40b5cd + md5: c32cbc41e84a67f1b30b3f157b46996b + sha256: affdf64692efcf05888cc42fc2c4159fe5bade7d610847b5610e5b2cc621cd3a build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 11914580 - timestamp: 1700773898403 + size: 11969071 + timestamp: 1703184938293 - platform: osx-arm64 name: mypy - version: 1.7.1 + version: 1.8.0 category: main manager: conda dependencies: @@ -21405,21 +22102,21 @@ package: - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.7.1-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda hash: - md5: 687fbf3fdc9e8f40ea0540d4224404b7 - sha256: 2eee3e790f43eb83246bb35875147d530e9b73dd59977ac76d1c1d466a7488f9 + md5: 93010b2e72e263002f6c60dc1c1f7e1d + sha256: e31c811f99b842020350f9df6c6e4b5e2bf07353fee3cc0029c655e8980d9431 build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 9662715 - timestamp: 1700774048765 + size: 9655583 + timestamp: 1703185105616 - platform: win-64 name: mypy - version: 1.7.1 + version: 1.8.0 category: main manager: conda dependencies: @@ -21431,18 +22128,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/mypy-1.7.1-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda hash: - md5: 8b4c7d2048e4f54bb7d60b1821c197b9 - sha256: 2f23c536096431b2dfed592678f7f0dbd81614a9eab8864a7f5e2420cf6868c8 + md5: 9a949cc91276bf313755857a11ce1ec3 + sha256: cebfab3f247a752be06e945a3a2a1281195d6917fa09906a9618dbc7b2cf734e build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 9917025 - timestamp: 1700773775597 + size: 9963457 + timestamp: 1703184979309 - platform: linux-64 name: mypy_extensions version: 1.0.0 @@ -21463,6 +22160,8 @@ package: noarch: python size: 10492 timestamp: 1675543414256 + purls: + - pkg:pypi/mypy-extensions - platform: osx-64 name: mypy_extensions version: 1.0.0 @@ -21483,6 +22182,8 @@ package: noarch: python size: 10492 timestamp: 1675543414256 + purls: + - pkg:pypi/mypy-extensions - platform: osx-arm64 name: mypy_extensions version: 1.0.0 @@ -21503,6 +22204,8 @@ package: noarch: python size: 10492 timestamp: 1675543414256 + purls: + - pkg:pypi/mypy-extensions - platform: win-64 name: mypy_extensions version: 1.0.0 @@ -21523,6 +22226,8 @@ package: noarch: python size: 10492 timestamp: 1675543414256 + purls: + - pkg:pypi/mypy-extensions - platform: linux-64 name: mysql-common version: 8.0.33 @@ -21670,6 +22375,8 @@ package: noarch: python size: 64852 timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient - platform: osx-64 name: nbclient version: 0.8.0 @@ -21694,6 +22401,8 @@ package: noarch: python size: 64852 timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient - platform: osx-arm64 name: nbclient version: 0.8.0 @@ -21718,6 +22427,8 @@ package: noarch: python size: 64852 timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient - platform: win-64 name: nbclient version: 0.8.0 @@ -21742,9 +22453,11 @@ package: noarch: python size: 64852 timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient - platform: linux-64 name: nbconvert-core - version: 7.11.0 + version: 7.14.1 category: main manager: conda dependencies: @@ -21765,25 +22478,24 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda hash: - md5: d59e0cb1ca993f8f910cfdf393232acf - sha256: 81732e083c4c85a52248e20ff0e40a14b0b49db9cc7ce414e8aa7d6f8980dad0 + md5: 59c8838578e777b7fb27ff64eeb7c8f4 + sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: + - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 - - nbconvert =7.11.0=*_0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 187582 - timestamp: 1699286152060 + size: 187581 + timestamp: 1704987233996 - platform: osx-64 name: nbconvert-core - version: 7.11.0 + version: 7.14.1 category: main manager: conda dependencies: @@ -21804,25 +22516,24 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda hash: - md5: d59e0cb1ca993f8f910cfdf393232acf - sha256: 81732e083c4c85a52248e20ff0e40a14b0b49db9cc7ce414e8aa7d6f8980dad0 + md5: 59c8838578e777b7fb27ff64eeb7c8f4 + sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: + - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 - - nbconvert =7.11.0=*_0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 187582 - timestamp: 1699286152060 + size: 187581 + timestamp: 1704987233996 - platform: osx-arm64 name: nbconvert-core - version: 7.11.0 + version: 7.14.1 category: main manager: conda dependencies: @@ -21843,25 +22554,24 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda hash: - md5: d59e0cb1ca993f8f910cfdf393232acf - sha256: 81732e083c4c85a52248e20ff0e40a14b0b49db9cc7ce414e8aa7d6f8980dad0 + md5: 59c8838578e777b7fb27ff64eeb7c8f4 + sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: + - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 - - nbconvert =7.11.0=*_0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 187582 - timestamp: 1699286152060 + size: 187581 + timestamp: 1704987233996 - platform: win-64 name: nbconvert-core - version: 7.11.0 + version: 7.14.1 category: main manager: conda dependencies: @@ -21882,22 +22592,21 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda hash: - md5: d59e0cb1ca993f8f910cfdf393232acf - sha256: 81732e083c4c85a52248e20ff0e40a14b0b49db9cc7ce414e8aa7d6f8980dad0 + md5: 59c8838578e777b7fb27ff64eeb7c8f4 + sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: + - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 - - nbconvert =7.11.0=*_0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 187582 - timestamp: 1699286152060 + size: 187581 + timestamp: 1704987233996 - platform: linux-64 name: nbformat version: 5.9.2 @@ -21922,6 +22631,8 @@ package: noarch: python size: 100446 timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat - platform: osx-64 name: nbformat version: 5.9.2 @@ -21946,6 +22657,8 @@ package: noarch: python size: 100446 timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat - platform: osx-arm64 name: nbformat version: 5.9.2 @@ -21970,6 +22683,8 @@ package: noarch: python size: 100446 timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat - platform: win-64 name: nbformat version: 5.9.2 @@ -21994,6 +22709,8 @@ package: noarch: python size: 100446 timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat - platform: linux-64 name: ncurses version: '6.4' @@ -22068,6 +22785,8 @@ package: noarch: python size: 11630 timestamp: 1697083896431 + purls: + - pkg:pypi/nest-asyncio - platform: osx-64 name: nest-asyncio version: 1.5.8 @@ -22088,6 +22807,8 @@ package: noarch: python size: 11630 timestamp: 1697083896431 + purls: + - pkg:pypi/nest-asyncio - platform: osx-arm64 name: nest-asyncio version: 1.5.8 @@ -22108,6 +22829,8 @@ package: noarch: python size: 11630 timestamp: 1697083896431 + purls: + - pkg:pypi/nest-asyncio - platform: win-64 name: nest-asyncio version: 1.5.8 @@ -22128,6 +22851,8 @@ package: noarch: python size: 11630 timestamp: 1697083896431 + purls: + - pkg:pypi/nest-asyncio - platform: linux-64 name: networkx version: 3.2.1 @@ -22153,6 +22878,8 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 + purls: + - pkg:pypi/networkx - platform: osx-64 name: networkx version: 3.2.1 @@ -22178,6 +22905,8 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 + purls: + - pkg:pypi/networkx - platform: osx-arm64 name: networkx version: 3.2.1 @@ -22203,6 +22932,8 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 + purls: + - pkg:pypi/networkx - platform: win-64 name: networkx version: 3.2.1 @@ -22228,88 +22959,98 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 + purls: + - pkg:pypi/networkx - platform: linux-64 name: nh3 - version: 0.2.14 + version: 0.2.15 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/nh3-0.2.14-py311h46250e7_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/nh3-0.2.15-py311h46250e7_0.conda hash: - md5: 8faffafe1f60438f96710edef4fdafe5 - sha256: 31e5270ba8ec992dedd02a36ba56d786729b8e372c171170c611d79a6e5c458d - build: py311h46250e7_1 + md5: 03e43969efe3c71962fea046c00cc40f + sha256: 925338483177e45796cce67b202fb04bfb475f69640e38adea84944ca9018c97 + build: py311h46250e7_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 623877 - timestamp: 1695423349623 + size: 621909 + timestamp: 1701974756466 + purls: + - pkg:pypi/nh3 - platform: osx-64 name: nh3 - version: 0.2.14 + version: 0.2.15 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/nh3-0.2.14-py311h299eb51_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/nh3-0.2.15-py311h5e0f0e4_0.conda hash: - md5: 37047d1fc213d1dc07a2e140fc60e95e - sha256: e9b2e7be185fa7aeeba8207f39ee9cc5f361cc455febbbe7b63126ff217be135 - build: py311h299eb51_1 + md5: 1558bb8f97aa8d361bc59470ac4b26cf + sha256: 8d050fedd9cd3ed287ac7fd4c28976f0d8990260f25df12376942f9548181384 + build: py311h5e0f0e4_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 548514 - timestamp: 1695423816927 + size: 547589 + timestamp: 1701974970422 + purls: + - pkg:pypi/nh3 - platform: osx-arm64 name: nh3 - version: 0.2.14 + version: 0.2.15 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.14-py311h0563b04_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py311h94f323b_0.conda hash: - md5: 5a8f322ffa65f7c06fd539f3851b6eba - sha256: 59c3cd5df65671a5ffc586a4cb89f4d1a343dcb0289437403203327947348794 - build: py311h0563b04_1 + md5: 21c870df3567f6cdfceee7360e6591eb + sha256: 2da7ef9cdd56243ef0fe8627064c52763fac2205d43e5af7f10939200e4e026f + build: py311h94f323b_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 609961 - timestamp: 1695423915817 + size: 603372 + timestamp: 1701975309271 + purls: + - pkg:pypi/nh3 - platform: win-64 name: nh3 - version: 0.2.14 + version: 0.2.15 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/nh3-0.2.14-py311h633b200_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/nh3-0.2.15-py311h633b200_0.conda hash: - md5: b06c8f68899f0971c10c0b641d7c017e - sha256: 5de65e0d0dda06821f20c167de150284f337d5b34a1aa7f4ce04892b4d640022 - build: py311h633b200_1 + md5: c3f2f171c4a730eec6c0534f0227cafe + sha256: d0b5ed5621d01adc223971f83b00e2d3cdab870b5913322cec3d5ed4ada0aef2 + build: py311h633b200_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 502204 - timestamp: 1695424156734 + size: 493281 + timestamp: 1701975459413 + purls: + - pkg:pypi/nh3 - platform: linux-64 name: nitro version: 2.7.dev8 @@ -22495,6 +23236,8 @@ package: noarch: python size: 92820 timestamp: 1580623268425 + purls: + - pkg:pypi/nose2 - platform: osx-64 name: nose2 version: 0.9.2 @@ -22517,6 +23260,8 @@ package: noarch: python size: 92820 timestamp: 1580623268425 + purls: + - pkg:pypi/nose2 - platform: osx-arm64 name: nose2 version: 0.9.2 @@ -22539,6 +23284,8 @@ package: noarch: python size: 92820 timestamp: 1580623268425 + purls: + - pkg:pypi/nose2 - platform: win-64 name: nose2 version: 0.9.2 @@ -22561,6 +23308,8 @@ package: noarch: python size: 92820 timestamp: 1580623268425 + purls: + - pkg:pypi/nose2 - platform: linux-64 name: notebook-shim version: 0.2.3 @@ -22582,6 +23331,8 @@ package: noarch: python size: 16783 timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim - platform: osx-64 name: notebook-shim version: 0.2.3 @@ -22603,6 +23354,8 @@ package: noarch: python size: 16783 timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim - platform: osx-arm64 name: notebook-shim version: 0.2.3 @@ -22624,6 +23377,8 @@ package: noarch: python size: 16783 timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim - platform: win-64 name: notebook-shim version: 0.2.3 @@ -22645,6 +23400,8 @@ package: noarch: python size: 16783 timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim - platform: linux-64 name: nspr version: '4.35' @@ -22705,7 +23462,7 @@ package: timestamp: 1669785182058 - platform: linux-64 name: nss - version: '3.95' + version: '3.96' category: main manager: conda dependencies: @@ -22715,67 +23472,65 @@ package: - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.95-h1d7d5a4_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.96-h1d7d5a4_0.conda hash: - md5: d3a8067adcc45a923f4b1987c91d69da - sha256: 02d8e38b4708ce707e51084d0dff7286e6e6d24d1bf32ebbda7710fac4a0581e + md5: 1c8f8b8eb041ecd54053fc4b6ad57957 + sha256: 9f73d55f42085d7bca59c675fea57dae2a21f3d62530e47b3d89db89ca444767 build: h1d7d5a4_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 2001045 - timestamp: 1701082895718 + size: 2000770 + timestamp: 1702668797006 - platform: osx-64 name: nss - version: '3.95' + version: '3.96' category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.95-hfeb00ea_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.96-ha05da47_0.conda hash: - md5: 635525316f129644b60e3772e67fe5d8 - sha256: e57c7bb5f315868df1570d00de8ea7f03f3bc9659571111fef4f37d3f2553eb1 - build: hfeb00ea_0 + md5: fdfd6f19418016d84aa194b600105f6e + sha256: ea86ccfbe04bd00922b82a365dfa96aa8039875c7ec5fbb73fddf4111e045e2c + build: ha05da47_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 1886299 - timestamp: 1701083292605 + size: 1886944 + timestamp: 1702669322117 - platform: osx-arm64 name: nss - version: '3.95' + version: '3.96' category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.95-h6cf673f_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.96-h5ce2875_0.conda hash: - md5: 45c7275beb042f0a6655674c95abab32 - sha256: 1a7c5c5f920a63fc2aa8e3bddff9df5284dd5eedc4a3702dd479d4b970db728f - build: h6cf673f_0 + md5: 45ec872f4ca4959c6a8aca9e6775b743 + sha256: b63b570c931a3469c836ba39291487e594e46f2248700155e79fe8ac45c18c9d + build: h5ce2875_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 1784944 - timestamp: 1701083360849 + size: 1785366 + timestamp: 1702669351418 - platform: linux-64 name: numpy - version: 1.26.2 + version: 1.26.3 category: main manager: conda dependencies: @@ -22786,10 +23541,10 @@ package: - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.2-py311h64a7726_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.3-py311h64a7726_0.conda hash: - md5: fd2f142dcd680413b5ede5d0fb799205 - sha256: c68b2c0ce95b79913134ec6ba2a2f1c10adcd60133afd48e4a57fdd128b694b7 + md5: 231eef4f33640338f64ef9ab690ba08d + sha256: e1366ff215f071077b5cba57549bd5fe91196e7621e39b7aeff9e51c2fe236dc build: py311h64a7726_0 arch: x86_64 subdir: linux-64 @@ -22798,26 +23553,27 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 8120086 - timestamp: 1700874920400 + size: 8192083 + timestamp: 1704280748704 + purls: + - pkg:pypi/numpy - platform: osx-64 name: numpy - version: 1.26.2 + version: 1.26.3 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.2-py311h93c810c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.3-py311hc43a94b_0.conda hash: - md5: 94d3dd8a8c0ad89583648b31e1a7f72a - sha256: ea57e333df9e3067b084a1d1b5c0abb65bc8dbdca22e1ee0300e58167032cb50 - build: py311h93c810c_0 + md5: 2b34ce65028c82008ad41281b427e06d + sha256: e8258dcb0fcd7fee3c346adcee32d015d751a717adae9db6fb8b007b1793da21 + build: py311hc43a94b_0 arch: x86_64 subdir: osx-64 build_number: 0 @@ -22825,27 +23581,28 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 7675285 - timestamp: 1700875144507 + size: 7551883 + timestamp: 1704281405307 + purls: + - pkg:pypi/numpy - platform: osx-arm64 name: numpy - version: 1.26.2 + version: 1.26.3 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.2-py311h6d074dd_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.3-py311h7125741_0.conda hash: - md5: 686a22bdbc601bfe7e7243f0263c10e3 - sha256: a88e48461bea106a0ce41684625f79efe473d42cf0f0310535dcfe1d98c888ba - build: py311h6d074dd_0 + md5: 13f78850d667ea2761b6d77294a9793b + sha256: 3b219a60de76c9c6d451353ad3f284aaa58c678d490d81dd6ecbe374844f4faf + build: py311h7125741_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -22853,11 +23610,13 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 6710261 - timestamp: 1700875222261 + size: 6753221 + timestamp: 1704281444008 + purls: + - pkg:pypi/numpy - platform: win-64 name: numpy - version: 1.26.2 + version: 1.26.3 category: main manager: conda dependencies: @@ -22869,10 +23628,10 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.2-py311h0b4df5a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.3-py311h0b4df5a_0.conda hash: - md5: 4bdfc84f67dafd5867702b1003dc8146 - sha256: a1ee243779b274afd7dfe3bba6dfc740716411990bb91e6ae126a5f481dfd92a + md5: 9f9218268a56328c2d0425d7f81cb1ad + sha256: 6553390519a01b2ba94a6cf508413f0f3a81473e6047a0cfe597c03420c3ff08 build: py311h0b4df5a_0 arch: x86_64 subdir: win-64 @@ -22881,8 +23640,10 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 7081908 - timestamp: 1700875402881 + size: 7092012 + timestamp: 1704281575150 + purls: + - pkg:pypi/numpy - platform: linux-64 name: ocl-icd version: 2.3.1 @@ -22923,6 +23684,8 @@ package: noarch: python size: 11191 timestamp: 1643466937157 + purls: + - pkg:pypi/openapi-schema-validator - platform: osx-64 name: openapi-schema-validator version: 0.2.3 @@ -22944,6 +23707,8 @@ package: noarch: python size: 11191 timestamp: 1643466937157 + purls: + - pkg:pypi/openapi-schema-validator - platform: osx-arm64 name: openapi-schema-validator version: 0.2.3 @@ -22965,6 +23730,8 @@ package: noarch: python size: 11191 timestamp: 1643466937157 + purls: + - pkg:pypi/openapi-schema-validator - platform: win-64 name: openapi-schema-validator version: 0.2.3 @@ -22986,6 +23753,8 @@ package: noarch: python size: 11191 timestamp: 1643466937157 + purls: + - pkg:pypi/openapi-schema-validator - platform: linux-64 name: openapi-spec-validator version: 0.4.0 @@ -23010,6 +23779,8 @@ package: noarch: python size: 29115 timestamp: 1656021470538 + purls: + - pkg:pypi/openapi-spec-validator - platform: osx-64 name: openapi-spec-validator version: 0.4.0 @@ -23034,6 +23805,8 @@ package: noarch: python size: 29115 timestamp: 1656021470538 + purls: + - pkg:pypi/openapi-spec-validator - platform: osx-arm64 name: openapi-spec-validator version: 0.4.0 @@ -23058,6 +23831,8 @@ package: noarch: python size: 29115 timestamp: 1656021470538 + purls: + - pkg:pypi/openapi-spec-validator - platform: win-64 name: openapi-spec-validator version: 0.4.0 @@ -23082,6 +23857,31 @@ package: noarch: python size: 29115 timestamp: 1656021470538 + purls: + - pkg:pypi/openapi-spec-validator +- platform: win-64 + name: openblas + version: 0.3.25 + category: main + manager: conda + dependencies: + - libflang >=5.0.0,<6.0.0.a0 + - libopenblas 0.3.25 pthreads_hc140b1d_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/openblas-0.3.25-pthreads_h3721920_0.conda + hash: + md5: 5317587fc58db4e2b89e2e13f9ca7910 + sha256: 8b4a981c15a407cc0e33c807953c44087eb28457ebec211332ef29fd0ecaf752 + build: pthreads_h3721920_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 166802 + timestamp: 1700539109359 - platform: linux-64 name: openjpeg version: 2.5.0 @@ -23173,6 +23973,24 @@ package: license_family: BSD size: 236847 timestamp: 1694708878963 +- platform: win-64 + name: openmp + version: 5.0.0 + category: main + manager: conda + dependencies: + - llvm-meta 5.0.0|5.0.0.* + - vc 14.* + url: https://conda.anaconda.org/conda-forge/win-64/openmp-5.0.0-vc14_1.tar.bz2 + hash: + md5: 8284c925330fa53668ade00db3c9e787 + sha256: 05c19170938b589f59049679d4e0679c98160fecc6fd1bf721b0f4980bd235dd + build: vc14_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: NCSA + size: 590466 - platform: linux-64 name: openssl version: 3.1.4 @@ -23472,6 +24290,8 @@ package: noarch: python size: 138777 timestamp: 1699364246060 + purls: + - pkg:pypi/owslib - platform: osx-64 name: owslib version: 0.29.3 @@ -23497,6 +24317,8 @@ package: noarch: python size: 138777 timestamp: 1699364246060 + purls: + - pkg:pypi/owslib - platform: osx-arm64 name: owslib version: 0.29.3 @@ -23522,6 +24344,8 @@ package: noarch: python size: 138777 timestamp: 1699364246060 + purls: + - pkg:pypi/owslib - platform: win-64 name: owslib version: 0.29.3 @@ -23547,6 +24371,8 @@ package: noarch: python size: 138777 timestamp: 1699364246060 + purls: + - pkg:pypi/owslib - platform: linux-64 name: packaging version: '23.2' @@ -23567,6 +24393,8 @@ package: noarch: python size: 49452 timestamp: 1696202521121 + purls: + - pkg:pypi/packaging - platform: osx-64 name: packaging version: '23.2' @@ -23587,6 +24415,8 @@ package: noarch: python size: 49452 timestamp: 1696202521121 + purls: + - pkg:pypi/packaging - platform: osx-arm64 name: packaging version: '23.2' @@ -23607,6 +24437,8 @@ package: noarch: python size: 49452 timestamp: 1696202521121 + purls: + - pkg:pypi/packaging - platform: win-64 name: packaging version: '23.2' @@ -23627,9 +24459,11 @@ package: noarch: python size: 49452 timestamp: 1696202521121 + purls: + - pkg:pypi/packaging - platform: linux-64 name: pandas - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -23641,21 +24475,21 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.3-py311h320fe9a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.4-py311h320fe9a_0.conda hash: - md5: 3ea3486e16d559dfcb539070ed330a1e - sha256: d69759f8e5f3dcae2562e177cdfde5a45e4cd38db732301812aa558c1c80db57 + md5: e44ccb61b6621bf3f8053ae66eba7397 + sha256: 4f40035c77c381e0151c0fb0b39d0dfc343947f7d283c2bced2123273c5d4884 build: py311h320fe9a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14913343 - timestamp: 1699670668363 + size: 14990951 + timestamp: 1702057771639 - platform: osx-64 name: pandas - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -23667,21 +24501,21 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.1.3-py311h1eadf79_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.1.4-py311h1eadf79_0.conda hash: - md5: 0a1ea4be8bcc907018694b5d04ac3036 - sha256: 2ca591570ce60be45eae8e5d39a07f08390e9ecc18997f66cb3d712953c09724 + md5: 905aff7f27a734e251526b9a7ecc20ac + sha256: 994d226d29293c1b118c0902af50719c5fc25c63c2c6cf7be7808b44226e19eb build: py311h1eadf79_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14349057 - timestamp: 1699671155233 + size: 14378188 + timestamp: 1702058207156 - platform: osx-arm64 name: pandas - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -23694,21 +24528,21 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.3-py311h6e08293_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py311h6e08293_0.conda hash: - md5: 0d0ecc6bac2b7a4007bf4d96b125d674 - sha256: eacddc0866e26372578fdeb5059e6f7edf4c6c8f59f494a8d5e64caa032b2600 + md5: 5130445e7fe8465365dab3ed3694c770 + sha256: fa6c79cf5252c22ef8141a405ea9650ea9df2d6436c003b279086e146eaef1e5 build: py311h6e08293_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14268243 - timestamp: 1699670980750 + size: 14300774 + timestamp: 1702058260980 - platform: win-64 name: pandas - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -23721,189 +24555,189 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.1.3-py311hf63dbb6_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.1.4-py311hf63dbb6_0.conda hash: - md5: 8b00388ee5e71f4aa4364bf2264ee6c6 - sha256: 998f48aedd7c01de4d9d519f9148ee90c09d0fd25221a40d7c6222e5362f73d5 + md5: 5179a87c529fa08864d899f05e16345b + sha256: be6d27e9c7e83c4dbc40003f2d62b79a5af0a3febb3a69a496d867763d983958 build: py311hf63dbb6_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 13825386 - timestamp: 1699670895483 + size: 13785578 + timestamp: 1702058272745 - platform: linux-64 name: pandas-stubs - version: 2.1.1.230928 + version: 2.1.4.231227 category: main manager: conda dependencies: - numpy >=1.26.0 - python >=3.9 - types-pytz >=2022.1.1 - url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.4.231227-pyhd8ed1ab_0.conda hash: - md5: 375b8ba549e72a70333b94c4dbba2d86 - sha256: eea3b2ceff7417c1a8114a4eaeed7bdb6642a09a32774394cc34bd1aa655399f - build: pyhd8ed1ab_1 + md5: d08cba1f6b5530cb6db76235cdafd5e1 + sha256: 66a99a98cafdca213a1ab187f52ae2c6a948c680f93127d9e3d9ab1fc55c396e + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 96339 - timestamp: 1698184293396 + size: 96562 + timestamp: 1703717862768 - platform: osx-64 name: pandas-stubs - version: 2.1.1.230928 + version: 2.1.4.231227 category: main manager: conda dependencies: - numpy >=1.26.0 - python >=3.9 - types-pytz >=2022.1.1 - url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.4.231227-pyhd8ed1ab_0.conda hash: - md5: 375b8ba549e72a70333b94c4dbba2d86 - sha256: eea3b2ceff7417c1a8114a4eaeed7bdb6642a09a32774394cc34bd1aa655399f - build: pyhd8ed1ab_1 + md5: d08cba1f6b5530cb6db76235cdafd5e1 + sha256: 66a99a98cafdca213a1ab187f52ae2c6a948c680f93127d9e3d9ab1fc55c396e + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 96339 - timestamp: 1698184293396 + size: 96562 + timestamp: 1703717862768 - platform: osx-arm64 name: pandas-stubs - version: 2.1.1.230928 + version: 2.1.4.231227 category: main manager: conda dependencies: - numpy >=1.26.0 - python >=3.9 - types-pytz >=2022.1.1 - url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.4.231227-pyhd8ed1ab_0.conda hash: - md5: 375b8ba549e72a70333b94c4dbba2d86 - sha256: eea3b2ceff7417c1a8114a4eaeed7bdb6642a09a32774394cc34bd1aa655399f - build: pyhd8ed1ab_1 + md5: d08cba1f6b5530cb6db76235cdafd5e1 + sha256: 66a99a98cafdca213a1ab187f52ae2c6a948c680f93127d9e3d9ab1fc55c396e + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 96339 - timestamp: 1698184293396 + size: 96562 + timestamp: 1703717862768 - platform: win-64 name: pandas-stubs - version: 2.1.1.230928 + version: 2.1.4.231227 category: main manager: conda dependencies: - numpy >=1.26.0 - python >=3.9 - types-pytz >=2022.1.1 - url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.4.231227-pyhd8ed1ab_0.conda hash: - md5: 375b8ba549e72a70333b94c4dbba2d86 - sha256: eea3b2ceff7417c1a8114a4eaeed7bdb6642a09a32774394cc34bd1aa655399f - build: pyhd8ed1ab_1 + md5: d08cba1f6b5530cb6db76235cdafd5e1 + sha256: 66a99a98cafdca213a1ab187f52ae2c6a948c680f93127d9e3d9ab1fc55c396e + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 96339 - timestamp: 1698184293396 + size: 96562 + timestamp: 1703717862768 - platform: linux-64 name: pandera - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: - - pandera-base >=0.17.2,<0.17.3.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.2-hd8ed1ab_1.conda + - pandera-base >=0.18.0,<0.18.1.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.18.0-hd8ed1ab_0.conda hash: - md5: 4264ebacf0a9b26d4a4201d19410f232 - sha256: 9e393ef1bcff1d2c452d18930ade00022b7da1bb1feba1d514d92b88e22b380f - build: hd8ed1ab_1 + md5: e960b9d610b62715f72187545b77cb8b + sha256: 86decd459a369fc475d0f102cac3e31cec566bfb87c2db89f770b397b0f812fd + build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 6922 - timestamp: 1699103921878 + size: 6969 + timestamp: 1702110158705 - platform: osx-64 name: pandera - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: - - pandera-base >=0.17.2,<0.17.3.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.2-hd8ed1ab_1.conda + - pandera-base >=0.18.0,<0.18.1.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.18.0-hd8ed1ab_0.conda hash: - md5: 4264ebacf0a9b26d4a4201d19410f232 - sha256: 9e393ef1bcff1d2c452d18930ade00022b7da1bb1feba1d514d92b88e22b380f - build: hd8ed1ab_1 + md5: e960b9d610b62715f72187545b77cb8b + sha256: 86decd459a369fc475d0f102cac3e31cec566bfb87c2db89f770b397b0f812fd + build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 6922 - timestamp: 1699103921878 + size: 6969 + timestamp: 1702110158705 - platform: osx-arm64 name: pandera - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: - - pandera-base >=0.17.2,<0.17.3.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.2-hd8ed1ab_1.conda + - pandera-base >=0.18.0,<0.18.1.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.18.0-hd8ed1ab_0.conda hash: - md5: 4264ebacf0a9b26d4a4201d19410f232 - sha256: 9e393ef1bcff1d2c452d18930ade00022b7da1bb1feba1d514d92b88e22b380f - build: hd8ed1ab_1 + md5: e960b9d610b62715f72187545b77cb8b + sha256: 86decd459a369fc475d0f102cac3e31cec566bfb87c2db89f770b397b0f812fd + build: hd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 6922 - timestamp: 1699103921878 + size: 6969 + timestamp: 1702110158705 - platform: win-64 name: pandera - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: - - pandera-base >=0.17.2,<0.17.3.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.2-hd8ed1ab_1.conda + - pandera-base >=0.18.0,<0.18.1.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.18.0-hd8ed1ab_0.conda hash: - md5: 4264ebacf0a9b26d4a4201d19410f232 - sha256: 9e393ef1bcff1d2c452d18930ade00022b7da1bb1feba1d514d92b88e22b380f - build: hd8ed1ab_1 + md5: e960b9d610b62715f72187545b77cb8b + sha256: 86decd459a369fc475d0f102cac3e31cec566bfb87c2db89f770b397b0f812fd + build: hd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 6922 - timestamp: 1699103921878 + size: 6969 + timestamp: 1702110158705 - platform: linux-64 name: pandera-base - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: @@ -23916,22 +24750,22 @@ package: - typeguard >=3.0.2 - typing_inspect >=0.6.0 - wrapt - url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.2-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.18.0-pyhd8ed1ab_0.conda hash: - md5: 66e35f81990c5929be3c39e2c1786f8c - sha256: c6057df0df40b7e3e5623d83f045d922dc6a646988466e1ea259cfd94f715963 - build: pyhd8ed1ab_1 + md5: f7214927ade78c56a6ffc765f9cdac40 + sha256: 4691edd69bda437d54962dbaa9aeb889da656e33d135d7620557d63398402821 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 123850 - timestamp: 1699103913359 + size: 127533 + timestamp: 1702110150327 - platform: osx-64 name: pandera-base - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: @@ -23944,22 +24778,22 @@ package: - typeguard >=3.0.2 - typing_inspect >=0.6.0 - wrapt - url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.2-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.18.0-pyhd8ed1ab_0.conda hash: - md5: 66e35f81990c5929be3c39e2c1786f8c - sha256: c6057df0df40b7e3e5623d83f045d922dc6a646988466e1ea259cfd94f715963 - build: pyhd8ed1ab_1 + md5: f7214927ade78c56a6ffc765f9cdac40 + sha256: 4691edd69bda437d54962dbaa9aeb889da656e33d135d7620557d63398402821 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 123850 - timestamp: 1699103913359 + size: 127533 + timestamp: 1702110150327 - platform: osx-arm64 name: pandera-base - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: @@ -23972,22 +24806,22 @@ package: - typeguard >=3.0.2 - typing_inspect >=0.6.0 - wrapt - url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.2-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.18.0-pyhd8ed1ab_0.conda hash: - md5: 66e35f81990c5929be3c39e2c1786f8c - sha256: c6057df0df40b7e3e5623d83f045d922dc6a646988466e1ea259cfd94f715963 - build: pyhd8ed1ab_1 + md5: f7214927ade78c56a6ffc765f9cdac40 + sha256: 4691edd69bda437d54962dbaa9aeb889da656e33d135d7620557d63398402821 + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 123850 - timestamp: 1699103913359 + size: 127533 + timestamp: 1702110150327 - platform: win-64 name: pandera-base - version: 0.17.2 + version: 0.18.0 category: main manager: conda dependencies: @@ -24000,19 +24834,19 @@ package: - typeguard >=3.0.2 - typing_inspect >=0.6.0 - wrapt - url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.2-pyhd8ed1ab_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.18.0-pyhd8ed1ab_0.conda hash: - md5: 66e35f81990c5929be3c39e2c1786f8c - sha256: c6057df0df40b7e3e5623d83f045d922dc6a646988466e1ea259cfd94f715963 - build: pyhd8ed1ab_1 + md5: f7214927ade78c56a6ffc765f9cdac40 + sha256: 4691edd69bda437d54962dbaa9aeb889da656e33d135d7620557d63398402821 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT noarch: python - size: 123850 - timestamp: 1699103913359 + size: 127533 + timestamp: 1702110150327 - platform: linux-64 name: pandoc version: 3.1.1 @@ -24089,6 +24923,8 @@ package: noarch: python size: 11627 timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters - platform: osx-64 name: pandocfilters version: 1.5.0 @@ -24109,6 +24945,8 @@ package: noarch: python size: 11627 timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters - platform: osx-arm64 name: pandocfilters version: 1.5.0 @@ -24129,6 +24967,8 @@ package: noarch: python size: 11627 timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters - platform: win-64 name: pandocfilters version: 1.5.0 @@ -24149,6 +24989,8 @@ package: noarch: python size: 11627 timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters - platform: linux-64 name: parso version: 0.8.3 @@ -24169,6 +25011,8 @@ package: noarch: python size: 71048 timestamp: 1638335054552 + purls: + - pkg:pypi/parso - platform: osx-64 name: parso version: 0.8.3 @@ -24189,6 +25033,8 @@ package: noarch: python size: 71048 timestamp: 1638335054552 + purls: + - pkg:pypi/parso - platform: osx-arm64 name: parso version: 0.8.3 @@ -24209,6 +25055,8 @@ package: noarch: python size: 71048 timestamp: 1638335054552 + purls: + - pkg:pypi/parso - platform: win-64 name: parso version: 0.8.3 @@ -24229,17 +25077,19 @@ package: noarch: python size: 71048 timestamp: 1638335054552 + purls: + - pkg:pypi/parso - platform: linux-64 name: pathspec - version: 0.11.2 + version: 0.12.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda hash: - md5: e41debb259e68490e3ab81e46b639ab6 - sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24247,19 +25097,21 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 38649 - timestamp: 1690598108100 + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec - platform: osx-64 name: pathspec - version: 0.11.2 + version: 0.12.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda hash: - md5: e41debb259e68490e3ab81e46b639ab6 - sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24267,19 +25119,21 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 38649 - timestamp: 1690598108100 + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec - platform: osx-arm64 name: pathspec - version: 0.11.2 + version: 0.12.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda hash: - md5: e41debb259e68490e3ab81e46b639ab6 - sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -24287,19 +25141,21 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 38649 - timestamp: 1690598108100 + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec - platform: win-64 name: pathspec - version: 0.11.2 + version: 0.12.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda hash: - md5: e41debb259e68490e3ab81e46b639ab6 - sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24307,8 +25163,10 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 38649 - timestamp: 1690598108100 + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec - platform: linux-64 name: pcre2 version: '10.40' @@ -24404,7 +25262,7 @@ package: - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libgcc-ng >=12 - libgdal >=3.7.1,<3.8.0a0 - libkml >=1.3.0,<1.4.0a0 @@ -24440,7 +25298,7 @@ package: - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 - libgdal >=3.7.1,<3.8.0a0 - libkml >=1.3.0,<1.4.0a0 @@ -24477,7 +25335,7 @@ package: - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libcxx >=15.0.7 - libgdal >=3.7.1,<3.8.0a0 - libkml >=1.3.0,<1.4.0a0 @@ -24513,7 +25371,7 @@ package: - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 + - hdf5 >=1.14.2,<1.14.4.0a0 - libgdal >=3.7.1,<3.8.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=15.4,<16.0a0 @@ -24644,6 +25502,8 @@ package: noarch: python size: 48780 timestamp: 1667297617062 + purls: + - pkg:pypi/pexpect - platform: osx-64 name: pexpect version: 4.8.0 @@ -24664,6 +25524,8 @@ package: noarch: python size: 48780 timestamp: 1667297617062 + purls: + - pkg:pypi/pexpect - platform: osx-arm64 name: pexpect version: 4.8.0 @@ -24684,6 +25546,8 @@ package: noarch: python size: 48780 timestamp: 1667297617062 + purls: + - pkg:pypi/pexpect - platform: linux-64 name: pickleshare version: 0.7.5 @@ -24704,6 +25568,8 @@ package: noarch: python size: 9332 timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare - platform: osx-64 name: pickleshare version: 0.7.5 @@ -24724,6 +25590,8 @@ package: noarch: python size: 9332 timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare - platform: osx-arm64 name: pickleshare version: 0.7.5 @@ -24744,6 +25612,8 @@ package: noarch: python size: 9332 timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare - platform: win-64 name: pickleshare version: 0.7.5 @@ -24764,6 +25634,8 @@ package: noarch: python size: 9332 timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare - platform: linux-64 name: pillow version: 10.0.1 @@ -24883,17 +25755,17 @@ package: timestamp: 1695247874191 - platform: linux-64 name: pip - version: 23.3.1 + version: 23.3.2 category: main manager: conda dependencies: - python >=3.7 - setuptools - wheel - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.2-pyhd8ed1ab_0.conda hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 + md5: 8591c748f98dcc02253003533bc2e4b1 + sha256: 29096d1d53c61aeef518729add2f405df86b3629d1d738a35b15095e6a02eeed build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24901,21 +25773,23 @@ package: license: MIT license_family: MIT noarch: python - size: 1398838 - timestamp: 1697896918388 + size: 1395000 + timestamp: 1702822023465 + purls: + - pkg:pypi/pip - platform: osx-64 name: pip - version: 23.3.1 + version: 23.3.2 category: main manager: conda dependencies: - python >=3.7 - setuptools - wheel - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.2-pyhd8ed1ab_0.conda hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 + md5: 8591c748f98dcc02253003533bc2e4b1 + sha256: 29096d1d53c61aeef518729add2f405df86b3629d1d738a35b15095e6a02eeed build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24923,21 +25797,23 @@ package: license: MIT license_family: MIT noarch: python - size: 1398838 - timestamp: 1697896918388 + size: 1395000 + timestamp: 1702822023465 + purls: + - pkg:pypi/pip - platform: osx-arm64 name: pip - version: 23.3.1 + version: 23.3.2 category: main manager: conda dependencies: - python >=3.7 - setuptools - wheel - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.2-pyhd8ed1ab_0.conda hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 + md5: 8591c748f98dcc02253003533bc2e4b1 + sha256: 29096d1d53c61aeef518729add2f405df86b3629d1d738a35b15095e6a02eeed build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -24945,21 +25821,23 @@ package: license: MIT license_family: MIT noarch: python - size: 1398838 - timestamp: 1697896918388 + size: 1395000 + timestamp: 1702822023465 + purls: + - pkg:pypi/pip - platform: win-64 name: pip - version: 23.3.1 + version: 23.3.2 category: main manager: conda dependencies: - python >=3.7 - setuptools - wheel - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.2-pyhd8ed1ab_0.conda hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 + md5: 8591c748f98dcc02253003533bc2e4b1 + sha256: 29096d1d53c61aeef518729add2f405df86b3629d1d738a35b15095e6a02eeed build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24967,87 +25845,89 @@ package: license: MIT license_family: MIT noarch: python - size: 1398838 - timestamp: 1697896918388 + size: 1395000 + timestamp: 1702822023465 + purls: + - pkg:pypi/pip - platform: linux-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.0-h59595ed_0.conda hash: - md5: 700edd63ccd5fc66b70b1c028cea9a68 - sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 + md5: 6b4b43013628634b6cfdee6b74fd696b + sha256: 07a5ffcd34e241f900433af4c6d4904518aab76add4e1e40a2c4bad93ae43f2b build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 385309 - timestamp: 1695736061006 + size: 387320 + timestamp: 1704646964705 - platform: osx-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.42.2-he965462_0.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.0-h73e2aa4_0.conda hash: - md5: e4180dcfd3e3621560fe1ad522997520 - sha256: d9181736d4b3260a03443e8fd1c47c491e189b2344913eaf5dead27947a274e4 - build: he965462_0 + md5: e7b41ef9fef108d52355c9d603e5a6a8 + sha256: e1c1d69c7297496bcbd2969feaeb725a35cf04ffe419688f6067e94bc4dee686 + build: h73e2aa4_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 336190 - timestamp: 1695736270076 + size: 326301 + timestamp: 1704647133185 - platform: osx-arm64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.42.2-h13dd4ca_0.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.0-hebf3989_0.conda hash: - md5: f96347021db6f33ccabe314ddeab62d4 - sha256: 90e60dc5604e356d47ef97b23b13759ef3d8b70fa2c637f4809d29851435d7d7 - build: h13dd4ca_0 + md5: 6becbd8db3b0aa168259018c3806b814 + sha256: 4587c34eb9ada1ba82c3e9f8ffe7354dff6c385f0e8c94fe1bbc775f4ddba5c9 + build: hebf3989_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 213843 - timestamp: 1695736518800 + size: 201507 + timestamp: 1704647221719 - platform: win-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.42.2-h63175ca_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.0-h63175ca_0.conda hash: - md5: fb6fe034c742dc8562d3197c2d91423d - sha256: bc663647468255781e3fba488372b0e699b717a63fa2450b9c282e68b6eb9543 + md5: b481afd4e3d086adce96302751de233c + sha256: d1b164e230b16b236855853fda2d4aceb5d92fdfc53f67d942c5edc26dc5f617 build: h63175ca_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 455866 - timestamp: 1695736519750 + size: 463334 + timestamp: 1704647571150 - platform: linux-64 name: pkginfo version: 1.9.6 @@ -25068,6 +25948,8 @@ package: noarch: python size: 27646 timestamp: 1673281872032 + purls: + - pkg:pypi/pkginfo - platform: osx-64 name: pkginfo version: 1.9.6 @@ -25088,6 +25970,8 @@ package: noarch: python size: 27646 timestamp: 1673281872032 + purls: + - pkg:pypi/pkginfo - platform: osx-arm64 name: pkginfo version: 1.9.6 @@ -25108,6 +25992,8 @@ package: noarch: python size: 27646 timestamp: 1673281872032 + purls: + - pkg:pypi/pkginfo - platform: win-64 name: pkginfo version: 1.9.6 @@ -25128,6 +26014,8 @@ package: noarch: python size: 27646 timestamp: 1673281872032 + purls: + - pkg:pypi/pkginfo - platform: linux-64 name: pkgutil-resolve-name version: 1.3.10 @@ -25147,6 +26035,8 @@ package: noarch: python size: 10778 timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name - platform: osx-64 name: pkgutil-resolve-name version: 1.3.10 @@ -25166,6 +26056,8 @@ package: noarch: python size: 10778 timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name - platform: osx-arm64 name: pkgutil-resolve-name version: 1.3.10 @@ -25185,6 +26077,8 @@ package: noarch: python size: 10778 timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name - platform: win-64 name: pkgutil-resolve-name version: 1.3.10 @@ -25204,18 +26098,19 @@ package: noarch: python size: 10778 timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name - platform: linux-64 name: platformdirs - version: 4.0.0 + version: 4.1.0 category: main manager: conda dependencies: - - python >=3.7 - - typing_extensions >=4.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.0.0-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.1.0-pyhd8ed1ab_0.conda hash: - md5: 6bb4ee32cd435deaeac72776c001e7ac - sha256: 67381d3f7cadca7df7699238e0dcce680ad20d7fd28804bab48611fecb084937 + md5: 45a5065664da0d1dfa8f8cd2eaf05ab9 + sha256: 9e4ff17ce802159ed31344eb913eaa877688226765b77947b102b42255a53853 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -25223,20 +26118,21 @@ package: license: MIT license_family: MIT noarch: python - size: 19965 - timestamp: 1699715699938 + size: 20058 + timestamp: 1701708396900 + purls: + - pkg:pypi/platformdirs - platform: osx-64 name: platformdirs - version: 4.0.0 + version: 4.1.0 category: main manager: conda dependencies: - - python >=3.7 - - typing_extensions >=4.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.0.0-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.1.0-pyhd8ed1ab_0.conda hash: - md5: 6bb4ee32cd435deaeac72776c001e7ac - sha256: 67381d3f7cadca7df7699238e0dcce680ad20d7fd28804bab48611fecb084937 + md5: 45a5065664da0d1dfa8f8cd2eaf05ab9 + sha256: 9e4ff17ce802159ed31344eb913eaa877688226765b77947b102b42255a53853 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -25244,20 +26140,21 @@ package: license: MIT license_family: MIT noarch: python - size: 19965 - timestamp: 1699715699938 + size: 20058 + timestamp: 1701708396900 + purls: + - pkg:pypi/platformdirs - platform: osx-arm64 name: platformdirs - version: 4.0.0 + version: 4.1.0 category: main manager: conda dependencies: - - python >=3.7 - - typing_extensions >=4.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.0.0-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.1.0-pyhd8ed1ab_0.conda hash: - md5: 6bb4ee32cd435deaeac72776c001e7ac - sha256: 67381d3f7cadca7df7699238e0dcce680ad20d7fd28804bab48611fecb084937 + md5: 45a5065664da0d1dfa8f8cd2eaf05ab9 + sha256: 9e4ff17ce802159ed31344eb913eaa877688226765b77947b102b42255a53853 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -25265,20 +26162,21 @@ package: license: MIT license_family: MIT noarch: python - size: 19965 - timestamp: 1699715699938 + size: 20058 + timestamp: 1701708396900 + purls: + - pkg:pypi/platformdirs - platform: win-64 name: platformdirs - version: 4.0.0 + version: 4.1.0 category: main manager: conda dependencies: - - python >=3.7 - - typing_extensions >=4.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.0.0-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.1.0-pyhd8ed1ab_0.conda hash: - md5: 6bb4ee32cd435deaeac72776c001e7ac - sha256: 67381d3f7cadca7df7699238e0dcce680ad20d7fd28804bab48611fecb084937 + md5: 45a5065664da0d1dfa8f8cd2eaf05ab9 + sha256: 9e4ff17ce802159ed31344eb913eaa877688226765b77947b102b42255a53853 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -25286,8 +26184,10 @@ package: license: MIT license_family: MIT noarch: python - size: 19965 - timestamp: 1699715699938 + size: 20058 + timestamp: 1701708396900 + purls: + - pkg:pypi/platformdirs - platform: linux-64 name: plotly version: 5.18.0 @@ -25404,6 +26304,8 @@ package: noarch: python size: 22548 timestamp: 1693086745921 + purls: + - pkg:pypi/pluggy - platform: osx-64 name: pluggy version: 1.3.0 @@ -25424,6 +26326,8 @@ package: noarch: python size: 22548 timestamp: 1693086745921 + purls: + - pkg:pypi/pluggy - platform: osx-arm64 name: pluggy version: 1.3.0 @@ -25444,6 +26348,8 @@ package: noarch: python size: 22548 timestamp: 1693086745921 + purls: + - pkg:pypi/pluggy - platform: win-64 name: pluggy version: 1.3.0 @@ -25464,6 +26370,8 @@ package: noarch: python size: 22548 timestamp: 1693086745921 + purls: + - pkg:pypi/pluggy - platform: linux-64 name: plum-dispatch version: 2.2.2 @@ -25485,6 +26393,8 @@ package: noarch: python size: 30640 timestamp: 1695462244703 + purls: + - pkg:pypi/plum-dispatch - platform: osx-64 name: plum-dispatch version: 2.2.2 @@ -25506,6 +26416,8 @@ package: noarch: python size: 30640 timestamp: 1695462244703 + purls: + - pkg:pypi/plum-dispatch - platform: osx-arm64 name: plum-dispatch version: 2.2.2 @@ -25527,6 +26439,8 @@ package: noarch: python size: 30640 timestamp: 1695462244703 + purls: + - pkg:pypi/plum-dispatch - platform: win-64 name: plum-dispatch version: 2.2.2 @@ -25548,6 +26462,8 @@ package: noarch: python size: 30640 timestamp: 1695462244703 + purls: + - pkg:pypi/plum-dispatch - platform: linux-64 name: ply version: '3.11' @@ -25568,6 +26484,8 @@ package: noarch: python size: 44837 timestamp: 1530963184592 + purls: + - pkg:pypi/ply - platform: osx-64 name: ply version: '3.11' @@ -25588,6 +26506,8 @@ package: noarch: python size: 44837 timestamp: 1530963184592 + purls: + - pkg:pypi/ply - platform: osx-arm64 name: ply version: '3.11' @@ -25608,6 +26528,8 @@ package: noarch: python size: 44837 timestamp: 1530963184592 + purls: + - pkg:pypi/ply - platform: win-64 name: ply version: '3.11' @@ -25628,6 +26550,8 @@ package: noarch: python size: 44837 timestamp: 1530963184592 + purls: + - pkg:pypi/ply - platform: linux-64 name: poppler version: 23.08.0 @@ -25972,6 +26896,8 @@ package: noarch: python size: 34706 timestamp: 1687715290169 + purls: + - pkg:pypi/prance - platform: osx-64 name: prance version: 23.6.21.0 @@ -25998,6 +26924,8 @@ package: noarch: python size: 34706 timestamp: 1687715290169 + purls: + - pkg:pypi/prance - platform: osx-arm64 name: prance version: 23.6.21.0 @@ -26024,6 +26952,8 @@ package: noarch: python size: 34706 timestamp: 1687715290169 + purls: + - pkg:pypi/prance - platform: win-64 name: prance version: 23.6.21.0 @@ -26050,22 +26980,24 @@ package: noarch: python size: 34706 timestamp: 1687715290169 + purls: + - pkg:pypi/prance - platform: linux-64 name: pre-commit - version: 3.5.0 + version: 3.6.0 category: main manager: conda dependencies: - cfgv >=2.0.0 - identify >=1.0.0 - nodeenv >=0.11.1 - - python >=3.8 + - python >=3.9 - pyyaml >=5.1 - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -26073,24 +27005,24 @@ package: license: MIT license_family: MIT noarch: python - size: 179349 - timestamp: 1697222328615 + size: 179538 + timestamp: 1702177397758 - platform: osx-64 name: pre-commit - version: 3.5.0 + version: 3.6.0 category: main manager: conda dependencies: - cfgv >=2.0.0 - identify >=1.0.0 - nodeenv >=0.11.1 - - python >=3.8 + - python >=3.9 - pyyaml >=5.1 - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -26098,24 +27030,24 @@ package: license: MIT license_family: MIT noarch: python - size: 179349 - timestamp: 1697222328615 + size: 179538 + timestamp: 1702177397758 - platform: osx-arm64 name: pre-commit - version: 3.5.0 + version: 3.6.0 category: main manager: conda dependencies: - cfgv >=2.0.0 - identify >=1.0.0 - nodeenv >=0.11.1 - - python >=3.8 + - python >=3.9 - pyyaml >=5.1 - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -26123,24 +27055,24 @@ package: license: MIT license_family: MIT noarch: python - size: 179349 - timestamp: 1697222328615 + size: 179538 + timestamp: 1702177397758 - platform: win-64 name: pre-commit - version: 3.5.0 + version: 3.6.0 category: main manager: conda dependencies: - cfgv >=2.0.0 - identify >=1.0.0 - nodeenv >=0.11.1 - - python >=3.8 + - python >=3.9 - pyyaml >=5.1 - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -26148,8 +27080,8 @@ package: license: MIT license_family: MIT noarch: python - size: 179349 - timestamp: 1697222328615 + size: 179538 + timestamp: 1702177397758 - platform: linux-64 name: proj version: 9.3.0 @@ -26271,6 +27203,8 @@ package: noarch: python size: 48463 timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client - platform: osx-64 name: prometheus_client version: 0.19.0 @@ -26291,6 +27225,8 @@ package: noarch: python size: 48463 timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client - platform: osx-arm64 name: prometheus_client version: 0.19.0 @@ -26311,6 +27247,8 @@ package: noarch: python size: 48463 timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client - platform: win-64 name: prometheus_client version: 0.19.0 @@ -26331,163 +27269,171 @@ package: noarch: python size: 48463 timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client - platform: linux-64 name: prompt-toolkit - version: 3.0.41 + version: 3.0.42 category: main manager: conda dependencies: - python >=3.7 - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.41-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda hash: - md5: f511a993aa4336bef9dd874ee3403e67 - sha256: e26a5554883a0eada3641b6d861d8cb4895e2c7fcc17a587de07b8b1ecbfff0f + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 build: pyha770c72_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - prompt_toolkit 3.0.41 + - prompt_toolkit 3.0.42 license: BSD-3-Clause license_family: BSD noarch: python - size: 269969 - timestamp: 1699963207861 + size: 270398 + timestamp: 1702399557137 - platform: osx-64 name: prompt-toolkit - version: 3.0.41 + version: 3.0.42 category: main manager: conda dependencies: - python >=3.7 - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.41-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda hash: - md5: f511a993aa4336bef9dd874ee3403e67 - sha256: e26a5554883a0eada3641b6d861d8cb4895e2c7fcc17a587de07b8b1ecbfff0f + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 build: pyha770c72_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - prompt_toolkit 3.0.41 + - prompt_toolkit 3.0.42 license: BSD-3-Clause license_family: BSD noarch: python - size: 269969 - timestamp: 1699963207861 + size: 270398 + timestamp: 1702399557137 - platform: osx-arm64 name: prompt-toolkit - version: 3.0.41 + version: 3.0.42 category: main manager: conda dependencies: - python >=3.7 - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.41-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda hash: - md5: f511a993aa4336bef9dd874ee3403e67 - sha256: e26a5554883a0eada3641b6d861d8cb4895e2c7fcc17a587de07b8b1ecbfff0f + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - prompt_toolkit 3.0.41 + - prompt_toolkit 3.0.42 license: BSD-3-Clause license_family: BSD noarch: python - size: 269969 - timestamp: 1699963207861 + size: 270398 + timestamp: 1702399557137 - platform: win-64 name: prompt-toolkit - version: 3.0.41 + version: 3.0.42 category: main manager: conda dependencies: - python >=3.7 - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.41-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda hash: - md5: f511a993aa4336bef9dd874ee3403e67 - sha256: e26a5554883a0eada3641b6d861d8cb4895e2c7fcc17a587de07b8b1ecbfff0f + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 build: pyha770c72_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - prompt_toolkit 3.0.41 + - prompt_toolkit 3.0.42 license: BSD-3-Clause license_family: BSD noarch: python - size: 269969 - timestamp: 1699963207861 + size: 270398 + timestamp: 1702399557137 - platform: linux-64 name: psutil - version: 5.9.5 + version: 5.9.7 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py311h459d7ec_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.7-py311h459d7ec_0.conda hash: - md5: 490d7fa8675afd1aa6f1b2332d156a45 - sha256: e92d2120fc4b98fe838b3d52d4907fae97808bdd504fb84aa33aea8c4be7bc61 - build: py311h459d7ec_1 + md5: b4f2d78860bf9c8887b528c10995b427 + sha256: a2f08e5bcca5e067c452708d5ce6389c1012c7b6139ffe26b3386674f036eb27 + build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 498698 - timestamp: 1695367306421 + size: 501433 + timestamp: 1702833218128 + purls: + - pkg:pypi/psutil - platform: osx-64 name: psutil - version: 5.9.5 + version: 5.9.7 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py311h2725bcf_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.7-py311he705e18_0.conda hash: - md5: 16221cd0488a32152a6b3f1a301ccf19 - sha256: 2eee900e0e5a103cff0159cdd81d401b67ccfb919be6cd868fc34c22dab981f1 - build: py311h2725bcf_1 + md5: d99e96df7c4457d2b1b83d69491f2966 + sha256: 43ab1bbe0a13828c4996ae2e115e5ca991673700075f5754cdae06b661589762 + build: py311he705e18_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 506611 - timestamp: 1695367402674 + size: 509042 + timestamp: 1702833401807 + purls: + - pkg:pypi/psutil - platform: osx-arm64 name: psutil - version: 5.9.5 + version: 5.9.7 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.5-py311heffc1b2_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.7-py311h05b510d_0.conda hash: - md5: a40123b40642b8b08b3830a3f6bc7fd9 - sha256: a12a525d3bcaed04e0885b2bd00f4f626c80c19d7c0ae8bb7cf7121aefb39e52 - build: py311heffc1b2_1 + md5: 2a02199a2b53dd94d0cc0a1beae5d76f + sha256: ced083a2b633e3d3c9edf44f2a1ad2ab557d31cb6bc30cc98582459c37dfe66e + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 506971 - timestamp: 1695367619126 + size: 510108 + timestamp: 1702833565677 + purls: + - pkg:pypi/psutil - platform: win-64 name: psutil - version: 5.9.5 + version: 5.9.7 category: main manager: conda dependencies: @@ -26496,18 +27442,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py311ha68e1ae_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.7-py311ha68e1ae_0.conda hash: - md5: f64b2d9577e753fea9662dae11339ac2 - sha256: e5c09eee9902e0c56d89f88210009b34d819d241ac5b7dde38266324a85fde51 - build: py311ha68e1ae_1 + md5: bcf89370650e51c5158c2bdfbe67e9c8 + sha256: 1d32b407361dfb200bc8e9f614482471cba306a45f3cf2f04a1d46b35dcb87f1 + build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 516106 - timestamp: 1695367685028 + size: 520059 + timestamp: 1702833841329 + purls: + - pkg:pypi/psutil - platform: linux-64 name: psycopg2 version: 2.9.7 @@ -26530,6 +27478,8 @@ package: license_family: LGPL size: 190078 timestamp: 1694260316190 + purls: + - pkg:pypi/psycopg2-binary - platform: osx-64 name: psycopg2 version: 2.9.7 @@ -26552,6 +27502,8 @@ package: license_family: LGPL size: 165976 timestamp: 1694260472113 + purls: + - pkg:pypi/psycopg2-binary - platform: osx-arm64 name: psycopg2 version: 2.9.7 @@ -26575,6 +27527,8 @@ package: license_family: LGPL size: 170466 timestamp: 1694260700220 + purls: + - pkg:pypi/psycopg2-binary - platform: win-64 name: psycopg2 version: 2.9.7 @@ -26600,6 +27554,8 @@ package: license_family: LGPL size: 171296 timestamp: 1694260669376 + purls: + - pkg:pypi/psycopg2-binary - platform: linux-64 name: pthread-stubs version: '0.4' @@ -26713,6 +27669,8 @@ package: license_family: MIT size: 5188803 timestamp: 1667488033769 + purls: + - pkg:pypi/ptvsd - platform: osx-64 name: ptvsd version: 4.3.2 @@ -26733,6 +27691,8 @@ package: license_family: MIT size: 5181703 timestamp: 1667488317855 + purls: + - pkg:pypi/ptvsd - platform: win-64 name: ptvsd version: 4.3.2 @@ -26756,6 +27716,8 @@ package: license_family: MIT size: 5156913 timestamp: 1667488366633 + purls: + - pkg:pypi/ptvsd - platform: linux-64 name: ptyprocess version: 0.7.0 @@ -26775,6 +27737,8 @@ package: noarch: python size: 16546 timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess - platform: osx-64 name: ptyprocess version: 0.7.0 @@ -26794,6 +27758,8 @@ package: noarch: python size: 16546 timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess - platform: osx-arm64 name: ptyprocess version: 0.7.0 @@ -26813,6 +27779,8 @@ package: noarch: python size: 16546 timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess - platform: linux-64 name: pulseaudio-client version: '16.1' @@ -26858,6 +27826,8 @@ package: noarch: python size: 14551 timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval - platform: osx-64 name: pure_eval version: 0.2.2 @@ -26878,6 +27848,8 @@ package: noarch: python size: 14551 timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval - platform: osx-arm64 name: pure_eval version: 0.2.2 @@ -26898,6 +27870,8 @@ package: noarch: python size: 14551 timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval - platform: win-64 name: pure_eval version: 0.2.2 @@ -26918,6 +27892,8 @@ package: noarch: python size: 14551 timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval - platform: linux-64 name: pyarrow version: 10.0.1 @@ -27045,6 +28021,8 @@ package: noarch: python size: 102747 timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser - platform: osx-64 name: pycparser version: '2.21' @@ -27065,6 +28043,8 @@ package: noarch: python size: 102747 timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser - platform: osx-arm64 name: pycparser version: '2.21' @@ -27085,6 +28065,8 @@ package: noarch: python size: 102747 timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser - platform: win-64 name: pycparser version: '2.21' @@ -27105,20 +28087,22 @@ package: noarch: python size: 102747 timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser - platform: linux-64 name: pydantic - version: 2.5.2 + version: 2.5.3 category: main manager: conda dependencies: - annotated-types >=0.4.0 - - pydantic-core 2.14.5 + - pydantic-core 2.14.6 - python >=3.7 - typing-extensions >=4.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.3-pyhd8ed1ab_0.conda hash: - md5: 3f908ebfccbfd09946961862d26bb9af - sha256: e3baa6424af931d8d7c5a0554b24d85faf3471df8036181d598065beed3096de + md5: 3569001fd8b37e542aaefdf5de124e19 + sha256: 07ec778cbf17737b740f0547fb5cba91a7bff52945fe637287458e4119c58ffe build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -27126,22 +28110,24 @@ package: license: MIT license_family: MIT noarch: python - size: 262032 - timestamp: 1700669351342 + size: 262369 + timestamp: 1703248592754 + purls: + - pkg:pypi/pydantic - platform: osx-64 name: pydantic - version: 2.5.2 + version: 2.5.3 category: main manager: conda dependencies: - annotated-types >=0.4.0 - - pydantic-core 2.14.5 + - pydantic-core 2.14.6 - python >=3.7 - typing-extensions >=4.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.3-pyhd8ed1ab_0.conda hash: - md5: 3f908ebfccbfd09946961862d26bb9af - sha256: e3baa6424af931d8d7c5a0554b24d85faf3471df8036181d598065beed3096de + md5: 3569001fd8b37e542aaefdf5de124e19 + sha256: 07ec778cbf17737b740f0547fb5cba91a7bff52945fe637287458e4119c58ffe build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -27149,22 +28135,24 @@ package: license: MIT license_family: MIT noarch: python - size: 262032 - timestamp: 1700669351342 + size: 262369 + timestamp: 1703248592754 + purls: + - pkg:pypi/pydantic - platform: osx-arm64 name: pydantic - version: 2.5.2 + version: 2.5.3 category: main manager: conda dependencies: - annotated-types >=0.4.0 - - pydantic-core 2.14.5 + - pydantic-core 2.14.6 - python >=3.7 - typing-extensions >=4.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.3-pyhd8ed1ab_0.conda hash: - md5: 3f908ebfccbfd09946961862d26bb9af - sha256: e3baa6424af931d8d7c5a0554b24d85faf3471df8036181d598065beed3096de + md5: 3569001fd8b37e542aaefdf5de124e19 + sha256: 07ec778cbf17737b740f0547fb5cba91a7bff52945fe637287458e4119c58ffe build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -27172,22 +28160,24 @@ package: license: MIT license_family: MIT noarch: python - size: 262032 - timestamp: 1700669351342 + size: 262369 + timestamp: 1703248592754 + purls: + - pkg:pypi/pydantic - platform: win-64 name: pydantic - version: 2.5.2 + version: 2.5.3 category: main manager: conda dependencies: - annotated-types >=0.4.0 - - pydantic-core 2.14.5 + - pydantic-core 2.14.6 - python >=3.7 - typing-extensions >=4.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.5.3-pyhd8ed1ab_0.conda hash: - md5: 3f908ebfccbfd09946961862d26bb9af - sha256: e3baa6424af931d8d7c5a0554b24d85faf3471df8036181d598065beed3096de + md5: 3569001fd8b37e542aaefdf5de124e19 + sha256: 07ec778cbf17737b740f0547fb5cba91a7bff52945fe637287458e4119c58ffe build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -27195,97 +28185,107 @@ package: license: MIT license_family: MIT noarch: python - size: 262032 - timestamp: 1700669351342 + size: 262369 + timestamp: 1703248592754 + purls: + - pkg:pypi/pydantic - platform: linux-64 name: pydantic-core - version: 2.14.5 + version: 2.14.6 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - typing-extensions >=4.6.0 - url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.14.5-py311h46250e7_0.conda + - typing-extensions >=4.6.0,!=4.7.0 + url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.14.6-py311h46250e7_1.conda hash: - md5: 9b2d1233d958079649cc8f91d814e04f - sha256: c546a042316c34bf6b9c5e16da4e6993f6712554c0ac5ee3f49260260789c38f - build: py311h46250e7_0 + md5: 410930043285723aeb06ac81ce0032ef + sha256: 5e50e2fd3f46a6602a01172874818b4a618a0f78d8c8de7157833190b28c3058 + build: py311h46250e7_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1604548 - timestamp: 1700664420127 + size: 1601053 + timestamp: 1703318953188 + purls: + - pkg:pypi/pydantic-core - platform: osx-64 name: pydantic-core - version: 2.14.5 + version: 2.14.6 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - typing-extensions >=4.6.0 - url: https://conda.anaconda.org/conda-forge/osx-64/pydantic-core-2.14.5-py311h5e0f0e4_0.conda + - typing-extensions >=4.6.0,!=4.7.0 + url: https://conda.anaconda.org/conda-forge/osx-64/pydantic-core-2.14.6-py311h5e0f0e4_1.conda hash: - md5: 915ef17e91fbe6c5a2d2ea502e112ae7 - sha256: d79248cd5511c1153981b7fdcad4ef72a17985e604488a3ad1f242e2cd1e2622 - build: py311h5e0f0e4_0 + md5: 63affb07fbaba131554d011c24c0a25e + sha256: e8faa50d36d1d4e30e60cdc59f8e737a028ddb03c0573db0fbe62bf35365635b + build: py311h5e0f0e4_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1516178 - timestamp: 1700664886915 + size: 1513354 + timestamp: 1703319292290 + purls: + - pkg:pypi/pydantic-core - platform: osx-arm64 name: pydantic-core - version: 2.14.5 + version: 2.14.6 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - - typing-extensions >=4.6.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.5-py311h94f323b_0.conda + - typing-extensions >=4.6.0,!=4.7.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.6-py311h94f323b_1.conda hash: - md5: 781b4ba31a7ef7f3e2b4f2726dd99a81 - sha256: cac857e276d469d69af66b7f1972a8329f7843237d1b666ef7e2918cf9f83944 - build: py311h94f323b_0 + md5: c682a26c8b23389b70182e895bf779a5 + sha256: 9caccc7d9cfda2c2f9e9ba7867501d3149cd465e7587e1e668fd464de2ffe50a + build: py311h94f323b_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1420014 - timestamp: 1700664768614 + size: 1418339 + timestamp: 1703319504236 + purls: + - pkg:pypi/pydantic-core - platform: win-64 name: pydantic-core - version: 2.14.5 + version: 2.14.6 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - typing-extensions >=4.6.0 + - typing-extensions >=4.6.0,!=4.7.0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pydantic-core-2.14.5-py311hc37eb10_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pydantic-core-2.14.6-py311hc37eb10_1.conda hash: - md5: cf6cd58b77ebffaa1af9f4b56aec0dec - sha256: c88e9d27c31722158d630a9458182f02651161a341eb4712a9959325e849211a - build: py311hc37eb10_0 + md5: 46b5cae8b19da565e34b8b6c58ccba86 + sha256: 0d36653be6d0dd69afe08c8ebf20ddde00ab56d508e11bc0f0f3467f2e7b1aad + build: py311hc37eb10_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1588183 - timestamp: 1700665255417 + size: 1585088 + timestamp: 1703319667858 + purls: + - pkg:pypi/pydantic-core - platform: linux-64 name: pygments version: 2.17.2 @@ -27306,6 +28306,8 @@ package: noarch: python size: 860425 timestamp: 1700608076927 + purls: + - pkg:pypi/pygments - platform: osx-64 name: pygments version: 2.17.2 @@ -27326,6 +28328,8 @@ package: noarch: python size: 860425 timestamp: 1700608076927 + purls: + - pkg:pypi/pygments - platform: osx-arm64 name: pygments version: 2.17.2 @@ -27346,6 +28350,8 @@ package: noarch: python size: 860425 timestamp: 1700608076927 + purls: + - pkg:pypi/pygments - platform: win-64 name: pygments version: 2.17.2 @@ -27366,9 +28372,11 @@ package: noarch: python size: 860425 timestamp: 1700608076927 + purls: + - pkg:pypi/pygments - platform: osx-64 name: pyobjc-core - version: '10.0' + version: '10.1' category: main manager: conda dependencies: @@ -27376,21 +28384,21 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.0-py311hf110eff_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.1-py311h9b70068_0.conda hash: - md5: d26705887703d13c655a6098516e06e2 - sha256: 031b8c48866f1f97a4a12d6a3ea0dc94cb6a735918871460b26f4779f5a01125 - build: py311hf110eff_0 + md5: e5a3b39d0ad3ec4cad4438ca51ce6a65 + sha256: b3c7c35b52460bf64cf7854ea5dc083370419f16f3b4d5b16081be623bc52118 + build: py311h9b70068_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 465753 - timestamp: 1695560684232 + size: 469196 + timestamp: 1702120050778 - platform: osx-arm64 name: pyobjc-core - version: '10.0' + version: '10.1' category: main manager: conda dependencies: @@ -27399,63 +28407,63 @@ package: - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.0-py311hb702dc4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.1-py311h665608e_0.conda hash: - md5: 5c441ab09e2d9faf6e875ea9c446b445 - sha256: d3bb68f8da77bffad5fa690d2cc1aeb0be0608ed0b6e08a96d8fc3613f2e7135 - build: py311hb702dc4_0 + md5: fbf6e60c57d27283b5e616a458e11ecf + sha256: 11437e8835d8637fce58bdb98a6f8e60455c7f11eea2fc2b85d38822c5a4c80f + build: py311h665608e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 473740 - timestamp: 1695560759149 + size: 459224 + timestamp: 1702120163052 - platform: osx-64 name: pyobjc-framework-cocoa - version: '10.0' + version: '10.1' category: main manager: conda dependencies: - libffi >=3.4,<4.0a0 - - pyobjc-core 10.0.* + - pyobjc-core 10.1.* - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.0-py311hf110eff_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.1-py311h9b70068_0.conda hash: - md5: 8fb67274a648901045368717d6221aed - sha256: 54530c1b3bfc361e027adbd8f9d9a23e7c102c7f58c04a169da1457f82975724 - build: py311hf110eff_1 + md5: 03de24825bd26bf77746aa3eacb6f980 + sha256: 0062a6ec46b41845a97ca689e056e010fba98a0deaec0ff5d7dfe47eb14ccec4 + build: py311h9b70068_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 369966 - timestamp: 1695716863742 + size: 372901 + timestamp: 1702125767724 - platform: osx-arm64 name: pyobjc-framework-cocoa - version: '10.0' + version: '10.1' category: main manager: conda dependencies: - libffi >=3.4,<4.0a0 - - pyobjc-core 10.0.* + - pyobjc-core 10.1.* - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.0-py311hb702dc4_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.1-py311h665608e_0.conda hash: - md5: ee9430e4e9b69a6270c966bb7439c9a0 - sha256: 31a7542b8ced5cb3bc236be0b5777dab4bc0e57fbfc5423e9d0ae09ce8eae16c - build: py311hb702dc4_1 + md5: 8cbae911599bc02a8ce3b1b33d95abb0 + sha256: 81a15d9449d9570e997ee0cfd7e25c85ceb263915e34235900a1d12bc22c9f30 + build: py311h665608e_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 374853 - timestamp: 1695717128436 + size: 374326 + timestamp: 1702125842955 - platform: linux-64 name: pyogrio version: 0.7.2 @@ -27582,6 +28590,8 @@ package: noarch: python size: 89521 timestamp: 1690737983548 + purls: + - pkg:pypi/pyparsing - platform: osx-64 name: pyparsing version: 3.1.1 @@ -27602,6 +28612,8 @@ package: noarch: python size: 89521 timestamp: 1690737983548 + purls: + - pkg:pypi/pyparsing - platform: osx-arm64 name: pyparsing version: 3.1.1 @@ -27622,6 +28634,8 @@ package: noarch: python size: 89521 timestamp: 1690737983548 + purls: + - pkg:pypi/pyparsing - platform: win-64 name: pyparsing version: 3.1.1 @@ -27642,6 +28656,8 @@ package: noarch: python size: 89521 timestamp: 1690737983548 + purls: + - pkg:pypi/pyparsing - platform: linux-64 name: pyproj version: 3.6.1 @@ -27665,6 +28681,8 @@ package: license_family: MIT size: 551801 timestamp: 1699268320734 + purls: + - pkg:pypi/pyproj - platform: osx-64 name: pyproj version: 3.6.1 @@ -27687,6 +28705,8 @@ package: license_family: MIT size: 488697 timestamp: 1699268417495 + purls: + - pkg:pypi/pyproj - platform: osx-arm64 name: pyproj version: 3.6.1 @@ -27710,6 +28730,8 @@ package: license_family: MIT size: 493085 timestamp: 1699268531169 + purls: + - pkg:pypi/pyproj - platform: win-64 name: pyproj version: 3.6.1 @@ -27735,6 +28757,8 @@ package: license_family: MIT size: 737448 timestamp: 1699268741548 + purls: + - pkg:pypi/pyproj - platform: linux-64 name: pyqt version: 5.15.9 @@ -27760,6 +28784,8 @@ package: license_family: GPL size: 5315719 timestamp: 1695420475603 + purls: + - pkg:pypi/pyqt5 - platform: osx-64 name: pyqt version: 5.15.9 @@ -27786,6 +28812,8 @@ package: license_family: GPL size: 4096527 timestamp: 1695422132108 + purls: + - pkg:pypi/pyqt5 - platform: osx-arm64 name: pyqt version: 5.15.9 @@ -27810,6 +28838,8 @@ package: license_family: GPL size: 3919652 timestamp: 1695421881652 + purls: + - pkg:pypi/pyqt5 - platform: win-64 name: pyqt version: 5.15.9 @@ -27836,6 +28866,8 @@ package: license_family: GPL size: 3906427 timestamp: 1695422270104 + purls: + - pkg:pypi/pyqt5 - platform: linux-64 name: pyqt-stubs version: 5.15.6.0 @@ -28145,6 +29177,8 @@ package: noarch: python size: 19622 timestamp: 1690469519470 + purls: + - pkg:pypi/pysnooper - platform: osx-64 name: pysnooper version: 1.2.0 @@ -28165,6 +29199,8 @@ package: noarch: python size: 19622 timestamp: 1690469519470 + purls: + - pkg:pypi/pysnooper - platform: osx-arm64 name: pysnooper version: 1.2.0 @@ -28185,6 +29221,8 @@ package: noarch: python size: 19622 timestamp: 1690469519470 + purls: + - pkg:pypi/pysnooper - platform: win-64 name: pysnooper version: 1.2.0 @@ -28205,6 +29243,8 @@ package: noarch: python size: 19622 timestamp: 1690469519470 + purls: + - pkg:pypi/pysnooper - platform: linux-64 name: pysocks version: 1.7.1 @@ -28226,6 +29266,8 @@ package: noarch: python size: 18981 timestamp: 1661604969727 + purls: + - pkg:pypi/pysocks - platform: osx-64 name: pysocks version: 1.7.1 @@ -28247,6 +29289,8 @@ package: noarch: python size: 18981 timestamp: 1661604969727 + purls: + - pkg:pypi/pysocks - platform: osx-arm64 name: pysocks version: 1.7.1 @@ -28268,6 +29312,8 @@ package: noarch: python size: 18981 timestamp: 1661604969727 + purls: + - pkg:pypi/pysocks - platform: win-64 name: pysocks version: 1.7.1 @@ -28290,9 +29336,11 @@ package: noarch: python size: 19348 timestamp: 1661605138291 + purls: + - pkg:pypi/pysocks - platform: linux-64 name: pytest - version: 7.4.3 + version: 7.4.4 category: main manager: conda dependencies: @@ -28303,10 +29351,10 @@ package: - pluggy >=0.12,<2.0 - python >=3.7 - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.4-pyhd8ed1ab_0.conda hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: a9d145de8c5f064b5fa68fb34725d9f4 + sha256: 8979721b7f86b183d21103f3ec2734783847d317c1b754f462f407efc7c60886 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -28316,11 +29364,13 @@ package: license: MIT license_family: MIT noarch: python - size: 244758 - timestamp: 1698233883003 + size: 244564 + timestamp: 1704035308916 + purls: + - pkg:pypi/pytest - platform: osx-64 name: pytest - version: 7.4.3 + version: 7.4.4 category: main manager: conda dependencies: @@ -28331,10 +29381,10 @@ package: - pluggy >=0.12,<2.0 - python >=3.7 - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.4-pyhd8ed1ab_0.conda hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: a9d145de8c5f064b5fa68fb34725d9f4 + sha256: 8979721b7f86b183d21103f3ec2734783847d317c1b754f462f407efc7c60886 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -28344,11 +29394,13 @@ package: license: MIT license_family: MIT noarch: python - size: 244758 - timestamp: 1698233883003 + size: 244564 + timestamp: 1704035308916 + purls: + - pkg:pypi/pytest - platform: osx-arm64 name: pytest - version: 7.4.3 + version: 7.4.4 category: main manager: conda dependencies: @@ -28359,10 +29411,10 @@ package: - pluggy >=0.12,<2.0 - python >=3.7 - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.4-pyhd8ed1ab_0.conda hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: a9d145de8c5f064b5fa68fb34725d9f4 + sha256: 8979721b7f86b183d21103f3ec2734783847d317c1b754f462f407efc7c60886 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -28372,11 +29424,13 @@ package: license: MIT license_family: MIT noarch: python - size: 244758 - timestamp: 1698233883003 + size: 244564 + timestamp: 1704035308916 + purls: + - pkg:pypi/pytest - platform: win-64 name: pytest - version: 7.4.3 + version: 7.4.4 category: main manager: conda dependencies: @@ -28387,10 +29441,10 @@ package: - pluggy >=0.12,<2.0 - python >=3.7 - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.4-pyhd8ed1ab_0.conda hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: a9d145de8c5f064b5fa68fb34725d9f4 + sha256: 8979721b7f86b183d21103f3ec2734783847d317c1b754f462f407efc7c60886 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -28400,8 +29454,10 @@ package: license: MIT license_family: MIT noarch: python - size: 244758 - timestamp: 1698233883003 + size: 244564 + timestamp: 1704035308916 + purls: + - pkg:pypi/pytest - platform: linux-64 name: pytest-cov version: 4.1.0 @@ -28518,6 +29574,8 @@ package: noarch: python size: 36516 timestamp: 1700593072448 + purls: + - pkg:pypi/pytest-xdist - platform: osx-64 name: pytest-xdist version: 3.5.0 @@ -28542,6 +29600,8 @@ package: noarch: python size: 36516 timestamp: 1700593072448 + purls: + - pkg:pypi/pytest-xdist - platform: osx-arm64 name: pytest-xdist version: 3.5.0 @@ -28566,6 +29626,8 @@ package: noarch: python size: 36516 timestamp: 1700593072448 + purls: + - pkg:pypi/pytest-xdist - platform: win-64 name: pytest-xdist version: 3.5.0 @@ -28590,6 +29652,8 @@ package: noarch: python size: 36516 timestamp: 1700593072448 + purls: + - pkg:pypi/pytest-xdist - platform: linux-64 name: python version: 3.11.6 @@ -28736,6 +29800,8 @@ package: noarch: python size: 245987 timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil - platform: osx-64 name: python-dateutil version: 2.8.2 @@ -28757,6 +29823,8 @@ package: noarch: python size: 245987 timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil - platform: osx-arm64 name: python-dateutil version: 2.8.2 @@ -28778,6 +29846,8 @@ package: noarch: python size: 245987 timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil - platform: win-64 name: python-dateutil version: 2.8.2 @@ -28799,17 +29869,19 @@ package: noarch: python size: 245987 timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil - platform: linux-64 name: python-fastjsonschema - version: 2.19.0 + version: 2.19.1 category: main manager: conda dependencies: - python >=3.3 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda hash: - md5: e4dbdb3585c0266b4710467fe7b75cf4 - sha256: fdfe3f387c5ebde803605e1e90871c424519d2bfe2eb3bf9caad1c5a07f4c462 + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -28817,19 +29889,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 225881 - timestamp: 1700055660215 + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema - platform: osx-64 name: python-fastjsonschema - version: 2.19.0 + version: 2.19.1 category: main manager: conda dependencies: - python >=3.3 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda hash: - md5: e4dbdb3585c0266b4710467fe7b75cf4 - sha256: fdfe3f387c5ebde803605e1e90871c424519d2bfe2eb3bf9caad1c5a07f4c462 + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -28837,19 +29911,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 225881 - timestamp: 1700055660215 + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema - platform: osx-arm64 name: python-fastjsonschema - version: 2.19.0 + version: 2.19.1 category: main manager: conda dependencies: - python >=3.3 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda hash: - md5: e4dbdb3585c0266b4710467fe7b75cf4 - sha256: fdfe3f387c5ebde803605e1e90871c424519d2bfe2eb3bf9caad1c5a07f4c462 + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -28857,19 +29933,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 225881 - timestamp: 1700055660215 + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema - platform: win-64 name: python-fastjsonschema - version: 2.19.0 + version: 2.19.1 category: main manager: conda dependencies: - python >=3.3 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda hash: - md5: e4dbdb3585c0266b4710467fe7b75cf4 - sha256: fdfe3f387c5ebde803605e1e90871c424519d2bfe2eb3bf9caad1c5a07f4c462 + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -28877,8 +29955,10 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 225881 - timestamp: 1700055660215 + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema - platform: linux-64 name: python-json-logger version: 2.0.7 @@ -28899,6 +29979,8 @@ package: noarch: python size: 13383 timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger - platform: osx-64 name: python-json-logger version: 2.0.7 @@ -28919,6 +30001,8 @@ package: noarch: python size: 13383 timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger - platform: osx-arm64 name: python-json-logger version: 2.0.7 @@ -28939,6 +30023,8 @@ package: noarch: python size: 13383 timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger - platform: win-64 name: python-json-logger version: 2.0.7 @@ -28959,17 +30045,19 @@ package: noarch: python size: 13383 timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger - platform: linux-64 name: python-tzdata - version: '2023.3' + version: '2023.4' category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.4-pyhd8ed1ab_0.conda hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: c79cacf8a06a51552fc651652f170208 + sha256: d2381037bf362c78654a8ece0e0f54715e09113448ddd7ed837f688536cbf176 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -28977,19 +30065,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 143131 - timestamp: 1680081272948 + size: 146007 + timestamp: 1703878849208 + purls: + - pkg:pypi/tzdata - platform: osx-64 name: python-tzdata - version: '2023.3' + version: '2023.4' category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.4-pyhd8ed1ab_0.conda hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: c79cacf8a06a51552fc651652f170208 + sha256: d2381037bf362c78654a8ece0e0f54715e09113448ddd7ed837f688536cbf176 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -28997,19 +30087,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 143131 - timestamp: 1680081272948 + size: 146007 + timestamp: 1703878849208 + purls: + - pkg:pypi/tzdata - platform: osx-arm64 name: python-tzdata - version: '2023.3' + version: '2023.4' category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.4-pyhd8ed1ab_0.conda hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: c79cacf8a06a51552fc651652f170208 + sha256: d2381037bf362c78654a8ece0e0f54715e09113448ddd7ed837f688536cbf176 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -29017,19 +30109,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 143131 - timestamp: 1680081272948 + size: 146007 + timestamp: 1703878849208 + purls: + - pkg:pypi/tzdata - platform: win-64 name: python-tzdata - version: '2023.3' + version: '2023.4' category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.4-pyhd8ed1ab_0.conda hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: c79cacf8a06a51552fc651652f170208 + sha256: d2381037bf362c78654a8ece0e0f54715e09113448ddd7ed837f688536cbf176 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -29037,8 +30131,10 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 143131 - timestamp: 1680081272948 + size: 146007 + timestamp: 1703878849208 + purls: + - pkg:pypi/tzdata - platform: linux-64 name: python_abi version: '3.11' @@ -29139,6 +30235,8 @@ package: noarch: python size: 187454 timestamp: 1693930444432 + purls: + - pkg:pypi/pytz - platform: osx-64 name: pytz version: 2023.3.post1 @@ -29159,6 +30257,8 @@ package: noarch: python size: 187454 timestamp: 1693930444432 + purls: + - pkg:pypi/pytz - platform: osx-arm64 name: pytz version: 2023.3.post1 @@ -29179,6 +30279,8 @@ package: noarch: python size: 187454 timestamp: 1693930444432 + purls: + - pkg:pypi/pytz - platform: win-64 name: pytz version: 2023.3.post1 @@ -29199,6 +30301,8 @@ package: noarch: python size: 187454 timestamp: 1693930444432 + purls: + - pkg:pypi/pytz - platform: win-64 name: pywin32 version: '306' @@ -29242,6 +30346,8 @@ package: license_family: BSD size: 57331 timestamp: 1695395348158 + purls: + - pkg:pypi/pywin32-ctypes - platform: win-64 name: pywinpty version: 2.0.12 @@ -29266,6 +30372,8 @@ package: license_family: MIT size: 220505 timestamp: 1696657577118 + purls: + - pkg:pypi/pywinpty - platform: linux-64 name: pyyaml version: 6.0.1 @@ -29357,7 +30465,7 @@ package: timestamp: 1695374086205 - platform: linux-64 name: pyzmq - version: 25.1.1 + version: 25.1.2 category: main manager: conda dependencies: @@ -29367,63 +30475,73 @@ package: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.1-py311h34ded2d_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.2-py311h34ded2d_0.conda hash: - md5: ea365280db99687905b4d76cf6a3568c - sha256: a5ed6592f32b0caf3883a2f863e8a6258845310d4eebeab2eaf1c5abed04d6b8 - build: py311h34ded2d_2 + md5: 819aa640a0493d4b52faf938e94d129e + sha256: 54ccdde1370d8a373e516b84bd7fe4af394f8c6f3778eb050de82f04ffb86160 + build: py311h34ded2d_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 538751 - timestamp: 1698062661477 + size: 536511 + timestamp: 1701783341090 + purls: + - pkg:pypi/pyzmq - platform: osx-64 name: pyzmq - version: 25.1.1 + version: 25.1.2 category: main manager: conda dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 - libsodium >=1.0.18,<1.0.19.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.1-py311he3804a1_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.2-py311h889d6d6_0.conda hash: - md5: 9b1ea037c51fcdb06bd2d95804270860 - sha256: 7a9af16e04752c50675ca99ab06888aaf8305efb5d292f62f7268ad911c967f4 - build: py311he3804a1_2 + md5: 241fde77a74bd223562662af26f4828b + sha256: a8cb598edd68b3d2ca88cd2cdbc60c9180a392c393dd58aaf25e9897697d28d3 + build: py311h889d6d6_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 498175 - timestamp: 1698062892008 + size: 495677 + timestamp: 1701783560340 + purls: + - pkg:pypi/pyzmq - platform: osx-arm64 name: pyzmq - version: 25.1.1 + version: 25.1.2 category: main manager: conda dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 - libsodium >=1.0.18,<1.0.19.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.1-py311he9c0408_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py311h6727e71_0.conda hash: - md5: 51b7458a36011c4982261478fcc62026 - sha256: 03b78fe912c02547b284bc3404194bb4c1d9a2680e4b46f45c131a0d13d10b48 - build: py311he9c0408_2 + md5: c0ab7687c09ec2c12d4110c2d5ba7050 + sha256: 684dc254a778600fb4ce31d6e3a82f18bf3a2779d71b06d237e76357dda8be9e + build: py311h6727e71_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 507069 - timestamp: 1698062904960 + size: 501598 + timestamp: 1701783698571 + purls: + - pkg:pypi/pyzmq - platform: win-64 name: pyzmq - version: 25.1.1 + version: 25.1.2 category: main manager: conda dependencies: @@ -29434,17 +30552,19 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zeromq >=4.3.5,<4.3.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.1-py311h9250fbb_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.2-py311h9250fbb_0.conda hash: - md5: e2e285b5528875d9008c0f1527f8436e - sha256: 11e347a6756cef1454322de743fc1c7aff634a5d0161dd57261c5c610cae2a40 - build: py311h9250fbb_2 + md5: 9a0376e721950ec687fc53f7e8a9582f + sha256: f33f21226e4b0146727419a4bcf5ddcc06ea8544ea3895fcfd036069bec5e610 + build: py311h9250fbb_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 491918 - timestamp: 1698063170497 + size: 490973 + timestamp: 1701783719678 + purls: + - pkg:pypi/pyzmq - platform: linux-64 name: qca version: 2.3.7 @@ -29837,6 +30957,8 @@ package: noarch: python size: 44219 timestamp: 1694708722178 + purls: + - pkg:pypi/qgis-plugin-manager - platform: osx-64 name: qgis-plugin-manager version: 1.6.1 @@ -29857,6 +30979,8 @@ package: noarch: python size: 44219 timestamp: 1694708722178 + purls: + - pkg:pypi/qgis-plugin-manager - platform: osx-arm64 name: qgis-plugin-manager version: 1.6.1 @@ -29877,6 +31001,8 @@ package: noarch: python size: 44219 timestamp: 1694708722178 + purls: + - pkg:pypi/qgis-plugin-manager - platform: win-64 name: qgis-plugin-manager version: 1.6.1 @@ -29897,6 +31023,8 @@ package: noarch: python size: 44219 timestamp: 1694708722178 + purls: + - pkg:pypi/qgis-plugin-manager - platform: linux-64 name: qhull version: '2020.2' @@ -30327,7 +31455,7 @@ package: timestamp: 1690097972755 - platform: linux-64 name: qtkeychain - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -30337,62 +31465,62 @@ package: - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/qtkeychain-0.14.1-hbc31b07_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qtkeychain-0.14.2-hbc31b07_0.conda hash: - md5: 928c655ce11e35c075b00b93bd30bafb - sha256: 0a3cc2b62a762f51b5578d06d338a1405125baaf561e9693a100a0893fdcbdf8 + md5: a70f152003f91bbbd1321a3ad4c27f93 + sha256: cca665666b7d286cc0ee1d687a4898be1c39366893d0e356589a20add563fbec build: hbc31b07_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 69890 - timestamp: 1685657196457 + size: 74294 + timestamp: 1702855949999 - platform: osx-64 name: qtkeychain - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - __osx >=10.15 - - libcxx >=15.0.7 + - libcxx >=15 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/qtkeychain-0.14.1-hbe7fae1_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qtkeychain-0.14.2-had6348c_0.conda hash: - md5: 1748278bb6088e09232065aa5e8ee721 - sha256: 0ccf2be59e4a065bf8f927be722aaec2bc2e77b690e5dc0545afee6ea74e18f7 - build: hbe7fae1_0 + md5: 4a0480addd4dcea7c9fc77d40d41ac38 + sha256: 4ecd55a05a8c29c196ba34ee3e76384168978d46734b7d1ce5cd1c20be9cb451 + build: had6348c_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 35098 - timestamp: 1685657484370 + size: 35315 + timestamp: 1702856207059 - platform: osx-arm64 name: qtkeychain - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - libcxx >=15 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qtkeychain-0.14.1-haa19703_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qtkeychain-0.14.2-h50bd4b1_0.conda hash: - md5: 56843d0f672e17c8332909a3f7c1c093 - sha256: bbc73733f1b20d03c9c8e46d1565bd23bfebefa8f22fe6f30f63cbe9a7126e52 - build: haa19703_0 + md5: 50d2f4babd8fd990de0e7b42d4fa7d40 + sha256: 753a5444e00c5ee270ec715d31a347dd6b14618687a177b579761aa99afed28e + build: h50bd4b1_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 37505 - timestamp: 1685657595498 + size: 36229 + timestamp: 1702856273574 - platform: win-64 name: qtkeychain - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -30400,18 +31528,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/qtkeychain-0.14.1-h04a78d6_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/qtkeychain-0.14.2-h04a78d6_0.conda hash: - md5: 2fee99eff3626eaa16cb1112295482e2 - sha256: c680fada096668fc3d98992cd11905b5076b4ad4d2b690a6cbe84697cc27438f + md5: f2f4068320bd8b7a8c96542308e7b6f3 + sha256: 8bdfb5d6feab660009cf73f9a62a95189169b5c05dfc69f99e6d2d9a9c040dc0 build: h04a78d6_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 33844 - timestamp: 1685657659178 + size: 34219 + timestamp: 1702856624919 - platform: linux-64 name: qtwebkit version: '5.212' @@ -30613,12 +31741,12 @@ package: timestamp: 1691275738213 - platform: linux-64 name: quartodoc - version: 0.6.6 + version: 0.7.2 category: main manager: conda dependencies: - click - - griffe <=0.32.3 + - griffe >=0.33 - importlib-metadata >=5.1.0 - importlib-resources >=5.10.2 - plum-dispatch >2.0.0 @@ -30629,10 +31757,10 @@ package: - tabulate >=0.9.0 - typing-extensions >=4.4.0 - watchdog >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.6.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.7.2-pyhd8ed1ab_0.conda hash: - md5: 1eaa52c457eaae45459a45ee3f3fde98 - sha256: f7fddcb986f515530e05eeb687b485a8c0565b6163da77f2ad4d117f82687052 + md5: 9bf1905bef4492b77781e058cc27db35 + sha256: 1a214d61abb5a7f424e1397d06595eac4b62b4f4c8190994da23123d5b9bb0f9 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -30640,16 +31768,18 @@ package: license: MIT license_family: MIT noarch: python - size: 58091 - timestamp: 1700237790215 + size: 64615 + timestamp: 1702333703635 + purls: + - pkg:pypi/quartodoc - platform: osx-64 name: quartodoc - version: 0.6.6 + version: 0.7.2 category: main manager: conda dependencies: - click - - griffe <=0.32.3 + - griffe >=0.33 - importlib-metadata >=5.1.0 - importlib-resources >=5.10.2 - plum-dispatch >2.0.0 @@ -30660,10 +31790,10 @@ package: - tabulate >=0.9.0 - typing-extensions >=4.4.0 - watchdog >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.6.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.7.2-pyhd8ed1ab_0.conda hash: - md5: 1eaa52c457eaae45459a45ee3f3fde98 - sha256: f7fddcb986f515530e05eeb687b485a8c0565b6163da77f2ad4d117f82687052 + md5: 9bf1905bef4492b77781e058cc27db35 + sha256: 1a214d61abb5a7f424e1397d06595eac4b62b4f4c8190994da23123d5b9bb0f9 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -30671,16 +31801,18 @@ package: license: MIT license_family: MIT noarch: python - size: 58091 - timestamp: 1700237790215 + size: 64615 + timestamp: 1702333703635 + purls: + - pkg:pypi/quartodoc - platform: osx-arm64 name: quartodoc - version: 0.6.6 + version: 0.7.2 category: main manager: conda dependencies: - click - - griffe <=0.32.3 + - griffe >=0.33 - importlib-metadata >=5.1.0 - importlib-resources >=5.10.2 - plum-dispatch >2.0.0 @@ -30691,10 +31823,10 @@ package: - tabulate >=0.9.0 - typing-extensions >=4.4.0 - watchdog >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.6.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.7.2-pyhd8ed1ab_0.conda hash: - md5: 1eaa52c457eaae45459a45ee3f3fde98 - sha256: f7fddcb986f515530e05eeb687b485a8c0565b6163da77f2ad4d117f82687052 + md5: 9bf1905bef4492b77781e058cc27db35 + sha256: 1a214d61abb5a7f424e1397d06595eac4b62b4f4c8190994da23123d5b9bb0f9 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -30702,16 +31834,18 @@ package: license: MIT license_family: MIT noarch: python - size: 58091 - timestamp: 1700237790215 + size: 64615 + timestamp: 1702333703635 + purls: + - pkg:pypi/quartodoc - platform: win-64 name: quartodoc - version: 0.6.6 + version: 0.7.2 category: main manager: conda dependencies: - click - - griffe <=0.32.3 + - griffe >=0.33 - importlib-metadata >=5.1.0 - importlib-resources >=5.10.2 - plum-dispatch >2.0.0 @@ -30722,10 +31856,10 @@ package: - tabulate >=0.9.0 - typing-extensions >=4.4.0 - watchdog >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.6.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/quartodoc-0.7.2-pyhd8ed1ab_0.conda hash: - md5: 1eaa52c457eaae45459a45ee3f3fde98 - sha256: f7fddcb986f515530e05eeb687b485a8c0565b6163da77f2ad4d117f82687052 + md5: 9bf1905bef4492b77781e058cc27db35 + sha256: 1a214d61abb5a7f424e1397d06595eac4b62b4f4c8190994da23123d5b9bb0f9 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -30733,8 +31867,10 @@ package: license: MIT license_family: MIT noarch: python - size: 58091 - timestamp: 1700237790215 + size: 64615 + timestamp: 1702333703635 + purls: + - pkg:pypi/quartodoc - platform: linux-64 name: qwt version: 6.2.0 @@ -30745,17 +31881,17 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/qwt-6.2.0-h16b76b2_6.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qwt-6.2.0-h1a478b3_6.conda hash: - md5: fd5227d1003541ce31e4284d706300e8 - sha256: d0f03167863339654ed59b8ec51cbc42aeace9027af92741bb0b04e73115d063 - build: h16b76b2_6 + md5: 675b4dd9357b5245b654f5f136d39b09 + sha256: e5ca9e0f38a4db7fecdf10b318ea6a1edb2373d3424b796305d5adf947523088 + build: h1a478b3_6 arch: x86_64 subdir: linux-64 build_number: 6 license: Qwt, Version 1.0 - size: 3681375 - timestamp: 1685705540685 + size: 3664298 + timestamp: 1704276788035 - platform: osx-64 name: qwt version: 6.2.0 @@ -30817,25 +31953,26 @@ package: timestamp: 1685706684958 - platform: linux-64 name: rdma-core - version: '28.9' + version: '49.0' category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 + - libnl >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-49.0-hd3aeb46_2.conda hash: - md5: aeffb7c06b5f65e55e6c637408dc4100 - sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 - build: h59595ed_1 + md5: 855579013120ad3078e7d5dcadb643e1 + sha256: 3f541042f7b51484a996eab53493b9242969bc406614eba76ceecfa4f4a0822a + build: hd3aeb46_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: Linux-OpenIB license_family: BSD - size: 3735644 - timestamp: 1684785130341 + size: 4708814 + timestamp: 1702693880207 - platform: linux-64 name: re2 version: 2023.06.02 @@ -30994,6 +32131,8 @@ package: noarch: python size: 17373 timestamp: 1694242843889 + purls: + - pkg:pypi/readme-renderer - platform: osx-64 name: readme_renderer version: '42.0' @@ -31018,6 +32157,8 @@ package: noarch: python size: 17373 timestamp: 1694242843889 + purls: + - pkg:pypi/readme-renderer - platform: osx-arm64 name: readme_renderer version: '42.0' @@ -31042,6 +32183,8 @@ package: noarch: python size: 17373 timestamp: 1694242843889 + purls: + - pkg:pypi/readme-renderer - platform: win-64 name: readme_renderer version: '42.0' @@ -31066,19 +32209,21 @@ package: noarch: python size: 17373 timestamp: 1694242843889 + purls: + - pkg:pypi/readme-renderer - platform: linux-64 name: referencing - version: 0.31.0 + version: 0.32.1 category: main manager: conda dependencies: - attrs >=22.2.0 - python >=3.8 - rpds-py >=0.7.0 - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.31.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.32.1-pyhd8ed1ab_0.conda hash: - md5: 38c2b9b24e9a58725a233f1fa32c23e9 - sha256: 108f27bf249a581acd0f1de0e1e6a4d814ab18943178c2d9a4df02f5c16d2102 + md5: 753a592b4e99d7d2cde6a8fd0797f414 + sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -31086,21 +32231,23 @@ package: license: MIT license_family: MIT noarch: python - size: 38223 - timestamp: 1700053390011 + size: 39009 + timestamp: 1704489374195 + purls: + - pkg:pypi/referencing - platform: osx-64 name: referencing - version: 0.31.0 + version: 0.32.1 category: main manager: conda dependencies: - attrs >=22.2.0 - python >=3.8 - rpds-py >=0.7.0 - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.31.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.32.1-pyhd8ed1ab_0.conda hash: - md5: 38c2b9b24e9a58725a233f1fa32c23e9 - sha256: 108f27bf249a581acd0f1de0e1e6a4d814ab18943178c2d9a4df02f5c16d2102 + md5: 753a592b4e99d7d2cde6a8fd0797f414 + sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -31108,21 +32255,23 @@ package: license: MIT license_family: MIT noarch: python - size: 38223 - timestamp: 1700053390011 + size: 39009 + timestamp: 1704489374195 + purls: + - pkg:pypi/referencing - platform: osx-arm64 name: referencing - version: 0.31.0 + version: 0.32.1 category: main manager: conda dependencies: - attrs >=22.2.0 - python >=3.8 - rpds-py >=0.7.0 - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.31.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.32.1-pyhd8ed1ab_0.conda hash: - md5: 38c2b9b24e9a58725a233f1fa32c23e9 - sha256: 108f27bf249a581acd0f1de0e1e6a4d814ab18943178c2d9a4df02f5c16d2102 + md5: 753a592b4e99d7d2cde6a8fd0797f414 + sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -31130,21 +32279,23 @@ package: license: MIT license_family: MIT noarch: python - size: 38223 - timestamp: 1700053390011 + size: 39009 + timestamp: 1704489374195 + purls: + - pkg:pypi/referencing - platform: win-64 name: referencing - version: 0.31.0 + version: 0.32.1 category: main manager: conda dependencies: - attrs >=22.2.0 - python >=3.8 - rpds-py >=0.7.0 - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.31.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.32.1-pyhd8ed1ab_0.conda hash: - md5: 38c2b9b24e9a58725a233f1fa32c23e9 - sha256: 108f27bf249a581acd0f1de0e1e6a4d814ab18943178c2d9a4df02f5c16d2102 + md5: 753a592b4e99d7d2cde6a8fd0797f414 + sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -31152,8 +32303,10 @@ package: license: MIT license_family: MIT noarch: python - size: 38223 - timestamp: 1700053390011 + size: 39009 + timestamp: 1704489374195 + purls: + - pkg:pypi/referencing - platform: linux-64 name: requests version: 2.31.0 @@ -31180,6 +32333,8 @@ package: noarch: python size: 56690 timestamp: 1684774408600 + purls: + - pkg:pypi/requests - platform: osx-64 name: requests version: 2.31.0 @@ -31206,6 +32361,8 @@ package: noarch: python size: 56690 timestamp: 1684774408600 + purls: + - pkg:pypi/requests - platform: osx-arm64 name: requests version: 2.31.0 @@ -31232,6 +32389,8 @@ package: noarch: python size: 56690 timestamp: 1684774408600 + purls: + - pkg:pypi/requests - platform: win-64 name: requests version: 2.31.0 @@ -31258,6 +32417,8 @@ package: noarch: python size: 56690 timestamp: 1684774408600 + purls: + - pkg:pypi/requests - platform: linux-64 name: requests-toolbelt version: 1.0.0 @@ -31279,6 +32440,8 @@ package: noarch: python size: 43939 timestamp: 1682953467574 + purls: + - pkg:pypi/requests-toolbelt - platform: osx-64 name: requests-toolbelt version: 1.0.0 @@ -31300,6 +32463,8 @@ package: noarch: python size: 43939 timestamp: 1682953467574 + purls: + - pkg:pypi/requests-toolbelt - platform: osx-arm64 name: requests-toolbelt version: 1.0.0 @@ -31321,6 +32486,8 @@ package: noarch: python size: 43939 timestamp: 1682953467574 + purls: + - pkg:pypi/requests-toolbelt - platform: win-64 name: requests-toolbelt version: 1.0.0 @@ -31342,6 +32509,8 @@ package: noarch: python size: 43939 timestamp: 1682953467574 + purls: + - pkg:pypi/requests-toolbelt - platform: linux-64 name: rfc3339-validator version: 0.1.4 @@ -31363,6 +32532,8 @@ package: noarch: python size: 8064 timestamp: 1638811838081 + purls: + - pkg:pypi/rfc3339-validator - platform: osx-64 name: rfc3339-validator version: 0.1.4 @@ -31384,6 +32555,8 @@ package: noarch: python size: 8064 timestamp: 1638811838081 + purls: + - pkg:pypi/rfc3339-validator - platform: osx-arm64 name: rfc3339-validator version: 0.1.4 @@ -31405,6 +32578,8 @@ package: noarch: python size: 8064 timestamp: 1638811838081 + purls: + - pkg:pypi/rfc3339-validator - platform: win-64 name: rfc3339-validator version: 0.1.4 @@ -31426,6 +32601,8 @@ package: noarch: python size: 8064 timestamp: 1638811838081 + purls: + - pkg:pypi/rfc3339-validator - platform: linux-64 name: rfc3986 version: 2.0.0 @@ -31446,6 +32623,8 @@ package: noarch: python size: 34075 timestamp: 1641825125307 + purls: + - pkg:pypi/rfc3986 - platform: osx-64 name: rfc3986 version: 2.0.0 @@ -31466,6 +32645,8 @@ package: noarch: python size: 34075 timestamp: 1641825125307 + purls: + - pkg:pypi/rfc3986 - platform: osx-arm64 name: rfc3986 version: 2.0.0 @@ -31486,6 +32667,8 @@ package: noarch: python size: 34075 timestamp: 1641825125307 + purls: + - pkg:pypi/rfc3986 - platform: win-64 name: rfc3986 version: 2.0.0 @@ -31506,6 +32689,8 @@ package: noarch: python size: 34075 timestamp: 1641825125307 + purls: + - pkg:pypi/rfc3986 - platform: linux-64 name: rfc3986-validator version: 0.1.1 @@ -31526,6 +32711,8 @@ package: noarch: python size: 7818 timestamp: 1598024297745 + purls: + - pkg:pypi/rfc3986-validator - platform: osx-64 name: rfc3986-validator version: 0.1.1 @@ -31546,6 +32733,8 @@ package: noarch: python size: 7818 timestamp: 1598024297745 + purls: + - pkg:pypi/rfc3986-validator - platform: osx-arm64 name: rfc3986-validator version: 0.1.1 @@ -31566,6 +32755,8 @@ package: noarch: python size: 7818 timestamp: 1598024297745 + purls: + - pkg:pypi/rfc3986-validator - platform: win-64 name: rfc3986-validator version: 0.1.1 @@ -31586,6 +32777,8 @@ package: noarch: python size: 7818 timestamp: 1598024297745 + purls: + - pkg:pypi/rfc3986-validator - platform: linux-64 name: rich version: 13.7.0 @@ -31680,69 +32873,75 @@ package: timestamp: 1700160247583 - platform: linux-64 name: rpds-py - version: 0.13.1 + version: 0.16.2 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.13.1-py311h46250e7_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.16.2-py311h46250e7_0.conda hash: - md5: b1924481122f7cb41cb001f5c96bf3f6 - sha256: 014f0393f43a67b43747b070a0619f84841d4c961597c30936d264abf899c39c + md5: 79a19e53eae4bc42b7469feb46d90bd4 + sha256: c1fa356a0bb6ff941ae7dd973eacb911708f7d927eb604bdc3e9b91721cef5ef build: py311h46250e7_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 989447 - timestamp: 1700527185744 + size: 999717 + timestamp: 1703822864545 + purls: + - pkg:pypi/rpds-py - platform: osx-64 name: rpds-py - version: 0.13.1 + version: 0.16.2 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.13.1-py311h5e0f0e4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.16.2-py311h5e0f0e4_0.conda hash: - md5: 96774911faf26609ab33aaa4246c1a06 - sha256: c591e79f21b60f5f37af31dd563f4515678f85b222b927138f94e8316cddf9e9 + md5: 802da2f6d0f60b2decb0cc2cf7b731f4 + sha256: 72e6ad445321997329afaf5f7dbbf2f17d9be887e4eb90322b8bdb81f23ea0a0 build: py311h5e0f0e4_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 285906 - timestamp: 1700527422020 + size: 294874 + timestamp: 1703823210475 + purls: + - pkg:pypi/rpds-py - platform: osx-arm64 name: rpds-py - version: 0.13.1 + version: 0.16.2 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.13.1-py311h94f323b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.16.2-py311h94f323b_0.conda hash: - md5: c392d76b681cfa1ea2155233af59f947 - sha256: dd7ea62b2860ec1da543e017ad9163623befde9b16df0098b8a631c9188ad203 + md5: 844cc52510617832cb4bb9d8e0750e01 + sha256: eaafb94594bc1cd8884307ce3218fc3cc28386069bcebac085a0fdad27005cc6 build: py311h94f323b_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 284899 - timestamp: 1700527486805 + size: 292880 + timestamp: 1703823387374 + purls: + - pkg:pypi/rpds-py - platform: win-64 name: rpds-py - version: 0.13.1 + version: 0.16.2 category: main manager: conda dependencies: @@ -31751,18 +32950,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.13.1-py311hc37eb10_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.16.2-py311hc37eb10_0.conda hash: - md5: 7bcae3d0801d12c9fc1be2ad18091803 - sha256: 7414d7bf9aea215f83d900f478d5efd548dede05dc33948fb477b7205599b9d9 + md5: 9fa92bc70b5c4e2c3fee0818b7fdc5e3 + sha256: 4daec229a43f29cdb8400982b04742952f43369ca8a535f58c1d33e1a1cbfe35 build: py311hc37eb10_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 182046 - timestamp: 1700527924056 + size: 192094 + timestamp: 1703823672783 + purls: + - pkg:pypi/rpds-py - platform: linux-64 name: rtree version: 1.1.0 @@ -31784,6 +32985,8 @@ package: license_family: MIT size: 62552 timestamp: 1697503426564 + purls: + - pkg:pypi/rtree - platform: osx-64 name: rtree version: 1.1.0 @@ -31805,6 +33008,8 @@ package: license_family: MIT size: 62672 timestamp: 1697503665618 + purls: + - pkg:pypi/rtree - platform: osx-arm64 name: rtree version: 1.1.0 @@ -31827,6 +33032,8 @@ package: license_family: MIT size: 63362 timestamp: 1697503597550 + purls: + - pkg:pypi/rtree - platform: win-64 name: rtree version: 1.1.0 @@ -31848,6 +33055,8 @@ package: license_family: MIT size: 63487 timestamp: 1697503620756 + purls: + - pkg:pypi/rtree - platform: linux-64 name: ruamel.yaml version: 0.18.5 @@ -31871,6 +33080,8 @@ package: license_family: MIT size: 277088 timestamp: 1699007549765 + purls: + - pkg:pypi/ruamel-yaml - platform: osx-64 name: ruamel.yaml version: 0.18.5 @@ -31893,6 +33104,8 @@ package: license_family: MIT size: 278639 timestamp: 1699007661916 + purls: + - pkg:pypi/ruamel-yaml - platform: osx-arm64 name: ruamel.yaml version: 0.18.5 @@ -31916,6 +33129,8 @@ package: license_family: MIT size: 277914 timestamp: 1699007830042 + purls: + - pkg:pypi/ruamel-yaml - platform: win-64 name: ruamel.yaml version: 0.18.5 @@ -31941,6 +33156,8 @@ package: license_family: MIT size: 277863 timestamp: 1699007733106 + purls: + - pkg:pypi/ruamel-yaml - platform: linux-64 name: ruamel.yaml.clib version: 0.2.7 @@ -32028,7 +33245,7 @@ package: timestamp: 1695997456870 - platform: linux-64 name: ruff - version: 0.1.6 + version: 0.1.11 category: main manager: conda dependencies: @@ -32036,66 +33253,64 @@ package: - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.6-py311h7145743_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.11-py311h7145743_0.conda hash: - md5: aff8387edd5157da054c4b46cc38ffdc - sha256: dd8f7a3e2e7bc65fb6c2c32aae79ebc8623c6b87cbdbc8d2651be9ccd63e29d0 + md5: 7d148942936a7a586fcd5528ba477dbf + sha256: cecdc23d6b179897fe155914cc461cf421c6a26a607fda0ab6e0c6cfadbcde08 build: py311h7145743_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 4864505 - timestamp: 1700256691736 + size: 5483251 + timestamp: 1704293303507 - platform: osx-64 name: ruff - version: 0.1.6 + version: 0.1.11 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.6-py311hec6fdf1_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.11-py311ha071555_0.conda hash: - md5: f0fa30260ad0ac05ef120b758c68d7ba - sha256: 2587bd6a04c6a1178b63438de97c091bcfca15f9bb5ea0d6a1f109a66187e33e - build: py311hec6fdf1_0 + md5: 108f666d4b0d67c4dfbd28769927097f + sha256: 1a50dd68d504ca89696ec5738b1448e5b391f470732d8a5265db8e1d747c39ce + build: py311ha071555_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 4630555 - timestamp: 1700257550515 + size: 5296599 + timestamp: 1704298924933 - platform: osx-arm64 name: ruff - version: 0.1.6 + version: 0.1.11 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.6-py311h6fc163c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.11-py311h8c97afb_0.conda hash: - md5: c9ff47502a21c1d072e8da209d9efba3 - sha256: 8bde8b2d66f34a242ea6759df3c21f3321d17a8cdb4d421ae489f97f42452920 - build: py311h6fc163c_0 + md5: 31b74cd1042a05ece0949e2a584a4a57 + sha256: c8b1ac1907df121200c18cde7f145f46d4177846de6e68f4a6ef3eec35f4a4c9 + build: py311h8c97afb_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 4384067 - timestamp: 1700257632511 + size: 5093204 + timestamp: 1704300759924 - platform: win-64 name: ruff - version: 0.1.6 + version: 0.1.11 category: main manager: conda dependencies: @@ -32104,18 +33319,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.6-py311hc14472d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.11-py311hc14472d_0.conda hash: - md5: 0cba574136a10193d13c0189de9e1743 - sha256: 8dc74a4ccde68cd0d8f53aaf990a4a55093c3bc53dafe43669dec5d5aa843a94 + md5: eee011b1274627300c8e89e8ca24a67e + sha256: ca19452220d8af043f31b2f72ffd7a5d67665af05ebb4c3e3721866b0d5a25c1 build: py311hc14472d_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 4787419 - timestamp: 1700257928941 + size: 5337963 + timestamp: 1704304941343 - platform: linux-64 name: s2n version: 1.3.56 @@ -32151,18 +33366,18 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py311hc009520_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py311hc009520_2.conda hash: - md5: 6b92d3d0680eae9d1d9860a721f7fb51 - sha256: 638253cba17e44081674b2dd7bee2025c202e91b653182da511ca57de942689d - build: py311hc009520_1 + md5: 9821f8e497a791858226f535e5e0be62 + sha256: 1133cd9209207528d4fdd88ffb300a04794942e5d474c607ed1f0578fe218fd2 + build: py311hc009520_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 9575097 - timestamp: 1698225284583 + size: 9584461 + timestamp: 1701932478676 - platform: osx-64 name: scikit-learn version: 1.3.2 @@ -32173,23 +33388,24 @@ package: - joblib >=1.1.1 - libcxx >=16.0.6 - llvm-openmp >=16.0.6 + - llvm-openmp >=17.0.6 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.2-py311h66081b9_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.2-py311h66081b9_2.conda hash: - md5: a7053f3e86b6b9139593a027c54e3097 - sha256: 0b4aee092d4689d07aa95ed1d1071eeb74a5e011d34bc9ebd9b27e9b2166db7e - build: py311h66081b9_1 + md5: a774c2628441ed6f4db9d7026ab1c7f4 + sha256: 8a2b2660524d06c32c7a2a5af9f3f918b17f34a01990f6190e1e7f37233cdb47 + build: py311h66081b9_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 8805008 - timestamp: 1698226061893 + size: 8844063 + timestamp: 1701932797038 - platform: osx-arm64 name: scikit-learn version: 1.3.2 @@ -32200,24 +33416,25 @@ package: - joblib >=1.1.1 - libcxx >=16.0.6 - llvm-openmp >=16.0.6 + - llvm-openmp >=17.0.6 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py311ha25ca4d_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py311ha25ca4d_2.conda hash: - md5: dea73952c589de24ec577c41fac181c5 - sha256: 589bca23648b8969b16a36f87d7114a12fbe88d665cde32427c7126e5b34e63c - build: py311ha25ca4d_1 + md5: f427eff14595109354bd19c94a3d3624 + sha256: d24397673a1f0b609796a716c80b45e3971eb09b987b2a30519a30f5dabeae14 + build: py311ha25ca4d_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 8840075 - timestamp: 1698225663288 + size: 8852644 + timestamp: 1701932948521 - platform: win-64 name: scikit-learn version: 1.3.2 @@ -32233,18 +33450,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.3.2-py311h142b183_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.3.2-py311h142b183_2.conda hash: - md5: a24599e0d80cf658b7d942c82907caef - sha256: 55893f59edf4bc55c6911b82207dc3d0052e28ebbef94ed0643f887a2c231fd7 - build: py311h142b183_1 + md5: 788c05d6a941420c896eb1312d7f7158 + sha256: 6b5a2f3eb21c0b42aa575e26b527c2510b84c1c0561bb762830ca89aa90377ae + build: py311h142b183_2 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 8328461 - timestamp: 1698225997015 + size: 8281220 + timestamp: 1701932934751 - platform: linux-64 name: scipy version: 1.11.4 @@ -32386,6 +33603,8 @@ package: license_family: BSD size: 32421 timestamp: 1695551942931 + purls: + - pkg:pypi/secretstorage - platform: linux-64 name: semver version: 2.13.0 @@ -32406,6 +33625,8 @@ package: noarch: python size: 15712 timestamp: 1603697876069 + purls: + - pkg:pypi/semver - platform: osx-64 name: semver version: 2.13.0 @@ -32426,6 +33647,8 @@ package: noarch: python size: 15712 timestamp: 1603697876069 + purls: + - pkg:pypi/semver - platform: osx-arm64 name: semver version: 2.13.0 @@ -32446,6 +33669,8 @@ package: noarch: python size: 15712 timestamp: 1603697876069 + purls: + - pkg:pypi/semver - platform: win-64 name: semver version: 2.13.0 @@ -32466,6 +33691,8 @@ package: noarch: python size: 15712 timestamp: 1603697876069 + purls: + - pkg:pypi/semver - platform: linux-64 name: send2trash version: 1.8.2 @@ -32487,6 +33714,8 @@ package: noarch: python size: 22821 timestamp: 1682601391911 + purls: + - pkg:pypi/send2trash - platform: osx-64 name: send2trash version: 1.8.2 @@ -32509,6 +33738,8 @@ package: noarch: python size: 23021 timestamp: 1682601619389 + purls: + - pkg:pypi/send2trash - platform: osx-arm64 name: send2trash version: 1.8.2 @@ -32531,6 +33762,8 @@ package: noarch: python size: 23021 timestamp: 1682601619389 + purls: + - pkg:pypi/send2trash - platform: win-64 name: send2trash version: 1.8.2 @@ -32553,17 +33786,19 @@ package: noarch: python size: 23279 timestamp: 1682601755260 + purls: + - pkg:pypi/send2trash - platform: linux-64 name: setuptools - version: 68.2.2 + version: 69.0.3 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -32571,19 +33806,21 @@ package: license: MIT license_family: MIT noarch: python - size: 464399 - timestamp: 1694548452441 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: osx-64 name: setuptools - version: 68.2.2 + version: 69.0.3 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -32591,19 +33828,21 @@ package: license: MIT license_family: MIT noarch: python - size: 464399 - timestamp: 1694548452441 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: osx-arm64 name: setuptools - version: 68.2.2 + version: 69.0.3 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -32611,19 +33850,21 @@ package: license: MIT license_family: MIT noarch: python - size: 464399 - timestamp: 1694548452441 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: win-64 name: setuptools - version: 68.2.2 + version: 69.0.3 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -32631,8 +33872,10 @@ package: license: MIT license_family: MIT noarch: python - size: 464399 - timestamp: 1694548452441 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: linux-64 name: shapely version: 2.0.2 @@ -32656,6 +33899,8 @@ package: license_family: BSD size: 574587 timestamp: 1697191790758 + purls: + - pkg:pypi/shapely - platform: osx-64 name: shapely version: 2.0.2 @@ -32678,6 +33923,8 @@ package: license_family: BSD size: 543102 timestamp: 1697191795638 + purls: + - pkg:pypi/shapely - platform: osx-arm64 name: shapely version: 2.0.2 @@ -32701,6 +33948,8 @@ package: license_family: BSD size: 541397 timestamp: 1697191908684 + purls: + - pkg:pypi/shapely - platform: win-64 name: shapely version: 2.0.2 @@ -32726,6 +33975,8 @@ package: license_family: BSD size: 543280 timestamp: 1697191896614 + purls: + - pkg:pypi/shapely - platform: linux-64 name: sip version: 6.7.12 @@ -32751,6 +34002,8 @@ package: license_family: GPL size: 585197 timestamp: 1697300605264 + purls: + - pkg:pypi/sip - platform: osx-64 name: sip version: 6.7.12 @@ -32776,6 +34029,8 @@ package: license_family: GPL size: 573640 timestamp: 1697300780749 + purls: + - pkg:pypi/sip - platform: osx-arm64 name: sip version: 6.7.12 @@ -32802,6 +34057,8 @@ package: license_family: GPL size: 570552 timestamp: 1697300795499 + purls: + - pkg:pypi/sip - platform: win-64 name: sip version: 6.7.12 @@ -32828,6 +34085,8 @@ package: license_family: GPL size: 595071 timestamp: 1697300986959 + purls: + - pkg:pypi/sip - platform: linux-64 name: six version: 1.16.0 @@ -32848,6 +34107,8 @@ package: noarch: python size: 14259 timestamp: 1620240338595 + purls: + - pkg:pypi/six - platform: osx-64 name: six version: 1.16.0 @@ -32868,6 +34129,8 @@ package: noarch: python size: 14259 timestamp: 1620240338595 + purls: + - pkg:pypi/six - platform: osx-arm64 name: six version: 1.16.0 @@ -32888,6 +34151,8 @@ package: noarch: python size: 14259 timestamp: 1620240338595 + purls: + - pkg:pypi/six - platform: win-64 name: six version: 1.16.0 @@ -32908,6 +34173,8 @@ package: noarch: python size: 14259 timestamp: 1620240338595 + purls: + - pkg:pypi/six - platform: linux-64 name: snappy version: 1.1.10 @@ -33007,6 +34274,8 @@ package: noarch: python size: 14358 timestamp: 1662051357638 + purls: + - pkg:pypi/sniffio - platform: osx-64 name: sniffio version: 1.3.0 @@ -33027,6 +34296,8 @@ package: noarch: python size: 14358 timestamp: 1662051357638 + purls: + - pkg:pypi/sniffio - platform: osx-arm64 name: sniffio version: 1.3.0 @@ -33047,6 +34318,8 @@ package: noarch: python size: 14358 timestamp: 1662051357638 + purls: + - pkg:pypi/sniffio - platform: win-64 name: sniffio version: 1.3.0 @@ -33067,6 +34340,8 @@ package: noarch: python size: 14358 timestamp: 1662051357638 + purls: + - pkg:pypi/sniffio - platform: linux-64 name: soupsieve version: '2.5' @@ -33087,6 +34362,8 @@ package: noarch: python size: 36754 timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: osx-64 name: soupsieve version: '2.5' @@ -33107,6 +34384,8 @@ package: noarch: python size: 36754 timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: osx-arm64 name: soupsieve version: '2.5' @@ -33127,6 +34406,8 @@ package: noarch: python size: 36754 timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: win-64 name: soupsieve version: '2.5' @@ -33147,6 +34428,8 @@ package: noarch: python size: 36754 timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: linux-64 name: sphobjinv version: 2.3.1 @@ -33170,6 +34453,8 @@ package: noarch: python size: 68315 timestamp: 1669810397386 + purls: + - pkg:pypi/sphobjinv - platform: osx-64 name: sphobjinv version: 2.3.1 @@ -33193,6 +34478,8 @@ package: noarch: python size: 68315 timestamp: 1669810397386 + purls: + - pkg:pypi/sphobjinv - platform: osx-arm64 name: sphobjinv version: 2.3.1 @@ -33216,6 +34503,8 @@ package: noarch: python size: 68315 timestamp: 1669810397386 + purls: + - pkg:pypi/sphobjinv - platform: win-64 name: sphobjinv version: 2.3.1 @@ -33239,6 +34528,8 @@ package: noarch: python size: 68315 timestamp: 1669810397386 + purls: + - pkg:pypi/sphobjinv - platform: linux-64 name: sqlite version: 3.44.2 @@ -33347,6 +34638,8 @@ package: noarch: python size: 26205 timestamp: 1669632203115 + purls: + - pkg:pypi/stack-data - platform: osx-64 name: stack_data version: 0.6.2 @@ -33370,6 +34663,8 @@ package: noarch: python size: 26205 timestamp: 1669632203115 + purls: + - pkg:pypi/stack-data - platform: osx-arm64 name: stack_data version: 0.6.2 @@ -33393,6 +34688,8 @@ package: noarch: python size: 26205 timestamp: 1669632203115 + purls: + - pkg:pypi/stack-data - platform: win-64 name: stack_data version: 0.6.2 @@ -33416,79 +34713,83 @@ package: noarch: python size: 26205 timestamp: 1669632203115 + purls: + - pkg:pypi/stack-data - platform: linux-64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: - - libblas >=3.8.0,<4.0a0 - - libcblas >=3.8.0,<4.0a0 - - libgcc-ng >=9.4.0 - - liblapack >=3.8.0,<4.0a0 - - libstdcxx-ng >=9.4.0 - - metis >=5.1.0,<5.1.1.0a0 - - mpfr >=4.1.0,<5.0a0 - - tbb >=2021.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h9e50725_1.tar.bz2 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 + - metis >=5.1.1,<5.1.2.0a0 + - mpfr >=4.2.1,<5.0a0 + - tbb >=2021.10.0 + url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h3ec001c_2.conda hash: - md5: a3a685b5f9aeb890ed874502fe56accf - sha256: 176d004eafe3f07110315d1c96ab7245fbba8677364933213404890a0e2e9d1f - build: h9e50725_1 + md5: 9b37d27528c5f86ee09bf1fc6834da8e + sha256: 596801423c9183c126bb9a4cf79d8c7b326fb7c089b6f70d4505968e83de874f + build: h3ec001c_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 2516475 - timestamp: 1630001297117 + size: 1452784 + timestamp: 1701945260392 - platform: osx-64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: - - libblas >=3.8.0,<4.0a0 - - libcblas >=3.8.0,<4.0a0 - - libcxx >=11.1.0 - - liblapack >=3.8.0,<4.0a0 - - metis >=5.1.0,<5.1.1.0a0 - - mpfr >=4.1.0,<5.0a0 - - tbb >=2021.3.0 - url: https://conda.anaconda.org/conda-forge/osx-64/suitesparse-5.10.1-h7aff33d_1.tar.bz2 + - __osx >=10.9 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16.0.6 + - liblapack >=3.9.0,<4.0a0 + - metis >=5.1.1,<5.1.2.0a0 + - mpfr >=4.2.1,<5.0a0 + - tbb >=2021.10.0 + url: https://conda.anaconda.org/conda-forge/osx-64/suitesparse-5.10.1-h0a40b7c_2.conda hash: - md5: d30185298e8ba70c8bc17121f837730d - sha256: 6aadb010ca234dae7795a61add8a19593f55f80e135b88c52e2e52058d3072ae - build: h7aff33d_1 + md5: 31ae28651c3e544afa792b37e00deccd + sha256: e38ceeb1f3fa8e36ee73c912ec2408c2e4bcbdbf25d1bdfc9d44c442a27fa0a8 + build: h0a40b7c_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 2619792 - timestamp: 1630001688709 + size: 1480877 + timestamp: 1701945645 - platform: osx-arm64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: + - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=11.1.0 + - libcxx >=16.0.6 - liblapack >=3.9.0,<4.0a0 - - metis >=5.1.0,<5.1.1.0a0 - - mpfr >=4.1.0,<5.0a0 - - tbb >=2021.3.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/suitesparse-5.10.1-h7cd81ec_1.tar.bz2 + - metis >=5.1.1,<5.1.2.0a0 + - mpfr >=4.2.1,<5.0a0 + - tbb >=2021.10.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/suitesparse-5.10.1-h88be0ae_2.conda hash: - md5: aa2b4cd2c3c870a5da51032c97952e8e - sha256: e0bf87e0d1d85a8b073f276194dcb38e41dab1be5198fbd742d86d37741e46d8 - build: h7cd81ec_1 + md5: 66c2bdc4a851a1e6a75f6ad53fc65068 + sha256: eda0096bfa20713bca6367f8cddc7c889bc2917ff825b7689a594e6ecab21a4e + build: h88be0ae_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 2128793 - timestamp: 1630001393024 + size: 1126645 + timestamp: 1701945720181 - platform: win-64 name: suitesparse version: 5.4.0 @@ -33532,6 +34833,8 @@ package: noarch: python size: 35912 timestamp: 1665138565317 + purls: + - pkg:pypi/tabulate - platform: osx-64 name: tabulate version: 0.9.0 @@ -33552,6 +34855,8 @@ package: noarch: python size: 35912 timestamp: 1665138565317 + purls: + - pkg:pypi/tabulate - platform: osx-arm64 name: tabulate version: 0.9.0 @@ -33572,6 +34877,8 @@ package: noarch: python size: 35912 timestamp: 1665138565317 + purls: + - pkg:pypi/tabulate - platform: win-64 name: tabulate version: 0.9.0 @@ -33592,66 +34899,74 @@ package: noarch: python size: 35912 timestamp: 1665138565317 + purls: + - pkg:pypi/tabulate - platform: linux-64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda dependencies: - libgcc-ng >=12 - libhwloc >=2.9.3,<2.9.4.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.10.0-h00ab1b0_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.11.0-h00ab1b0_0.conda hash: - md5: eb0d5c122f42714f86a7058d1ce7b2e6 - sha256: 79a6c48fa1df661af7ab3e4f5fa444dd305d87921be017413a8b97fd6d642328 - build: h00ab1b0_2 + md5: fde515afbbe6e36eb4564965c20b1058 + sha256: 05f2282cb204eeb62dbc698e14475f0bbb7f1eb07081d7f5da37d61ad3c4acb3 + build: h00ab1b0_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 186022 - timestamp: 1697713416932 + size: 193857 + timestamp: 1702027376143 - platform: osx-64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.10.0-h1c7c39f_2.conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libhwloc >=2.9.3,<2.9.4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.11.0-he51d815_0.conda hash: - md5: 73434bcf87082942e938352afae9b0fa - sha256: 81e3fae041696a9a74d493e49ab08ceda0022b4bd3716c1d88c0dae5435af94a - build: h1c7c39f_2 + md5: cec76a56d90563f267055381b2a1ec0c + sha256: eff33d8d2e28bcb2db829fd90d025af77c80a870341153d08e0c60c3112bebcf + build: he51d815_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 159786 - timestamp: 1697713666733 + size: 172844 + timestamp: 1702027744659 - platform: osx-arm64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.10.0-h1995070_2.conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libhwloc >=2.9.3,<2.9.4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.11.0-h6aa02a4_0.conda hash: - md5: 245760f53d4fa23bfb58ffbf89a4edc8 - sha256: 5acedf2ba0d18217a6387f4788086e51cac56cef12ac120335fc3b31d40c0417 - build: h1995070_2 + md5: b81e28020645db1f8e7c4fc833b21e06 + sha256: c0f37b121e3e4618ce44698349b84cabb3e11a384cd8ae6b74f98ca07eb8e5cd + build: h6aa02a4_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 125356 - timestamp: 1697713774680 + size: 128020 + timestamp: 1702027906391 - platform: win-64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda dependencies: @@ -33659,18 +34974,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_0.conda hash: - md5: 5b8c97cf8f0e81d6c22c0bda9978790d - sha256: e55a2f1324f0fc8916ab8d590a3944ba1af62de727bb66e3019cf2744d26e679 - build: h91493d7_2 + md5: 517c08eba817fb0e56cfd411ed198261 + sha256: aca5b239ed784161ba98809bcf06f67cc46773a09f5b94da8246d982f8d65a49 + build: h91493d7_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 156566 - timestamp: 1697713986066 + size: 160300 + timestamp: 1702027823313 - platform: linux-64 name: tenacity version: 8.2.3 @@ -33691,6 +35006,8 @@ package: noarch: python size: 22802 timestamp: 1692026941198 + purls: + - pkg:pypi/tenacity - platform: osx-64 name: tenacity version: 8.2.3 @@ -33711,6 +35028,8 @@ package: noarch: python size: 22802 timestamp: 1692026941198 + purls: + - pkg:pypi/tenacity - platform: osx-arm64 name: tenacity version: 8.2.3 @@ -33731,6 +35050,8 @@ package: noarch: python size: 22802 timestamp: 1692026941198 + purls: + - pkg:pypi/tenacity - platform: win-64 name: tenacity version: 8.2.3 @@ -33751,6 +35072,8 @@ package: noarch: python size: 22802 timestamp: 1692026941198 + purls: + - pkg:pypi/tenacity - platform: linux-64 name: terminado version: 0.18.0 @@ -33774,6 +35097,8 @@ package: noarch: python size: 22369 timestamp: 1699810283724 + purls: + - pkg:pypi/terminado - platform: osx-64 name: terminado version: 0.18.0 @@ -33797,6 +35122,8 @@ package: noarch: python size: 22631 timestamp: 1699810378589 + purls: + - pkg:pypi/terminado - platform: osx-arm64 name: terminado version: 0.18.0 @@ -33820,6 +35147,8 @@ package: noarch: python size: 22631 timestamp: 1699810378589 + purls: + - pkg:pypi/terminado - platform: win-64 name: terminado version: 0.18.0 @@ -33843,6 +35172,8 @@ package: noarch: python size: 22855 timestamp: 1699810439015 + purls: + - pkg:pypi/terminado - platform: linux-64 name: threadpoolctl version: 3.2.0 @@ -34062,6 +35393,8 @@ package: noarch: python size: 23235 timestamp: 1666100385187 + purls: + - pkg:pypi/tinycss2 - platform: osx-64 name: tinycss2 version: 1.2.1 @@ -34083,6 +35416,8 @@ package: noarch: python size: 23235 timestamp: 1666100385187 + purls: + - pkg:pypi/tinycss2 - platform: osx-arm64 name: tinycss2 version: 1.2.1 @@ -34104,6 +35439,8 @@ package: noarch: python size: 23235 timestamp: 1666100385187 + purls: + - pkg:pypi/tinycss2 - platform: win-64 name: tinycss2 version: 1.2.1 @@ -34125,6 +35462,8 @@ package: noarch: python size: 23235 timestamp: 1666100385187 + purls: + - pkg:pypi/tinycss2 - platform: linux-64 name: tk version: 8.6.13 @@ -34224,6 +35563,8 @@ package: noarch: python size: 18433 timestamp: 1604308660817 + purls: + - pkg:pypi/toml - platform: osx-64 name: toml version: 0.10.2 @@ -34244,6 +35585,8 @@ package: noarch: python size: 18433 timestamp: 1604308660817 + purls: + - pkg:pypi/toml - platform: osx-arm64 name: toml version: 0.10.2 @@ -34264,6 +35607,8 @@ package: noarch: python size: 18433 timestamp: 1604308660817 + purls: + - pkg:pypi/toml - platform: win-64 name: toml version: 0.10.2 @@ -34284,6 +35629,8 @@ package: noarch: python size: 18433 timestamp: 1604308660817 + purls: + - pkg:pypi/toml - platform: linux-64 name: tomli version: 2.0.1 @@ -34304,6 +35651,8 @@ package: noarch: python size: 15940 timestamp: 1644342331069 + purls: + - pkg:pypi/tomli - platform: osx-64 name: tomli version: 2.0.1 @@ -34324,6 +35673,8 @@ package: noarch: python size: 15940 timestamp: 1644342331069 + purls: + - pkg:pypi/tomli - platform: osx-arm64 name: tomli version: 2.0.1 @@ -34344,6 +35695,8 @@ package: noarch: python size: 15940 timestamp: 1644342331069 + purls: + - pkg:pypi/tomli - platform: win-64 name: tomli version: 2.0.1 @@ -34364,6 +35717,8 @@ package: noarch: python size: 15940 timestamp: 1644342331069 + purls: + - pkg:pypi/tomli - platform: linux-64 name: tomli-w version: 1.0.0 @@ -34384,6 +35739,8 @@ package: noarch: python size: 10052 timestamp: 1638551820635 + purls: + - pkg:pypi/tomli-w - platform: osx-64 name: tomli-w version: 1.0.0 @@ -34404,6 +35761,8 @@ package: noarch: python size: 10052 timestamp: 1638551820635 + purls: + - pkg:pypi/tomli-w - platform: osx-arm64 name: tomli-w version: 1.0.0 @@ -34424,6 +35783,8 @@ package: noarch: python size: 10052 timestamp: 1638551820635 + purls: + - pkg:pypi/tomli-w - platform: win-64 name: tomli-w version: 1.0.0 @@ -34444,6 +35805,8 @@ package: noarch: python size: 10052 timestamp: 1638551820635 + purls: + - pkg:pypi/tomli-w - platform: linux-64 name: tornado version: 6.3.3 @@ -34465,6 +35828,8 @@ package: license_family: Apache size: 843714 timestamp: 1695373626426 + purls: + - pkg:pypi/tornado - platform: osx-64 name: tornado version: 6.3.3 @@ -34485,6 +35850,8 @@ package: license_family: Apache size: 843855 timestamp: 1695373925218 + purls: + - pkg:pypi/tornado - platform: osx-arm64 name: tornado version: 6.3.3 @@ -34506,6 +35873,8 @@ package: license_family: Apache size: 843751 timestamp: 1695373818353 + purls: + - pkg:pypi/tornado - platform: win-64 name: tornado version: 6.3.3 @@ -34529,17 +35898,19 @@ package: license_family: Apache size: 845683 timestamp: 1695374005077 + purls: + - pkg:pypi/tornado - platform: linux-64 name: traitlets - version: 5.14.0 + version: 5.14.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -34547,19 +35918,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 109927 - timestamp: 1701095799725 + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: osx-64 name: traitlets - version: 5.14.0 + version: 5.14.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -34567,19 +35940,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 109927 - timestamp: 1701095799725 + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: osx-arm64 name: traitlets - version: 5.14.0 + version: 5.14.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -34587,19 +35962,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 109927 - timestamp: 1701095799725 + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: win-64 name: traitlets - version: 5.14.0 + version: 5.14.1 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -34607,8 +35984,10 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 109927 - timestamp: 1701095799725 + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: linux-64 name: trove-classifiers version: 2024.1.8 @@ -34629,6 +36008,8 @@ package: noarch: python size: 18404 timestamp: 1704733002526 + purls: + - pkg:pypi/trove-classifiers - platform: osx-64 name: trove-classifiers version: 2024.1.8 @@ -34649,6 +36030,8 @@ package: noarch: python size: 18404 timestamp: 1704733002526 + purls: + - pkg:pypi/trove-classifiers - platform: osx-arm64 name: trove-classifiers version: 2024.1.8 @@ -34669,6 +36052,8 @@ package: noarch: python size: 18404 timestamp: 1704733002526 + purls: + - pkg:pypi/trove-classifiers - platform: win-64 name: trove-classifiers version: 2024.1.8 @@ -34689,6 +36074,8 @@ package: noarch: python size: 18404 timestamp: 1704733002526 + purls: + - pkg:pypi/trove-classifiers - platform: linux-64 name: twine version: 4.0.2 @@ -34718,6 +36105,8 @@ package: noarch: python size: 30903 timestamp: 1669898686321 + purls: + - pkg:pypi/twine - platform: osx-64 name: twine version: 4.0.2 @@ -34747,6 +36136,8 @@ package: noarch: python size: 30903 timestamp: 1669898686321 + purls: + - pkg:pypi/twine - platform: osx-arm64 name: twine version: 4.0.2 @@ -34776,6 +36167,8 @@ package: noarch: python size: 30903 timestamp: 1669898686321 + purls: + - pkg:pypi/twine - platform: win-64 name: twine version: 4.0.2 @@ -34805,6 +36198,8 @@ package: noarch: python size: 30903 timestamp: 1669898686321 + purls: + - pkg:pypi/twine - platform: linux-64 name: typeguard version: 4.1.5 @@ -34829,6 +36224,8 @@ package: noarch: python size: 33753 timestamp: 1698176750792 + purls: + - pkg:pypi/typeguard - platform: osx-64 name: typeguard version: 4.1.5 @@ -34853,6 +36250,8 @@ package: noarch: python size: 33753 timestamp: 1698176750792 + purls: + - pkg:pypi/typeguard - platform: osx-arm64 name: typeguard version: 4.1.5 @@ -34877,6 +36276,8 @@ package: noarch: python size: 33753 timestamp: 1698176750792 + purls: + - pkg:pypi/typeguard - platform: win-64 name: typeguard version: 4.1.5 @@ -34901,82 +36302,84 @@ package: noarch: python size: 33753 timestamp: 1698176750792 + purls: + - pkg:pypi/typeguard - platform: linux-64 name: types-python-dateutil - version: 2.8.19.14 + version: 2.8.19.20240106 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 21474 - timestamp: 1689883066161 + size: 21896 + timestamp: 1704512704737 - platform: osx-64 name: types-python-dateutil - version: 2.8.19.14 + version: 2.8.19.20240106 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 21474 - timestamp: 1689883066161 + size: 21896 + timestamp: 1704512704737 - platform: osx-arm64 name: types-python-dateutil - version: 2.8.19.14 + version: 2.8.19.20240106 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 21474 - timestamp: 1689883066161 + size: 21896 + timestamp: 1704512704737 - platform: win-64 name: types-python-dateutil - version: 2.8.19.14 + version: 2.8.19.20240106 category: main manager: conda dependencies: - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 21474 - timestamp: 1689883066161 + size: 21896 + timestamp: 1704512704737 - platform: linux-64 name: types-pytz version: 2023.3.1.1 @@ -35055,95 +36458,95 @@ package: timestamp: 1695236716910 - platform: linux-64 name: types-requests - version: 2.31.0.10 + version: 2.31.0.20240106 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda hash: - md5: 84dca7318667fa091bbfd8724d22ea99 - sha256: 6d8ff7a6caae75aba965557b1d7f538f50f8a7851a4ba5a1cf1637acf1b6292b + md5: 946086aaf44ef99601dd9a6ce863fe9b + sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25660 - timestamp: 1697612426162 + size: 25946 + timestamp: 1704519580892 - platform: osx-64 name: types-requests - version: 2.31.0.10 + version: 2.31.0.20240106 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda hash: - md5: 84dca7318667fa091bbfd8724d22ea99 - sha256: 6d8ff7a6caae75aba965557b1d7f538f50f8a7851a4ba5a1cf1637acf1b6292b + md5: 946086aaf44ef99601dd9a6ce863fe9b + sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25660 - timestamp: 1697612426162 + size: 25946 + timestamp: 1704519580892 - platform: osx-arm64 name: types-requests - version: 2.31.0.10 + version: 2.31.0.20240106 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda hash: - md5: 84dca7318667fa091bbfd8724d22ea99 - sha256: 6d8ff7a6caae75aba965557b1d7f538f50f8a7851a4ba5a1cf1637acf1b6292b + md5: 946086aaf44ef99601dd9a6ce863fe9b + sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25660 - timestamp: 1697612426162 + size: 25946 + timestamp: 1704519580892 - platform: win-64 name: types-requests - version: 2.31.0.10 + version: 2.31.0.20240106 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda hash: - md5: 84dca7318667fa091bbfd8724d22ea99 - sha256: 6d8ff7a6caae75aba965557b1d7f538f50f8a7851a4ba5a1cf1637acf1b6292b + md5: 946086aaf44ef99601dd9a6ce863fe9b + sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25660 - timestamp: 1697612426162 + size: 25946 + timestamp: 1704519580892 - platform: linux-64 name: typing-extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - - typing_extensions 4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - typing_extensions 4.9.0 pyha770c72_0 + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.9.0-hd8ed1ab_0.conda hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: c16524c1b7227dc80b36b4fa6f77cc86 + sha256: d795c1eb1db4ea147f01ece74e5a504d7c2e8d5ee8c11ec987884967dd938f9c build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -35151,19 +36554,19 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 10104 - timestamp: 1695040958008 + size: 10191 + timestamp: 1702176301116 - platform: osx-64 name: typing-extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - - typing_extensions 4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - typing_extensions 4.9.0 pyha770c72_0 + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.9.0-hd8ed1ab_0.conda hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: c16524c1b7227dc80b36b4fa6f77cc86 + sha256: d795c1eb1db4ea147f01ece74e5a504d7c2e8d5ee8c11ec987884967dd938f9c build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -35171,19 +36574,19 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 10104 - timestamp: 1695040958008 + size: 10191 + timestamp: 1702176301116 - platform: osx-arm64 name: typing-extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - - typing_extensions 4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - typing_extensions 4.9.0 pyha770c72_0 + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.9.0-hd8ed1ab_0.conda hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: c16524c1b7227dc80b36b4fa6f77cc86 + sha256: d795c1eb1db4ea147f01ece74e5a504d7c2e8d5ee8c11ec987884967dd938f9c build: hd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -35191,19 +36594,19 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 10104 - timestamp: 1695040958008 + size: 10191 + timestamp: 1702176301116 - platform: win-64 name: typing-extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - - typing_extensions 4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - typing_extensions 4.9.0 pyha770c72_0 + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.9.0-hd8ed1ab_0.conda hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: c16524c1b7227dc80b36b4fa6f77cc86 + sha256: d795c1eb1db4ea147f01ece74e5a504d7c2e8d5ee8c11ec987884967dd938f9c build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -35211,19 +36614,19 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 10104 - timestamp: 1695040958008 + size: 10191 + timestamp: 1702176301116 - platform: linux-64 name: typing_extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: a92a6440c3fe7052d63244f3aba2a4a7 + sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -35231,19 +36634,21 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 35108 - timestamp: 1695040948828 + size: 36058 + timestamp: 1702176292645 + purls: + - pkg:pypi/typing-extensions - platform: osx-64 name: typing_extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: a92a6440c3fe7052d63244f3aba2a4a7 + sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -35251,19 +36656,21 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 35108 - timestamp: 1695040948828 + size: 36058 + timestamp: 1702176292645 + purls: + - pkg:pypi/typing-extensions - platform: osx-arm64 name: typing_extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: a92a6440c3fe7052d63244f3aba2a4a7 + sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -35271,19 +36678,21 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 35108 - timestamp: 1695040948828 + size: 36058 + timestamp: 1702176292645 + purls: + - pkg:pypi/typing-extensions - platform: win-64 name: typing_extensions - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: a92a6440c3fe7052d63244f3aba2a4a7 + sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -35291,8 +36700,10 @@ package: license: PSF-2.0 license_family: PSF noarch: python - size: 35108 - timestamp: 1695040948828 + size: 36058 + timestamp: 1702176292645 + purls: + - pkg:pypi/typing-extensions - platform: linux-64 name: typing_inspect version: 0.9.0 @@ -35315,6 +36726,8 @@ package: noarch: python size: 14906 timestamp: 1685820229594 + purls: + - pkg:pypi/typing-inspect - platform: osx-64 name: typing_inspect version: 0.9.0 @@ -35337,6 +36750,8 @@ package: noarch: python size: 14906 timestamp: 1685820229594 + purls: + - pkg:pypi/typing-inspect - platform: osx-arm64 name: typing_inspect version: 0.9.0 @@ -35359,6 +36774,8 @@ package: noarch: python size: 14906 timestamp: 1685820229594 + purls: + - pkg:pypi/typing-inspect - platform: win-64 name: typing_inspect version: 0.9.0 @@ -35381,6 +36798,8 @@ package: noarch: python size: 14906 timestamp: 1685820229594 + purls: + - pkg:pypi/typing-inspect - platform: linux-64 name: typing_utils version: 0.1.0 @@ -35401,6 +36820,8 @@ package: noarch: python size: 13829 timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils - platform: osx-64 name: typing_utils version: 0.1.0 @@ -35421,6 +36842,8 @@ package: noarch: python size: 13829 timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils - platform: osx-arm64 name: typing_utils version: 0.1.0 @@ -35441,6 +36864,8 @@ package: noarch: python size: 13829 timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils - platform: win-64 name: typing_utils version: 0.1.0 @@ -35461,134 +36886,136 @@ package: noarch: python size: 13829 timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils - platform: linux-64 name: tzcode - version: 2023c + version: 2023d category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2023c-h0b41bf4_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2023d-h3f72095_0.conda hash: - md5: 0c0533894f21c3d35697cb8378d390e2 - sha256: 62b0d3eee4260d310f578015305834b8a588377f796e5e290ec267da8a51a027 - build: h0b41bf4_0 + md5: 1c63518899838477ebd497e3e3327f81 + sha256: 0eab7ec2f4c983efb365bacc2e7bd6620f516a50d2e9b183ba1c9c243601cce3 + build: h3f72095_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 68632 - timestamp: 1680049336647 + size: 69778 + timestamp: 1703250978164 - platform: osx-64 name: tzcode - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2023c-hb7f2c08_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2023d-h10d778d_0.conda hash: - md5: a7ba8e96323b9d8ce4f0edc4f4dab27f - sha256: 0d4b111314bea267454f48691debc1ff4c0ce8cb91491d2be30381de498ac59e - build: hb7f2c08_0 + md5: 6ae344465457da354af4d35b567fb141 + sha256: e312a782d139884c6399c45c3218eda11ac17d12dc0d0711623d07c7751e97ab + build: h10d778d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 62711 - timestamp: 1680049599804 + size: 63744 + timestamp: 1703251160420 - platform: osx-arm64 name: tzcode - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2023c-h1a8c8d9_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2023d-h93a5062_0.conda hash: - md5: 96779d3be996d78411b083f99a51199c - sha256: 0a60ff53272547a0f80862f0a1969a5d1cec16bd2e9098ed5b07d317682a4361 - build: h1a8c8d9_0 + md5: 8f6c1eef62c660bfb43897fe14b2ca95 + sha256: a4bed39a41b26d5f8134fd0cb0df15bc0b9e645e3ee6f88ee81c8d24651eb8cd + build: h93a5062_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 63064 - timestamp: 1680049656503 + size: 63558 + timestamp: 1703251392865 - platform: linux-64 name: tzdata - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023d-h0c530f3_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 + md5: 8dee24b8be2d9ff81e7bd4d7d97ff1b0 + sha256: 04f2ab3e36f2015841551415bf16bf62933bd94b7085d4be5493b388e95a9c3d + build: h0c530f3_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LicenseRef-Public-Domain noarch: generic - size: 117580 - timestamp: 1680041306008 + size: 119639 + timestamp: 1703250910370 - platform: osx-64 name: tzdata - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023d-h0c530f3_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 + md5: 8dee24b8be2d9ff81e7bd4d7d97ff1b0 + sha256: 04f2ab3e36f2015841551415bf16bf62933bd94b7085d4be5493b388e95a9c3d + build: h0c530f3_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LicenseRef-Public-Domain noarch: generic - size: 117580 - timestamp: 1680041306008 + size: 119639 + timestamp: 1703250910370 - platform: osx-arm64 name: tzdata - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023d-h0c530f3_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 + md5: 8dee24b8be2d9ff81e7bd4d7d97ff1b0 + sha256: 04f2ab3e36f2015841551415bf16bf62933bd94b7085d4be5493b388e95a9c3d + build: h0c530f3_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LicenseRef-Public-Domain noarch: generic - size: 117580 - timestamp: 1680041306008 + size: 119639 + timestamp: 1703250910370 - platform: win-64 name: tzdata - version: 2023c + version: 2023d category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023d-h0c530f3_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 + md5: 8dee24b8be2d9ff81e7bd4d7d97ff1b0 + sha256: 04f2ab3e36f2015841551415bf16bf62933bd94b7085d4be5493b388e95a9c3d + build: h0c530f3_0 arch: x86_64 subdir: win-64 build_number: 0 license: LicenseRef-Public-Domain noarch: generic - size: 117580 - timestamp: 1680041306008 + size: 119639 + timestamp: 1703250910370 - platform: win-64 name: ucrt version: 10.0.22621.0 @@ -35618,21 +37045,21 @@ package: - libgcc-ng >=12 - libnuma >=2.0.16,<3.0a0 - libstdcxx-ng >=12 - - rdma-core >=28.9,<29.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h64cca9d_0.conda + - rdma-core >=49 + url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_2.conda hash: - md5: b35b1f1a9fdbf93266c91f297dc9060e - sha256: 8a4dce10304fee0df715addec3d078421aa7aa0824422a6630d621d15bd98e5f - build: h64cca9d_0 + md5: 5798de4587dc70fa6db81663e79f176a + sha256: 81fdea1a5ee5075bf4cbdc665b08d0e2ee9d3476f9d16acc58e2bbd913e9197b + build: h75e419f_2 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 2 constrains: - cuda-version >=11.2,<12 license: BSD-3-Clause license_family: BSD - size: 15425900 - timestamp: 1696028080367 + size: 15338569 + timestamp: 1702446360682 - platform: linux-64 name: ukkonen version: 1.0.1 @@ -35906,6 +37333,8 @@ package: noarch: python size: 85324 timestamp: 1699933655057 + purls: + - pkg:pypi/urllib3 - platform: osx-64 name: urllib3 version: 2.1.0 @@ -35928,6 +37357,8 @@ package: noarch: python size: 85324 timestamp: 1699933655057 + purls: + - pkg:pypi/urllib3 - platform: osx-arm64 name: urllib3 version: 2.1.0 @@ -35950,6 +37381,8 @@ package: noarch: python size: 85324 timestamp: 1699933655057 + purls: + - pkg:pypi/urllib3 - platform: win-64 name: urllib3 version: 2.1.0 @@ -35972,50 +37405,52 @@ package: noarch: python size: 85324 timestamp: 1699933655057 + purls: + - pkg:pypi/urllib3 - platform: win-64 name: vc version: '14.3' category: main manager: conda dependencies: - - vc14_runtime >=14.36.32532 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda + - vc14_runtime >=14.38.33130 + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda hash: - md5: 67ff6791f235bb606659bf2a5c169191 - sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 - build: h64f974e_17 + md5: 20e1e652a4c740fa719002a8449994a2 + sha256: 447a8d8292a7b2107dcc18afb67f046824711a652725fc0f522c368e7a7b8318 + build: hcf57466_18 arch: x86_64 subdir: win-64 - build_number: 17 + build_number: 18 track_features: vc14 license: BSD-3-Clause license_family: BSD - size: 17176 - timestamp: 1688020629925 + size: 16977 + timestamp: 1702511255313 - platform: win-64 name: vc14_runtime - version: 14.36.32532 + version: 14.38.33130 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda hash: - md5: d0de20f2f3fc806a81b44fcdd941aaf7 - sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e - build: hdcecf7f_17 + md5: 8be79fdd2725ddf7bbf8a27a4c1f79ba + sha256: bf94c9af4b2e9cba88207001197e695934eadc96a5c5e4cd7597e950aae3d8ff + build: h82b7239_18 arch: x86_64 subdir: win-64 - build_number: 17 + build_number: 18 constrains: - - vs2015_runtime 14.36.32532.* *_17 + - vs2015_runtime 14.38.33130.* *_18 license: LicenseRef-ProprietaryMicrosoft license_family: Proprietary - size: 739437 - timestamp: 1694292382336 + size: 749868 + timestamp: 1702511239004 - platform: linux-64 name: virtualenv - version: 20.24.7 + version: 20.25.0 category: main manager: conda dependencies: @@ -36023,10 +37458,10 @@ package: - filelock <4,>=3.12.2 - platformdirs <5,>=3.9.1 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.0-pyhd8ed1ab_0.conda hash: - md5: db990278c2c00b268eed778de44f6057 - sha256: ad661ae59c64bd73c25dfadb00c601659f4d9cafbf428e36a690075e52bac96a + md5: c119653cba436d8183c27bf6d190e587 + sha256: 50827c3721a9dbf973b568709d4381add2a6552fa562f26a385c5edc16a534af build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -36034,11 +37469,13 @@ package: license: MIT license_family: MIT noarch: python - size: 3059103 - timestamp: 1700749249290 + size: 3122816 + timestamp: 1701458945559 + purls: + - pkg:pypi/virtualenv - platform: osx-64 name: virtualenv - version: 20.24.7 + version: 20.25.0 category: main manager: conda dependencies: @@ -36046,10 +37483,10 @@ package: - filelock <4,>=3.12.2 - platformdirs <5,>=3.9.1 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.0-pyhd8ed1ab_0.conda hash: - md5: db990278c2c00b268eed778de44f6057 - sha256: ad661ae59c64bd73c25dfadb00c601659f4d9cafbf428e36a690075e52bac96a + md5: c119653cba436d8183c27bf6d190e587 + sha256: 50827c3721a9dbf973b568709d4381add2a6552fa562f26a385c5edc16a534af build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -36057,11 +37494,13 @@ package: license: MIT license_family: MIT noarch: python - size: 3059103 - timestamp: 1700749249290 + size: 3122816 + timestamp: 1701458945559 + purls: + - pkg:pypi/virtualenv - platform: osx-arm64 name: virtualenv - version: 20.24.7 + version: 20.25.0 category: main manager: conda dependencies: @@ -36069,10 +37508,10 @@ package: - filelock <4,>=3.12.2 - platformdirs <5,>=3.9.1 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.0-pyhd8ed1ab_0.conda hash: - md5: db990278c2c00b268eed778de44f6057 - sha256: ad661ae59c64bd73c25dfadb00c601659f4d9cafbf428e36a690075e52bac96a + md5: c119653cba436d8183c27bf6d190e587 + sha256: 50827c3721a9dbf973b568709d4381add2a6552fa562f26a385c5edc16a534af build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -36080,11 +37519,13 @@ package: license: MIT license_family: MIT noarch: python - size: 3059103 - timestamp: 1700749249290 + size: 3122816 + timestamp: 1701458945559 + purls: + - pkg:pypi/virtualenv - platform: win-64 name: virtualenv - version: 20.24.7 + version: 20.25.0 category: main manager: conda dependencies: @@ -36092,10 +37533,10 @@ package: - filelock <4,>=3.12.2 - platformdirs <5,>=3.9.1 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.0-pyhd8ed1ab_0.conda hash: - md5: db990278c2c00b268eed778de44f6057 - sha256: ad661ae59c64bd73c25dfadb00c601659f4d9cafbf428e36a690075e52bac96a + md5: c119653cba436d8183c27bf6d190e587 + sha256: 50827c3721a9dbf973b568709d4381add2a6552fa562f26a385c5edc16a534af build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -36103,27 +37544,29 @@ package: license: MIT license_family: MIT noarch: python - size: 3059103 - timestamp: 1700749249290 + size: 3122816 + timestamp: 1701458945559 + purls: + - pkg:pypi/virtualenv - platform: win-64 name: vs2015_runtime - version: 14.36.32532 + version: 14.38.33130 category: main manager: conda dependencies: - - vc14_runtime >=14.36.32532 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda + - vc14_runtime >=14.38.33130 + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda hash: - md5: 4618046c39f7c81861e53ded842e738a - sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - build: h05e6639_17 + md5: 10d42885e3ed84e575b454db30f1aa93 + sha256: a2fec221f361d6263c117f4ea6d772b21c90a2f8edc6f3eb0eadec6bfe8843db + build: hcb4865c_18 arch: x86_64 subdir: win-64 - build_number: 17 + build_number: 18 license: BSD-3-Clause license_family: BSD - size: 17207 - timestamp: 1688020635322 + size: 16988 + timestamp: 1702511261442 - platform: linux-64 name: watchdog version: 3.0.0 @@ -36211,15 +37654,15 @@ package: timestamp: 1695395884217 - platform: linux-64 name: wcwidth - version: 0.2.12 + version: 0.2.13 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -36227,19 +37670,21 @@ package: license: MIT license_family: MIT noarch: python - size: 32405 - timestamp: 1700608049984 + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth - platform: osx-64 name: wcwidth - version: 0.2.12 + version: 0.2.13 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -36247,19 +37692,21 @@ package: license: MIT license_family: MIT noarch: python - size: 32405 - timestamp: 1700608049984 + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth - platform: osx-arm64 name: wcwidth - version: 0.2.12 + version: 0.2.13 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -36267,19 +37714,21 @@ package: license: MIT license_family: MIT noarch: python - size: 32405 - timestamp: 1700608049984 + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth - platform: win-64 name: wcwidth - version: 0.2.12 + version: 0.2.13 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -36287,8 +37736,10 @@ package: license: MIT license_family: MIT noarch: python - size: 32405 - timestamp: 1700608049984 + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth - platform: linux-64 name: webcolors version: '1.13' @@ -36309,6 +37760,8 @@ package: noarch: python size: 18186 timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors - platform: osx-64 name: webcolors version: '1.13' @@ -36329,6 +37782,8 @@ package: noarch: python size: 18186 timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors - platform: osx-arm64 name: webcolors version: '1.13' @@ -36349,6 +37804,8 @@ package: noarch: python size: 18186 timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors - platform: win-64 name: webcolors version: '1.13' @@ -36369,6 +37826,8 @@ package: noarch: python size: 18186 timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors - platform: linux-64 name: webencodings version: 0.5.1 @@ -36451,15 +37910,15 @@ package: timestamp: 1694681458271 - platform: linux-64 name: websocket-client - version: 1.6.4 + version: 1.7.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -36467,19 +37926,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 45866 - timestamp: 1696770282111 + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client - platform: osx-64 name: websocket-client - version: 1.6.4 + version: 1.7.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -36487,19 +37948,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 45866 - timestamp: 1696770282111 + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client - platform: osx-arm64 name: websocket-client - version: 1.6.4 + version: 1.7.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -36507,19 +37970,21 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 45866 - timestamp: 1696770282111 + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client - platform: win-64 name: websocket-client - version: 1.6.4 + version: 1.7.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -36527,8 +37992,10 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 45866 - timestamp: 1696770282111 + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client - platform: linux-64 name: wheel version: 0.42.0 @@ -36549,6 +38016,8 @@ package: noarch: python size: 57553 timestamp: 1701013309664 + purls: + - pkg:pypi/wheel - platform: osx-64 name: wheel version: 0.42.0 @@ -36569,6 +38038,8 @@ package: noarch: python size: 57553 timestamp: 1701013309664 + purls: + - pkg:pypi/wheel - platform: osx-arm64 name: wheel version: 0.42.0 @@ -36589,6 +38060,8 @@ package: noarch: python size: 57553 timestamp: 1701013309664 + purls: + - pkg:pypi/wheel - platform: win-64 name: wheel version: 0.42.0 @@ -36609,6 +38082,8 @@ package: noarch: python size: 57553 timestamp: 1701013309664 + purls: + - pkg:pypi/wheel - platform: win-64 name: win_inet_pton version: 1.1.0 @@ -36629,6 +38104,8 @@ package: noarch: python size: 8191 timestamp: 1667051294134 + purls: + - pkg:pypi/win-inet-pton - platform: win-64 name: winpty version: 0.4.3 @@ -36667,6 +38144,8 @@ package: license_family: BSD size: 63465 timestamp: 1699532930817 + purls: + - pkg:pypi/wrapt - platform: osx-64 name: wrapt version: 1.16.0 @@ -36687,6 +38166,8 @@ package: license_family: BSD size: 59558 timestamp: 1699533106157 + purls: + - pkg:pypi/wrapt - platform: osx-arm64 name: wrapt version: 1.16.0 @@ -36708,6 +38189,8 @@ package: license_family: BSD size: 60998 timestamp: 1699533434768 + purls: + - pkg:pypi/wrapt - platform: win-64 name: wrapt version: 1.16.0 @@ -36731,9 +38214,11 @@ package: license_family: BSD size: 62017 timestamp: 1699533574835 + purls: + - pkg:pypi/wrapt - platform: linux-64 name: xarray - version: 2023.11.0 + version: 2023.12.0 category: main manager: conda dependencies: @@ -36741,43 +38226,45 @@ package: - packaging >=21.3 - pandas >=1.4 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda hash: - md5: f445b20bac3db8f604a48592087b2d8f - sha256: 71a2000fd5f5065e8c9a184c3f9262b27c4a5eeb5366a6d7e4d267d28e9f07d9 + md5: e9b31d3ab1b0dd5fd8c24419f6560b90 + sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - zarr >=2.12 - - sparse >=0.13 - - netcdf4 >=1.6.0 - - cartopy >=0.20 - - toolz >=0.12 + - flox >=0.5 + - hdf5 >=1.12 + - iris >=3.2 - h5netcdf >=1.0 + - h5py >=3.6 - distributed >=2022.7 + - pint >=0.19 + - nc-time-axis >=1.4 - scipy >=1.8 - - matplotlib-base >=3.5 - seaborn >=0.11 - - hdf5 >=1.12 - - numba >=0.55 - - h5py >=3.6 - - flox >=0.5 - - cftime >=1.6 - - pint >=0.19 - - iris >=3.2 - dask-core >=2022.7 - - nc-time-axis >=1.4 + - netcdf4 >=1.6.0 + - numba >=0.55 - bottleneck >=1.3 + - cartopy >=0.20 + - sparse >=0.13 + - zarr >=2.12 + - cftime >=1.6 + - toolz >=0.12 + - matplotlib-base >=3.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 713393 - timestamp: 1700303846370 + size: 724567 + timestamp: 1702073071866 + purls: + - pkg:pypi/xarray - platform: osx-64 name: xarray - version: 2023.11.0 + version: 2023.12.0 category: main manager: conda dependencies: @@ -36785,43 +38272,45 @@ package: - packaging >=21.3 - pandas >=1.4 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda hash: - md5: f445b20bac3db8f604a48592087b2d8f - sha256: 71a2000fd5f5065e8c9a184c3f9262b27c4a5eeb5366a6d7e4d267d28e9f07d9 + md5: e9b31d3ab1b0dd5fd8c24419f6560b90 + sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - zarr >=2.12 - - sparse >=0.13 - - netcdf4 >=1.6.0 - - cartopy >=0.20 - - toolz >=0.12 + - flox >=0.5 + - hdf5 >=1.12 + - iris >=3.2 - h5netcdf >=1.0 + - h5py >=3.6 - distributed >=2022.7 + - pint >=0.19 + - nc-time-axis >=1.4 - scipy >=1.8 - - matplotlib-base >=3.5 - seaborn >=0.11 - - hdf5 >=1.12 - - numba >=0.55 - - h5py >=3.6 - - flox >=0.5 - - cftime >=1.6 - - pint >=0.19 - - iris >=3.2 - dask-core >=2022.7 - - nc-time-axis >=1.4 + - netcdf4 >=1.6.0 + - numba >=0.55 - bottleneck >=1.3 + - cartopy >=0.20 + - sparse >=0.13 + - zarr >=2.12 + - cftime >=1.6 + - toolz >=0.12 + - matplotlib-base >=3.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 713393 - timestamp: 1700303846370 + size: 724567 + timestamp: 1702073071866 + purls: + - pkg:pypi/xarray - platform: osx-arm64 name: xarray - version: 2023.11.0 + version: 2023.12.0 category: main manager: conda dependencies: @@ -36829,43 +38318,45 @@ package: - packaging >=21.3 - pandas >=1.4 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda hash: - md5: f445b20bac3db8f604a48592087b2d8f - sha256: 71a2000fd5f5065e8c9a184c3f9262b27c4a5eeb5366a6d7e4d267d28e9f07d9 + md5: e9b31d3ab1b0dd5fd8c24419f6560b90 + sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - zarr >=2.12 - - sparse >=0.13 - - netcdf4 >=1.6.0 - - cartopy >=0.20 - - toolz >=0.12 + - flox >=0.5 + - hdf5 >=1.12 + - iris >=3.2 - h5netcdf >=1.0 + - h5py >=3.6 - distributed >=2022.7 + - pint >=0.19 + - nc-time-axis >=1.4 - scipy >=1.8 - - matplotlib-base >=3.5 - seaborn >=0.11 - - hdf5 >=1.12 - - numba >=0.55 - - h5py >=3.6 - - flox >=0.5 - - cftime >=1.6 - - pint >=0.19 - - iris >=3.2 - dask-core >=2022.7 - - nc-time-axis >=1.4 + - netcdf4 >=1.6.0 + - numba >=0.55 - bottleneck >=1.3 + - cartopy >=0.20 + - sparse >=0.13 + - zarr >=2.12 + - cftime >=1.6 + - toolz >=0.12 + - matplotlib-base >=3.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 713393 - timestamp: 1700303846370 + size: 724567 + timestamp: 1702073071866 + purls: + - pkg:pypi/xarray - platform: win-64 name: xarray - version: 2023.11.0 + version: 2023.12.0 category: main manager: conda dependencies: @@ -36873,40 +38364,42 @@ package: - packaging >=21.3 - pandas >=1.4 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.11.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda hash: - md5: f445b20bac3db8f604a48592087b2d8f - sha256: 71a2000fd5f5065e8c9a184c3f9262b27c4a5eeb5366a6d7e4d267d28e9f07d9 + md5: e9b31d3ab1b0dd5fd8c24419f6560b90 + sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - zarr >=2.12 - - sparse >=0.13 - - netcdf4 >=1.6.0 - - cartopy >=0.20 - - toolz >=0.12 + - flox >=0.5 + - hdf5 >=1.12 + - iris >=3.2 - h5netcdf >=1.0 + - h5py >=3.6 - distributed >=2022.7 + - pint >=0.19 + - nc-time-axis >=1.4 - scipy >=1.8 - - matplotlib-base >=3.5 - seaborn >=0.11 - - hdf5 >=1.12 - - numba >=0.55 - - h5py >=3.6 - - flox >=0.5 - - cftime >=1.6 - - pint >=0.19 - - iris >=3.2 - dask-core >=2022.7 - - nc-time-axis >=1.4 + - netcdf4 >=1.6.0 + - numba >=0.55 - bottleneck >=1.3 + - cartopy >=0.20 + - sparse >=0.13 + - zarr >=2.12 + - cftime >=1.6 + - toolz >=0.12 + - matplotlib-base >=3.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 713393 - timestamp: 1700303846370 + size: 724567 + timestamp: 1702073071866 + purls: + - pkg:pypi/xarray - platform: linux-64 name: xcb-util version: 0.4.0 @@ -37077,25 +38570,25 @@ package: timestamp: 1679377003127 - platform: win-64 name: xerces-c - version: 3.2.4 + version: 3.2.5 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.4-h63175ca_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-h63175ca_0.conda hash: - md5: 28c6b90f40c9c37d3334ba8225143690 - sha256: 76e5ba07c06947ff7dcee6e9fe47e436e7a5ec5d94ad23102186769459af1403 - build: h63175ca_3 + md5: b1e07902b6bb7833db8cc4ec32f32dc7 + sha256: 21328b0442f2f86ad5bf14481ed60f56a8ebb765a68d158a57ec6f32eb55762b + build: h63175ca_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 3509286 - timestamp: 1692976908514 + size: 3574165 + timestamp: 1703093650967 - platform: linux-64 name: xkeyboard-config version: '2.40' @@ -37137,6 +38630,8 @@ package: noarch: python size: 18460 timestamp: 1681486998644 + purls: + - pkg:pypi/xmipy - platform: osx-64 name: xmipy version: 1.3.1 @@ -37158,6 +38653,8 @@ package: noarch: python size: 18460 timestamp: 1681486998644 + purls: + - pkg:pypi/xmipy - platform: osx-arm64 name: xmipy version: 1.3.1 @@ -37179,6 +38676,8 @@ package: noarch: python size: 18460 timestamp: 1681486998644 + purls: + - pkg:pypi/xmipy - platform: win-64 name: xmipy version: 1.3.1 @@ -37200,6 +38699,8 @@ package: noarch: python size: 18460 timestamp: 1681486998644 + purls: + - pkg:pypi/xmipy - platform: linux-64 name: xorg-kbproto version: 1.0.7 @@ -37569,6 +39070,8 @@ package: noarch: python size: 36184 timestamp: 1698325478381 + purls: + - pkg:pypi/xyzservices - platform: osx-64 name: xyzservices version: 2023.10.1 @@ -37589,6 +39092,8 @@ package: noarch: python size: 36184 timestamp: 1698325478381 + purls: + - pkg:pypi/xyzservices - platform: osx-arm64 name: xyzservices version: 2023.10.1 @@ -37609,6 +39114,8 @@ package: noarch: python size: 36184 timestamp: 1698325478381 + purls: + - pkg:pypi/xyzservices - platform: win-64 name: xyzservices version: 2023.10.1 @@ -37629,6 +39136,8 @@ package: noarch: python size: 36184 timestamp: 1698325478381 + purls: + - pkg:pypi/xyzservices - platform: linux-64 name: xz version: 5.2.6 @@ -37880,6 +39389,8 @@ package: noarch: python size: 18954 timestamp: 1695255262261 + purls: + - pkg:pypi/zipp - platform: osx-64 name: zipp version: 3.17.0 @@ -37900,6 +39411,8 @@ package: noarch: python size: 18954 timestamp: 1695255262261 + purls: + - pkg:pypi/zipp - platform: osx-arm64 name: zipp version: 3.17.0 @@ -37920,6 +39433,8 @@ package: noarch: python size: 18954 timestamp: 1695255262261 + purls: + - pkg:pypi/zipp - platform: win-64 name: zipp version: 3.17.0 @@ -37940,6 +39455,8 @@ package: noarch: python size: 18954 timestamp: 1695255262261 + purls: + - pkg:pypi/zipp - platform: linux-64 name: zlib version: 1.2.13 From 96737b0a2546aadad4292c3bb198441db3aa4a62 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:58:09 +0100 Subject: [PATCH 03/82] Adapt download links (#949) Fixes #946 --- README.md | 5 ++--- docs/index.qmd | 7 ++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 771a49339..dd5894f1a 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,14 @@ libraries, notably [ModelingToolkit.jl](https://mtk.sciml.ai/stable/). For most users the [latest release](https://github.com/Deltares/Ribasim/releases/latest) is recommended, it can be downloaded here: -- Ribasim executable: [ribasim_cli.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli.zip). -- Python package: [ribasim-0.6.2-py3-none-any.whl](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim-0.6.2-py3-none-any.whl) +- Ribasim executable - Linux: [ribasim_cli_linux.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli_linux.zip) +- Ribasim executable - Windows: [ribasim_cli_windows.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli_windows.zip) - QGIS plugin: [ribasim_qgis.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_qgis.zip). - Generated testmodels: [generated_testmodels.zip](https://github.com/Deltares/Ribasim/releases/latest/download/generated_testmodels.zip) The nightly builds contain the latest developments and can be found below. It is important to either use the release or nightly for all components. - Ribasim executable: [ribasim_cli.zip](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_cli.zip). -- Python package: [ribasim-0.6.2-py3-none-any.whl](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim-0.6.2-py3-none-any.whl) - QGIS plugin: [ribasim_qgis.zip](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_qgis.zip). Currently only Windows builds for `ribasim_cli.zip` are available. diff --git a/docs/index.qmd b/docs/index.qmd index cd20c2c1b..7cb85040d 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -27,17 +27,14 @@ libraries, notably [DifferentialEquations.jl](https://docs.sciml.ai/DiffEqDocs/s # Download {#sec-download} -For most users the [latest release](https://github.com/Deltares/Ribasim/releases/latest) is recommended, it can be downloaded here: - -- Ribasim executable: [ribasim_cli.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli.zip). -- Python package: [ribasim-0.6.2-py3-none-any.whl](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim-0.6.2-py3-none-any.whl) +- Ribasim executable - Linux: [ribasim_cli_linux.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli_linux.zip) +- Ribasim executable - Windows: [ribasim_cli_windows.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_cli_windows.zip) - QGIS plugin: [ribasim_qgis.zip](https://github.com/Deltares/Ribasim/releases/latest/download/ribasim_qgis.zip). - Generated testmodels: [generated_testmodels.zip](https://github.com/Deltares/Ribasim/releases/latest/download/generated_testmodels.zip) The nightly builds contain the latest developments and can be found below. It is important to either use the release or nightly for all components. - Ribasim executable: [ribasim_cli.zip](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_cli.zip). -- Python package: [ribasim-0.6.2-py3-none-any.whl](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim-0.6.2-py3-none-any.whl) - QGIS plugin: [ribasim_qgis.zip](https://ribasim.s3.eu-west-3.amazonaws.com/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_qgis.zip). Currently only Windows builds for `ribasim_cli.zip` are available. From eb21b63db60afa4baeb79e3da25397903b7b8895 Mon Sep 17 00:00:00 2001 From: Huite Date: Mon, 15 Jan 2024 14:32:21 +0100 Subject: [PATCH 04/82] Launch debug julia (#953) Add an entry to launch.json to debug Julia --- .vscode/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7aa67e7b8..ba6cd8152 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,15 @@ { "version": "0.2.0", "configurations": [ + { + "type": "julia", + "request": "launch", + "name": "Julia: current file", + "program": "${file}", + "stopOnEntry": false, + "cwd": "${workspaceFolder}", + "juliaEnv": "${command:activeJuliaEnvironment}" + }, { "name": "Ribasim QGIS: Attach to QGIS", "type": "python", From 197f6f064456e8fe04f51833c944965c7fe87cd0 Mon Sep 17 00:00:00 2001 From: Maarten Pronk <8655030+evetion@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:09:00 +0100 Subject: [PATCH 05/82] [ci] Fix intermittent QGIS test failures. (#939) Long story short, we did a `sleep 10` to wait for the container to be ready. I removed it, and now start a displayserver (`xvfb-run -a`, separate from the container one) as part of the test, which seems to be much more reliable. --- .docker/compose.yml | 1 + .docker/start.sh | 2 -- .docker/test.sh | 2 +- ribasim_qgis/tests/test_load_plugin.py | 3 +++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.docker/compose.yml b/.docker/compose.yml index 2405ad9c2..aebb15bf7 100644 --- a/.docker/compose.yml +++ b/.docker/compose.yml @@ -9,3 +9,4 @@ services: environment: - CI=true - DISPLAY=:99 + tty: true diff --git a/.docker/start.sh b/.docker/start.sh index 7a3be80e7..b000c6f32 100755 --- a/.docker/start.sh +++ b/.docker/start.sh @@ -4,8 +4,6 @@ set -euxo pipefail source .env docker compose -f compose.yml up -d --force-recreate --remove-orphans -echo "Wait 10 seconds" -sleep 10 echo "Installation of the plugin Ribasim" docker exec -t qgis sh -c "qgis_setup.sh ${PLUGIN_NAME}" echo "Containers are running" diff --git a/.docker/test.sh b/.docker/test.sh index d895510c5..eb432e3d8 100755 --- a/.docker/test.sh +++ b/.docker/test.sh @@ -3,4 +3,4 @@ set -euxo pipefail source .env -docker exec -t qgis sh -c "cd /tests_directory && qgis_testrunner.sh ${PLUGIN_NAME}.tests" +docker exec -t qgis sh -c "cd /tests_directory && xvfb-run -a qgis_testrunner.sh ${PLUGIN_NAME}.tests" diff --git a/ribasim_qgis/tests/test_load_plugin.py b/ribasim_qgis/tests/test_load_plugin.py index 382383ae2..1868379aa 100644 --- a/ribasim_qgis/tests/test_load_plugin.py +++ b/ribasim_qgis/tests/test_load_plugin.py @@ -4,9 +4,12 @@ class TestPlugin(unittest.TestCase): def test_plugin_is_loaded(self): + """Test plugin is properly loaded and appears in QGIS plugins.""" plugin = plugins.get("ribasim_qgis") self.assertTrue(plugin, "Ribasim plugin not loaded") + +class TestDock(unittest.TestCase): def test_load_dock(self): """Triggers Ribasim button and checks that Dock is added""" From d6fb63730a066ae9b352b0922d2ed7e768b02968 Mon Sep 17 00:00:00 2001 From: Huite Date: Mon, 15 Jan 2024 16:01:14 +0100 Subject: [PATCH 06/82] Set initial level after parameter creation (#955) Fixes #952 The basin level would remain at 0.0 otherwise. Then the callback is called at t=0.0, and the resulting interpolated subgrid levels are nonsense. --- core/src/bmi.jl | 3 +++ core/test/run_models_test.jl | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/src/bmi.jl b/core/src/bmi.jl index b7b62e200..d2d7f43bb 100644 --- a/core/src/bmi.jl +++ b/core/src/bmi.jl @@ -83,6 +83,9 @@ function BMI.initialize(T::Type{Model}, config::Config)::Model end storages end + # Synchronize level with storage + set_current_basin_properties!(parameters.basin, storage) + @assert length(storage) == n "Basin / state length differs from number of Basins" # Integrals for PID control integral = zeros(length(parameters.pid_control.node_id)) diff --git a/core/test/run_models_test.jl b/core/test/run_models_test.jl index e0b058e0a..995b07032 100644 --- a/core/test/run_models_test.jl +++ b/core/test/run_models_test.jl @@ -77,11 +77,13 @@ @test basin.level[1] ≈ 0.044711584 # The exporter interpolates 1:1 for three subgrid elements, but shifted by 1.0 meter. + basin_level = basin.level[1] @test length(p.subgrid.level) == 3 @test diff(p.subgrid.level) ≈ [-1.0, 2.0] # TODO The original subgrid IDs are lost and mapped to 1, 2, 3 @test subgrid.subgrid_id[1:3] == [11, 22, 33] broken = true - @test subgrid.subgrid_level[1:3] == [0.0, -1.0, 1.0] + @test subgrid.subgrid_level[1:3] ≈ + [basin_level, basin_level - 1.0, basin_level + 1.0] @test subgrid.subgrid_level[(end - 2):end] == p.subgrid.level end end From ebd2f65ae0e35e2e0ae59006cfc93b7d6d295776 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:12:30 +0100 Subject: [PATCH 07/82] Reflect current release process in docs (#948) Fixes #944 --- docs/contribute/release.qmd | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/contribute/release.qmd b/docs/contribute/release.qmd index 570972965..bd298f551 100644 --- a/docs/contribute/release.qmd +++ b/docs/contribute/release.qmd @@ -34,10 +34,21 @@ The nightly download links for the Ribasim Python wheels contain the version num ## Create a new release -Create a [new release](https://github.com/Deltares/Ribasim/releases/new). -Give it a tag like `v2023.08.0`, filling in the current year, month and a sequential "MICRO" number. +Create a new tag like `v2023.08.0`, filling in the current year, month and a sequential "MICRO" number. This follows `vYYYY.0M.MICRO` from [calver](https://calver.org/). -For [v2023.09.0](https://github.com/Deltares/Ribasim/releases/tag/v2023.09.0) I used the "Generate release notes" button, which I then manually edited to copy the most important changes for users to the top in the form of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +This can be done by executing: +```bash +git tag +``` +Then push the tags: +```bash +git push --tags +``` + +This will trigger a workflow on TeamCity that will publish a new release on GitHub as soon as it is finished. +You can follow the progress [here](https://dpcbuild.deltares.nl/buildConfiguration/Ribasim_Ribasim_MakeGitHubRelease?mode=builds). +It also auto-generates a changelog. +You'll probably want to curate that by rearranging the most important changes for users to the top in the form of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The possibly long list of generated release notes can put below an "All changes" collapsed item as such: ``` From ed802dcab410b970aea59abd324b2a70cc9061c3 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 15 Jan 2024 16:17:53 +0100 Subject: [PATCH 08/82] Fix and change table sorting in Python (#903) Fixes the first two items of #601. Also adds a test. --- docs/core/usage.qmd | 46 ++++++++++++++-------------- python/ribasim/ribasim/config.py | 40 ++++++++++++++++++++---- python/ribasim/ribasim/input_base.py | 9 +++--- python/ribasim/tests/conftest.py | 5 +++ python/ribasim/tests/test_io.py | 23 ++++++++++++++ 5 files changed, 89 insertions(+), 34 deletions(-) diff --git a/docs/core/usage.qmd b/docs/core/usage.qmd index 1a2915196..92272053a 100644 --- a/docs/core/usage.qmd +++ b/docs/core/usage.qmd @@ -347,8 +347,8 @@ Lets a fraction (in [0,1]) of the incoming flow trough. column | type | unit | restriction ------------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id fraction | Float64 | - | in the interval [0,1] -control_state | String | - | (optional) # TabulatedRatingCurve @@ -358,10 +358,10 @@ relation between the storage of a connected Basin (via the outlet level) and its column | type | unit | restriction ------------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) level | Float64 | $m$ | sorted per control_state discharge | Float64 | $m^3 s^{-1}$ | non-negative -control_state | String | - | (optional) sorted per node_id node_id | discharge | level ------- |----------- |------- @@ -381,8 +381,8 @@ Note that a `node_id` can be either in this table or in the static one, but not column | type | unit | restriction --------- | ------- | ------------ | ----------- -time | DateTime | - | sorted -node_id | Int | - | sorted per time +node_id | Int | - | sorted +time | DateTime | - | sorted per node_id level | Float64 | $m$ | - discharge | Float64 | $m^3 s^{-1}$ | non-negative @@ -397,11 +397,11 @@ When PID controlled, the pump must point away from the controlled basin in terms column | type | unit | restriction --------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) flow_rate | Float64 | $m^3 s^{-1}$ | non-negative min_flow_rate | Float64 | $m^3 s^{-1}$ | (optional, default 0.0) max_flow_rate | Float64 | $m^3 s^{-1}$ | (optional) -control_state | String | - | (optional) # Outlet @@ -411,12 +411,12 @@ When PID controlled, the outlet must point towards the controlled basin in terms column | type | unit | restriction --------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) flow_rate | Float64 | $m^3 s^{-1}$ | non-negative min_flow_rate | Float64 | $m^3 s^{-1}$ | (optional, default 0.0) max_flow_rate | Float64 | $m^3 s^{-1}$ | (optional) min_crest_level | Float64 | $m$ | (optional) -control_state | String | - | (optional) # User @@ -453,11 +453,11 @@ Note that a `node_id` can be either in this table or in the static one, but not column | type | unit | restriction ------------- | -------- | ------------ | ----------- node_id | Int | - | sorted +priority | Int | - | sorted per node id time | DateTime | - | sorted per priority per node id demand | Float64 | $m^3 s^{-1}$ | - return_factor | Float64 | - | between [0 - 1] min_level | Float64 | $m$ | (optional) -priority | Int | - | sorted per node id ## Allocation results @@ -502,8 +502,8 @@ Note that a `node_id` can be either in this table or in the static one, but not column | type | unit | restriction --------- | ------- | ------------ | ----------- -time | DateTime | - | sorted -node_id | Int | - | sorted per time +node_id | Int | - | sorted +time | DateTime | - | sorted per node_id level | Float64 | $m$ | - # FlowBoundary @@ -533,8 +533,8 @@ Note that a `node_id` can be either in this table or in the static one, but not column | type | unit | restriction --------- | ------- | ------------ | ----------- -time | DateTime | - | sorted -node_id | Int | - | sorted per time +node_id | Int | - | sorted +time | DateTime | - | sorted per node_id flow_rate | Float64 | $m^3 s^{-1}$ | non-negative # LinearResistance @@ -544,9 +544,9 @@ Flow proportional to the level difference between the connected basins. column | type | unit | restriction ------------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) resistance | Float64 | $sm^{-2}$ | - -control_state | String | - | (optional) # ManningResistance @@ -555,12 +555,12 @@ Flow through this connection is estimated by conservation of energy and the Mann column | type | unit | restriction ------------- | ------- | ------------ | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) length | Float64 | $m$ | positive manning_n | Float64 | $s m^{-\frac{1}{3}}$ | positive profile_width | Float64 | $m$ | positive profile_slope | Float64 | - | - -control_state | String | - | (optional) # Terminal @@ -584,9 +584,9 @@ The condition schema defines conditions of the form 'the discrete_control node w column | type | unit | restriction ----------------- | -------- | ------- | ----------- node_id | Int | - | sorted -listen_feature_id | Int | - | - -variable | String | - | must be "level" or "flow_rate" -greater_than | Float64 | various | - +listen_feature_id | Int | - | sorted per node_id +variable | String | - | must be "level" or "flow_rate", sorted per listen_feature_id +greater_than | Float64 | various | sorted per variable look_ahead | Float64 | $s$ | Only on transient boundary conditions, non-negative (optional, default 0) ## DiscreteControl / logic @@ -595,8 +595,8 @@ The logic schema defines which control states are triggered based on the truth o DiscreteControl is applied in the Julia core as follows: - During the simulation it is checked whether the truth of any of the conditions changes. -- When a condition changes, the corresponding discrrete_control node id is retrieved (node_id in the condition schema above). -- The truth value of all the conditions this discrete_control node lisens to are retrieved, in the order as they are specified in the condition schema. This is then converted into a string of "T" for true and "F" for false. This string we call the truth state.* +- When a condition changes, the corresponding discrete_control node id is retrieved (node_id in the condition schema above). +- The truth value of all the conditions this discrete_control node listens to are retrieved, in the order as they are specified in the condition schema. This is then converted into a string of "T" for true and "F" for false. This string we call the truth state.* - The table below determines for the given discrete_control node ID and truth state what the corresponding control state is. - For all the nodes this discrete_control node affects (as given by the "control" edges in [Edges / static](usage.qmd#edge)), their parameters are set to those parameters in `NodeType / static` corresponding to the determined control state. @@ -605,8 +605,8 @@ DiscreteControl is applied in the Julia core as follows: column | type | unit | restriction -------------- | -------- | ---- | ----------- node_id | Int | - | sorted -truth_state | String | - | Consists of the characters "T" (true), "F" (false), "U" (upcrossing), "D" (downcrossing) and "*" (any) -control_state | String | - | +control_state | String | - | - +truth_state | String | - | Consists of the characters "T" (true), "F" (false), "U" (upcrossing), "D" (downcrossing) and "*" (any), sorted per node_id ## DiscreteControl results @@ -630,13 +630,13 @@ In the future controlling the flow on a particular edge could be supported. column | type | unit | restriction -------------- | -------- | -------- | ----------- node_id | Int | - | sorted +control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) listen_node_id | Int | - | - target | Float64 | $m$ | - proportional | Float64 | $s^{-1}$ | - integral | Float64 | $s^{-2}$ | - derivative | Float64 | - | - -control_state | String | - | - ## PidControl / time @@ -650,8 +650,8 @@ Note that a `node_id` can be either in this table or in the static one, but not column | type | unit | restriction -------------- | -------- | -------- | ----------- -node_id | Int | - | sorted per time -time | DateTime | - | sorted +node_id | Int | - | sorted +time | DateTime | - | sorted per node_id listen_node_id | Int | - | - target | Float64 | $m$ | - proportional | Float64 | $s^{-1}$ | - diff --git a/python/ribasim/ribasim/config.py b/python/ribasim/ribasim/config.py index ca8983d5f..e992e811b 100644 --- a/python/ribasim/ribasim/config.py +++ b/python/ribasim/ribasim/config.py @@ -82,6 +82,8 @@ class Terminal(NodeModel): default_factory=TableModel[TerminalStaticSchema] ) + _sort_keys: dict[str, list[str]] = {"static": ["node_id"]} + class PidControl(NodeModel): static: TableModel[PidControlStaticSchema] = Field( @@ -91,7 +93,10 @@ class PidControl(NodeModel): default_factory=TableModel[PidControlTimeSchema] ) - _sort_keys: dict[str, list[str]] = {"time": ["time", "node_id"]} + _sort_keys: dict[str, list[str]] = { + "static": ["node_id", "control_state"], + "time": ["node_id", "time"], + } class LevelBoundary(NodeModel): @@ -102,7 +107,10 @@ class LevelBoundary(NodeModel): default_factory=TableModel[LevelBoundaryTimeSchema] ) - _sort_keys: dict[str, list[str]] = {"time": ["time", "node_id"]} + _sort_keys: dict[str, list[str]] = { + "static": ["node_id"], + "time": ["node_id", "time"], + } class Pump(NodeModel): @@ -110,6 +118,8 @@ class Pump(NodeModel): default_factory=TableModel[PumpStaticSchema] ) + _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} + class TabulatedRatingCurve(NodeModel): static: TableModel[TabulatedRatingCurveStaticSchema] = Field( @@ -119,8 +129,8 @@ class TabulatedRatingCurve(NodeModel): default_factory=TableModel[TabulatedRatingCurveTimeSchema] ) _sort_keys: dict[str, list[str]] = { - "static": ["node_id", "level"], - "time": ["time", "node_id", "level"], + "static": ["node_id", "control_state", "level"], + "time": ["node_id", "time", "level"], } @@ -144,7 +154,10 @@ class FlowBoundary(NodeModel): default_factory=TableModel[FlowBoundaryTimeSchema] ) - _sort_keys: dict[str, list[str]] = {"time": ["time", "node_id"]} + _sort_keys: dict[str, list[str]] = { + "static": ["node_id"], + "time": ["node_id", "time"], + } class Basin(NodeModel): @@ -165,8 +178,10 @@ class Basin(NodeModel): ) _sort_keys: dict[str, list[str]] = { + "static": ["node_id"], + "state": ["node_id"], "profile": ["node_id", "level"], - "time": ["time", "node_id"], + "time": ["node_id", "time"], "subgrid": ["subgrid_id", "basin_level"], } @@ -176,6 +191,8 @@ class ManningResistance(NodeModel): default_factory=TableModel[ManningResistanceStaticSchema] ) + _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} + class DiscreteControl(NodeModel): condition: TableModel[DiscreteControlConditionSchema] = Field( @@ -185,20 +202,31 @@ class DiscreteControl(NodeModel): default_factory=TableModel[DiscreteControlLogicSchema] ) + _sort_keys: dict[str, list[str]] = { + "condition": ["node_id", "listen_feature_id", "variable", "greater_than"], + "logic": ["node_id", "truth_state"], + } + class Outlet(NodeModel): static: TableModel[OutletStaticSchema] = Field( default_factory=TableModel[OutletStaticSchema] ) + _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} + class LinearResistance(NodeModel): static: TableModel[LinearResistanceStaticSchema] = Field( default_factory=TableModel[LinearResistanceStaticSchema] ) + _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} + class FractionalFlow(NodeModel): static: TableModel[FractionalFlowStaticSchema] = Field( default_factory=TableModel[FractionalFlowStaticSchema] ) + + _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} diff --git a/python/ribasim/ribasim/input_base.py b/python/ribasim/ribasim/input_base.py index f9aadb3b5..1538bfafa 100644 --- a/python/ribasim/ribasim/input_base.py +++ b/python/ribasim/ribasim/input_base.py @@ -289,10 +289,9 @@ def _from_arrow(cls, path: FilePath) -> pd.DataFrame: directory = context_file_loading.get().get("directory", Path(".")) return pd.read_feather(directory / path) - def sort(self, sort_keys: list[str] = ["node_id"]): - """Sort all input tables as required. + def sort(self, sort_keys: list[str]): + """Sort the table as required. - Tables are sorted by "node_id", unless otherwise specified. Sorting is done automatically before writing the table. """ if self.df is not None: @@ -375,7 +374,7 @@ def _write_table(self, path: FilePath) -> None: gdf.to_file(path, layer=self.tablename(), driver="GPKG") - def sort(self, sort_keys: list[str] = ["node_id"]): + def sort(self, sort_keys: list[str]): self.df.sort_index(inplace=True) @@ -435,7 +434,7 @@ def _save(self, directory: DirectoryPath, input_dir: DirectoryPath, **kwargs): getattr(self, field)._save( directory, input_dir, - sort_keys=self._sort_keys.get("field", ["node_id"]), + sort_keys=self._sort_keys[field], ) def _repr_content(self) -> str: diff --git a/python/ribasim/tests/conftest.py b/python/ribasim/tests/conftest.py index 4e4c1d09f..f6dbb730d 100644 --- a/python/ribasim/tests/conftest.py +++ b/python/ribasim/tests/conftest.py @@ -32,3 +32,8 @@ def backwater() -> ribasim.Model: @pytest.fixture() def discrete_control_of_pid_control() -> ribasim.Model: return ribasim_testmodels.discrete_control_of_pid_control_model() + + +@pytest.fixture() +def level_setpoint_with_minmax() -> ribasim.Model: + return ribasim_testmodels.level_setpoint_with_minmax_model() diff --git a/python/ribasim/tests/test_io.py b/python/ribasim/tests/test_io.py index 888c692f8..b1ac52056 100644 --- a/python/ribasim/tests/test_io.py +++ b/python/ribasim/tests/test_io.py @@ -102,3 +102,26 @@ def test_extra_columns(basic_transient): node = Node(df=df) assert "meta_node_id" in node.df.columns + + +def test_sort(level_setpoint_with_minmax, tmp_path): + model = level_setpoint_with_minmax + table = model.discrete_control.condition + + # apply a wrong sort, then call the sort method to restore order + table.df.sort_values("greater_than", ascending=False, inplace=True) + assert table.df.iloc[0]["greater_than"] == 15.0 + sort_keys = model.discrete_control._sort_keys["condition"] + assert sort_keys == ["node_id", "listen_feature_id", "variable", "greater_than"] + table.sort(sort_keys) + assert table.df.iloc[0]["greater_than"] == 5.0 + + # re-apply wrong sort, then check if it gets sorted on write + table.df.sort_values("greater_than", ascending=False, inplace=True) + model.write(tmp_path / "basic/ribasim.toml") + # write sorts the model in place + assert table.df.iloc[0]["greater_than"] == 5.0 + model_loaded = ribasim.Model(filepath=tmp_path / "basic/ribasim.toml") + table_loaded = model_loaded.discrete_control.condition + assert table_loaded.df.iloc[0]["greater_than"] == 5.0 + __assert_equal(table.df, table_loaded.df) From b09373c5abc2ddb3685060be3617aef46579a3ac Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 15 Jan 2024 18:44:27 +0100 Subject: [PATCH 09/82] Pixi: use latest QGIS release (#958) I tried `pixi run qgis`, which up to now was set to the LTS release, and it was broken on loading the plugin: ``` Windows fatal exception: access violation Current thread 0x00006700 (most recent call first): File "C:\Users/visser_mn/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ribasim_qgis\widgets\ribasim_widget.py", line 47 in __init__ self.tabwidget.addTab(self.__dataset_widget, "Model") File "C:\Users/visser_mn/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ribasim_qgis\ribasim_qgis.py", line 48 in toggle_ribasim widget = RibasimWidget(self.ribasim_widget, self.iface) ``` I saw this happens on 3.28.12, which is the last LTS in conda-forge, but locally my OSGeo4w qgis-ltr release is 3.28.14, which doesn't have this issue. I propose we switch to the latest QGIS release, which fixes this. In pixi we set QGIS to the LTS since that is the oldest we support, but this is the only dependency for which we set it to the oldest version. And also it holds a lot of other dependencies in our environment back as can be seen from the size of the diff. If we want to check the oldest supported QGIS release we can perhaps use https://pixi.sh/design_proposals/multi_environment_proposal/ in the future for this, same as for Python versions. --- pixi.lock | 9459 +++++++++++++++++++++++++---------------------------- pixi.toml | 2 +- 2 files changed, 4439 insertions(+), 5022 deletions(-) diff --git a/pixi.lock b/pixi.lock index 0e765a511..d9ecf8b92 100644 --- a/pixi.lock +++ b/pixi.lock @@ -60,23 +60,23 @@ package: timestamp: 1650670423406 - platform: linux-64 name: alsa-lib - version: 1.2.9 + version: 1.2.10 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.9-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda hash: - md5: a0c6f0e7e1a467f5678f94dea18c8aa7 - sha256: f177627acdfcead15a28f4a07fcda6a1e26b83f053eaa1efa7cce01c0a3b09a8 + md5: 75dae9a4201732aa78a530b826ee5fe0 + sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b build: hd590300_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-or-later license_family: GPL - size: 546752 - timestamp: 1683210393229 + size: 554938 + timestamp: 1693607226431 - platform: linux-64 name: annotated-types version: 0.6.0 @@ -98,8 +98,6 @@ package: noarch: python size: 17026 timestamp: 1696634393637 - purls: - - pkg:pypi/annotated-types - platform: osx-64 name: annotated-types version: 0.6.0 @@ -121,8 +119,6 @@ package: noarch: python size: 17026 timestamp: 1696634393637 - purls: - - pkg:pypi/annotated-types - platform: osx-arm64 name: annotated-types version: 0.6.0 @@ -144,8 +140,6 @@ package: noarch: python size: 17026 timestamp: 1696634393637 - purls: - - pkg:pypi/annotated-types - platform: win-64 name: annotated-types version: 0.6.0 @@ -167,8 +161,6 @@ package: noarch: python size: 17026 timestamp: 1696634393637 - purls: - - pkg:pypi/annotated-types - platform: linux-64 name: anyio version: 4.2.0 @@ -196,8 +188,6 @@ package: noarch: python size: 101592 timestamp: 1702909362897 - purls: - - pkg:pypi/anyio - platform: osx-64 name: anyio version: 4.2.0 @@ -225,8 +215,6 @@ package: noarch: python size: 101592 timestamp: 1702909362897 - purls: - - pkg:pypi/anyio - platform: osx-arm64 name: anyio version: 4.2.0 @@ -254,8 +242,6 @@ package: noarch: python size: 101592 timestamp: 1702909362897 - purls: - - pkg:pypi/anyio - platform: win-64 name: anyio version: 4.2.0 @@ -283,8 +269,6 @@ package: noarch: python size: 101592 timestamp: 1702909362897 - purls: - - pkg:pypi/anyio - platform: osx-64 name: appnope version: 0.1.3 @@ -305,8 +289,6 @@ package: noarch: python size: 8095 timestamp: 1649077760928 - purls: - - pkg:pypi/appnope - platform: osx-arm64 name: appnope version: 0.1.3 @@ -327,8 +309,6 @@ package: noarch: python size: 8095 timestamp: 1649077760928 - purls: - - pkg:pypi/appnope - platform: linux-64 name: argcomplete version: 3.2.1 @@ -349,8 +329,6 @@ package: noarch: python size: 40094 timestamp: 1702228373768 - purls: - - pkg:pypi/argcomplete - platform: osx-64 name: argcomplete version: 3.2.1 @@ -371,8 +349,6 @@ package: noarch: python size: 40094 timestamp: 1702228373768 - purls: - - pkg:pypi/argcomplete - platform: osx-arm64 name: argcomplete version: 3.2.1 @@ -393,8 +369,6 @@ package: noarch: python size: 40094 timestamp: 1702228373768 - purls: - - pkg:pypi/argcomplete - platform: win-64 name: argcomplete version: 3.2.1 @@ -415,8 +389,6 @@ package: noarch: python size: 40094 timestamp: 1702228373768 - purls: - - pkg:pypi/argcomplete - platform: linux-64 name: argon2-cffi version: 23.1.0 @@ -441,8 +413,6 @@ package: noarch: python size: 18602 timestamp: 1692818472638 - purls: - - pkg:pypi/argon2-cffi - platform: osx-64 name: argon2-cffi version: 23.1.0 @@ -467,8 +437,6 @@ package: noarch: python size: 18602 timestamp: 1692818472638 - purls: - - pkg:pypi/argon2-cffi - platform: osx-arm64 name: argon2-cffi version: 23.1.0 @@ -493,8 +461,6 @@ package: noarch: python size: 18602 timestamp: 1692818472638 - purls: - - pkg:pypi/argon2-cffi - platform: win-64 name: argon2-cffi version: 23.1.0 @@ -519,8 +485,6 @@ package: noarch: python size: 18602 timestamp: 1692818472638 - purls: - - pkg:pypi/argon2-cffi - platform: linux-64 name: argon2-cffi-bindings version: 21.2.0 @@ -543,8 +507,6 @@ package: license_family: MIT size: 34955 timestamp: 1695386703660 - purls: - - pkg:pypi/argon2-cffi-bindings - platform: osx-64 name: argon2-cffi-bindings version: 21.2.0 @@ -566,8 +528,6 @@ package: license_family: MIT size: 32542 timestamp: 1695386887016 - purls: - - pkg:pypi/argon2-cffi-bindings - platform: osx-arm64 name: argon2-cffi-bindings version: 21.2.0 @@ -575,23 +535,21 @@ package: manager: conda dependencies: - cffi >=1.0.1 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py311heffc1b2_4.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py312h02f2b3b_4.conda hash: - md5: e9a56c22ca1215ed3a7b6a9e8c4e6f07 - sha256: b9ab23e4f0d615432949d4b93723bd04b3c4aef725aa03b1e993903265c1b975 - build: py311heffc1b2_4 + md5: 015edbb6fae68ab35881f55f149d4725 + sha256: 1cfcf4b2d36a3b183a5cb1c69f85768166e50af6ced5ae381c440666a6da12c6 + build: py312h02f2b3b_4 arch: aarch64 subdir: osx-arm64 build_number: 4 license: MIT license_family: MIT - size: 34126 - timestamp: 1695386994453 - purls: - - pkg:pypi/argon2-cffi-bindings + size: 33607 + timestamp: 1695387216062 - platform: win-64 name: argon2-cffi-bindings version: 21.2.0 @@ -616,8 +574,6 @@ package: license_family: MIT size: 34687 timestamp: 1695387285415 - purls: - - pkg:pypi/argon2-cffi-bindings - platform: linux-64 name: arrow version: 1.3.0 @@ -727,8 +683,6 @@ package: noarch: python size: 28922 timestamp: 1698341257884 - purls: - - pkg:pypi/asttokens - platform: osx-64 name: asttokens version: 2.4.1 @@ -750,8 +704,6 @@ package: noarch: python size: 28922 timestamp: 1698341257884 - purls: - - pkg:pypi/asttokens - platform: osx-arm64 name: asttokens version: 2.4.1 @@ -773,8 +725,6 @@ package: noarch: python size: 28922 timestamp: 1698341257884 - purls: - - pkg:pypi/asttokens - platform: win-64 name: asttokens version: 2.4.1 @@ -796,8 +746,6 @@ package: noarch: python size: 28922 timestamp: 1698341257884 - purls: - - pkg:pypi/asttokens - platform: linux-64 name: async-lru version: 2.0.4 @@ -819,8 +767,6 @@ package: noarch: python size: 15342 timestamp: 1690563152778 - purls: - - pkg:pypi/async-lru - platform: osx-64 name: async-lru version: 2.0.4 @@ -842,8 +788,6 @@ package: noarch: python size: 15342 timestamp: 1690563152778 - purls: - - pkg:pypi/async-lru - platform: osx-arm64 name: async-lru version: 2.0.4 @@ -865,8 +809,6 @@ package: noarch: python size: 15342 timestamp: 1690563152778 - purls: - - pkg:pypi/async-lru - platform: win-64 name: async-lru version: 2.0.4 @@ -888,8 +830,6 @@ package: noarch: python size: 15342 timestamp: 1690563152778 - purls: - - pkg:pypi/async-lru - platform: linux-64 name: attr version: 2.5.1 @@ -929,8 +869,6 @@ package: noarch: python size: 54582 timestamp: 1704011393776 - purls: - - pkg:pypi/attrs - platform: osx-64 name: attrs version: 23.2.0 @@ -951,8 +889,6 @@ package: noarch: python size: 54582 timestamp: 1704011393776 - purls: - - pkg:pypi/attrs - platform: osx-arm64 name: attrs version: 23.2.0 @@ -973,8 +909,6 @@ package: noarch: python size: 54582 timestamp: 1704011393776 - purls: - - pkg:pypi/attrs - platform: win-64 name: attrs version: 23.2.0 @@ -995,1184 +929,1442 @@ package: noarch: python size: 54582 timestamp: 1704011393776 - purls: - - pkg:pypi/attrs - platform: linux-64 name: aws-c-auth - version: 0.7.5 + version: 0.7.11 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.5-h2acc10b_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.11-h0b4cabd_1.conda hash: - md5: 832940247afa1a5f6c8506e138141cd3 - sha256: 058e0e1dfdee03a4fcee37d276f26844bd0fb60ea37cec248c88119e6e087c66 - build: h2acc10b_2 + md5: e9a6562446d81183d1483bb23bfc478c + sha256: ef98131dbff55f482b0af10d17aa6c478e59987661cf3c22dddb30a441986aa5 + build: h0b4cabd_1 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 102073 - timestamp: 1698823900839 + size: 103197 + timestamp: 1704837011679 - platform: osx-64 name: aws-c-auth - version: 0.7.5 + version: 0.7.11 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.5-h45736e2_2.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.11-h94c8779_1.conda hash: - md5: e908400edf9ce919c3d89d5f8a005d95 - sha256: 146d559363592f9298f2f3cd70dd18cb71815588a53d6724a2c885de658db061 - build: h45736e2_2 + md5: 0c504fbf22cf8560e4cbe1a68d71bace + sha256: 2aa423f5c64c4df7a8a2d9b4f7fa915c4a7d6e01a018f04fbf4c4bd9b699ea50 + build: h94c8779_1 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 89289 - timestamp: 1698824101563 + size: 90008 + timestamp: 1704837466758 - platform: osx-arm64 name: aws-c-auth - version: 0.7.5 + version: 0.7.11 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.5-h7a53df1_2.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.11-ha4ce7b8_1.conda hash: - md5: dc4c7c7de6ce3c6789913486f437546c - sha256: 08757d8e25217dbad6aa88012e71a0ffd575ab86237ad8f5993a7ad48df429ae - build: h7a53df1_2 + md5: ed467f71fac4eca9454ca1ff99be7f84 + sha256: 4b4318d4ad5cb9d3f3e141e43528e3c7f161e8f167195ff2627e6ec778bd890f + build: ha4ce7b8_1 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 87622 - timestamp: 1698824131024 + size: 89277 + timestamp: 1704837158697 - platform: win-64 name: aws-c-auth - version: 0.7.7 + version: 0.7.11 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-http >=0.7.14,<0.7.15.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.7-h84b5a32_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.11-hcf9e330_1.conda hash: - md5: 167b6c431662adf8bb21f4e96f6143e7 - sha256: 873261ccef23e6b0210463ae42ae7b7fb0a3839c35054c1e700fa5350f434be9 - build: h84b5a32_1 + md5: b3c4233e6a4ef5537e05002398a734e6 + sha256: 3416485aea072b49e9ed52d0c5ece6fef7aeaa214a6fa83b480be9d17ba96fa5 + build: hcf9e330_1 arch: x86_64 subdir: win-64 build_number: 1 license: Apache-2.0 license_family: Apache - size: 98752 - timestamp: 1700666612710 + size: 98788 + timestamp: 1704837661732 - platform: linux-64 name: aws-c-cal version: 0.6.9 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h0fad3b2_0.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h14ec70c_3.conda hash: - md5: fb2e57e277d6f22fd3ad63aaa4353f1f - sha256: 88bd3173d7079f86973d9fdc46e42850746004b92b62348dc40f957eeab18aee - build: h0fad3b2_0 + md5: 7da4b84275e63f56d158d6250727a70f + sha256: d4f593f586378d7544900847b16d922a10c4d92aec7add6e3cb5dbe69965ab2f + build: h14ec70c_3 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 3 license: Apache-2.0 license_family: Apache - size: 55576 - timestamp: 1698723210863 + size: 55362 + timestamp: 1704316699050 - platform: osx-64 name: aws-c-cal version: 0.6.9 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-h01c20f0_0.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-he75d6b7_3.conda hash: - md5: f2e9b329a90095a855e3ad14b63d5ffe - sha256: f430e96964bba6108dfc3bbd177932d6691a822518cc29b037ba6cfbfe74b79d - build: h01c20f0_0 + md5: 56bca8b8f924ba21b26b9a0a158b93be + sha256: 772a3d9864658df5097c866633f14a78d88f21509157b09f9f8d6d0c04f09166 + build: he75d6b7_3 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 3 license: Apache-2.0 license_family: Apache - size: 45656 - timestamp: 1698723511528 + size: 45738 + timestamp: 1704316909595 - platform: osx-arm64 name: aws-c-cal version: 0.6.9 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.9-he63e28a_0.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.9-h4fd42c2_3.conda hash: - md5: ee1d0219702c1b9fef1fe726d8c42607 - sha256: 365948c17452e3974cccb8d9debca4fce768ba7793420b5766b1b7de6526ce41 - build: he63e28a_0 + md5: c06a837ae2f0c217141c32cb408c8b92 + sha256: dde08312c4db4e2e646e37bf5e3dc96affa0dfa87a3044821f545635cad2b440 + build: h4fd42c2_3 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 3 license: Apache-2.0 license_family: Apache - size: 39565 - timestamp: 1698723617668 + size: 39811 + timestamp: 1704317171219 - platform: win-64 name: aws-c-cal version: 0.6.9 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.9-hde771f8_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.9-hd33547d_3.conda hash: - md5: f7ff23ec97013e737bc7c864c3a17cc6 - sha256: fea5e075ea232c0d5fe447aeb18a3c63fd7d412d8ab1d54b63426b4e11b20952 - build: hde771f8_1 + md5: 7ff12aaa5c6ea3ce95fd51352750bac4 + sha256: fee199d7848f733d44c1b9f2461016055227d0fb487a0c78a6e37ec59ee37609 + build: hd33547d_3 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 3 license: Apache-2.0 license_family: Apache - size: 55317 - timestamp: 1699535911970 + size: 55844 + timestamp: 1704317220954 - platform: linux-64 name: aws-c-common - version: 0.9.5 + version: 0.9.12 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.5-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.12-hd590300_0.conda hash: - md5: 122ea634665516ff5af2f21c816fbe33 - sha256: be392c2287ff96b47425b6e27e06305360f2eefc850b443db4e91313963c6e57 + md5: 7dbb94ffb9df66406f3101625807cac1 + sha256: 22e7c9438f2fe3c46a1747efcaae4ab3a078714ff8992a6ec3c213f50b9d6704 build: hd590300_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 222208 - timestamp: 1698608142340 + size: 225169 + timestamp: 1703907019588 - platform: osx-64 name: aws-c-common - version: 0.9.5 + version: 0.9.12 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.5-h10d778d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.12-h10d778d_0.conda hash: - md5: 86cd033730d619e4c1a4d02c0f362055 - sha256: a3081b4dd057046f89001a6b70a190abd8ea396f46b6224b1dc88727d76c7737 + md5: d04b9a72861e43eb78e0c133056e1655 + sha256: 21171720a36e233246ce9fa602b124b2fb4fffe97b906fa58bf7603d1af93789 build: h10d778d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 206303 - timestamp: 1698608208428 + size: 207873 + timestamp: 1703907140948 - platform: osx-arm64 name: aws-c-common - version: 0.9.5 + version: 0.9.12 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.5-h93a5062_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.12-h93a5062_0.conda hash: - md5: 670b887541c5cee02511e39e29e509ae - sha256: 5c46363060b9cd15a1e45f9c03a7252f8e40c66e594d6696f7f2a1c37c14af54 + md5: afe8c81d8e34a96a124640788296b02e + sha256: 75d963943aefae31ab1a02956a5ee41c0fa347da9550bd1ce57b5cbbea7ea7e6 build: h93a5062_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 201197 - timestamp: 1698608212743 + size: 203635 + timestamp: 1703907168442 - platform: win-64 name: aws-c-common - version: 0.9.8 + version: 0.9.12 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.8-hcfcfb64_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.12-hcfcfb64_0.conda hash: - md5: 35d4a1cd187c1902eb6d344686e66106 - sha256: c0c093f2858eafa77520d83d5bbf94fde277da85c07d3da7fd91df7b1a7fbf87 + md5: de96cbda45ce3a54ad74827e84bc7962 + sha256: ca8994aa4ff6519e67bf4791d1eb7903a1aadceb18df9baa7136c37d0160cbe0 build: hcfcfb64_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 221926 - timestamp: 1699511682549 + size: 221553 + timestamp: 1703907318426 - platform: linux-64 name: aws-c-compression version: 0.2.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h3e65c2a_5.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h572eabf_8.conda hash: - md5: e80b852f5333dd56353beb73f0fecd43 - sha256: d791fe3a0ce361b37e00b7e796a4db13408cddaa31c7991617ca5f5dca213895 - build: h3e65c2a_5 + md5: cc6630010cb1211cc15fb348f7c7eb70 + sha256: 0627434bcee61f94cf35d7719a395d4b7c9967f20bb877f1bd05868013a8a93c + build: h572eabf_8 arch: x86_64 subdir: linux-64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 19086 - timestamp: 1698701411987 + size: 19149 + timestamp: 1704316617325 - platform: osx-64 name: aws-c-compression version: 0.2.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-ha78fcfa_5.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-h45babc2_8.conda hash: - md5: 074f9f22878842c644cd1c7ea57cc6fa - sha256: 7de1d89825d5ddc9143f1d7b6a44e8bf978ce5556f27c48a092b31071ef2495d - build: ha78fcfa_5 + md5: 3b63d41977e0e390e42446372f5f1b03 + sha256: 19d3fb58b89ad3c1a2693ea81f98bca51843c7cdec7afaebc96b5013d73b2a91 + build: h45babc2_8 arch: x86_64 subdir: osx-64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 18097 - timestamp: 1698701646677 + size: 18141 + timestamp: 1704316948957 - platform: osx-arm64 name: aws-c-compression version: 0.2.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-he63e28a_5.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-h4fd42c2_8.conda hash: - md5: 7e6495024259d31bd33a0f43620f238a - sha256: 06f77f7b9a176c7a57683e11b47c022a14bee574b09259675427d0b65c3be604 - build: he63e28a_5 + md5: c9b738b496c34db0d27b42491eb16c23 + sha256: 0500a040f6d2838af312c26fbea6ed2a9cac54d8a74347a9c1964af8f57ff033 + build: h4fd42c2_8 arch: aarch64 subdir: osx-arm64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 18149 - timestamp: 1698701642078 + size: 18250 + timestamp: 1704317081353 - platform: win-64 name: aws-c-compression version: 0.2.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hde771f8_6.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hd33547d_8.conda hash: - md5: 0e05aa2ca94405102e81d9afc0b89567 - sha256: a3fe5734b11a77c5c51b7274f59fa09af33671692aad569c2f23452550536984 - build: hde771f8_6 + md5: 7bfeb421dbad97271758095d204f2008 + sha256: 1c10fa2157a5c7af38688a129460156546cc227daee7d696f9e44e6c32a2f83a + build: hd33547d_8 arch: x86_64 subdir: win-64 - build_number: 6 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 22535 - timestamp: 1699535932006 + size: 22572 + timestamp: 1704317146390 - platform: linux-64 name: aws-c-event-stream - version: 0.3.2 + version: 0.4.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hc1d3383_5.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.1-h97bb272_2.conda hash: - md5: 9064e3f924fe776f23197ac09e178915 - sha256: 754ce138ad461df1ec81cfce817479af10cc3e2514eb265d16b277091fae8af4 - build: hc1d3383_5 + md5: 5a16088be732d54b50c134203f712d24 + sha256: a7cb50ccb2779d2934cae3a4fcc3d032a4525b63a464d6bd23957650381d633e + build: h97bb272_2 arch: x86_64 subdir: linux-64 - build_number: 5 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 53918 - timestamp: 1698738745123 + size: 54060 + timestamp: 1704831731839 - platform: osx-64 name: aws-c-event-stream - version: 0.3.2 + version: 0.4.1 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-h1738cac_5.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.1-h3600a39_2.conda hash: - md5: ce2268bc63d3936eb7520b6b12997ee2 - sha256: 15d0b1bf644a89461efa2f6a206f7c31caa3c605920da1645798379b06b36cfa - build: h1738cac_5 + md5: d15584e342a31e978262627e6fd4063b + sha256: ef306832c033c46ab4b434ebf6e0a53a0f1a5023d6dbd6d31b90c2deea997a6c + build: h3600a39_2 arch: x86_64 subdir: osx-64 - build_number: 5 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 47220 - timestamp: 1698738960192 + size: 46597 + timestamp: 1704832159311 - platform: osx-arm64 name: aws-c-event-stream - version: 0.3.2 + version: 0.4.1 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.2-h1dc1696_5.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.1-he66824e_2.conda hash: - md5: 4455748c072e91880008764d2bc7d5ae - sha256: d72e8eec3dba375236245a05dec61d6424fc891cd166eec04300d4d443157ee2 - build: h1dc1696_5 + md5: 64e84b88c3e9ff59fbd63816877a23d5 + sha256: 7ba075401a7963fd50d9f364053806c4a86e4f51cd8d2f063be875a78306e689 + build: he66824e_2 arch: aarch64 subdir: osx-arm64 - build_number: 5 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 47449 - timestamp: 1698739002903 + size: 47412 + timestamp: 1704832224840 - platform: win-64 name: aws-c-event-stream - version: 0.3.2 + version: 0.4.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-hac16e19_7.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.1-h875930a_2.conda hash: - md5: 74045e6386771b2f64b963a66b289be8 - sha256: bee583f857942237bf15d6117f4b2b11a20fdd0469f06d52db2b61aec8cf5ca8 - build: hac16e19_7 + md5: a52a52512331e06ec6496b8d5a92230b + sha256: 867f701a927b5d4711eed0ae68149fc45854b1ca9f20df87a1a8a3e8deab4c5a + build: h875930a_2 arch: x86_64 subdir: win-64 - build_number: 7 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 54163 - timestamp: 1700652361467 + size: 55105 + timestamp: 1704832205361 - platform: linux-64 name: aws-c-http - version: 0.7.13 + version: 0.8.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-h858fa18_9.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.0-h9129f04_2.conda hash: - md5: efa9ab8629f45e3a4d0e0e7c1f5d16d4 - sha256: 702fe5fb0d5f010d843dcc31af6d85f72e00356ce62ac9be076329440e15088b - build: h858fa18_9 + md5: ec632590307b47ac47d22ebcf91f4043 + sha256: 5929ac8e3118146f9d23a5fdff54e2025501ee20a2cd9d8dd2b0115a60442dce + build: h9129f04_2 arch: x86_64 subdir: linux-64 - build_number: 9 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 193665 - timestamp: 1698808273432 + size: 194710 + timestamp: 1704831283922 - platform: osx-64 name: aws-c-http - version: 0.7.13 + version: 0.8.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-hbc44fbd_9.conda + - aws-c-io >=0.14.0,<0.14.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.0-h19e0e28_2.conda hash: - md5: 0295ca70aaefb33913318ea6cc91c3e0 - sha256: 658ed02d3da9ccafb39cdf5387d74e01c93f3b906a8eb5cd0d58d934ad83b944 - build: hbc44fbd_9 + md5: 0714dff2eee274db27ad65d82b61374d + sha256: f6de21c9ade6ac83b418a5277025b9a0ec55fdcb9c34f8cf3a595122b9b5e43f + build: h19e0e28_2 arch: x86_64 subdir: osx-64 - build_number: 9 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 161965 - timestamp: 1698808587582 + size: 162332 + timestamp: 1704831551750 - platform: osx-arm64 name: aws-c-http - version: 0.7.13 + version: 0.8.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.13-h883952f_9.conda + - aws-c-io >=0.14.0,<0.14.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.0-hd3d28cd_2.conda hash: - md5: 66c46757d1b2915411f621a74bb87328 - sha256: bea86cca478b4428710218189f2613dc51e251f60ca06a1e1da4a44d62ecfeb7 - build: h883952f_9 + md5: bf12b06426420df2055eaa104889bc07 + sha256: 8e80c37e5f2cc84f92634c9c60a4eaa062c2b57dcc1001c5faf711b77318abb8 + build: hd3d28cd_2 arch: aarch64 subdir: osx-arm64 - build_number: 9 + build_number: 2 license: Apache-2.0 license_family: Apache - size: 151153 - timestamp: 1698808529128 + size: 151638 + timestamp: 1704832516933 - platform: win-64 name: aws-c-http - version: 0.7.14 + version: 0.8.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.14-h9b49971_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.0-ha1a3518_2.conda hash: - md5: aa9ca03492fc1145ac0a357c319b71c9 - sha256: 0c9eaf5307b127af6b98da4dbd546887c31b91eba0dfa9edfa93f0008ae9f783 - build: h9b49971_2 + md5: ebae76e0c9ff7b3faa0227eae7e061e5 + sha256: 920362d41e78885a4aca7484b3f2c7ee5c2aa1d35549c3e6348249a359e04208 + build: ha1a3518_2 arch: x86_64 subdir: win-64 build_number: 2 license: Apache-2.0 license_family: Apache - size: 180075 - timestamp: 1700652318174 + size: 180154 + timestamp: 1704831834094 - platform: linux-64 name: aws-c-io - version: 0.13.35 + version: 0.14.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - libgcc-ng >=12 - - s2n >=1.3.56,<1.3.57.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.35-hf90439a_7.conda + - s2n >=1.4.1,<1.4.2.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.0-hf8f278a_1.conda hash: - md5: 53c7db6199c129a61dfb3b8cb32bdc34 - sha256: 2eecf18936cdfe470236d7b1ecd904017336a540f9705c3493e8462e88d51028 - build: hf90439a_7 + md5: 30ebacf5b5fd61294851301887dc7518 + sha256: dd52e17a5be987b384c62574d90ddafbba68fa65b1f1344236b90c50ffed304d + build: hf8f278a_1 arch: x86_64 subdir: linux-64 - build_number: 7 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 156440 - timestamp: 1699362826884 + size: 156922 + timestamp: 1704324380777 - platform: osx-64 name: aws-c-io - version: 0.13.35 + version: 0.14.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.35-ha5bf2a1_7.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.0-h49ca7b5_1.conda hash: - md5: 6136be3da640eb5236c87c7c81d190b3 - sha256: 0966a4263cf8b30cee9265c60b49a59d17f5723b385ae92a7953c24892e5dc9f - build: ha5bf2a1_7 + md5: f276e1df52ac6d261e5fa7e85d8cb02f + sha256: 27d102f01cc662f703ecc7cff9350526587e6fc57347ddc6d3df8db569b2e19b + build: h49ca7b5_1 arch: x86_64 subdir: osx-64 - build_number: 7 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 137623 - timestamp: 1699362970908 + size: 138089 + timestamp: 1704324660243 - platform: osx-arm64 name: aws-c-io - version: 0.13.35 + version: 0.14.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.35-hc042dea_7.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.0-h8daa835_1.conda hash: - md5: 77ba8c6681ba3cbe58d95053bed475ba - sha256: f00571ed7d9ec2592ff8349f2decb54e52b3937a1e27ea4395f8f937ca740e8c - build: hc042dea_7 + md5: c15089f0a5df47a3278232235a6c2d3a + sha256: 026567637cd89f840fdb70550aa2fe5d325ca3cf52b8d66b48e588d3f0cfc2ea + build: h8daa835_1 arch: aarch64 subdir: osx-arm64 - build_number: 7 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 136004 - timestamp: 1699363132815 + size: 136440 + timestamp: 1704324776900 - platform: win-64 name: aws-c-io - version: 0.13.36 + version: 0.14.0 category: main manager: conda dependencies: - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.36-h56d495d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.0-hf372335_1.conda hash: - md5: 51275916cb6df14194161e8fd642b0d0 - sha256: f57a1e3aa00c0b9e9a8fa2dcb1627f0743cafcae735f4b6e76f0470e18a103b1 - build: h56d495d_0 + md5: c66b7cd0d3b75e2b16aaa6f248da035a + sha256: 97faea92d53733ed2fe488bc0800250844a5d4228ed61eb53080f008cb0c2e29 + build: hf372335_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 159105 - timestamp: 1700610707850 + size: 159305 + timestamp: 1704324752355 - platform: linux-64 name: aws-c-mqtt - version: 0.9.8 + version: 0.10.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.8-hd23f6f0_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.1-h2b97f5f_0.conda hash: - md5: aedca538d49a9381a87af7fe3fd5a901 - sha256: 152312e7b4ea690cb04f27721ef34e7d0759d9e15137f7ceaabcc903c40225be - build: hd23f6f0_1 + md5: 4cba7afc0f74a7cce3159c0bceb607c3 + sha256: 8edcb09a2d93c24320f517f837a0e46e98749b72dc7c9d55ce1fa0c4fa5db116 + build: h2b97f5f_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 162204 - timestamp: 1698756089326 + size: 164163 + timestamp: 1704952035148 - platform: osx-64 name: aws-c-mqtt - version: 0.9.8 + version: 0.10.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.8-h6908946_1.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.1-h947eb33_0.conda hash: - md5: 0c65393682cea50cf042879025a4bc31 - sha256: 15e2b762ff970b3ba04ca4e6ac0f0f70c8c60c55e06ee0d2ccd4f1cc6af91c17 - build: h6908946_1 + md5: 572658337a20c3a1e6ecf59f610be930 + sha256: 0f9a6de491c1c61ed1635a2814d6be52f041f2bf393c04a85a1da13ee862c90b + build: h947eb33_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 138680 - timestamp: 1699302952292 + size: 138205 + timestamp: 1704952213032 - platform: osx-arm64 name: aws-c-mqtt - version: 0.9.8 + version: 0.10.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.8-hc220e0c_1.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.1-h59ff425_0.conda hash: - md5: aaa552dd7135e305483655e5fafd482f - sha256: 236fbcf76836637e8ba77f3bfa5d3e7fa49de502c41b420ef42d2fc0acde5217 - build: hc220e0c_1 + md5: aef14e17e37ef7ff95c1deb57cee8a23 + sha256: 2e88ba1370be78b0532870bd1a5cffbc464e31b5d64f5763d2517b5c53753af4 + build: h59ff425_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 117704 - timestamp: 1698756136052 + size: 117799 + timestamp: 1704951841008 - platform: win-64 name: aws-c-mqtt - version: 0.9.10 + version: 0.10.1 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-http >=0.7.14,<0.7.15.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.10-hbf19702_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.1-hda1dad8_0.conda hash: - md5: d1b3eb86ce5a2155b99fd22192161fac - sha256: 1b7bc815955c56a0fbf57b4e8f5467479b7e6bd06462f1501438df2d8e35b784 - build: hbf19702_1 + md5: 74a86d9501c064c275340ce934a8b94e + sha256: bf1cd835d1ac774c16b22980099562baa55fdaa0b805f054f07bc484e3ca7316 + build: hda1dad8_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 158124 - timestamp: 1700665464684 + size: 158491 + timestamp: 1704952481137 - platform: linux-64 name: aws-c-s3 - version: 0.3.22 + version: 0.4.9 category: main manager: conda dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.22-h2de862a_1.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.4.9-hca09fc5_0.conda hash: - md5: 0184241e36cc8af2bbd4ec24914458b1 - sha256: f3114c0f70d0ac0cefd6bf7e21d6f10f24ecf9b8b6dc84bba60b993e6aebebf9 - build: h2de862a_1 + md5: 44f261ca46a671789f59dc305d51afeb + sha256: b10ad88a1b1f7bf8bb999e06b4bb92e87fa9ede81a10492a373d354f4276a77b + build: hca09fc5_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 88307 - timestamp: 1699302223367 + size: 105530 + timestamp: 1704951008173 - platform: osx-64 name: aws-c-s3 - version: 0.3.22 + version: 0.4.9 category: main manager: conda dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.22-hb08bd98_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.4.9-hee0ca28_0.conda hash: - md5: 80640a254eeb5b56573edb85cfe00062 - sha256: dd769cb5c1d5d9b55b7d08f0b72915762f7c2eb1f141c1222b6acd4bf57d0619 - build: hb08bd98_1 + md5: b3d80d5c3ff89a4e04799caf71e8ec41 + sha256: 4d85b122da9250ad318922e09e63f2ed9efb2c394c9c5e38bcdc38a534f6db1a + build: hee0ca28_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 76491 - timestamp: 1699302437165 + size: 91824 + timestamp: 1704952536433 - platform: osx-arm64 name: aws-c-s3 - version: 0.3.22 + version: 0.4.9 category: main manager: conda dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.3.22-hc2675ac_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.4.9-h7f99a2c_0.conda hash: - md5: 9e6f29c7a8cb94a2ba759e180ea12b4c - sha256: 22c31e2206459c81b5505fa709d1836b76d0e402e0a67f1efb8c52be35c35a14 - build: hc2675ac_1 + md5: 912d57a741e590a1f568345088409393 + sha256: 9ce65a457cc2a02e12badb0110615bbb8498c6a33c8b96d98bec9f9aea520172 + build: h7f99a2c_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 75981 - timestamp: 1699302662869 + size: 90889 + timestamp: 1704951269051 - platform: win-64 name: aws-c-s3 - version: 0.4.1 + version: 0.4.9 category: main manager: conda dependencies: - - aws-c-auth >=0.7.7,<0.7.8.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-http >=0.7.14,<0.7.15.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.4.1-h812f6a7_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.4.9-hef93162_0.conda hash: - md5: 1003044046f59d3ca53804f39a086eef - sha256: d2e52e6d7c9d927ef24fc0d68668fc0bb2cba1c43d13fc6cd0a3ea68eec682ab - build: h812f6a7_0 + md5: 823d4901a83a0c573dff98f1ca12a13b + sha256: 509d16210f4b5532c68e64403cc01e2ec0742203d4c878e98dbb03238a5f335e + build: hef93162_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 91002 - timestamp: 1700697246385 + size: 101440 + timestamp: 1704951633740 - platform: linux-64 name: aws-c-sdkutils - version: 0.1.12 + version: 0.1.13 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h3e65c2a_4.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.13-h572eabf_1.conda hash: - md5: 5fcc2df6693583ee38eb075555956392 - sha256: 2041b37443b686aa60ca6b34ae86e54af6458c23e0bbc32de1ea0665eb191789 - build: h3e65c2a_4 + md5: 7c56e8a2c4e8729443217e62e0bf65ba + sha256: eb54d7573f9bbd1d01458203dd83e9c0c94c73be91af9142dd78e1a928be5b7e + build: h572eabf_1 arch: x86_64 subdir: linux-64 - build_number: 4 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 53076 - timestamp: 1698710311053 + size: 53329 + timestamp: 1704305432266 - platform: osx-64 name: aws-c-sdkutils - version: 0.1.12 + version: 0.1.13 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-ha78fcfa_4.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.13-h45babc2_1.conda hash: - md5: e309c5244f3912ac92a0b2313b2d5876 - sha256: 0e417e207f96f3d588c0be748bfaf42ab0d94636cbf17a2fd5051ea7a41cdbf1 - build: ha78fcfa_4 + md5: 4fd7f6b8225feb707d401eb18bfc0b2a + sha256: f780e3d3de1a4111b63ee7fad24046e2618c4086fcbdebca5cb75469fc7abfda + build: h45babc2_1 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 47404 - timestamp: 1698710545856 + size: 47618 + timestamp: 1704305657024 - platform: osx-arm64 name: aws-c-sdkutils - version: 0.1.12 + version: 0.1.13 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.12-he63e28a_4.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.13-h4fd42c2_1.conda hash: - md5: b7fad8d42a716920a4c6cee7d97a6be3 - sha256: 584db23dd2d577445929572c4330863735fb4d27523abd1bc697379bf00fdce5 - build: he63e28a_4 + md5: d45de4f4fd881f65d794f86a4471e370 + sha256: da5567016574499b732dbf276c0840751dafe7efbd61159917ea527c079a8c01 + build: h4fd42c2_1 arch: aarch64 subdir: osx-arm64 - build_number: 4 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 46919 - timestamp: 1698710580834 + size: 46876 + timestamp: 1704305885624 - platform: win-64 name: aws-c-sdkutils - version: 0.1.12 + version: 0.1.13 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-hde771f8_5.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.13-hd33547d_1.conda hash: - md5: 63d2fb4a9fbff5b3fd1bcf958d616533 - sha256: 7c059bfaf81900c86d7e9033efe1d45486db3bbd095729fd431d4a805994bc49 - build: hde771f8_5 + md5: cbb18754a7d5a850cd08f58a65acabc9 + sha256: 61a1bcc39090d2702f24c0220cfd1e4ff5ce195f3ba6fa2c36cdce3246b2ff9b + build: hd33547d_1 arch: x86_64 subdir: win-64 - build_number: 5 + build_number: 1 license: Apache-2.0 license_family: Apache - size: 51783 - timestamp: 1699540935579 + size: 51953 + timestamp: 1704305964425 - platform: linux-64 name: aws-checksums version: 0.1.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h3e65c2a_4.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h572eabf_7.conda hash: - md5: c01f89cb1a7ed2e1f37a72ffede9b870 - sha256: fa7b6bd4557d117c3d8667166c7011e8df8423602eeeb734ec096897b77ec50b - build: h3e65c2a_4 + md5: f7323eedc2685a24661cd6b57d7ed321 + sha256: c29ca126f9dd520cc749e8cb99b07168badb333b4b1b95577bb1788c432fe2d0 + build: h572eabf_7 arch: x86_64 subdir: linux-64 - build_number: 4 + build_number: 7 license: Apache-2.0 license_family: Apache - size: 50231 - timestamp: 1698710226989 + size: 50181 + timestamp: 1704305797364 - platform: osx-64 name: aws-checksums version: 0.1.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-ha78fcfa_4.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-h45babc2_7.conda hash: - md5: 6e6254ef456413dfee737de75fd419bb - sha256: 6c34fe8de60d70ad5cdf19e3a90a68e61f4007b68e6c66eea2ee73dfb7bdce84 - build: ha78fcfa_4 + md5: 356e6abc54e4a2e26027d179ddad29ce + sha256: 9f6e240ce66f3d120b6bc7d6ac9f3625c039a2f0b4132479ccc9798d08200e8f + build: h45babc2_7 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 7 license: Apache-2.0 license_family: Apache - size: 48771 - timestamp: 1698710387219 + size: 48844 + timestamp: 1704306171799 - platform: osx-arm64 name: aws-checksums version: 0.1.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-he63e28a_4.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-h4fd42c2_7.conda hash: - md5: 137e2a6fbd1a9af10327431a058995ea - sha256: 01a7df193c9f5ed33094d228cb58af8bf5975d369c8da2271756fad0914eef7c - build: he63e28a_4 + md5: 22e536282755e9e87ff48c652c9eec7b + sha256: 92a00157c3e3f387d0ba171bcbb6516893ea16fc34c34f535dd74ae38fb3db8e + build: h4fd42c2_7 arch: aarch64 subdir: osx-arm64 - build_number: 4 + build_number: 7 license: Apache-2.0 license_family: Apache - size: 49162 - timestamp: 1698710623741 + size: 49004 + timestamp: 1704306282795 - platform: win-64 name: aws-checksums version: 0.1.17 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hde771f8_5.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hd33547d_7.conda hash: - md5: 0085fd1d337cc977c15c4305164e6301 - sha256: 874eab0a384b371f327a55638260023cdad23857ca736c7f28dd6dcaa173209c - build: hde771f8_5 + md5: 65f9f413f9d90b3e5a34c87ffe358f73 + sha256: f80c0c56140a28c3516b5de36b73d5ded203ecd1b3504f44ff012698f62042f9 + build: hd33547d_7 arch: x86_64 subdir: win-64 - build_number: 5 + build_number: 7 license: Apache-2.0 license_family: Apache - size: 52206 - timestamp: 1699540872454 + size: 52346 + timestamp: 1704306216290 - platform: linux-64 name: aws-crt-cpp - version: 0.24.4 + version: 0.26.0 category: main manager: conda dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-mqtt >=0.10.1,<0.10.2.0a0 + - aws-c-s3 >=0.4.9,<0.4.10.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.24.4-h233f1e4_5.conda + url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.0-h04327c0_8.conda hash: - md5: e6bf4365962e582edf660eec46fe258f - sha256: 7914fda866338c706fa47d072fb69926b661f29d782223dcb6b5a2d9af39f61b - build: h233f1e4_5 + md5: 8d2aeb8c24b47ad3ff87166957b216fd + sha256: 4bdef70ff6362d8a3350b4c4181d078e7b1f654a249d63294e9ab1c5a9ca72c7 + build: h04327c0_8 arch: x86_64 subdir: linux-64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 327048 - timestamp: 1699365362525 + size: 334064 + timestamp: 1704982186302 - platform: osx-64 name: aws-crt-cpp - version: 0.24.4 + version: 0.26.0 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.24.4-hbf586ac_5.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-mqtt >=0.10.1,<0.10.2.0a0 + - aws-c-s3 >=0.4.9,<0.4.10.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.0-he4637c3_8.conda hash: - md5: ab2fd0e70ec56b4840ecf7808ebd82dd - sha256: 1557d50c657ca92566b0e3f96f8c190b5ad23ed0f2e595014921a78384a5a947 - build: hbf586ac_5 + md5: 47d83636ee8f3876199ad1c3bf32a5b3 + sha256: 1eaea1b9e4ce6e39ffbdc9533e5f738d01b88b3219cb6a583d8a270a923abaec + build: he4637c3_8 arch: x86_64 subdir: osx-64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 273749 - timestamp: 1699365695007 + size: 280566 + timestamp: 1704982613343 - platform: osx-arm64 name: aws-crt-cpp - version: 0.24.4 + version: 0.26.0 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-auth >=0.7.5,<0.7.6.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.24.4-hf5813d2_5.conda + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-mqtt >=0.10.1,<0.10.2.0a0 + - aws-c-s3 >=0.4.9,<0.4.10.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.0-hfff802b_8.conda hash: - md5: 43158c0f2a5df7ab04d97b64d17caaae - sha256: f7a9248cbc426456362e84f8ce856d56af39a113a93538cfe6ea20405a5d1f0f - build: hf5813d2_5 + md5: 9f4ebd51ab78bed865f2cea217cc2800 + sha256: a88854f232025c297d3161a43795909d8a00a936cb782780fa2e3fc83ea6d489 + build: hfff802b_8 arch: aarch64 subdir: osx-arm64 - build_number: 5 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 212933 - timestamp: 1699365624178 + size: 217993 + timestamp: 1704982595239 - platform: win-64 name: aws-crt-cpp - version: 0.24.7 + version: 0.26.0 category: main manager: conda dependencies: - - aws-c-auth >=0.7.7,<0.7.8.0a0 + - aws-c-auth >=0.7.11,<0.7.12.0a0 - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.14,<0.7.15.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.9.10,<0.9.11.0a0 - - aws-c-s3 >=0.4.1,<0.4.2.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 + - aws-c-http >=0.8.0,<0.8.1.0a0 + - aws-c-io >=0.14.0,<0.14.1.0a0 + - aws-c-mqtt >=0.10.1,<0.10.2.0a0 + - aws-c-s3 >=0.4.9,<0.4.10.0a0 + - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.24.7-hcde188a_6.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.0-hed7b20b_8.conda hash: - md5: c93afb450802d583f2c248d1ee091f03 - sha256: 9b402ae03c2bd6a6d44af0d3adaf754b70ed19a71988567acdfeba836e40ff02 - build: hcde188a_6 + md5: 31e92428a809c11c1b58b50021052091 + sha256: 5cd3b124744ffbec6280a8db786b88ee6066151624a2c2e2867f5bc6c2d7a617 + build: hed7b20b_8 arch: x86_64 subdir: win-64 - build_number: 6 + build_number: 8 license: Apache-2.0 license_family: Apache - size: 238069 - timestamp: 1700737561505 + size: 242431 + timestamp: 1704982881743 - platform: linux-64 name: aws-sdk-cpp - version: 1.11.182 + version: 1.11.210 category: main manager: conda dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - libcurl >=8.4.0,<9.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.182-h18c0b32_3.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.210-hba3e011_10.conda hash: - md5: 5c28567dddbf926b22fb73e6f37a1a29 - sha256: 9c09c2767d422fa142ab6d0c97cb35548b426ac7ac23b4a9138f5906db2560a4 - build: h18c0b32_3 + md5: a4f975a959587b0e75df8e0f9f2d4347 + sha256: 97b50927c4312ad80f3729669fa8b55195c066710e0af73c818c244df01b7604 + build: hba3e011_10 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 10 license: Apache-2.0 license_family: Apache - size: 3439351 - timestamp: 1699317190727 + size: 3537491 + timestamp: 1704953801860 - platform: osx-64 name: aws-sdk-cpp - version: 1.11.182 + version: 1.11.210 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.182-h6be1521_3.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.210-hf51409f_10.conda hash: - md5: e7e0424826d9efc5ee03b4d576979fd7 - sha256: 644a532d2cd0c8dde1a1f0938810748b4e297b94d3986dcebeff2e450ead41f9 - build: h6be1521_3 + md5: 10d6bd28caf5b216b9042d3fd891fab4 + sha256: fd4ff9b0422d104bde364fb0dc27f85eb64adce03fc866315120493e9409a64a + build: hf51409f_10 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 10 license: Apache-2.0 license_family: Apache - size: 3174868 - timestamp: 1699317809438 + size: 3257844 + timestamp: 1704954438819 - platform: osx-arm64 name: aws-sdk-cpp - version: 1.11.182 + version: 1.11.210 category: main manager: conda dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.182-h7c7ece8_3.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.210-he93ac2d_10.conda hash: - md5: b3634dd48e478dea9284b3edf9d79446 - sha256: 5dd0440108e3ebc150a96d483805950ea9d7141fbbe6fe70ecc9dc1ac4421318 - build: h7c7ece8_3 + md5: 7b36897c51a1a12db6b3a79a3c6e0a80 + sha256: 861ef77ea13a8ca24f115bf7aea446b38ad491977188350cb74df1423a8b7841 + build: he93ac2d_10 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 10 license: Apache-2.0 license_family: Apache - size: 3204702 - timestamp: 1699317673916 + size: 3278036 + timestamp: 1704954424076 - platform: win-64 name: aws-sdk-cpp - version: 1.11.182 + version: 1.11.210 category: main manager: conda dependencies: - - aws-c-common >=0.9.8,<0.9.9.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.7,<0.24.8.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.182-hdff5e81_7.conda + url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.210-h20b5662_10.conda hash: - md5: 6eb707e9a3a7802a47c55b44eb1dd2b4 - sha256: 47cd8e3bbee61ff06c0910cb6f8bfa4b5f25c54bd1f81e50955e2ad0e9beb883 - build: hdff5e81_7 + md5: 7ddadc695cfea67f809439aeacd99d67 + sha256: 9812a530a4ca263140714bc7b96246aac8825e083e7978971d842c8753e1950d + build: h20b5662_10 arch: x86_64 subdir: win-64 - build_number: 7 + build_number: 10 license: Apache-2.0 license_family: Apache - size: 3230084 - timestamp: 1699991465608 + size: 3361937 + timestamp: 1704954844029 +- platform: linux-64 + name: azure-core-cpp + version: 1.10.3 + category: main + manager: conda + dependencies: + - libcurl >=8.3.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.1.3,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.10.3-h91d86a7_0.conda + hash: + md5: db7a05c674efad9c19f8a2ff76e4976c + sha256: e2965b736f80cc66f4a90314592569dd7d87039e791b0e6b88870d32ab3e2901 + build: h91d86a7_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 341714 + timestamp: 1696577398675 +- platform: osx-64 + name: azure-core-cpp + version: 1.11.0 + category: main + manager: conda + dependencies: + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.11.0-hbb1e571_0.conda + hash: + md5: 9589ec84a80f16f763d14d0e9be7af15 + sha256: b3fbb6438ab609ada643a3b1d30e7c0cd394ec5864036b33695b9565ee6e97f8 + build: hbb1e571_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 300692 + timestamp: 1705027275317 +- platform: osx-arm64 + name: azure-core-cpp + version: 1.11.0 + category: main + manager: conda + dependencies: + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.11.0-he231e37_0.conda + hash: + md5: 331d81c4fe103355442a51b1e381a45b + sha256: e016272a05b81da26eb633643c1c9601528771820ebe132eac20029239461168 + build: he231e37_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + size: 291790 + timestamp: 1705027401731 +- platform: win-64 + name: azure-core-cpp + version: 1.11.0 + category: main + manager: conda + dependencies: + - libcurl >=8.5.0,<9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.11.0-h249a519_0.conda + hash: + md5: faab1e6febc48ce9e8a1ca5f34b6225b + sha256: 38b58e5e9e746f58d6c33ec43e9aa3cd5ffce72835c21f1a7fbff7613db2241e + build: h249a519_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 482115 + timestamp: 1705027396062 +- platform: linux-64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.10.0-h00ab1b0_0.conda + hash: + md5: 64eec459779f01803594f5272cdde23c + sha256: ea323e7028590b1877af92b76bc3cda52db5a1d90b8321ec91b9db0689f07fb3 + build: h00ab1b0_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 516715 + timestamp: 1699459739226 +- platform: osx-64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.10.0-he51d815_0.conda + hash: + md5: 49b100390f08fbbf2219b4e220f79983 + sha256: 2b20c7884bebc511a7433802a81b7fc95a9aae957a760779a1699f087ffdf018 + build: he51d815_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 412652 + timestamp: 1699459929554 +- platform: osx-arm64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.10.0-h6aa02a4_0.conda + hash: + md5: a2ae520245fd026fcbfac906c5350834 + sha256: a85bb29ab61207489f91e239b687bb97a2bf22a09c9b0e2cf32dd003f9a4c366 + build: h6aa02a4_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + size: 410237 + timestamp: 1699460022481 +- platform: win-64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.10.0-h91493d7_0.conda + hash: + md5: 67205642c7297f6f9d1e0d192d9a7d8a + sha256: 627842ff2961881a8a98fa6bc34f5d8378e4de9d492e7cf51f2646b285b6e7ad + build: h91493d7_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 950008 + timestamp: 1699460025727 +- platform: linux-64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.1,<2.13.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.5.0-hb858b4b_2.conda + hash: + md5: 19f23b45d1925a9a8f701a3f6f9cce4f + sha256: 68e177ae983d63323b9bd1c1528776bb0e03d5d5aef0addba97aed4537e649a6 + build: hb858b4b_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: MIT + license_family: MIT + size: 131317 + timestamp: 1701393274447 +- platform: osx-64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.1,<2.13.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.5.0-hf4badfb_2.conda + hash: + md5: 277020b2f0245d1d5a0a3bb0e921c069 + sha256: b9336e9cbbf7a26f5cfab7dca2aec8037549efe8c8d6022e07b38f8840bbc608 + build: hf4badfb_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: MIT + license_family: MIT + size: 110038 + timestamp: 1701393612263 +- platform: osx-arm64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.1,<2.13.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.5.0-h607ffeb_2.conda + hash: + md5: 457b5b7cfda7d6bec46e95cbe6554bc5 + sha256: 1c020b792916289eec5b203e6cb301e80d434dc74de3ad9269ffa5b3fb9fa8c3 + build: h607ffeb_2 + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: MIT + license_family: MIT + size: 106495 + timestamp: 1701393783292 +- platform: win-64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.5.0-h91493d7_2.conda + hash: + md5: b90cc625e300c18cbd75a8f7cd880a1b + sha256: cd3550f2181f3b62853af292d4f2639c2d1dee139f3949621173c4699aeb30da + build: h91493d7_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + license: MIT + license_family: MIT + size: 224838 + timestamp: 1701393883816 - platform: linux-64 name: babel version: 2.14.0 @@ -2195,8 +2387,6 @@ package: noarch: python size: 7609750 timestamp: 1702422720584 - purls: - - pkg:pypi/babel - platform: osx-64 name: babel version: 2.14.0 @@ -2219,8 +2409,6 @@ package: noarch: python size: 7609750 timestamp: 1702422720584 - purls: - - pkg:pypi/babel - platform: osx-arm64 name: babel version: 2.14.0 @@ -2243,8 +2431,6 @@ package: noarch: python size: 7609750 timestamp: 1702422720584 - purls: - - pkg:pypi/babel - platform: win-64 name: babel version: 2.14.0 @@ -2267,8 +2453,6 @@ package: noarch: python size: 7609750 timestamp: 1702422720584 - purls: - - pkg:pypi/babel - platform: linux-64 name: beartype version: 0.16.2 @@ -2494,21 +2678,21 @@ package: - packaging >=22.0 - pathspec >=0.9 - platformdirs >=2 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.12.1-py311h267d04e_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.12.1-py312h81bd7bf_0.conda hash: - md5: c4cfd1e85e013c9a0995166897d06b73 - sha256: b4ebb13643a6d77429f24b3fb3985d8e7eebd4804ea59b0834273ba0de451220 - build: py311h267d04e_0 + md5: 2a49927214911226ca1cf914ae6d3a76 + sha256: 7edf3c73bb6131e5d219d053369342f893429211360e65a44ace5bad9ace5445 + build: py312h81bd7bf_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 379989 - timestamp: 1703317897071 + size: 373423 + timestamp: 1703318004930 - platform: win-64 name: black version: 23.12.1 @@ -2606,8 +2790,6 @@ package: noarch: python size: 131220 timestamp: 1696630354218 - purls: - - pkg:pypi/bleach - platform: osx-64 name: bleach version: 6.1.0 @@ -2632,8 +2814,6 @@ package: noarch: python size: 131220 timestamp: 1696630354218 - purls: - - pkg:pypi/bleach - platform: osx-arm64 name: bleach version: 6.1.0 @@ -2658,8 +2838,6 @@ package: noarch: python size: 131220 timestamp: 1696630354218 - purls: - - pkg:pypi/bleach - platform: win-64 name: bleach version: 6.1.0 @@ -2684,8 +2862,6 @@ package: noarch: python size: 131220 timestamp: 1696630354218 - purls: - - pkg:pypi/bleach - platform: linux-64 name: blosc version: 1.21.5 @@ -2898,8 +3074,6 @@ package: noarch: python size: 29178 timestamp: 1699296133785 - purls: - - pkg:pypi/branca - platform: osx-64 name: branca version: 0.7.0 @@ -2921,8 +3095,6 @@ package: noarch: python size: 29178 timestamp: 1699296133785 - purls: - - pkg:pypi/branca - platform: osx-arm64 name: branca version: 0.7.0 @@ -2944,8 +3116,6 @@ package: noarch: python size: 29178 timestamp: 1699296133785 - purls: - - pkg:pypi/branca - platform: win-64 name: branca version: 0.7.0 @@ -2967,8 +3137,6 @@ package: noarch: python size: 29178 timestamp: 1699296133785 - purls: - - pkg:pypi/branca - platform: linux-64 name: brotli version: 1.1.0 @@ -3195,14 +3363,14 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py311ha891d26_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda hash: - md5: 5e802b015e33447d1283d599d21f052b - sha256: 2d78c79ccf2c17236c52ef217a4c34b762eb7908a6903d94439f787aac1c8f4b - build: py311ha891d26_1 + md5: 1bc01b9ffdf42beb1a9fe4e9222e0567 + sha256: 3418b1738243abba99e931c017b952771eeaa1f353c07f7d45b55e83bb74fcb3 + build: py312h9f69965_1 arch: aarch64 subdir: osx-arm64 build_number: 1 @@ -3210,8 +3378,8 @@ package: - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT - size: 343332 - timestamp: 1695991223439 + size: 343435 + timestamp: 1695990731924 - platform: win-64 name: brotli-python version: 1.1.0 @@ -3653,8 +3821,6 @@ package: noarch: python size: 11065 timestamp: 1615209567874 - purls: - - pkg:pypi/cached-property - platform: osx-64 name: cached_property version: 1.5.2 @@ -3675,8 +3841,6 @@ package: noarch: python size: 11065 timestamp: 1615209567874 - purls: - - pkg:pypi/cached-property - platform: osx-arm64 name: cached_property version: 1.5.2 @@ -3697,8 +3861,6 @@ package: noarch: python size: 11065 timestamp: 1615209567874 - purls: - - pkg:pypi/cached-property - platform: win-64 name: cached_property version: 1.5.2 @@ -3719,125 +3881,128 @@ package: noarch: python size: 11065 timestamp: 1615209567874 - purls: - - pkg:pypi/cached-property - platform: linux-64 name: cairo - version: 1.16.0 + version: 1.18.0 category: main manager: conda dependencies: - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libgcc-ng >=12 - - libglib >=2.76.2,<3.0a0 + - libglib >=2.78.0,<3.0a0 - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.40.0,<1.0a0 - - xorg-libice - - xorg-libsm - - xorg-libx11 >=1.8.4,<2.0a0 + - pixman >=0.42.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender + - xorg-libxrender >=0.9.11,<0.10.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-hbbf8b49_1016.conda + url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda hash: - md5: c1dd96500b9b1a75e9e511931f415cbc - sha256: 1fffecc684c26e0f1aed6d9857ad0f2abfe3a849977f718ad82366c68c7a9a36 - build: hbbf8b49_1016 + md5: f907bb958910dc404647326ca80c263e + sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e + build: h3faef2a_0 arch: x86_64 subdir: linux-64 - build_number: 1016 + build_number: 0 license: LGPL-2.1-only or MPL-1.1 - size: 1107996 - timestamp: 1684639348133 + size: 982351 + timestamp: 1697028423052 - platform: osx-64 name: cairo - version: 1.16.0 + version: 1.18.0 category: main manager: conda dependencies: + - __osx >=10.9 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=72.1,<73.0a0 - - libglib >=2.76.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=16.0.6 + - libglib >=2.78.0,<3.0a0 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.40.0,<1.0a0 + - pixman >=0.42.2,<1.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.16.0-h09dd18c_1016.conda + url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h99e66fa_0.conda hash: - md5: 8f188a1368e0d5bcb017493ee83ffaf0 - sha256: d5dec1060a78deb70ddfd89c23ee683699f743fe68f78379dc4834e2553edb37 - build: h09dd18c_1016 + md5: 13f830b1bf46018f7062d1b798d53eca + sha256: f8d1142cf244eadcbc44e8ca2266aa61a05b6cda5571f9b745ba32c7ebbfdfba + build: h99e66fa_0 arch: x86_64 subdir: osx-64 - build_number: 1016 + build_number: 0 license: LGPL-2.1-only or MPL-1.1 - size: 951603 - timestamp: 1684639693371 + size: 885311 + timestamp: 1697028802967 - platform: osx-arm64 name: cairo - version: 1.16.0 + version: 1.18.0 category: main manager: conda dependencies: + - __osx >=10.9 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=72.1,<73.0a0 - - libglib >=2.76.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=16.0.6 + - libglib >=2.78.0,<3.0a0 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.40.0,<1.0a0 + - pixman >=0.42.2,<1.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.16.0-h1e71087_1016.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hd1e100b_0.conda hash: - md5: be77f5630cabe6a116a033f6fd241aa2 - sha256: 318cad8770aa5aa14a5808e1d6b39458e11d2c2411254e795269986467f864ea - build: h1e71087_1016 + md5: 3fa6eebabb77f65e82f86b72b95482db + sha256: 599f8820553b3a3405706d9cad390ac199e24515a0a82c87153c9b5b5fdba3b8 + build: hd1e100b_0 arch: aarch64 subdir: osx-arm64 - build_number: 1016 + build_number: 0 license: LGPL-2.1-only or MPL-1.1 - size: 996907 - timestamp: 1684639742046 + size: 897919 + timestamp: 1697028755150 - platform: win-64 name: cairo - version: 1.16.0 + version: 1.18.0 category: main manager: conda dependencies: - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=72.1,<73.0a0 - - libglib >=2.76.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.78.0,<3.0a0 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.40.0,<1.0a0 + - pixman >=0.42.2,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.16.0-hdecc03f_1016.conda + url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h1fef639_0.conda hash: - md5: d5a082e08ff9a0206ad03ebb0fafdf8d - sha256: a0e37d9fdd4069141889ab78154ed0dcee5417fe8fcd3585a744993660a7adc0 - build: hdecc03f_1016 + md5: b3fe2c6381ec74afe8128e16a11eee02 + sha256: 451e714f065b5dd0c11169058be56b10973dfd7d9a0fccf9c6a05d1e09995730 + build: h1fef639_0 arch: x86_64 subdir: win-64 - build_number: 1016 + build_number: 0 license: LGPL-2.1-only or MPL-1.1 - size: 1608495 - timestamp: 1684639521032 + size: 1520159 + timestamp: 1697029136038 - platform: linux-64 name: ceres-solver - version: 2.1.0 + version: 2.2.0 category: main manager: conda dependencies: @@ -3851,75 +4016,77 @@ package: - libstdcxx-ng >=12 - suitesparse >=5.10.1,<6.0a0 - tbb - url: https://conda.anaconda.org/conda-forge/linux-64/ceres-solver-2.1.0-h2ea6fbf_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ceres-solver-2.2.0-h2ea6fbf_1.conda hash: - md5: d35b8bb324756b7cff6ef139c602ae29 - sha256: 65f9d811f628e98463cee057bf37233b6c6485cb4ce180e7e0ea7b72933a525c - build: h2ea6fbf_2 + md5: ca35c5a031608eb7601fbeff48c9d955 + sha256: e22d4ffc94cc4945d6c31553b2afea62638e7974871cdc6a9ecd231e9dbd7952 + build: h2ea6fbf_1 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 1085913 - timestamp: 1692862843596 + size: 1451791 + timestamp: 1697210551846 - platform: osx-64 name: ceres-solver - version: 2.1.0 + version: 2.2.0 category: main manager: conda dependencies: + - __osx >=10.9 - eigen - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 + - libcxx >=16.0.6 - liblapack >=3.9.0,<4.0a0 - suitesparse >=5.10.1,<6.0a0 - tbb - url: https://conda.anaconda.org/conda-forge/osx-64/ceres-solver-2.1.0-h16f8bff_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ceres-solver-2.2.0-h5cbf65c_1.conda hash: - md5: ac1b2c8925247ae5bd6138407223c3f3 - sha256: 269f8ffa1b5eae7680665b1b2b6f4cbe15834876d1c5598296b2719d60620275 - build: h16f8bff_2 + md5: 10d6ed79ab25c601682df685573b5df4 + sha256: 36b1b4535e1adc5d8583448b6280b32bf10bcc336b682bc5402968f76a860cb8 + build: h5cbf65c_1 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 1102117 - timestamp: 1692863325163 + size: 1378523 + timestamp: 1697211191180 - platform: osx-arm64 name: ceres-solver - version: 2.1.0 + version: 2.2.0 category: main manager: conda dependencies: + - __osx >=10.9 - eigen - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 + - libcxx >=16.0.6 - liblapack >=3.9.0,<4.0a0 - suitesparse >=5.10.1,<6.0a0 - tbb - url: https://conda.anaconda.org/conda-forge/osx-arm64/ceres-solver-2.1.0-hfaa3f39_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ceres-solver-2.2.0-h1a5cec8_1.conda hash: - md5: 2ec55c71d0000126b9c98b7873c85eab - sha256: 69cf5dd971383666bccc64e2b8d5ec9cfd2b9551577c029973c117408b9f429d - build: hfaa3f39_2 + md5: 2d164237d77b5ed7d5260ecefa5cf37b + sha256: 50c6ef6d99fde9c46c3a79c758dd6e0503a595fd450d4d1092179d4174c23fa8 + build: h1a5cec8_1 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 886112 - timestamp: 1692863431630 + size: 1224659 + timestamp: 1697211312687 - platform: win-64 name: ceres-solver - version: 2.1.0 + version: 2.2.0 category: main manager: conda dependencies: @@ -3934,18 +4101,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ceres-solver-2.1.0-h45bfb9c_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/ceres-solver-2.2.0-h45bfb9c_1.conda hash: - md5: 54f04e95bf89fd37255554a2354573b1 - sha256: 5ea4282257457ec3075644aaa7b0baf1dbe43f49e8fbcf2345d83fe82eda6c30 - build: h45bfb9c_2 + md5: 0151ec2fbe0fcf41003f1f7326070143 + sha256: 0c5ce7678e0045ff06962a11821bcd4058163a2bce54848bff1d10197e12070f + build: h45bfb9c_1 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 740817 - timestamp: 1692863770043 + size: 904175 + timestamp: 1697212039454 - platform: linux-64 name: certifi version: 2023.11.17 @@ -4075,21 +4242,21 @@ package: dependencies: - libffi >=3.4,<4.0a0 - pycparser - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py311h4a08483_0.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda hash: - md5: cbdde0484a47b40e6ce2a4e5aaeb48d7 - sha256: 9430416328fe2a28e206e703de771817064c8613a79a6a21fe7107f6a783104c - build: py311h4a08483_0 + md5: 960ecbd65860d3b1de5e30373e1bffb1 + sha256: 1544403cb1a5ca2aeabf0dac86d9ce6066d6fb4363493643b33ffd1b78038d18 + build: py312h8e38eb3_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 292511 - timestamp: 1696002194472 + size: 284245 + timestamp: 1696002181644 - platform: win-64 name: cffi version: 1.16.0 @@ -4134,8 +4301,6 @@ package: noarch: python size: 10788 timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv - platform: osx-64 name: cfgv version: 3.3.1 @@ -4156,8 +4321,6 @@ package: noarch: python size: 10788 timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv - platform: osx-arm64 name: cfgv version: 3.3.1 @@ -4178,8 +4341,6 @@ package: noarch: python size: 10788 timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv - platform: win-64 name: cfgv version: 3.3.1 @@ -4200,98 +4361,97 @@ package: noarch: python size: 10788 timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv - platform: linux-64 name: cfitsio - version: 4.3.0 + version: 4.3.1 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libgcc-ng >=12 - libgfortran-ng - libgfortran5 >=12.3.0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.3.0-hbdc6101_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.3.1-hbdc6101_0.conda hash: - md5: 797554b8b7603011e8677884381fbcc5 - sha256: c74938f1ade9b8f37b9fa8cc98a5b9262b325506f41d7492ad1d00146e0f1d08 + md5: dcea02841b33a9c49f74ca9328de919a + sha256: b91003bff71351a0132c84d69fbb5afcfa90e57d83f76a180c6a5a0289099fb1 build: hbdc6101_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LicenseRef-fitsio - size: 887615 - timestamp: 1690377677271 + size: 875191 + timestamp: 1700704197213 - platform: osx-64 name: cfitsio - version: 4.3.0 + version: 4.3.1 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libgfortran 5.* - - libgfortran5 >=12.2.0 + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.3.0-h66f91ea_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.3.1-h60fb419_0.conda hash: - md5: f540472ad8a8ea2b39a4c6ca14ebc1b5 - sha256: 0246d80ce305609c7e810514d1aa578ef498a1f05fd2dba5fa46ea845e4e57b9 - build: h66f91ea_0 + md5: 03ab895afe3804b527c12193a9612cac + sha256: 5bd157478529ff4d05b8e8654de0580609177252eb11ecf5201b831effeeb2ec + build: h60fb419_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LicenseRef-fitsio - size: 843556 - timestamp: 1690378027019 + size: 804415 + timestamp: 1700704377677 - platform: osx-arm64 name: cfitsio - version: 4.3.0 + version: 4.3.1 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libgfortran 5.* - - libgfortran5 >=12.2.0 - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.3.0-hca87796_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.3.1-h808cd33_0.conda hash: - md5: a5a1019a6405052124e97999a5204a74 - sha256: 5d03f8d484d29f8d3bdd64afe22ed29d75c639834b40382f8a520f96a7af27c4 - build: hca87796_0 + md5: 22b61b2ad129db82da2eee76710f7551 + sha256: 9395bd24ef552ac6063e2d6a6fc57e5c7067a74b8d8ee3f06d8389baffacf016 + build: h808cd33_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LicenseRef-fitsio - size: 786305 - timestamp: 1690378144618 + size: 761043 + timestamp: 1700704372096 - platform: win-64 name: cfitsio - version: 4.3.0 + version: 4.3.1 category: main manager: conda dependencies: - - libcurl >=8.2.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.3.0-h9b0cee5_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.3.1-h9b0cee5_0.conda hash: - md5: a04c557207fa9fc6f663ae1e4768d321 - sha256: b941249b2254939a180922d7639e1517feae71d61bcca86788fb953202e2b103 + md5: eb7f15f7b2160dec9e803a86dcbe1d03 + sha256: 9fb11c689bb4c88e031c931cae23b09880e7a8c17713261844c16f5e88f349f2 build: h9b0cee5_0 arch: x86_64 subdir: win-64 build_number: 0 license: LicenseRef-fitsio - size: 563108 - timestamp: 1690378239344 + size: 563597 + timestamp: 1700704657931 - platform: linux-64 name: chardet version: 5.2.0 @@ -4312,8 +4472,6 @@ package: license_family: GPL size: 264886 timestamp: 1695468797136 - purls: - - pkg:pypi/chardet - platform: osx-64 name: chardet version: 5.2.0 @@ -4334,31 +4492,27 @@ package: license_family: GPL size: 267330 timestamp: 1695468986364 - purls: - - pkg:pypi/chardet - platform: osx-arm64 name: chardet version: 5.2.0 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/chardet-5.2.0-py311h267d04e_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/chardet-5.2.0-py312h81bd7bf_1.conda hash: - md5: 2aa7eb0b906818f900e2075fc244976f - sha256: 69541a0c834baa0b404cb55f8389bb53f8e9d6962055d68285635d6fbc04334c - build: py311h267d04e_1 + md5: ea728c39b7453cb5f7177bc44ee22c73 + sha256: 2451501ec933017ff77c18436884baa90b289420c43ad4bdb4fe60d55e5dcdfd + build: py312h81bd7bf_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: LGPL-2.1-only license_family: GPL - size: 269754 - timestamp: 1695469210623 - purls: - - pkg:pypi/chardet + size: 263585 + timestamp: 1695469015195 - platform: win-64 name: chardet version: 5.2.0 @@ -4379,8 +4533,6 @@ package: license_family: GPL size: 284249 timestamp: 1695469001100 - purls: - - pkg:pypi/chardet - platform: linux-64 name: charset-normalizer version: 3.3.2 @@ -4401,8 +4553,6 @@ package: noarch: python size: 46597 timestamp: 1698833765762 - purls: - - pkg:pypi/charset-normalizer - platform: osx-64 name: charset-normalizer version: 3.3.2 @@ -4423,8 +4573,6 @@ package: noarch: python size: 46597 timestamp: 1698833765762 - purls: - - pkg:pypi/charset-normalizer - platform: osx-arm64 name: charset-normalizer version: 3.3.2 @@ -4445,8 +4593,6 @@ package: noarch: python size: 46597 timestamp: 1698833765762 - purls: - - pkg:pypi/charset-normalizer - platform: win-64 name: charset-normalizer version: 3.3.2 @@ -4467,8 +4613,6 @@ package: noarch: python size: 46597 timestamp: 1698833765762 - purls: - - pkg:pypi/charset-normalizer - platform: linux-64 name: click version: 8.1.7 @@ -4490,8 +4634,6 @@ package: noarch: python size: 84437 timestamp: 1692311973840 - purls: - - pkg:pypi/click - platform: osx-64 name: click version: 8.1.7 @@ -4513,8 +4655,6 @@ package: noarch: python size: 84437 timestamp: 1692311973840 - purls: - - pkg:pypi/click - platform: osx-arm64 name: click version: 8.1.7 @@ -4536,8 +4676,6 @@ package: noarch: python size: 84437 timestamp: 1692311973840 - purls: - - pkg:pypi/click - platform: win-64 name: click version: 8.1.7 @@ -4560,8 +4698,6 @@ package: noarch: python size: 85051 timestamp: 1692312207348 - purls: - - pkg:pypi/click - platform: linux-64 name: click-plugins version: 1.1.1 @@ -4583,8 +4719,6 @@ package: noarch: python size: 8992 timestamp: 1554588104889 - purls: - - pkg:pypi/click-plugins - platform: osx-64 name: click-plugins version: 1.1.1 @@ -4606,8 +4740,6 @@ package: noarch: python size: 8992 timestamp: 1554588104889 - purls: - - pkg:pypi/click-plugins - platform: osx-arm64 name: click-plugins version: 1.1.1 @@ -4629,8 +4761,6 @@ package: noarch: python size: 8992 timestamp: 1554588104889 - purls: - - pkg:pypi/click-plugins - platform: win-64 name: click-plugins version: 1.1.1 @@ -4652,8 +4782,6 @@ package: noarch: python size: 8992 timestamp: 1554588104889 - purls: - - pkg:pypi/click-plugins - platform: linux-64 name: cligj version: 0.7.2 @@ -4675,8 +4803,6 @@ package: noarch: python size: 10255 timestamp: 1633637895378 - purls: - - pkg:pypi/cligj - platform: osx-64 name: cligj version: 0.7.2 @@ -4698,8 +4824,6 @@ package: noarch: python size: 10255 timestamp: 1633637895378 - purls: - - pkg:pypi/cligj - platform: osx-arm64 name: cligj version: 0.7.2 @@ -4721,8 +4845,6 @@ package: noarch: python size: 10255 timestamp: 1633637895378 - purls: - - pkg:pypi/cligj - platform: win-64 name: cligj version: 0.7.2 @@ -4744,8 +4866,6 @@ package: noarch: python size: 10255 timestamp: 1633637895378 - purls: - - pkg:pypi/cligj - platform: linux-64 name: cmarkgfm version: 0.8.0 @@ -4768,8 +4888,6 @@ package: license_family: MIT size: 136524 timestamp: 1695669889658 - purls: - - pkg:pypi/cmarkgfm - platform: osx-64 name: cmarkgfm version: 0.8.0 @@ -4791,8 +4909,6 @@ package: license_family: MIT size: 113116 timestamp: 1695670250339 - purls: - - pkg:pypi/cmarkgfm - platform: osx-arm64 name: cmarkgfm version: 0.8.0 @@ -4800,23 +4916,21 @@ package: manager: conda dependencies: - cffi >=1.0.0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-0.8.0-py311heffc1b2_3.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-0.8.0-py312h02f2b3b_3.conda hash: - md5: 5cb88950ae060fe9220ed27c2d06987d - sha256: d27c4d0cf73cd86551a403fa8363f61bdd270418a348aebbd51f5ca26be0661e - build: py311heffc1b2_3 + md5: ffedee35be7a5015d09e2660a66b89c9 + sha256: 2e95c3797cd2796f32de8408626d63cb1283f2b7b0826021d2e26cc58d9231a0 + build: py312h02f2b3b_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: MIT license_family: MIT - size: 114180 - timestamp: 1695670152127 - purls: - - pkg:pypi/cmarkgfm + size: 113474 + timestamp: 1695670347968 - platform: win-64 name: cmarkgfm version: 0.8.0 @@ -4841,8 +4955,6 @@ package: license_family: MIT size: 120405 timestamp: 1695670523318 - purls: - - pkg:pypi/cmarkgfm - platform: linux-64 name: colorama version: 0.4.6 @@ -4863,8 +4975,6 @@ package: noarch: python size: 25170 timestamp: 1666700778190 - purls: - - pkg:pypi/colorama - platform: osx-64 name: colorama version: 0.4.6 @@ -4885,8 +4995,6 @@ package: noarch: python size: 25170 timestamp: 1666700778190 - purls: - - pkg:pypi/colorama - platform: osx-arm64 name: colorama version: 0.4.6 @@ -4907,8 +5015,6 @@ package: noarch: python size: 25170 timestamp: 1666700778190 - purls: - - pkg:pypi/colorama - platform: win-64 name: colorama version: 0.4.6 @@ -4929,8 +5035,6 @@ package: noarch: python size: 25170 timestamp: 1666700778190 - purls: - - pkg:pypi/colorama - platform: linux-64 name: comm version: 0.2.1 @@ -4952,8 +5056,6 @@ package: noarch: python size: 12198 timestamp: 1704278590206 - purls: - - pkg:pypi/comm - platform: osx-64 name: comm version: 0.2.1 @@ -4975,8 +5077,6 @@ package: noarch: python size: 12198 timestamp: 1704278590206 - purls: - - pkg:pypi/comm - platform: osx-arm64 name: comm version: 0.2.1 @@ -4998,8 +5098,6 @@ package: noarch: python size: 12198 timestamp: 1704278590206 - purls: - - pkg:pypi/comm - platform: win-64 name: comm version: 0.2.1 @@ -5021,8 +5119,6 @@ package: noarch: python size: 12198 timestamp: 1704278590206 - purls: - - pkg:pypi/comm - platform: linux-64 name: contourpy version: 1.2.0 @@ -5046,8 +5142,6 @@ package: license_family: BSD size: 255843 timestamp: 1699041590533 - purls: - - pkg:pypi/contourpy - platform: osx-64 name: contourpy version: 1.2.0 @@ -5071,8 +5165,6 @@ package: license_family: BSD size: 248078 timestamp: 1699042040747 - purls: - - pkg:pypi/contourpy - platform: osx-arm64 name: contourpy version: 1.2.0 @@ -5082,23 +5174,21 @@ package: - __osx >=10.9 - libcxx >=16.0.6 - numpy >=1.20,<2 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.0-py311hd03642b_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.0-py312h76e736e_0.conda hash: - md5: c0fa0bea0af7ecdea23bf983655fa2d0 - sha256: 3ec341c3a33bbb7f60e9a96214e0e08c4ba9e4a553b18104194e7843abbb4ef4 - build: py311hd03642b_0 + md5: 1dadb551925202b61d137da997f99e08 + sha256: 9651380de808917b67ca6d93d1ffa9db5ef0889c6e0ed87379ef0696517b47e3 + build: py312h76e736e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 240223 - timestamp: 1699041881051 - purls: - - pkg:pypi/contourpy + size: 237646 + timestamp: 1699041880921 - platform: win-64 name: contourpy version: 1.2.0 @@ -5123,8 +5213,6 @@ package: license_family: BSD size: 206078 timestamp: 1699042419820 - purls: - - pkg:pypi/contourpy - platform: linux-64 name: coverage version: 7.4.0 @@ -5147,8 +5235,6 @@ package: license_family: APACHE size: 364870 timestamp: 1703727330547 - purls: - - pkg:pypi/coverage - platform: osx-64 name: coverage version: 7.4.0 @@ -5170,32 +5256,28 @@ package: license_family: APACHE size: 363494 timestamp: 1703727528872 - purls: - - pkg:pypi/coverage - platform: osx-arm64 name: coverage version: 7.4.0 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - tomli - url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.4.0-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.4.0-py312he37b823_0.conda hash: - md5: 7a801e12fd286ee7d3be2bf7fb1e029f - sha256: 78c909fcedf2aa360b95e4ea395706557df4adde27ce3b9086f7e2934c26a2b2 - build: py311h05b510d_0 + md5: 51d9b25b512e0cb6a9db9f6c28c694cd + sha256: aef75809d0b51d00cf01e91f0651c27584279468bd00819c316ecdad320d9d00 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 365440 - timestamp: 1703727575915 - purls: - - pkg:pypi/coverage + size: 355577 + timestamp: 1703727615757 - platform: win-64 name: coverage version: 7.4.0 @@ -5220,8 +5302,6 @@ package: license_family: APACHE size: 382380 timestamp: 1703727762345 - purls: - - pkg:pypi/coverage - platform: linux-64 name: cryptography version: 41.0.7 @@ -5247,77 +5327,77 @@ package: timestamp: 1701563449491 - platform: linux-64 name: curl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libcurl 8.4.0 hca28451_0 + - libcurl 8.5.0 hca28451_0 - libgcc-ng >=12 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/curl-8.4.0-hca28451_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/curl-8.5.0-hca28451_0.conda hash: - md5: 2bcf7689cae931dd35d9a45626f49fce - sha256: 373c50b5b668cf39a71d17a42a96144d5efc1e62e7d81c1dd830e2493cefc8cc + md5: e5e83fb15e752dbc8f54c4ac7da7d0f1 + sha256: febf098d6ca901b589d02c58eedcf5cb77d8fa4bfe35a52109f5909980b426db build: hca28451_0 arch: x86_64 subdir: linux-64 build_number: 0 license: curl license_family: MIT - size: 96079 - timestamp: 1697009219480 + size: 94895 + timestamp: 1701860161671 - platform: osx-64 name: curl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libcurl 8.4.0 h726d00d_0 + - libcurl 8.5.0 h726d00d_0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/curl-8.4.0-h726d00d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/curl-8.5.0-h726d00d_0.conda hash: - md5: e1de44cac6e7774dd2c1e074f5d637a9 - sha256: 32cb23c91dd4cd88d3e6c7adb38ea3d1a1e5da79c63a20ec27d3d0924fcf644c + md5: a4440b9488f87d4da98c1a4cb121931a + sha256: f9e59c964945f5526cec0beb98e9983cee40da2a1e189f174af3da25a7c38c09 build: h726d00d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: curl license_family: MIT - size: 153488 - timestamp: 1697009511759 + size: 153998 + timestamp: 1701860657583 - platform: osx-arm64 name: curl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libcurl 8.4.0 h2d989ff_0 + - libcurl 8.5.0 h2d989ff_0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.4.0-h2d989ff_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.5.0-h2d989ff_0.conda hash: - md5: ae975c2ea5334bd8a8ddecb5013a30c6 - sha256: d0fa5d1a7a6d0e9dcf930db1e4a750991244567ea5e09a15a00c163a52113465 + md5: e69501791fc0552a668adf28344bb2b1 + sha256: b74a05b0e0f606e8fe6def4bec62cdcc9ae4c08152e0b298252ae033019432d5 build: h2d989ff_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: curl license_family: MIT - size: 151203 - timestamp: 1697009647995 + size: 151752 + timestamp: 1701860569859 - platform: win-64 name: curl version: 8.5.0 @@ -5363,8 +5443,6 @@ package: noarch: python size: 13458 timestamp: 1696677888423 - purls: - - pkg:pypi/cycler - platform: osx-64 name: cycler version: 0.12.1 @@ -5385,8 +5463,6 @@ package: noarch: python size: 13458 timestamp: 1696677888423 - purls: - - pkg:pypi/cycler - platform: osx-arm64 name: cycler version: 0.12.1 @@ -5407,8 +5483,6 @@ package: noarch: python size: 13458 timestamp: 1696677888423 - purls: - - pkg:pypi/cycler - platform: win-64 name: cycler version: 0.12.1 @@ -5429,8 +5503,6 @@ package: noarch: python size: 13458 timestamp: 1696677888423 - purls: - - pkg:pypi/cycler - platform: linux-64 name: dart-sass version: 1.58.3 @@ -5517,8 +5589,6 @@ package: noarch: python size: 69141 timestamp: 1700259947710 - purls: - - pkg:pypi/datamodel-code-generator - platform: osx-64 name: datamodel-code-generator version: 0.24.2 @@ -5551,8 +5621,6 @@ package: noarch: python size: 69141 timestamp: 1700259947710 - purls: - - pkg:pypi/datamodel-code-generator - platform: osx-arm64 name: datamodel-code-generator version: 0.24.2 @@ -5585,8 +5653,6 @@ package: noarch: python size: 69141 timestamp: 1700259947710 - purls: - - pkg:pypi/datamodel-code-generator - platform: win-64 name: datamodel-code-generator version: 0.24.2 @@ -5619,8 +5685,6 @@ package: noarch: python size: 69141 timestamp: 1700259947710 - purls: - - pkg:pypi/datamodel-code-generator - platform: linux-64 name: dbus version: 1.13.6 @@ -5664,8 +5728,6 @@ package: license_family: MIT size: 3001696 timestamp: 1695534493087 - purls: - - pkg:pypi/debugpy - platform: osx-64 name: debugpy version: 1.8.0 @@ -5687,8 +5749,6 @@ package: license_family: MIT size: 2939392 timestamp: 1695534639423 - purls: - - pkg:pypi/debugpy - platform: osx-arm64 name: debugpy version: 1.8.0 @@ -5696,23 +5756,21 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.0-py311ha891d26_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.0-py312h9f69965_1.conda hash: - md5: 575b875f1e7901213e9a0f44db9deccc - sha256: a7c3b4abf2d3d5256be7e891e76c86dd52e3893e9495d468e3c95e82932b9d7b - build: py311ha891d26_1 + md5: 86aa5172acd2140b7a5134397938dd5a + sha256: d626f7e616ad7082e828fd4991a919d1f26925b5586fbd28baece8a3aa95ae52 + build: py312h9f69965_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 2957693 - timestamp: 1695534717336 - purls: - - pkg:pypi/debugpy + size: 2764216 + timestamp: 1695534715799 - platform: win-64 name: debugpy version: 1.8.0 @@ -5736,8 +5794,6 @@ package: license_family: MIT size: 3870801 timestamp: 1695534773660 - purls: - - pkg:pypi/debugpy - platform: linux-64 name: decorator version: 5.1.1 @@ -5758,8 +5814,6 @@ package: noarch: python size: 12072 timestamp: 1641555714315 - purls: - - pkg:pypi/decorator - platform: osx-64 name: decorator version: 5.1.1 @@ -5780,8 +5834,6 @@ package: noarch: python size: 12072 timestamp: 1641555714315 - purls: - - pkg:pypi/decorator - platform: osx-arm64 name: decorator version: 5.1.1 @@ -5802,8 +5854,6 @@ package: noarch: python size: 12072 timestamp: 1641555714315 - purls: - - pkg:pypi/decorator - platform: win-64 name: decorator version: 5.1.1 @@ -5824,8 +5874,6 @@ package: noarch: python size: 12072 timestamp: 1641555714315 - purls: - - pkg:pypi/decorator - platform: linux-64 name: defusedxml version: 0.7.1 @@ -5846,8 +5894,6 @@ package: noarch: python size: 24062 timestamp: 1615232388757 - purls: - - pkg:pypi/defusedxml - platform: osx-64 name: defusedxml version: 0.7.1 @@ -5868,8 +5914,6 @@ package: noarch: python size: 24062 timestamp: 1615232388757 - purls: - - pkg:pypi/defusedxml - platform: osx-arm64 name: defusedxml version: 0.7.1 @@ -5890,8 +5934,6 @@ package: noarch: python size: 24062 timestamp: 1615232388757 - purls: - - pkg:pypi/defusedxml - platform: win-64 name: defusedxml version: 0.7.1 @@ -5912,8 +5954,6 @@ package: noarch: python size: 24062 timestamp: 1615232388757 - purls: - - pkg:pypi/defusedxml - platform: linux-64 name: deno version: 1.28.2 @@ -6050,8 +6090,6 @@ package: noarch: python size: 274915 timestamp: 1702383349284 - purls: - - pkg:pypi/distlib - platform: osx-64 name: distlib version: 0.3.8 @@ -6072,8 +6110,6 @@ package: noarch: python size: 274915 timestamp: 1702383349284 - purls: - - pkg:pypi/distlib - platform: osx-arm64 name: distlib version: 0.3.8 @@ -6094,8 +6130,6 @@ package: noarch: python size: 274915 timestamp: 1702383349284 - purls: - - pkg:pypi/distlib - platform: win-64 name: distlib version: 0.3.8 @@ -6116,8 +6150,6 @@ package: noarch: python size: 274915 timestamp: 1702383349284 - purls: - - pkg:pypi/distlib - platform: linux-64 name: docutils version: 0.20.1 @@ -6137,8 +6169,6 @@ package: license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 size: 918352 timestamp: 1701882791483 - purls: - - pkg:pypi/docutils - platform: osx-64 name: docutils version: 0.20.1 @@ -6158,30 +6188,26 @@ package: license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 size: 919457 timestamp: 1701883162608 - purls: - - pkg:pypi/docutils - platform: osx-arm64 name: docutils version: 0.20.1 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py311h267d04e_3.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py312h81bd7bf_3.conda hash: - md5: 29944e93a6f38b2e0fd4f6b743558959 - sha256: 21af625c067faa77cd3aa2bfd8ca2449cdacdb1b531da8b4cbb476f4a928fdd9 - build: py311h267d04e_3 + md5: 50ea9a1ab48349f343ca2ae82833bda4 + sha256: e1ad41c6401ab2ada143d6e1dbbe6ae8afbe3e651211bb414b9ae1f0f8c13249 + build: py312h81bd7bf_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - size: 919194 - timestamp: 1701883260630 - purls: - - pkg:pypi/docutils + size: 901757 + timestamp: 1701883118423 - platform: win-64 name: docutils version: 0.20.1 @@ -6201,8 +6227,6 @@ package: license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 size: 973107 timestamp: 1701883312560 - purls: - - pkg:pypi/docutils - platform: linux-64 name: draco version: 1.5.6 @@ -6302,8 +6326,6 @@ package: noarch: python size: 8431 timestamp: 1649618340031 - purls: - - pkg:pypi/editables - platform: osx-64 name: editables version: '0.3' @@ -6324,8 +6346,6 @@ package: noarch: python size: 8431 timestamp: 1649618340031 - purls: - - pkg:pypi/editables - platform: osx-arm64 name: editables version: '0.3' @@ -6346,8 +6366,6 @@ package: noarch: python size: 8431 timestamp: 1649618340031 - purls: - - pkg:pypi/editables - platform: win-64 name: editables version: '0.3' @@ -6368,8 +6386,6 @@ package: noarch: python size: 8431 timestamp: 1649618340031 - purls: - - pkg:pypi/editables - platform: linux-64 name: eigen version: 3.4.0 @@ -6469,8 +6485,6 @@ package: noarch: python size: 9199 timestamp: 1643888357950 - purls: - - pkg:pypi/entrypoints - platform: osx-64 name: entrypoints version: '0.4' @@ -6491,8 +6505,6 @@ package: noarch: python size: 9199 timestamp: 1643888357950 - purls: - - pkg:pypi/entrypoints - platform: osx-arm64 name: entrypoints version: '0.4' @@ -6513,8 +6525,6 @@ package: noarch: python size: 9199 timestamp: 1643888357950 - purls: - - pkg:pypi/entrypoints - platform: win-64 name: entrypoints version: '0.4' @@ -6535,8 +6545,6 @@ package: noarch: python size: 9199 timestamp: 1643888357950 - purls: - - pkg:pypi/entrypoints - platform: linux-64 name: esbuild version: 0.19.2 @@ -6612,8 +6620,6 @@ package: noarch: python size: 20551 timestamp: 1704921321122 - purls: - - pkg:pypi/exceptiongroup - platform: osx-64 name: exceptiongroup version: 1.2.0 @@ -6633,8 +6639,6 @@ package: noarch: python size: 20551 timestamp: 1704921321122 - purls: - - pkg:pypi/exceptiongroup - platform: osx-arm64 name: exceptiongroup version: 1.2.0 @@ -6654,8 +6658,6 @@ package: noarch: python size: 20551 timestamp: 1704921321122 - purls: - - pkg:pypi/exceptiongroup - platform: win-64 name: exceptiongroup version: 1.2.0 @@ -6675,8 +6677,6 @@ package: noarch: python size: 20551 timestamp: 1704921321122 - purls: - - pkg:pypi/exceptiongroup - platform: linux-64 name: execnet version: 2.0.2 @@ -6697,8 +6697,6 @@ package: noarch: python size: 36534 timestamp: 1688933537234 - purls: - - pkg:pypi/execnet - platform: osx-64 name: execnet version: 2.0.2 @@ -6719,8 +6717,6 @@ package: noarch: python size: 36534 timestamp: 1688933537234 - purls: - - pkg:pypi/execnet - platform: osx-arm64 name: execnet version: 2.0.2 @@ -6741,8 +6737,6 @@ package: noarch: python size: 36534 timestamp: 1688933537234 - purls: - - pkg:pypi/execnet - platform: win-64 name: execnet version: 2.0.2 @@ -6763,8 +6757,6 @@ package: noarch: python size: 36534 timestamp: 1688933537234 - purls: - - pkg:pypi/execnet - platform: linux-64 name: executing version: 2.0.1 @@ -6785,8 +6777,6 @@ package: noarch: python size: 27689 timestamp: 1698580072627 - purls: - - pkg:pypi/executing - platform: osx-64 name: executing version: 2.0.1 @@ -6807,8 +6797,6 @@ package: noarch: python size: 27689 timestamp: 1698580072627 - purls: - - pkg:pypi/executing - platform: osx-arm64 name: executing version: 2.0.1 @@ -6829,8 +6817,6 @@ package: noarch: python size: 27689 timestamp: 1698580072627 - purls: - - pkg:pypi/executing - platform: win-64 name: executing version: 2.0.1 @@ -6851,8 +6837,6 @@ package: noarch: python size: 27689 timestamp: 1698580072627 - purls: - - pkg:pypi/executing - platform: linux-64 name: exiv2 version: 0.27.6 @@ -7042,8 +7026,6 @@ package: noarch: python size: 15605 timestamp: 1698715139726 - purls: - - pkg:pypi/filelock - platform: osx-64 name: filelock version: 3.13.1 @@ -7063,8 +7045,6 @@ package: noarch: python size: 15605 timestamp: 1698715139726 - purls: - - pkg:pypi/filelock - platform: osx-arm64 name: filelock version: 3.13.1 @@ -7084,8 +7064,6 @@ package: noarch: python size: 15605 timestamp: 1698715139726 - purls: - - pkg:pypi/filelock - platform: win-64 name: filelock version: 3.13.1 @@ -7105,44 +7083,38 @@ package: noarch: python size: 15605 timestamp: 1698715139726 - purls: - - pkg:pypi/filelock - platform: linux-64 name: fiona version: 1.9.5 category: main manager: conda dependencies: - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - libgcc-ng >=12 - - libgdal >=3.7.2,<3.8.0a0 + - libgdal >=3.8.0,<3.9.0a0 - libstdcxx-ng >=12 - - munch - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - shapely - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.5-py311hbac4ec9_0.conda + - six + url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.5-py311hf8e0aa6_2.conda hash: - md5: 786d3808394b1bdfd3f41f2e2c67279e - sha256: 529600df1964a94c7745b87e31f432ddc03c7b5fd652c193c594c995e1964c6b - build: py311hbac4ec9_0 + md5: 01464abc0630e2285a799a2fa8370a8e + sha256: b01852ee1d8b23276bc69829c3013cbc1fe2004917cf5c5855fe2a22674112d7 + build: py311hf8e0aa6_2 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 988348 - timestamp: 1697078517209 - purls: - - pkg:pypi/fiona + size: 988939 + timestamp: 1702005035463 - platform: osx-64 name: fiona version: 1.9.5 @@ -7150,35 +7122,31 @@ package: manager: conda dependencies: - __osx >=10.9 - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch + - libgdal >=3.8.0,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - shapely - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311hf14a637_0.conda + - six + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311h809632c_2.conda hash: - md5: b0a818c3ad6768567ea7e72ca7a777f7 - sha256: ce1888df0112ab2405e6f30f04a208fab379a9598e7b7c89289fb3bbc5b4950c - build: py311hf14a637_0 + md5: cbe710fd5d800f110896f829c3e73a73 + sha256: a6d7c1d5770ad0ebfb8e4642be9837f923853bc18be1dbf94c92ca36bd814e68 + build: py311h809632c_2 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 871895 - timestamp: 1697078935194 - purls: - - pkg:pypi/fiona + size: 871589 + timestamp: 1702005345517 - platform: osx-arm64 name: fiona version: 1.9.5 @@ -7186,73 +7154,65 @@ package: manager: conda dependencies: - __osx >=10.9 - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - libgdal >=3.8.0,<3.9.0a0 + - numpy >=1.26.2,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - setuptools - shapely - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py311h45231e3_0.conda + - six + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py312hfe67d44_2.conda hash: - md5: 50d570663d8aca587902d0f3642f17ac - sha256: 008993778253638c048f61ed90fded9f3090dd2fbeb5b9c48f5a6a8ac382e4cf - build: py311h45231e3_0 + md5: d292d3f14325d6f081d38361207c4aa6 + sha256: fa610b918358069c00c131e882a1c6288491caf74eedb20b347e3f10001e6c03 + build: py312hfe67d44_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 873617 - timestamp: 1697078901418 - purls: - - pkg:pypi/fiona + size: 854322 + timestamp: 1702005617227 - platform: win-64 name: fiona version: 1.9.5 category: main manager: conda dependencies: - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - - libgdal >=3.7.2,<3.8.0a0 - - munch + - libgdal >=3.8.0,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - shapely - - six >=1.7 + - six - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311h4e4dc46_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311hbcf8545_2.conda hash: - md5: aaed872a9994c6c92cc9c5ffacbf6dc0 - sha256: ef190c4e1db9ecdcff2af1dbfa86ae445a26e5fc2c55e377b80232db4d8b2730 - build: py311h4e4dc46_0 + md5: 8ec693136d8d90b65f5f0d1928d5c2f1 + sha256: 17cb2d229e2a6ff17207316a40eb87772e1f09f227da3f7fea2bb5fc983a0f25 + build: py311hbcf8545_2 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 837890 - timestamp: 1697079199653 - purls: - - pkg:pypi/fiona + size: 840146 + timestamp: 1702006708779 - platform: linux-64 name: folium version: 0.15.1 @@ -7278,8 +7238,6 @@ package: noarch: python size: 71674 timestamp: 1701690090318 - purls: - - pkg:pypi/folium - platform: osx-64 name: folium version: 0.15.1 @@ -7305,8 +7263,6 @@ package: noarch: python size: 71674 timestamp: 1701690090318 - purls: - - pkg:pypi/folium - platform: osx-arm64 name: folium version: 0.15.1 @@ -7332,8 +7288,6 @@ package: noarch: python size: 71674 timestamp: 1701690090318 - purls: - - pkg:pypi/folium - platform: win-64 name: folium version: 0.15.1 @@ -7359,8 +7313,6 @@ package: noarch: python size: 71674 timestamp: 1701690090318 - purls: - - pkg:pypi/folium - platform: linux-64 name: font-ttf-dejavu-sans-mono version: '2.37' @@ -7950,8 +7902,6 @@ package: license_family: MIT size: 2835909 timestamp: 1704980039096 - purls: - - pkg:pypi/fonttools - platform: osx-64 name: fonttools version: 4.47.2 @@ -7974,8 +7924,6 @@ package: license_family: MIT size: 2752704 timestamp: 1704980597009 - purls: - - pkg:pypi/fonttools - platform: osx-arm64 name: fonttools version: 4.47.2 @@ -7984,23 +7932,21 @@ package: dependencies: - brotli - munkres - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.47.2-py311h05b510d_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.47.2-py312he37b823_0.conda hash: - md5: ab42446b6d0b5f5a47b9f047c0e2875f - sha256: 080b6ff8d07465641671ce254b04e254c48cf169558f381dba2482814cec8d49 - build: py311h05b510d_0 + md5: 059babd4480dd912b4ff5192ef01d00e + sha256: c4d52a2f0738f058fbec1c5af0c635af444783bb45a98e67a5b806b099e69440 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 2715277 - timestamp: 1704980490019 - purls: - - pkg:pypi/fonttools + size: 2696488 + timestamp: 1704980384001 - platform: win-64 name: fonttools version: 4.47.2 @@ -8026,8 +7972,6 @@ package: license_family: MIT size: 2414041 timestamp: 1704980707636 - purls: - - pkg:pypi/fonttools - platform: linux-64 name: fqdn version: 1.5.1 @@ -8362,112 +8306,114 @@ package: timestamp: 1673596757510 - platform: linux-64 name: gdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal 3.7.2 h3aa23ec_3 + - libgdal 3.8.1 h4b8bffa_3 - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.7.2-py311h815a124_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.8.1-py311h39b4e0e_3.conda hash: - md5: 748f760b4b3b8319899fbf77ded071e6 - sha256: 2031b4adc0ddf62aaca63e5322febd9e3d4f0c3880bf725c0ada34a63f0d9adb - build: py311h815a124_3 + md5: 2e4843bc8a685e7a23be981c689eeb1d + sha256: c624d680c2676a2d7e85a12b81e5495281d7422ef417ce90c30ea4b882eda290 + build: py311h39b4e0e_3 arch: x86_64 subdir: linux-64 build_number: 3 license: MIT license_family: MIT - size: 1624780 - timestamp: 1695218076163 + size: 1678504 + timestamp: 1702295530636 - platform: osx-64 name: gdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - - libgdal 3.7.2 h00ad6d0_3 - - libxml2 >=2.11.5,<2.12.0a0 + - __osx >=10.9 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16.0.6 + - libgdal 3.8.1 h4d894c1_3 + - libxml2 >=2.12.2,<2.13.0a0 - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.7.2-py311hc436b80_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.8.1-py311h3711aba_3.conda hash: - md5: 9547f8b54c258e5cdf7f15726049b12a - sha256: 9b5a097d8f12c57cf9c59362751ecf05edad227a52e2753808c5740699c9d31d - build: py311hc436b80_3 + md5: 9ee9598797b8bfbdc1dd60d5233d808d + sha256: d82e1d7e8cf9d434ea6d036bde0cada968a110f7952c212abdea2284016bcab1 + build: py311h3711aba_3 arch: x86_64 subdir: osx-64 build_number: 3 license: MIT license_family: MIT - size: 1633540 - timestamp: 1695048289993 + size: 1661822 + timestamp: 1702298376679 - platform: osx-arm64 name: gdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - - libgdal 3.7.2 h1f9bd4d_3 - - libxml2 >=2.11.5,<2.12.0a0 - - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.2,<4.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.7.2-py311h354944d_3.conda + - __osx >=10.9 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16.0.6 + - libgdal 3.8.1 h6929f36_3 + - libxml2 >=2.12.2,<2.13.0a0 + - numpy >=1.26.2,<2.0a0 + - openssl >=3.2.0,<4.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.1-py312h88c7ffa_3.conda hash: - md5: e2bb575eca290556cd61f9a480d734da - sha256: a6a62138d706374607a0398729ddd951cb2ba9af3aa0872fe0be1c1ad46e203e - build: py311h354944d_3 + md5: c2922a50961a7eb737b37cf94edf3604 + sha256: 48443d07709dbd6686d5e937e9df36567327e44d3c483feea1ef00a30a94eadc + build: py312h88c7ffa_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: MIT license_family: MIT - size: 1646767 - timestamp: 1695048230321 + size: 1627819 + timestamp: 1702300280318 - platform: win-64 name: gdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 - - libgdal 3.7.2 hfa9c32d_3 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal 3.8.1 hf69a6b9_3 + - libxml2 >=2.12.2,<2.13.0a0 - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.7.2-py311h9601e46_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.8.1-py311hff9a05f_3.conda hash: - md5: 5635539c782381568bc24d313270d5ff - sha256: 6961c1dd732831dd637cb2df86055f8de96b2cbd6a5361e7a3a372ecd997a9ff - build: py311h9601e46_3 + md5: 1769114193ca9d117a5c54af78c79e08 + sha256: 71365454202485e4d43cc8c1804a225fe81e18c1f3aacad9679eb7b37767e999 + build: py311hff9a05f_3 arch: x86_64 subdir: win-64 build_number: 3 license: MIT license_family: MIT - size: 1599411 - timestamp: 1695048234371 + size: 1648454 + timestamp: 1702303472590 - platform: linux-64 name: genson version: 1.2.2 @@ -8488,8 +8434,6 @@ package: noarch: python size: 20414 timestamp: 1601490140447 - purls: - - pkg:pypi/genson - platform: osx-64 name: genson version: 1.2.2 @@ -8510,8 +8454,6 @@ package: noarch: python size: 20414 timestamp: 1601490140447 - purls: - - pkg:pypi/genson - platform: osx-arm64 name: genson version: 1.2.2 @@ -8532,8 +8474,6 @@ package: noarch: python size: 20414 timestamp: 1601490140447 - purls: - - pkg:pypi/genson - platform: win-64 name: genson version: 1.2.2 @@ -8554,8 +8494,6 @@ package: noarch: python size: 20414 timestamp: 1601490140447 - purls: - - pkg:pypi/genson - platform: linux-64 name: geopandas version: 0.14.2 @@ -8762,79 +8700,81 @@ package: timestamp: 1704439132721 - platform: linux-64 name: geos - version: 3.12.0 + version: 3.12.1 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.0-h59595ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.1-h59595ed_0.conda hash: - md5: 3fdf79ef322c8379ae83be491d805369 - sha256: c80ff0ed71db0d56567ee87df28bc442b596330ac241ab86f488e3139f0e2cae + md5: 8c0f4f71f5a59ceb0c6fa9f51501066d + sha256: 2593b255cb9c4639d6ea261c47aaed1380216a366546f0468e95c36c2afd1c1a build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-only - size: 1731484 - timestamp: 1687938888266 + size: 1736070 + timestamp: 1699778102442 - platform: osx-64 name: geos - version: 3.12.0 + version: 3.12.1 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.0-he965462_0.conda + - __osx >=10.9 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.1-h93d8f39_0.conda hash: - md5: 264a53af0fb378e81b44e45e5ab5aff1 - sha256: e84ff98270717ae49aeba6788476d3569ad33993a46d33d727ee528fb3386a58 - build: he965462_0 + md5: d13f05ed3985f57456b610bab66366db + sha256: 6feffb0d1999a22c5f94d2168b1af9c5fbdd25c9a963a6825ee32cf05e5c07f5 + build: h93d8f39_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LGPL-2.1-only - size: 1484046 - timestamp: 1687940076636 + size: 1462098 + timestamp: 1699778844758 - platform: osx-arm64 name: geos - version: 3.12.0 + version: 3.12.1 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.0-h13dd4ca_0.conda + - __osx >=10.9 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.1-h965bd2d_0.conda hash: - md5: 18eb5904d2561c782e71bfe05b2ad755 - sha256: 8c21acd399d7509f6a7c7b65d5415e9500333a043f44dee063942d724adffc4a - build: h13dd4ca_0 + md5: 0f28efe509ee998b3a09e571191d406a + sha256: 9cabd90e43caf8fe63a80909775f1ac76814f0666bf6fe7ba836d077a6d4dcf3 + build: h965bd2d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-2.1-only - size: 1441490 - timestamp: 1687940009438 + size: 1376991 + timestamp: 1699778806863 - platform: win-64 name: geos - version: 3.12.0 + version: 3.12.1 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.0-h1537add_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.1-h1537add_0.conda hash: - md5: 78119c25e59de33135b673375c6fa126 - sha256: 096c45cb03240ae67ff9e09166110a3bd19a5ab20bf7deea8be55557792b9924 + md5: 02fdccc66ed44a8f9f3731d15f445724 + sha256: d7a6bb89063df38b24843e5b4c99da602333ac4e1c1e39c069f2021827d3c98d build: h1537add_0 arch: x86_64 subdir: win-64 build_number: 0 license: LGPL-2.1-only - size: 1557552 - timestamp: 1687939460054 + size: 1561705 + timestamp: 1699778438983 - platform: linux-64 name: geotiff version: 1.7.1 @@ -8842,24 +8782,24 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hee599c5_13.conda + url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hf074850_14.conda hash: - md5: 8c55dacddd589be64b2bd6a5d4264be6 - sha256: 23e238e396b6ce9761bf0cf3d2ac75d3289e5bee1d34f5d5c3e9f98c6c9aee98 - build: hee599c5_13 + md5: 1d53ee057d8481bd2b4c2c34c8e92aac + sha256: b00958767cb5607bdb3bbcec0b2056b3e48c0f9e34c31ed8ac01c9bd36704dab + build: hf074850_14 arch: x86_64 subdir: linux-64 - build_number: 13 + build_number: 14 license: MIT license_family: MIT - size: 133438 - timestamp: 1694679400052 + size: 133225 + timestamp: 1695943012677 - platform: osx-64 name: geotiff version: 1.7.1 @@ -8867,23 +8807,23 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-hc41fca6_13.conda + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h889ec99_14.conda hash: - md5: 35de4c46f97ca73177b26d28132cfcbf - sha256: 8a99704b5409c17c0a97ba3199aa2b89801be32971b69acf0c8750f0c629daec - build: hc41fca6_13 + md5: c994aeaa43a92403ecc723dba66b3f1f + sha256: 2d6d54763b4cc41a90d7ca810681c44eaff077027a7b6f5df676736fa0299746 + build: h889ec99_14 arch: x86_64 subdir: osx-64 - build_number: 13 + build_number: 14 license: MIT license_family: MIT - size: 117766 - timestamp: 1694679774776 + size: 118139 + timestamp: 1695943158175 - platform: osx-arm64 name: geotiff version: 1.7.1 @@ -8891,30 +8831,30 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h94e20d0_13.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h71398c0_14.conda hash: - md5: 4b1924e9b7abe56f8f65acaf22234568 - sha256: f9d2919558dd3e26afbecb025390a058270c9e5d24ff3ba06aa82b76b51e51ec - build: h94e20d0_13 + md5: f2a5ed847c17df7b45467210f5a7c15d + sha256: 0af388cc45d1813c57ba5f30032b22a8fdf9bc2762bacf4101168009d51d24ce + build: h71398c0_14 arch: aarch64 subdir: osx-arm64 - build_number: 13 + build_number: 14 license: MIT license_family: MIT - size: 118227 - timestamp: 1694679819135 + size: 118458 + timestamp: 1695943465844 - platform: win-64 name: geotiff version: 1.7.1 category: main manager: conda dependencies: - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 @@ -8922,18 +8862,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-h2e186c9_13.conda + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-hcf4a93f_14.conda hash: - md5: 54068dd99d24b046dece7863bc88e732 - sha256: 2582b236013d06ed5db3b2a16ba91f787151e245e8789d52e5d326009951fb33 - build: h2e186c9_13 + md5: ba4fadef391cfecb95ad9dc8617fe481 + sha256: 12f8e01f8cb4dccfbd16af9f88f81aa6ccda8607d98a9eb1f7f305c3f455439f + build: hcf4a93f_14 arch: x86_64 subdir: win-64 - build_number: 13 + build_number: 14 license: MIT license_family: MIT - size: 126196 - timestamp: 1694679804280 + size: 125625 + timestamp: 1695943530332 - platform: linux-64 name: gettext version: 0.21.1 @@ -9141,186 +9081,186 @@ package: timestamp: 1678718059849 - platform: linux-64 name: glib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - glib-tools 2.78.1 hfc55251_0 + - glib-tools 2.78.3 hfc55251_0 - libgcc-ng >=12 - - libglib 2.78.1 hebfc3b9_0 + - libglib 2.78.3 h783c2da_0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - python * - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.78.1-hfc55251_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.78.3-hfc55251_0.conda hash: - md5: 43c633c015a361610ee4db2e95f8a517 - sha256: fc052d470898ce222d1087815f3c16a8d32a3ef1afec06c39b892bea2d4b164a + md5: e08e51acc7d1ae8dbe13255e7b4c64ac + sha256: 5c0630146185d806a4dd8cedd0e1983bc3a4ad8f9c0f1db8ee5fd28011396316 build: hfc55251_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-or-later - size: 488885 - timestamp: 1699278102058 + size: 489536 + timestamp: 1702003193690 - platform: osx-64 name: glib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - glib-tools 2.78.1 hf4d7fad_0 + - glib-tools 2.78.3 hf4d7fad_0 - libcxx >=16.0.6 - - libglib 2.78.1 h6d9ecee_0 + - libglib 2.78.3 h198397b_0 - libzlib >=1.2.13,<1.3.0a0 - python * - url: https://conda.anaconda.org/conda-forge/osx-64/glib-2.78.1-hf4d7fad_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/glib-2.78.3-hf4d7fad_0.conda hash: - md5: 9ec0d72a2fa4e3fdd6d62629fbad7b2b - sha256: 00e5e6808c62fd4377bf7d46777d43a48145418eef26ddbf766258cf35e822e4 + md5: 66a951ef12f9e9d00331b83511a34d1d + sha256: 99276582071aacbd482ba8e86f35ea64b3b9b81055db42081afbc1d620e13b83 build: hf4d7fad_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LGPL-2.1-or-later - size: 488466 - timestamp: 1699278255109 + size: 488601 + timestamp: 1702003422773 - platform: osx-arm64 name: glib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - glib-tools 2.78.1 h9e231a4_0 + - glib-tools 2.78.3 h9e231a4_0 - libcxx >=16.0.6 - - libglib 2.78.1 hd9b11f9_0 + - libglib 2.78.3 hb438215_0 - libzlib >=1.2.13,<1.3.0a0 - python * - url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-2.78.1-h9e231a4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-2.78.3-h9e231a4_0.conda hash: - md5: a5374b9df790390353db4269922ae07d - sha256: 082379a9f4d2dc40b6da735eef75a40b712078c87513f5fd687b8f4b3f21cf4d + md5: afccd23fd84928932e9a215cac1c0b69 + sha256: d30d8d81a5a153a397c5d464e7ebb3c4ed6ff8d49e0e944c0807693b9241ff67 build: h9e231a4_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-2.1-or-later - size: 487806 - timestamp: 1699278267901 + size: 488582 + timestamp: 1702003388910 - platform: win-64 name: glib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - glib-tools 2.78.1 h12be248_0 - - libglib 2.78.1 he8f3873_0 + - glib-tools 2.78.3 h12be248_0 + - libglib 2.78.3 h16e383f_0 - libzlib >=1.2.13,<1.3.0a0 - python * - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/glib-2.78.1-h12be248_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/glib-2.78.3-h12be248_0.conda hash: - md5: 55a9176ace9721d0b89cbf99f78e6b04 - sha256: 841ec811330ff4e1f8c30a993ec536778a7332423c9785af69a2b77568b32056 + md5: a14440f1d004a2ddccd9c1354dbeffdf + sha256: 1d3176b93c17a4cae930441691e18bf2824a235903895dd54c65c641f3da3e64 build: h12be248_0 arch: x86_64 subdir: win-64 build_number: 0 license: LGPL-2.1-or-later - size: 504205 - timestamp: 1699278644577 + size: 506931 + timestamp: 1702003592251 - platform: linux-64 name: glib-tools - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - libgcc-ng >=12 - - libglib 2.78.1 hebfc3b9_0 + - libglib 2.78.3 h783c2da_0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.78.1-hfc55251_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.78.3-hfc55251_0.conda hash: - md5: 5b4fe75a68cbb95350f47bb9a707b53b - sha256: b1514f0372ff4d7bd2d87001c881c7ee7fc9e28e4e8444ff17dbbea60dd8c9a6 + md5: 41d2f46e0ac8372eeb959860713d9b21 + sha256: f7f9ed77beb5d0012a501abc7711f338ab9036f8d1e0259e71e3236bfcae2ad2 build: hfc55251_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-or-later - size: 111722 - timestamp: 1699278057218 + size: 110689 + timestamp: 1702003133163 - platform: osx-64 name: glib-tools - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - libglib 2.78.1 h6d9ecee_0 + - libglib 2.78.3 h198397b_0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.78.1-hf4d7fad_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.78.3-hf4d7fad_0.conda hash: - md5: be4782cc6efc35b7ccbe38fedf33d6d9 - sha256: e76466f767a23ca054b3dcfdab56f0ea4aa1a9e5f8d0c1b6a62826b2144e564e + md5: c424dbfa0ca7fd1405c1c6d543e6762e + sha256: f0f62e9505b92c5349cbf3a7e5069f95eef99a348bb460638429dc9f9c249db0 build: hf4d7fad_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LGPL-2.1-or-later - size: 97019 - timestamp: 1699278177134 + size: 97399 + timestamp: 1702003308254 - platform: osx-arm64 name: glib-tools - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - libglib 2.78.1 hd9b11f9_0 + - libglib 2.78.3 hb438215_0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.78.1-h9e231a4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.78.3-h9e231a4_0.conda hash: - md5: be84d40c3b9d17f553618abffd6150a2 - sha256: 30b0c3604782d547eac292e79c080565cac257f13f47e81aeb78515bbb8aba2f + md5: 3af7028006d041755cfc3669002070ba + sha256: cfeb45f030ab0909242e2a13ef9bf238d0f3f92ef4e8388a98ba79a6287d077f build: h9e231a4_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-2.1-or-later - size: 97736 - timestamp: 1699278208875 + size: 97158 + timestamp: 1702003287146 - platform: win-64 name: glib-tools - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: - - libglib 2.78.1 he8f3873_0 + - libglib 2.78.3 h16e383f_0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.78.1-h12be248_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.78.3-h12be248_0.conda hash: - md5: 7d9280579328b01cddbb1c4e91ca2df1 - sha256: c0b909c886088dac3f2224c8bd555ad0ceddd6835a3724f50dd4977ff4cdd93a + md5: 03c45e65dbac2ba6c247dfd4896b664c + sha256: 70078a3ec46898e857ba90840446b82a3da5cf658c56980c73ba789fd176c09c build: h12be248_0 arch: x86_64 subdir: win-64 build_number: 0 license: LGPL-2.1-or-later - size: 144991 - timestamp: 1699278600098 + size: 144752 + timestamp: 1702003510059 - platform: linux-64 name: glog version: 0.6.0 @@ -9500,8 +9440,6 @@ package: noarch: python size: 418809 timestamp: 1701866604875 - purls: - - pkg:pypi/griffe - platform: osx-64 name: griffe version: 0.38.1 @@ -9523,8 +9461,6 @@ package: noarch: python size: 418809 timestamp: 1701866604875 - purls: - - pkg:pypi/griffe - platform: osx-arm64 name: griffe version: 0.38.1 @@ -9546,8 +9482,6 @@ package: noarch: python size: 418809 timestamp: 1701866604875 - purls: - - pkg:pypi/griffe - platform: win-64 name: griffe version: 0.38.1 @@ -9569,8 +9503,6 @@ package: noarch: python size: 418809 timestamp: 1701866604875 - purls: - - pkg:pypi/griffe - platform: linux-64 name: gsl version: '2.7' @@ -9656,17 +9588,17 @@ package: timestamp: 1626371462874 - platform: linux-64 name: gst-plugins-base - version: 1.22.5 + version: 1.22.8 category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.9,<1.2.10.0a0 + - alsa-lib >=1.2.10,<1.2.11.0a0 - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.5 h98fc4e7_0 + - gstreamer 1.22.8 h98fc4e7_1 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libglib >=2.76.4,<3.0a0 + - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libopus >=1.3.1,<2.0a0 - libpng >=1.6.39,<1.7.0a0 @@ -9674,228 +9606,224 @@ package: - libvorbis >=1.3.7,<1.4.0a0 - libxcb >=1.15,<1.16.0a0 - libzlib >=1.2.13,<1.3.0a0 - - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libx11 >=1.8.7,<2.0a0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.5-hf7dbed1_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.8-h8e1006c_1.conda hash: - md5: ad8e8068208846032d6e9ce73d406cee - sha256: 649f2be8a23d8cd2cba48b41dffbe6fcac700962c0e7b7bbb69a885e094a6d55 - build: hf7dbed1_0 + md5: 3926dab94fe06d88ade0e716d77b8cf8 + sha256: 5d3d3fddd57204976097e01b156f1fa41cfe246a939719d2b72696aa060d1150 + build: h8e1006c_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2708809 - timestamp: 1689895927391 + size: 2707117 + timestamp: 1704608229364 - platform: osx-64 name: gst-plugins-base - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.7 h8954545_0 - - libcxx >=16.0.6 - - libglib >=2.78.1,<3.0a0 + - gstreamer 1.22.8 hf63bbb8_1 + - libcxx >=15 + - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libopus >=1.3.1,<2.0a0 - libpng >=1.6.39,<1.7.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.7-hd283e88_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.8-h3fb38fc_1.conda hash: - md5: 6f0f588e82330893016aa084d3ae74a1 - sha256: b5040c42a813020ef957528b68152593cbcfcbaecceb9ddc39a5eae036bf3634 - build: hd283e88_0 + md5: 14ac59de5f1c79710e6db11d9f826317 + sha256: 38a11873952b0be575341706cfcd5c71b42247a168b8b418bb3d51919e9a0d23 + build: h3fb38fc_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2344107 - timestamp: 1699936383690 + size: 2344402 + timestamp: 1704608551221 - platform: osx-arm64 name: gst-plugins-base - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.7 hd492984_0 - - libcxx >=16.0.6 - - libglib >=2.78.1,<3.0a0 + - gstreamer 1.22.8 h551c6ff_1 + - libcxx >=15 + - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libopus >=1.3.1,<2.0a0 - libpng >=1.6.39,<1.7.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gst-plugins-base-1.22.7-h040e9b9_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gst-plugins-base-1.22.8-h09b4b5e_1.conda hash: - md5: 4513b630afd54796bc14a984a372a74d - sha256: df0a26db2095405bdcb021c1646005aa2e135060f0d5d251281b7f9c53e09a30 - build: h040e9b9_0 + md5: ea0e61ed6e038f7bf1c1a23da70ff273 + sha256: cb5b234345e3f559f7748bade9e8b51b5ae5f39224b392340d1ff42cb699860d + build: h09b4b5e_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1918191 - timestamp: 1699936717895 + size: 1919749 + timestamp: 1704608709710 - platform: win-64 name: gst-plugins-base - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.7 hb4038d2_0 - - libglib >=2.78.1,<3.0a0 + - gstreamer 1.22.8 hb4038d2_1 + - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.7-h001b923_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.8-h001b923_1.conda hash: - md5: e4b56ad6c21e861456f32bfc79b43c4b - sha256: aa9315d943f1f0c224fbebb72ff802701161d3365415c1ebf3758fac1b5ae214 - build: h001b923_0 + md5: abe4d4f0820e367987d2ba73a84cf328 + sha256: 76ca48fefb88699d82ebb01ebfa2f28dee0b52055803f4b2c075b7d58cf83531 + build: h001b923_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2035099 - timestamp: 1699936715537 + size: 2056819 + timestamp: 1704608568666 - platform: linux-64 name: gstreamer - version: 1.22.5 + version: 1.22.8 category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - gettext >=0.21.1,<1.0a0 - - glib >=2.76.4,<3.0a0 + - glib >=2.78.3,<3.0a0 - libgcc-ng >=12 - - libglib >=2.76.4,<3.0a0 + - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.5-h98fc4e7_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.8-h98fc4e7_1.conda hash: - md5: 2f45c1da3828ec2dc44d84b68916e3e7 - sha256: 99b149ed9c77a8bc498fde19870197c230997d10245689536a5c7ae970c6983b - build: h98fc4e7_0 + md5: 1b52a89485ab573a5bb83a5225ff706e + sha256: d9d24c2b67a0ea00fc9bb1afc1d45f32da9d341b81ee2830986aa66456da0e66 + build: h98fc4e7_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1984360 - timestamp: 1689895787200 + size: 1980992 + timestamp: 1704607965412 - platform: osx-64 name: gstreamer - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - glib >=2.78.1,<3.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.1,<3.0a0 + - glib >=2.78.3,<3.0a0 + - libcxx >=15 + - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.7-h8954545_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.8-hf63bbb8_1.conda hash: - md5: 78550579c8a164c2af8c6dd690ad7109 - sha256: 2b0acac438bb96ddc7a34d5fa4f52346837708cee06c858bd78c35d993768a36 - build: h8954545_0 + md5: 2a6b9d29186ccb6ca92334c808e99b15 + sha256: e531a0d53661643fd2e442645867d5cc307a9d0e06ff0fe02ffe477f9b7b238d + build: hf63bbb8_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1783004 - timestamp: 1699936095971 + size: 1785517 + timestamp: 1704608002639 - platform: osx-arm64 name: gstreamer - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - - __osx >=10.9 - gettext >=0.21.1,<1.0a0 - - glib >=2.78.1,<3.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.1,<3.0a0 + - glib >=2.78.3,<3.0a0 + - libcxx >=15 + - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gstreamer-1.22.7-hd492984_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gstreamer-1.22.8-h551c6ff_1.conda hash: - md5: 6a752ab41075c1445f684c2f61dbe38a - sha256: b521bc9a9c1c0057c1636d659cdcd08f185d6ac877c1ff59464cfa36a072ff4b - build: hd492984_0 + md5: 0185b4c4a5eb29f5735c84f95af09fce + sha256: 9db359102672540314d8341c432ce632cd973ce582de56cce3df4ad764cda835 + build: h551c6ff_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1340898 - timestamp: 1699936420240 + size: 1339483 + timestamp: 1704608111153 - platform: win-64 name: gstreamer - version: 1.22.7 + version: 1.22.8 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - glib >=2.78.1,<3.0a0 - - libglib >=2.78.1,<3.0a0 + - glib >=2.78.3,<3.0a0 + - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.7-hb4038d2_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.8-hb4038d2_1.conda hash: - md5: 9b2f6622276ed34d20eb36e6a4ce2f50 - sha256: 5cb018ed96727ca7a7f8e782f0e2603135541dc011c926e1837f4cf536fc2341 - build: hb4038d2_0 + md5: d24ef655de29ac3b1e14aae9cc2eb66b + sha256: 802b22a009d0c8f45dc86de1f7eace313d5fc7e41f852b62d03395a2f1659c79 + build: hb4038d2_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1932223 - timestamp: 1699936472411 + size: 1937873 + timestamp: 1704608156356 - platform: linux-64 name: harfbuzz - version: 7.3.0 + version: 8.3.0 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libgcc-ng >=12 - - libglib >=2.76.2,<3.0a0 + - libglib >=2.78.1,<3.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-7.3.0-hdb3a94d_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.3.0-h3d44ed6_0.conda hash: - md5: 765bc76c0dfaf24ff9d8a2935b2510df - sha256: 9d99416e9d4a01ea0915f65ea7fac71dee11916de115fbd0325c0cb82e0b63f8 - build: hdb3a94d_0 + md5: 5a6f6c00ef982a9bc83558d9ac8f64a0 + sha256: 4b55aea03b18a4084b750eee531ad978d4a3690f63019132c26c6ad26bbe3aed + build: h3d44ed6_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 1438931 - timestamp: 1683684067694 + size: 1547473 + timestamp: 1699925311766 - platform: linux-64 name: hatchling version: 1.21.0 @@ -9923,8 +9851,6 @@ package: noarch: python size: 58703 timestamp: 1702967711898 - purls: - - pkg:pypi/hatchling - platform: osx-64 name: hatchling version: 1.21.0 @@ -9952,8 +9878,6 @@ package: noarch: python size: 58703 timestamp: 1702967711898 - purls: - - pkg:pypi/hatchling - platform: osx-arm64 name: hatchling version: 1.21.0 @@ -9981,8 +9905,6 @@ package: noarch: python size: 58703 timestamp: 1702967711898 - purls: - - pkg:pypi/hatchling - platform: win-64 name: hatchling version: 1.21.0 @@ -10010,8 +9932,6 @@ package: noarch: python size: 58703 timestamp: 1702967711898 - purls: - - pkg:pypi/hatchling - platform: linux-64 name: hdf4 version: 4.2.15 @@ -10019,187 +9939,191 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h501b40f_6.conda + url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda hash: - md5: c3e9338e15d90106f467377017352b97 - sha256: 8ad0e739f106e2937e36a2177d012165bc2173fac0f0b941c5796d85f854f9be - build: h501b40f_6 + md5: bd77f8da987968ec3927990495dc22e4 + sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 + build: h2a13503_7 arch: x86_64 subdir: linux-64 - build_number: 6 + build_number: 7 license: BSD-3-Clause license_family: BSD - size: 757671 - timestamp: 1678292685208 + size: 756742 + timestamp: 1695661547874 - platform: osx-64 name: hdf4 version: 4.2.15 category: main manager: conda dependencies: - - libcxx >=14.0.6 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libcxx >=15.0.7 + - libjpeg-turbo >=3.0.0,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h9804679_6.conda + url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda hash: - md5: c13d8841112ba7f5931d1d60631394f3 - sha256: 74a309f9c885aa2b0acf4adb9a9bf6c6e8869496a6a8a79833a2796940ed0a1c - build: h9804679_6 + md5: 7ce543bf38dbfae0de9af112ee178af2 + sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d + build: h8138101_7 arch: x86_64 subdir: osx-64 - build_number: 6 + build_number: 7 license: BSD-3-Clause license_family: BSD - size: 724520 - timestamp: 1678293107328 + size: 724103 + timestamp: 1695661907511 - platform: osx-arm64 name: hdf4 version: 4.2.15 category: main manager: conda dependencies: - - libcxx >=14.0.6 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libcxx >=15.0.7 + - libjpeg-turbo >=3.0.0,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h8111dcc_6.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda hash: - md5: 24b5b61bc36935865d904d0d6a43a4ae - sha256: d9467c97edcb5b26e8022b55e7a55aa41105d4d932b242314b1f676fa0039ec8 - build: h8111dcc_6 + md5: ff5d749fd711dc7759e127db38005924 + sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 + build: h2ee6834_7 arch: aarch64 subdir: osx-arm64 - build_number: 6 + build_number: 7 license: BSD-3-Clause license_family: BSD - size: 736874 - timestamp: 1678293056334 + size: 762257 + timestamp: 1695661864625 - platform: win-64 name: hdf4 version: 4.2.15 category: main manager: conda dependencies: - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h1334946_6.conda + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda hash: - md5: 5777b72b13771944e15a839dd617c964 - sha256: 7114aa881e88ab0eb314f7612bef704ccf539e04965882e7b74a8c05230415b0 - build: h1334946_6 + md5: 84344a916a73727c1326841007b52ca8 + sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 + build: h5557f11_7 arch: x86_64 subdir: win-64 - build_number: 6 + build_number: 7 license: BSD-3-Clause license_family: BSD - size: 779782 - timestamp: 1678293184582 + size: 779637 + timestamp: 1695662145568 - platform: linux-64 name: hdf5 - version: 1.14.2 + version: 1.14.3 category: main manager: conda dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.4.0,<9.0a0 - libgcc-ng >=12 - libgfortran-ng - libgfortran5 >=12.3.0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.2-nompi_h4f84152_100.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_h4f84152_100.conda hash: - md5: 2de6a9bc8083b49f09b2f6eb28d3ba3c - sha256: f70f18291f912ba019cbb736bb87b6487021154733cd109147a6d9672790b6b8 + md5: d471a5c3abc984b662d9bae3bb7fd8a5 + sha256: b814f8f9598cc6e50127533ec256725183ba69db5fd8cf5443223627f19e3e59 build: nompi_h4f84152_100 arch: x86_64 subdir: linux-64 build_number: 100 license: LicenseRef-HDF5 license_family: BSD - size: 3726636 - timestamp: 1692563074131 + size: 3892189 + timestamp: 1701791599022 - platform: osx-64 name: hdf5 - version: 1.14.2 + version: 1.14.3 category: main manager: conda dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 + - __osx >=10.9 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.4.0,<9.0a0 + - libcxx >=16.0.6 - libgfortran 5.* - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.2-nompi_hedada53_100.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h691f4bf_100.conda hash: - md5: 2b1d4f355b60eb10c5cb435b9f0e664f - sha256: 08ab97d63ab4be60c92d3f5931effc565ae6ee0cd686eba81b9d20daf5f181ff - build: nompi_hedada53_100 + md5: 8e2ac4ae815a8c9743fe37d70f48f075 + sha256: 158dd2ab901659b47e8f7ee0ec1d9e45a1fedc4871391a44a1c8b9e8ba4c9c6b + build: nompi_h691f4bf_100 arch: x86_64 subdir: osx-64 build_number: 100 license: LicenseRef-HDF5 license_family: BSD - size: 3564108 - timestamp: 1692563939275 + size: 3720132 + timestamp: 1701792909005 - platform: osx-arm64 name: hdf5 - version: 1.14.2 + version: 1.14.3 category: main manager: conda dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 + - __osx >=10.9 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.4.0,<9.0a0 + - libcxx >=16.0.6 - libgfortran 5.* - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.2-nompi_h3aba7b3_100.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_h5bb55e9_100.conda hash: - md5: 842c5b010b219058098ebfe5aa5891b9 - sha256: 2749910e21a7d1f88a81dc4709fc3565a4a3954eadb4409e7a5be1fc13a5b7ca - build: nompi_h3aba7b3_100 + md5: 120fefd1da806c4d708ecdfe31263f0c + sha256: 22331a0ac71a4dd1868f05f8197c36815a41a9f2dcfd01b73ff0d87d9e0ea087 + build: nompi_h5bb55e9_100 arch: aarch64 subdir: osx-arm64 build_number: 100 license: LicenseRef-HDF5 license_family: BSD - size: 3408759 - timestamp: 1692562818610 + size: 3454453 + timestamp: 1701791479858 - platform: win-64 name: hdf5 - version: 1.14.2 + version: 1.14.3 category: main manager: conda dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.4.0,<9.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.2-nompi_h73e8ff5_100.conda + url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h73e8ff5_100.conda hash: - md5: 7fc095c23e4519a8df15c09f3671d09a - sha256: 86bab02f1dbc658a15719b27ca5dcd2b50c22905cc2296a31a0ed220dac746f9 + md5: 1e91ce0f3a914b0dab762539c0df4ff1 + sha256: 89bbb2c878e1b6c6073ef5f1f25eac97ed48393541a4a44a7d182da5ede3dc98 build: nompi_h73e8ff5_100 arch: x86_64 subdir: win-64 build_number: 100 license: LicenseRef-HDF5 license_family: BSD - size: 2044096 - timestamp: 1692562772245 + size: 2045774 + timestamp: 1701791365837 - platform: linux-64 name: httplib2 version: 0.22.0 @@ -10221,8 +10145,6 @@ package: noarch: python size: 94812 timestamp: 1679483627678 - purls: - - pkg:pypi/httplib2 - platform: osx-64 name: httplib2 version: 0.22.0 @@ -10244,8 +10166,6 @@ package: noarch: python size: 94812 timestamp: 1679483627678 - purls: - - pkg:pypi/httplib2 - platform: osx-arm64 name: httplib2 version: 0.22.0 @@ -10267,8 +10187,6 @@ package: noarch: python size: 94812 timestamp: 1679483627678 - purls: - - pkg:pypi/httplib2 - platform: win-64 name: httplib2 version: 0.22.0 @@ -10290,85 +10208,83 @@ package: noarch: python size: 94812 timestamp: 1679483627678 - purls: - - pkg:pypi/httplib2 - platform: linux-64 name: icu - version: '72.1' + version: '73.2' category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-72.1-hcb278e6_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda hash: - md5: 7c8d20d847bb45f56bd941578fcfa146 - sha256: e44cc00eec068e7f7a6dd117ba17bf5d57658729b7b841945546f82505138292 - build: hcb278e6_0 + md5: cc47e1facc155f91abd89b11e48e72ff + sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 + build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 11994866 - timestamp: 1679314345076 + size: 12089150 + timestamp: 1692900650789 - platform: osx-64 name: icu - version: '72.1' + version: '73.2' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/icu-72.1-h7336db1_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda hash: - md5: c9689510a50a4bb2ae978421671a125e - sha256: 3813b724fa741c63bf15698a716a9b9f4243a469cb658cdd47a1a9a602aa579e - build: h7336db1_0 + md5: 5cc301d759ec03f28328428e28f65591 + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + build: hf5e326d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 11631741 - timestamp: 1679314814805 + size: 11787527 + timestamp: 1692901622519 - platform: osx-arm64 name: icu - version: '72.1' + version: '73.2' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-72.1-he12128b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda hash: - md5: d1a11dfc54168a07856dbf87f393ca82 - sha256: 997835c56e899f4717b6707ab0734c27e7cdd8c735c952334314a7c9d59808e1 - build: he12128b_0 + md5: 8521bd47c0e11c5902535bb1a17c565f + sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 + build: hc8870d7_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 11700891 - timestamp: 1679315525149 + size: 11997841 + timestamp: 1692902104771 - platform: win-64 name: icu - version: '72.1' + version: '73.2' category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/icu-72.1-h63175ca_0.conda + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda hash: - md5: a108731562663d787066bd17c9595114 - sha256: 06ceff1f021f4a540a6b5c8a037b79b3d98757b1f9659a4b08ad352912b8ef2e + md5: 0f47d9e3192d9e09ae300da0d28e0f56 + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c build: h63175ca_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 13209837 - timestamp: 1679314799856 + size: 13422193 + timestamp: 1692901469029 - platform: linux-64 name: identify version: 2.5.33 @@ -10473,8 +10389,6 @@ package: noarch: python size: 50124 timestamp: 1701027126206 - purls: - - pkg:pypi/idna - platform: osx-64 name: idna version: '3.6' @@ -10495,8 +10409,6 @@ package: noarch: python size: 50124 timestamp: 1701027126206 - purls: - - pkg:pypi/idna - platform: osx-arm64 name: idna version: '3.6' @@ -10517,8 +10429,6 @@ package: noarch: python size: 50124 timestamp: 1701027126206 - purls: - - pkg:pypi/idna - platform: win-64 name: idna version: '3.6' @@ -10539,8 +10449,6 @@ package: noarch: python size: 50124 timestamp: 1701027126206 - purls: - - pkg:pypi/idna - platform: linux-64 name: importlib-metadata version: 7.0.1 @@ -10812,8 +10720,6 @@ package: noarch: python size: 29951 timestamp: 1699364734111 - purls: - - pkg:pypi/importlib-resources - platform: osx-64 name: importlib_resources version: 6.1.1 @@ -10837,8 +10743,6 @@ package: noarch: python size: 29951 timestamp: 1699364734111 - purls: - - pkg:pypi/importlib-resources - platform: osx-arm64 name: importlib_resources version: 6.1.1 @@ -10862,8 +10766,6 @@ package: noarch: python size: 29951 timestamp: 1699364734111 - purls: - - pkg:pypi/importlib-resources - platform: win-64 name: importlib_resources version: 6.1.1 @@ -10887,8 +10789,6 @@ package: noarch: python size: 29951 timestamp: 1699364734111 - purls: - - pkg:pypi/importlib-resources - platform: linux-64 name: inflect version: 5.6.2 @@ -10910,8 +10810,6 @@ package: noarch: python size: 36112 timestamp: 1657910314055 - purls: - - pkg:pypi/inflect - platform: osx-64 name: inflect version: 5.6.2 @@ -10933,8 +10831,6 @@ package: noarch: python size: 36112 timestamp: 1657910314055 - purls: - - pkg:pypi/inflect - platform: osx-arm64 name: inflect version: 5.6.2 @@ -10956,8 +10852,6 @@ package: noarch: python size: 36112 timestamp: 1657910314055 - purls: - - pkg:pypi/inflect - platform: win-64 name: inflect version: 5.6.2 @@ -10979,8 +10873,6 @@ package: noarch: python size: 36112 timestamp: 1657910314055 - purls: - - pkg:pypi/inflect - platform: linux-64 name: iniconfig version: 2.0.0 @@ -11001,8 +10893,6 @@ package: noarch: python size: 11101 timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig - platform: osx-64 name: iniconfig version: 2.0.0 @@ -11023,8 +10913,6 @@ package: noarch: python size: 11101 timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig - platform: osx-arm64 name: iniconfig version: 2.0.0 @@ -11045,8 +10933,6 @@ package: noarch: python size: 11101 timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig - platform: win-64 name: iniconfig version: 2.0.0 @@ -11067,8 +10953,6 @@ package: noarch: python size: 11101 timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig - platform: win-64 name: intel-openmp version: 2024.0.0 @@ -11120,8 +11004,6 @@ package: noarch: python size: 116021 timestamp: 1703631907512 - purls: - - pkg:pypi/ipykernel - platform: osx-64 name: ipykernel version: 6.28.0 @@ -11156,8 +11038,6 @@ package: noarch: python size: 116327 timestamp: 1703632075278 - purls: - - pkg:pypi/ipykernel - platform: osx-arm64 name: ipykernel version: 6.28.0 @@ -11192,8 +11072,6 @@ package: noarch: python size: 116327 timestamp: 1703632075278 - purls: - - pkg:pypi/ipykernel - platform: win-64 name: ipykernel version: 6.28.0 @@ -11227,8 +11105,6 @@ package: noarch: python size: 116749 timestamp: 1703632228905 - purls: - - pkg:pypi/ipykernel - platform: linux-64 name: ipython version: 8.20.0 @@ -11261,8 +11137,6 @@ package: noarch: python size: 591018 timestamp: 1704719019020 - purls: - - pkg:pypi/ipython - platform: osx-64 name: ipython version: 8.20.0 @@ -11295,8 +11169,6 @@ package: noarch: python size: 591018 timestamp: 1704719019020 - purls: - - pkg:pypi/ipython - platform: osx-arm64 name: ipython version: 8.20.0 @@ -11329,8 +11201,6 @@ package: noarch: python size: 591018 timestamp: 1704719019020 - purls: - - pkg:pypi/ipython - platform: win-64 name: ipython version: 8.20.0 @@ -11363,8 +11233,6 @@ package: noarch: python size: 590823 timestamp: 1704719354431 - purls: - - pkg:pypi/ipython - platform: linux-64 name: isoduration version: 20.11.0 @@ -11470,8 +11338,6 @@ package: noarch: python size: 73783 timestamp: 1702518633821 - purls: - - pkg:pypi/isort - platform: osx-64 name: isort version: 5.13.2 @@ -11493,8 +11359,6 @@ package: noarch: python size: 73783 timestamp: 1702518633821 - purls: - - pkg:pypi/isort - platform: osx-arm64 name: isort version: 5.13.2 @@ -11516,8 +11380,6 @@ package: noarch: python size: 73783 timestamp: 1702518633821 - purls: - - pkg:pypi/isort - platform: win-64 name: isort version: 5.13.2 @@ -11539,8 +11401,6 @@ package: noarch: python size: 73783 timestamp: 1702518633821 - purls: - - pkg:pypi/isort - platform: linux-64 name: jaraco.classes version: 3.3.0 @@ -11562,8 +11422,6 @@ package: noarch: python size: 11288 timestamp: 1689112573324 - purls: - - pkg:pypi/jaraco-classes - platform: osx-64 name: jaraco.classes version: 3.3.0 @@ -11585,8 +11443,6 @@ package: noarch: python size: 11288 timestamp: 1689112573324 - purls: - - pkg:pypi/jaraco-classes - platform: osx-arm64 name: jaraco.classes version: 3.3.0 @@ -11608,8 +11464,6 @@ package: noarch: python size: 11288 timestamp: 1689112573324 - purls: - - pkg:pypi/jaraco-classes - platform: win-64 name: jaraco.classes version: 3.3.0 @@ -11631,8 +11485,6 @@ package: noarch: python size: 11288 timestamp: 1689112573324 - purls: - - pkg:pypi/jaraco-classes - platform: linux-64 name: jedi version: 0.19.1 @@ -11654,8 +11506,6 @@ package: noarch: python size: 841312 timestamp: 1696326218364 - purls: - - pkg:pypi/jedi - platform: osx-64 name: jedi version: 0.19.1 @@ -11677,8 +11527,6 @@ package: noarch: python size: 841312 timestamp: 1696326218364 - purls: - - pkg:pypi/jedi - platform: osx-arm64 name: jedi version: 0.19.1 @@ -11700,8 +11548,6 @@ package: noarch: python size: 841312 timestamp: 1696326218364 - purls: - - pkg:pypi/jedi - platform: win-64 name: jedi version: 0.19.1 @@ -11723,8 +11569,6 @@ package: noarch: python size: 841312 timestamp: 1696326218364 - purls: - - pkg:pypi/jedi - platform: linux-64 name: jeepney version: 0.8.0 @@ -11745,8 +11589,6 @@ package: noarch: python size: 36895 timestamp: 1649085298891 - purls: - - pkg:pypi/jeepney - platform: linux-64 name: jinja2 version: 3.1.3 @@ -11764,11 +11606,10 @@ package: subdir: linux-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 111589 timestamp: 1704967140287 - purls: - - pkg:pypi/jinja2 - platform: osx-64 name: jinja2 version: 3.1.3 @@ -11786,11 +11627,10 @@ package: subdir: osx-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 111589 timestamp: 1704967140287 - purls: - - pkg:pypi/jinja2 - platform: osx-arm64 name: jinja2 version: 3.1.3 @@ -11808,11 +11648,10 @@ package: subdir: osx-arm64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 111589 timestamp: 1704967140287 - purls: - - pkg:pypi/jinja2 - platform: win-64 name: jinja2 version: 3.1.3 @@ -11830,11 +11669,10 @@ package: subdir: win-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 111589 timestamp: 1704967140287 - purls: - - pkg:pypi/jinja2 - platform: linux-64 name: joblib version: 1.3.2 @@ -11994,8 +11832,6 @@ package: noarch: python size: 25003 timestamp: 1688248468479 - purls: - - pkg:pypi/json5 - platform: osx-64 name: json5 version: 0.9.14 @@ -12016,8 +11852,6 @@ package: noarch: python size: 25003 timestamp: 1688248468479 - purls: - - pkg:pypi/json5 - platform: osx-arm64 name: json5 version: 0.9.14 @@ -12038,8 +11872,6 @@ package: noarch: python size: 25003 timestamp: 1688248468479 - purls: - - pkg:pypi/json5 - platform: win-64 name: json5 version: 0.9.14 @@ -12060,8 +11892,6 @@ package: noarch: python size: 25003 timestamp: 1688248468479 - purls: - - pkg:pypi/json5 - platform: linux-64 name: jsonpointer version: '2.4' @@ -12082,8 +11912,6 @@ package: license_family: BSD size: 18389 timestamp: 1695397377176 - purls: - - pkg:pypi/jsonpointer - platform: osx-64 name: jsonpointer version: '2.4' @@ -12104,31 +11932,27 @@ package: license_family: BSD size: 18557 timestamp: 1695397765266 - purls: - - pkg:pypi/jsonpointer - platform: osx-arm64 name: jsonpointer version: '2.4' category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jsonpointer-2.4-py311h267d04e_3.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jsonpointer-2.4-py312h81bd7bf_3.conda hash: - md5: b6008a5b9180e58a235f5e45432dfe2e - sha256: 807d6c44f3e34139bfd25db4409381a6ce37fad2902c58f10fa7e1c30a64333d - build: py311h267d04e_3 + md5: 327361b24f5348cab04ad9b1f74e831d + sha256: 6cb2d17da9083e05f5ead7902a5cd6ec9567cd3da972c65c03f090515c9fa176 + build: py312h81bd7bf_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: BSD-3-Clause license_family: BSD - size: 18841 - timestamp: 1695397944650 - purls: - - pkg:pypi/jsonpointer + size: 18542 + timestamp: 1695397720755 - platform: win-64 name: jsonpointer version: '2.4' @@ -12149,8 +11973,6 @@ package: license_family: BSD size: 34654 timestamp: 1695397742357 - purls: - - pkg:pypi/jsonpointer - platform: linux-64 name: jsonschema version: 4.20.0 @@ -12277,8 +12099,6 @@ package: noarch: python size: 16431 timestamp: 1703778502971 - purls: - - pkg:pypi/jsonschema-specifications - platform: osx-64 name: jsonschema-specifications version: 2023.12.1 @@ -12301,8 +12121,6 @@ package: noarch: python size: 16431 timestamp: 1703778502971 - purls: - - pkg:pypi/jsonschema-specifications - platform: osx-arm64 name: jsonschema-specifications version: 2023.12.1 @@ -12325,8 +12143,6 @@ package: noarch: python size: 16431 timestamp: 1703778502971 - purls: - - pkg:pypi/jsonschema-specifications - platform: win-64 name: jsonschema-specifications version: 2023.12.1 @@ -12349,8 +12165,6 @@ package: noarch: python size: 16431 timestamp: 1703778502971 - purls: - - pkg:pypi/jsonschema-specifications - platform: linux-64 name: jsonschema-with-format-nongpl version: 4.20.0 @@ -12657,8 +12471,6 @@ package: noarch: python size: 105838 timestamp: 1699284056169 - purls: - - pkg:pypi/jupyter-client - platform: osx-64 name: jupyter_client version: 8.6.0 @@ -12685,8 +12497,6 @@ package: noarch: python size: 105838 timestamp: 1699284056169 - purls: - - pkg:pypi/jupyter-client - platform: osx-arm64 name: jupyter_client version: 8.6.0 @@ -12713,8 +12523,6 @@ package: noarch: python size: 105838 timestamp: 1699284056169 - purls: - - pkg:pypi/jupyter-client - platform: win-64 name: jupyter_client version: 8.6.0 @@ -12741,8 +12549,6 @@ package: noarch: python size: 105838 timestamp: 1699284056169 - purls: - - pkg:pypi/jupyter-client - platform: linux-64 name: jupyter_core version: 5.7.1 @@ -12794,22 +12600,22 @@ package: manager: conda dependencies: - platformdirs >=2.5 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.1-py311h267d04e_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.1-py312h81bd7bf_0.conda hash: - md5: f6aab68724a56fbc7c68ee792e684c0a - sha256: 8f533d11b726d5c7a65a2d83ee2a2c5fcf0a09d8db56dd08b43287fc16570e3f - build: py311h267d04e_0 + md5: 64dc06b5c9b1ff20ad9afcf00f588cfc + sha256: 56e3b3527364b8065a178112c146f07a59106eefe0a73f6cfaac38ea0f93eec8 + build: py312h81bd7bf_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 95028 - timestamp: 1704727720116 + size: 92987 + timestamp: 1704727587406 - platform: win-64 name: jupyter_core version: 5.7.1 @@ -12979,8 +12785,6 @@ package: noarch: python size: 320608 timestamp: 1704986996386 - purls: - - pkg:pypi/jupyter-server - platform: osx-64 name: jupyter_server version: 2.12.4 @@ -13019,8 +12823,6 @@ package: noarch: python size: 320608 timestamp: 1704986996386 - purls: - - pkg:pypi/jupyter-server - platform: osx-arm64 name: jupyter_server version: 2.12.4 @@ -13059,8 +12861,6 @@ package: noarch: python size: 320608 timestamp: 1704986996386 - purls: - - pkg:pypi/jupyter-server - platform: win-64 name: jupyter_server version: 2.12.4 @@ -13099,8 +12899,6 @@ package: noarch: python size: 320608 timestamp: 1704986996386 - purls: - - pkg:pypi/jupyter-server - platform: linux-64 name: jupyter_server_terminals version: 0.5.1 @@ -13122,8 +12920,6 @@ package: noarch: python size: 19704 timestamp: 1703611253700 - purls: - - pkg:pypi/jupyter-server-terminals - platform: osx-64 name: jupyter_server_terminals version: 0.5.1 @@ -13145,8 +12941,6 @@ package: noarch: python size: 19704 timestamp: 1703611253700 - purls: - - pkg:pypi/jupyter-server-terminals - platform: osx-arm64 name: jupyter_server_terminals version: 0.5.1 @@ -13168,8 +12962,6 @@ package: noarch: python size: 19704 timestamp: 1703611253700 - purls: - - pkg:pypi/jupyter-server-terminals - platform: win-64 name: jupyter_server_terminals version: 0.5.1 @@ -13191,8 +12983,6 @@ package: noarch: python size: 19704 timestamp: 1703611253700 - purls: - - pkg:pypi/jupyter-server-terminals - platform: linux-64 name: jupyterlab version: 4.0.10 @@ -13227,8 +13017,6 @@ package: noarch: python size: 5516592 timestamp: 1703881575801 - purls: - - pkg:pypi/jupyterlab - platform: osx-64 name: jupyterlab version: 4.0.10 @@ -13263,8 +13051,6 @@ package: noarch: python size: 5516592 timestamp: 1703881575801 - purls: - - pkg:pypi/jupyterlab - platform: osx-arm64 name: jupyterlab version: 4.0.10 @@ -13299,8 +13085,6 @@ package: noarch: python size: 5516592 timestamp: 1703881575801 - purls: - - pkg:pypi/jupyterlab - platform: win-64 name: jupyterlab version: 4.0.10 @@ -13335,8 +13119,6 @@ package: noarch: python size: 5516592 timestamp: 1703881575801 - purls: - - pkg:pypi/jupyterlab - platform: linux-64 name: jupyterlab_pygments version: 0.3.0 @@ -13358,8 +13140,6 @@ package: noarch: python size: 18651 timestamp: 1700744201155 - purls: - - pkg:pypi/jupyterlab-pygments - platform: osx-64 name: jupyterlab_pygments version: 0.3.0 @@ -13381,8 +13161,6 @@ package: noarch: python size: 18651 timestamp: 1700744201155 - purls: - - pkg:pypi/jupyterlab-pygments - platform: osx-arm64 name: jupyterlab_pygments version: 0.3.0 @@ -13404,8 +13182,6 @@ package: noarch: python size: 18651 timestamp: 1700744201155 - purls: - - pkg:pypi/jupyterlab-pygments - platform: win-64 name: jupyterlab_pygments version: 0.3.0 @@ -13427,8 +13203,6 @@ package: noarch: python size: 18651 timestamp: 1700744201155 - purls: - - pkg:pypi/jupyterlab-pygments - platform: linux-64 name: jupyterlab_server version: 2.25.2 @@ -13551,87 +13325,87 @@ package: timestamp: 1700310989409 - platform: linux-64 name: kealib - version: 1.5.2 + version: 1.5.3 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.2-hcd42e92_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-h2f55d51_0.conda hash: - md5: b04c039f0bd511533a0d8bc8a7b6835e - sha256: 1278aaba7bfd9a143a58a2d5e13296702b6bd77f7b43f6ecace555a55579bdad - build: hcd42e92_1 + md5: f7e7077802927590efc8bf7328208f12 + sha256: ee0934ff426d3cab015055808bed33eb9d20f635ec14bc421c596f4b70927102 + build: h2f55d51_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 170496 - timestamp: 1696011266380 + size: 172990 + timestamp: 1703115976887 - platform: osx-64 name: kealib - version: 1.5.2 + version: 1.5.3 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.2-h052fcf7_1.conda + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-h5f07ac3_0.conda hash: - md5: 346aec056b5619302c4aa538fbee4bdf - sha256: b3982fad0bcbe07a8129d93b1977f3a8a26ea96aa5aae7ee1395917a2cac2db2 - build: h052fcf7_1 + md5: 7a0924f6214e4c17b6062b21d1240253 + sha256: 54a847faf2d2aea83c149d98634646edb8e7f346faefc6af1aa52106200b43aa + build: h5f07ac3_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 150105 - timestamp: 1696011567365 + size: 149513 + timestamp: 1703116284587 - platform: osx-arm64 name: kealib - version: 1.5.2 + version: 1.5.3 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.2-h47b5e36_1.conda + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h210d843_0.conda hash: - md5: 88abe34211296bbc0ba1871fd2b13962 - sha256: 93e9b03cd9035766c43e5f7f851fc07a4f68b79fd48c1306280f17093a8ae746 - build: h47b5e36_1 + md5: 0153b4907333b9005f48d19584e4153e + sha256: f9bae19e49eda17d32b1ca6cabe501e09b00ba10f6d061fc8a14086a8455710e + build: h210d843_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 142226 - timestamp: 1696011534810 + size: 139228 + timestamp: 1703116483044 - platform: win-64 name: kealib - version: 1.5.2 + version: 1.5.3 category: main manager: conda dependencies: - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.2-ha10e780_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-hd248416_0.conda hash: - md5: b6e313824859a2408b77a0a3811a6311 - sha256: 1c7ee8618ca79a0738b42df539407ca4ecb16a704cc48312c3b337bcc97ec346 - build: ha10e780_1 + md5: b65b0092dade29117f6e87c8d11a2394 + sha256: 833a9f8acc1982a174267f8cd12d161cbafc42fdaeb7beb075975977b5ee56f5 + build: hd248416_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 133341 - timestamp: 1696011596185 + size: 133421 + timestamp: 1703116732437 - platform: linux-64 name: keyring version: 24.3.0 @@ -13656,8 +13430,6 @@ package: license_family: MIT size: 77400 timestamp: 1699923975834 - purls: - - pkg:pypi/keyring - platform: osx-64 name: keyring version: 24.3.0 @@ -13680,33 +13452,28 @@ package: license_family: MIT size: 78460 timestamp: 1699924265903 - purls: - - pkg:pypi/keyring - platform: osx-arm64 name: keyring version: 24.3.0 category: main manager: conda dependencies: - - importlib_metadata >=4.11.4 - jaraco.classes - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py311h267d04e_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py312h81bd7bf_0.conda hash: - md5: 3ef01ab147d3d43bb0990eba7a1fcaec - sha256: f7791c4a77253a2278eaa3dad298f578af5af4f5e8e69e46c6dca23259dd949a - build: py311h267d04e_0 + md5: 3a6735f11d9604cbafd0ab1c3e9ac77e + sha256: 6d7fd6cb2310674f0736ee6ddd5f752663df92db9e9e0bfd43fa4bb06c6a2b7b + build: py312h81bd7bf_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 78964 - timestamp: 1699924228781 - purls: - - pkg:pypi/keyring + size: 77030 + timestamp: 1699924369964 - platform: win-64 name: keyring version: 24.3.0 @@ -13730,8 +13497,6 @@ package: license_family: MIT size: 94691 timestamp: 1699924273245 - purls: - - pkg:pypi/keyring - platform: linux-64 name: keyutils version: 1.6.1 @@ -13829,8 +13594,6 @@ package: license_family: BSD size: 73273 timestamp: 1695380140676 - purls: - - pkg:pypi/kiwisolver - platform: osx-64 name: kiwisolver version: 1.4.5 @@ -13852,8 +13615,6 @@ package: license_family: BSD size: 60694 timestamp: 1695380246398 - purls: - - pkg:pypi/kiwisolver - platform: osx-arm64 name: kiwisolver version: 1.4.5 @@ -13861,23 +13622,21 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py311he4fd1f5_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py312h389731b_1.conda hash: - md5: 4c871d65040b8c7bbb914df7f8f11492 - sha256: 907af50734789d47b3e8b2148dde763699dc746c64e5849baf6bd720c8cd0235 - build: py311he4fd1f5_1 + md5: 77eeca70c1c4f4187d6b199015c99ee5 + sha256: ee1a2189dc405f59c27ee1f061076d8761684c0fcd38cccc215630d8debf9f85 + build: py312h389731b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: BSD-3-Clause license_family: BSD - size: 61946 - timestamp: 1695380538042 - purls: - - pkg:pypi/kiwisolver + size: 61747 + timestamp: 1695380538266 - platform: win-64 name: kiwisolver version: 1.4.5 @@ -13901,8 +13660,6 @@ package: license_family: BSD size: 55822 timestamp: 1695380386563 - purls: - - pkg:pypi/kiwisolver - platform: linux-64 name: krb5 version: 1.21.2 @@ -14093,88 +13850,88 @@ package: timestamp: 1692821355170 - platform: linux-64 name: lcms2 - version: '2.15' + version: '2.16' category: main manager: conda dependencies: - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-h7f713cb_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda hash: - md5: 9ab79924a3760f85a799f21bc99bd655 - sha256: 9125833b3019bf29c4a20295665e7bc912de581086a53693f10709fae409a3b2 - build: h7f713cb_2 + md5: 51bb7010fc86f70eee639b4bb7a894f5 + sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 + build: hb7c19ff_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: MIT license_family: MIT - size: 240620 - timestamp: 1694650174930 + size: 245247 + timestamp: 1701647787198 - platform: osx-64 name: lcms2 - version: '2.15' + version: '2.16' category: main manager: conda dependencies: - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-ha53face_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda hash: - md5: 7f749b473f39182e83b1dc6e7caee26a - sha256: 547515a3209a9dfc902b9e01bbdef1e21ea363fcb1be644d37693bc68a8f7dc6 - build: ha53face_2 + md5: 1442db8f03517834843666c422238c9b + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + build: ha2f27b4_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: MIT license_family: MIT - size: 225438 - timestamp: 1694650540411 + size: 224432 + timestamp: 1701648089496 - platform: osx-arm64 name: lcms2 - version: '2.15' + version: '2.16' category: main manager: conda dependencies: - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.15-h40e5a24_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda hash: - md5: 2b76d6ec2c8dc68a59e97e254a864bea - sha256: a610eb84277a177eb38bac55660c6a5d1e5ba1e144f534b495b6b1437542bf39 - build: h40e5a24_2 + md5: 66f6c134e76fe13cce8a9ea5814b5dd5 + sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 + build: ha0e7c42_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: MIT license_family: MIT - size: 214301 - timestamp: 1694650584485 + size: 211959 + timestamp: 1701647962657 - platform: win-64 name: lcms2 - version: '2.15' + version: '2.16' category: main manager: conda dependencies: - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-he9d350c_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda hash: - md5: c09e28411768ba590c7f4d729dd4e3eb - sha256: 78630759c1ee298611a34f70fd721b315d72932eabbcd1a7d45b985bf43987d2 - build: he9d350c_2 + md5: d3592435917b62a8becff3a60db674f6 + sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 + build: h67d730c_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: MIT license_family: MIT - size: 498034 - timestamp: 1694650655672 + size: 507632 + timestamp: 1701648249706 - platform: linux-64 name: ld_impl_linux-64 version: '2.40' @@ -14452,25 +14209,25 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.2-h039dbb9_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.2-h2aa1ff5_1.conda hash: - md5: 611d6c83d1130ea60c916531adfb11db - sha256: b82b9f4a1515877ea65416bf7fd9cc77cae77d7b5977eada2b999ee525a0d5c9 - build: h039dbb9_0 + md5: 3bf887827d1968275978361a6e405e4f + sha256: 340ed0bb02fe26a2b2e29cedf6559e2999b820f434e745c108e788d629ae4b17 + build: h2aa1ff5_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 865908 - timestamp: 1694542531202 + size: 866168 + timestamp: 1701994227275 - platform: osx-64 name: libarchive version: 3.7.2 @@ -14479,25 +14236,25 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.2-h0b5dc4a_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.2-hd35d340_1.conda hash: - md5: 0f8458c98eaf403501e7e699d93594e7 - sha256: 77669122d52073078d55310cf21fdfc35c283243cd47a064d6dbab38d8e6ab02 - build: h0b5dc4a_0 + md5: 8c7b79b20a67287a87b39df8a8c8dcc4 + sha256: f458515a49c56e117e05fe607493b7683a7bf06d2a625b59e378dbbf7f308895 + build: hd35d340_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 752960 - timestamp: 1694542990941 + size: 745686 + timestamp: 1701994485309 - platform: osx-arm64 name: libarchive version: 3.7.2 @@ -14506,25 +14263,25 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.2-h82b9b87_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.2-hcacb583_1.conda hash: - md5: da6ec82a0e07f738afee1c4279778b30 - sha256: d8f2a19466f11ca9d6e1bf6a82cf84a5eb60dcf55d93fa2fbf47a503b953e348 - build: h82b9b87_0 + md5: 1c8c447ce71bf5f769674b621142a73a + sha256: 307dd9984deccab782a834022a708ba070950d3d0f3b370ce9331ad1db013576 + build: hcacb583_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 826900 - timestamp: 1694543052074 + size: 783812 + timestamp: 1701994487530 - platform: win-64 name: libarchive version: 3.7.2 @@ -14532,38 +14289,37 @@ package: manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.2-h6f8411a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.2-h313118b_1.conda hash: - md5: ef46bb4b1613b308b957a25407ff6f5b - sha256: b1d05d7318901605b5833cbd8a440772cc2328335523e22f04d5c1c378121adc - build: h6f8411a_0 + md5: 4b84938cdb30e9cc2dc413208e917e11 + sha256: 8dd608299e8bc56e0337c6653028e552fea8b952af10fbcc2f4008274add11a1 + build: h313118b_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 953689 - timestamp: 1694543279363 + size: 964623 + timestamp: 1701994828221 - platform: linux-64 name: libarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - bzip2 >=1.0.8,<2.0a0 - - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 @@ -14571,173 +14327,724 @@ package: - libbrotlienc >=1.1.0,<1.2.0a0 - libgcc-ng >=12 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.4,<4.0a0 - - orc >=1.9.0,<1.9.1.0a0 + - orc >=1.9.2,<1.9.3.0a0 - re2 - snappy >=1.1.10,<2.0a0 - - ucx >=1.15.0,<1.16.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-10.0.1-hecbb4c5_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h84dd17c_2_cpu.conda hash: - md5: b5479b5c53c44fd2c924dc1b393d6c54 - sha256: 106822679a3f76d60b36741b7e377547ead7adaceb8c144f692a48c16c375c5f - build: hecbb4c5_50_cpu + md5: 571e88947e7cadb42bfacb517c346662 + sha256: 3490212354a8dc8960eeaa8de43cb85356c5318fd49a243a7108818e09aca982 + build: h84dd17c_2_cpu arch: x86_64 subdir: linux-64 - build_number: 50 + build_number: 2 constrains: - parquet-cpp <0.0a0 + - arrow-cpp <0.0a0 - apache-arrow-proc =*=cpu - - arrow-cpp =10.0.1 license: Apache-2.0 license_family: APACHE - size: 27265549 - timestamp: 1698343574909 + size: 22721490 + timestamp: 1704354970709 - platform: osx-64 name: libarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - __osx >=10.13 - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - bzip2 >=1.0.8,<2.0a0 - - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14.0.6 + - libcxx >=14 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - - libthrift >=0.19.0,<0.19.1.0a0 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.4,<4.0a0 - - orc >=1.9.0,<1.9.1.0a0 + - orc >=1.9.2,<1.9.3.0a0 - re2 - snappy >=1.1.10,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-10.0.1-h99c5134_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-h1aaacd4_2_cpu.conda hash: - md5: f1c548c758e5ea66f064cdd0a71453ed - sha256: c3d859372a1174957f144aa3b9261d99e27e75e33f934aa0901661a753bf822d - build: h99c5134_50_cpu + md5: ab5d6d9fc2f3304d99bbe6e50059a4f0 + sha256: 13fde6b9ca0357272c9710a438a769a18921490051e2dbcc815853d0c17a2a1c + build: h1aaacd4_2_cpu arch: x86_64 subdir: osx-64 - build_number: 50 + build_number: 2 constrains: - - arrow-cpp =10.0.1 - parquet-cpp <0.0a0 - apache-arrow-proc =*=cpu + - arrow-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 19403362 - timestamp: 1698344177760 + size: 15783377 + timestamp: 1704355600914 - platform: osx-arm64 name: libarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - aws-crt-cpp >=0.24.4,<0.24.5.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - bzip2 >=1.0.8,<2.0a0 - - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14.0.6 + - libcxx >=14 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - - libthrift >=0.19.0,<0.19.1.0a0 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.4,<4.0a0 - - orc >=1.9.0,<1.9.1.0a0 + - orc >=1.9.2,<1.9.3.0a0 - re2 - snappy >=1.1.10,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-10.0.1-h8276777_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h4ce3932_2_cpu.conda hash: - md5: 58d967e1c7d76e3dda613dd14e6eb644 - sha256: f24caa6f0c9cf209be6eec530265576f5c7e0265caca9959ff1df7cc5cc9ebbe - build: h8276777_50_cpu + md5: d61d4cee3c195a5f574b3ade7a85ef94 + sha256: 6c176a5ece3c72c0c1b7d7be5cc0f0a8dc637e634c936730a6d744e564fb75cb + build: h4ce3932_2_cpu arch: aarch64 subdir: osx-arm64 - build_number: 50 + build_number: 2 constrains: - - parquet-cpp <0.0a0 - - arrow-cpp =10.0.1 - apache-arrow-proc =*=cpu + - arrow-cpp <0.0a0 + - parquet-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 16945399 - timestamp: 1698344384688 + size: 14634457 + timestamp: 1704355766916 - platform: win-64 name: libarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 + - aws-crt-cpp >=0.26.0,<0.26.1.0a0 + - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 + - libcurl >=8.5.0,<9.0a0 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - - libthrift >=0.19.0,<0.19.1.0a0 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.4,<4.0a0 - - orc >=1.9.0,<1.9.1.0a0 + - openssl >=3.2.0,<4.0a0 + - orc >=1.9.2,<1.9.3.0a0 - re2 - snappy >=1.1.10,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-10.0.1-hd2d01ff_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-he5f67d5_2_cpu.conda hash: - md5: b60e5b6a8def8b51d8822743c112fe95 - sha256: 37db84b253d730942be81705ac648c6c6cbef48386703f850da05f6e09cc435a - build: hd2d01ff_50_cpu + md5: 4deff1889c1047ab2920e63ce527e840 + sha256: 12f7d520b023579cf9229ed4e20206254212f6faead301077c1204e4a2ccf879 + build: he5f67d5_2_cpu arch: x86_64 subdir: win-64 - build_number: 50 + build_number: 2 constrains: - parquet-cpp <0.0a0 - apache-arrow-proc =*=cpu - - arrow-cpp =10.0.1 + - arrow-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 15971089 - timestamp: 1698343937840 + size: 5000205 + timestamp: 1704355416005 +- platform: linux-64 + name: libarrow-acero + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libgcc-ng >=12 + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_2_cpu.conda + hash: + md5: 4b00f12f1f3c7350a0345aa9c18798d6 + sha256: 4b847de73614a65edd892250ccd6e617d44fe88c2f56f10dfa0370b5c84120a7 + build: h59595ed_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 576913 + timestamp: 1704355059610 +- platform: osx-64 + name: libarrow-acero + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h1aaacd4_2_cpu + - libcxx >=14 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_2_cpu.conda + hash: + md5: 4e2fc03720088ab54db18aa84fbb75fe + sha256: dea3527b02eaf5eede8c94d3eb10d16c08f413aa61c574a941579e1a9b0a5a59 + build: h000cb23_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 511952 + timestamp: 1704355744885 +- platform: osx-arm64 + name: libarrow-acero + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libcxx >=14 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h13dd4ca_2_cpu.conda + hash: + md5: b4b1760597af9889cd2f5311b0c34e7f + sha256: 93784ab7aec5fe72a96bb028868037fc95ee0f72a43c5cdcdc98b31b3f6b3ef6 + build: h13dd4ca_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 494126 + timestamp: 1704355933680 +- platform: win-64 + name: libarrow-acero + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 he5f67d5_2_cpu + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h63175ca_2_cpu.conda + hash: + md5: e3425ace09ee0422e654638f21fb2a9e + sha256: 46e4fda9f254981875138e4dd42624806081886b62b15216c7977a5edeff79bf + build: h63175ca_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 430004 + timestamp: 1704355525077 +- platform: linux-64 + name: libarrow-dataset + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libarrow-acero 14.0.2 h59595ed_2_cpu + - libgcc-ng >=12 + - libparquet 14.0.2 h352af49_2_cpu + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_2_cpu.conda + hash: + md5: 5561fbdff1a630b3768fcbcd1307bcc2 + sha256: edd010a1edcd73dc0b1e9b0fed1bd42f2e4252e0390a7f5432ae796fc39f2144 + build: h59595ed_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 582023 + timestamp: 1704355222590 +- platform: osx-64 + name: libarrow-dataset + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h1aaacd4_2_cpu + - libarrow-acero 14.0.2 h000cb23_2_cpu + - libcxx >=14 + - libparquet 14.0.2 h381d950_2_cpu + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_2_cpu.conda + hash: + md5: 912e66fb84d6979da1d37535691b0a1b + sha256: 9c7773e8068d8230bc1a7af3bca60fd23ab69b0ee58bd1327e5ea7a4349f9b5c + build: h000cb23_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 511562 + timestamp: 1704356220922 +- platform: osx-arm64 + name: libarrow-dataset + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libarrow-acero 14.0.2 h13dd4ca_2_cpu + - libcxx >=14 + - libparquet 14.0.2 hf6ce1d5_2_cpu + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h13dd4ca_2_cpu.conda + hash: + md5: bec70ec592be6a282cb06250fa5e71a4 + sha256: 4a72d1476f49b5c234a2ef798ef33c473f8d6307aaceec65341a4f11db5ba23c + build: h13dd4ca_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 526384 + timestamp: 1704356487597 +- platform: win-64 + name: libarrow-dataset + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 he5f67d5_2_cpu + - libarrow-acero 14.0.2 h63175ca_2_cpu + - libparquet 14.0.2 h7ec3a38_2_cpu + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h63175ca_2_cpu.conda + hash: + md5: de680262729b7a718ee3427b7af68416 + sha256: 53ae88b6b05f80309fa1789885b8b13a435d1c0cef71d2eb635da45417db8327 + build: h63175ca_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 428399 + timestamp: 1704355889001 +- platform: linux-64 + name: libarrow-flight + version: 14.0.2 + category: main + manager: conda + dependencies: + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libarrow 14.0.2 h84dd17c_2_cpu + - libgcc-ng >=12 + - libgrpc >=1.59.3,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - libstdcxx-ng >=12 + - ucx >=1.15.0,<1.16.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-h120cb0d_2_cpu.conda + hash: + md5: e03930dbf4508a5153cd0fc237756a75 + sha256: aa6ca307db6fb91cff2712a6c6091a3f9277ce054550fbe26c7bb93d65e395fb + build: h120cb0d_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 500908 + timestamp: 1704355109389 +- platform: osx-64 + name: libarrow-flight + version: 14.0.2 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libarrow 14.0.2 h1aaacd4_2_cpu + - libcxx >=14 + - libgrpc >=1.59.3,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-ha1803ca_2_cpu.conda + hash: + md5: ea3430af75e5aad9d123eeae096e7413 + sha256: 2c41f0edfa2ec26ede42d17211bac938a862252cc9ffb47a1e65d88ab53bf00e + build: ha1803ca_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 319741 + timestamp: 1704355863264 +- platform: osx-arm64 + name: libarrow-flight + version: 14.0.2 + category: main + manager: conda + dependencies: + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libarrow 14.0.2 h4ce3932_2_cpu + - libcxx >=14 + - libgrpc >=1.59.3,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-ha94d253_2_cpu.conda + hash: + md5: 9acf1572e3db073db00e67d21cfb7477 + sha256: 6e18f49f8c6b58958882d9735529ebfec402ce3443e0934b9fd89ac1d7d22c57 + build: ha94d253_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 331157 + timestamp: 1704356092185 +- platform: win-64 + name: libarrow-flight + version: 14.0.2 + category: main + manager: conda + dependencies: + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libarrow 14.0.2 he5f67d5_2_cpu + - libgrpc >=1.59.3,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-h53b1db0_2_cpu.conda + hash: + md5: 65b3299f58b837ec5dd5de3ea9a9ac73 + sha256: d1abcb363232ab848fd556f9861af14d846d5ad8ecbd3225af36d1a9bd45f5eb + build: h53b1db0_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 285319 + timestamp: 1704355615110 +- platform: linux-64 + name: libarrow-flight-sql + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libarrow-flight 14.0.2 h120cb0d_2_cpu + - libgcc-ng >=12 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h61ff412_2_cpu.conda + hash: + md5: 1afaafe003abec8aec34f46ec418980a + sha256: 839f7e2682e9b1b004df3c2c28ac4c0c04e1e9bd8f1942d48a3abe24700f1437 + build: h61ff412_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 193226 + timestamp: 1704355263191 +- platform: osx-64 + name: libarrow-flight-sql + version: 14.0.2 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libarrow 14.0.2 h1aaacd4_2_cpu + - libarrow-flight 14.0.2 ha1803ca_2_cpu + - libcxx >=14 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h8ec153b_2_cpu.conda + hash: + md5: 67d65eb4d9921ab25a440db879138d09 + sha256: a961db70a5256049e8cd6f08fcfbec1f397a33e79e8ad103e57e801b4fc3675f + build: h8ec153b_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 154235 + timestamp: 1704356322848 +- platform: osx-arm64 + name: libarrow-flight-sql + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libarrow-flight 14.0.2 ha94d253_2_cpu + - libcxx >=14 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h39a9b85_2_cpu.conda + hash: + md5: c6e0c75f69f3c31b0a4f02d415e0739d + sha256: 3621589405facf900779210f9f49556290cee0861a9797585eb6af7933017d65 + build: h39a9b85_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 161406 + timestamp: 1704356624291 +- platform: win-64 + name: libarrow-flight-sql + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 he5f67d5_2_cpu + - libarrow-flight 14.0.2 h53b1db0_2_cpu + - libprotobuf >=4.24.4,<4.24.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h78eab7c_2_cpu.conda + hash: + md5: 27731c55915b881c92112baac7fd4f04 + sha256: 6dd037f69f153308f6c16009d76bc75ba12adf8c7f69b3006e57b2e07528f84f + build: h78eab7c_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 222701 + timestamp: 1704355966327 +- platform: linux-64 + name: libarrow-gandiva + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libgcc-ng >=12 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.6.2,<2024.0a0 + - libstdcxx-ng >=12 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.2.0,<4.0a0 + - re2 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hacb8726_2_cpu.conda + hash: + md5: db1a164476c3b26f4425542ab9ce11df + sha256: bc3c180af8e842877455d1d429c28a3207da4f3f243390b0ba8e06051525ff48 + build: hacb8726_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 893895 + timestamp: 1704355148995 +- platform: osx-64 + name: libarrow-gandiva + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h1aaacd4_2_cpu + - libcxx >=14 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.6.2,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.2.0,<4.0a0 + - re2 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h01dce7f_2_cpu.conda + hash: + md5: 3903071e62de031ce169187cdb2e32af + sha256: d17c1474d202bac57c590b9f2cf062c837a69991c59135b422a520bff4bbae57 + build: h01dce7f_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 699571 + timestamp: 1704355988767 +- platform: osx-arm64 + name: libarrow-gandiva + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libcxx >=14 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.6.2,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.2.0,<4.0a0 + - re2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-hf757142_2_cpu.conda + hash: + md5: f4285d86a247a339bf7bf43fda4ded17 + sha256: 237007a5c35c612823762327ae355f396ba34b66b40317e87de41f36a2f839bc + build: hf757142_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 689008 + timestamp: 1704356234671 +- platform: win-64 + name: libarrow-gandiva + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 he5f67d5_2_cpu + - libre2-11 >=2023.6.2,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.2.0,<4.0a0 + - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-hb2eaab1_2_cpu.conda + hash: + md5: dfaa10cd86363d7509cd4dbe8f13f031 + sha256: c5681de79ecc4e054f32814927d918103f1a72a762990f8745c154a36a955fc7 + build: hb2eaab1_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 10173801 + timestamp: 1704355710068 +- platform: linux-64 + name: libarrow-substrait + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libarrow-acero 14.0.2 h59595ed_2_cpu + - libarrow-dataset 14.0.2 h59595ed_2_cpu + - libgcc-ng >=12 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h61ff412_2_cpu.conda + hash: + md5: 838d3d33c458225578f64e59c4410a9f + sha256: 675d616f8454d38f41b1833e8deffc51dbb2c2b4b48c54e8adba4795ff606bec + build: h61ff412_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 508750 + timestamp: 1704355298174 +- platform: osx-64 + name: libarrow-substrait + version: 14.0.2 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libarrow 14.0.2 h1aaacd4_2_cpu + - libarrow-acero 14.0.2 h000cb23_2_cpu + - libarrow-dataset 14.0.2 h000cb23_2_cpu + - libcxx >=14 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h8ec153b_2_cpu.conda + hash: + md5: 3e279309bd00e8115283665bdbe257b8 + sha256: eabb1705fbd324b55a2f6cc7b7451b7a15882bab25cfd05113f3f1f05f2a787e + build: h8ec153b_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 453318 + timestamp: 1704356431617 +- platform: osx-arm64 + name: libarrow-substrait + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libarrow-acero 14.0.2 h13dd4ca_2_cpu + - libarrow-dataset 14.0.2 h13dd4ca_2_cpu + - libcxx >=14 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h7fd9903_2_cpu.conda + hash: + md5: 98b3c3e9288e0d451d9329fa784fe256 + sha256: f7712ad3916fb83171c82ba5031f4356df7cb96cff2a6fa9ef17e44fe9940270 + build: h7fd9903_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 474175 + timestamp: 1704356753787 +- platform: win-64 + name: libarrow-substrait + version: 14.0.2 + category: main + manager: conda + dependencies: + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libarrow 14.0.2 he5f67d5_2_cpu + - libarrow-acero 14.0.2 h63175ca_2_cpu + - libarrow-dataset 14.0.2 h63175ca_2_cpu + - libprotobuf >=4.24.4,<4.24.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hd4c9904_2_cpu.conda + hash: + md5: 3d267143a5827a81b607619a12e3f7cd + sha256: cec14db792abd05497b40bfcc4c41ec3ad463cfcceeec5bd1422da5c297b4228 + build: hd4c9904_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 346667 + timestamp: 1704356049987 - platform: linux-64 name: libblas version: 3.9.0 @@ -15333,23 +15640,25 @@ package: category: main manager: conda dependencies: - - libclang13 15.0.7 default_h77d9078_3 + - libclang13 15.0.7 default_h85b4d89_4 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libclang-15.0.7-default_h77d9078_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libclang-15.0.7-default_hde6756a_4.conda hash: - md5: 71c8b6249c9e9e18b3aec705e95c1040 - sha256: d54ad3cc60469f3c885cef45acd7216bab9d941dec8f37e75ece48b9baba145b - build: default_h77d9078_3 + md5: a621ea4ac3f826d02441369e73e53800 + sha256: 1083e53f51b35c7a6769fafa2e7ab5bb85f953eb288eb4a62cddd8200db7c46d + build: default_hde6756a_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 147881 - timestamp: 1690553583920 + size: 148080 + timestamp: 1701415503085 - platform: linux-64 name: libclang13 version: 15.0.7 @@ -15421,18 +15730,19 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-15.0.7-default_h77d9078_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-15.0.7-default_h85b4d89_4.conda hash: - md5: ba26634d038b91466bb4242c8b5e0cfa - sha256: 9cff68d1bd3b1b956133f9f5f35d475014402f3f4e7956047bf3a70f2107f11c - build: default_h77d9078_3 + md5: c6b0181860717a08469a324c4180ff2d + sha256: 37917f88ea5beb660a86b2325b727a03db125e25182d8186921a7cc53966df9d + build: default_h85b4d89_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 21900199 - timestamp: 1690553341399 + size: 21902269 + timestamp: 1701415323912 - platform: linux-64 name: libcrc32c version: 1.1.2 @@ -15535,77 +15845,77 @@ package: timestamp: 1689195353551 - platform: linux-64 name: libcurl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - - libnghttp2 >=1.52.0,<2.0a0 + - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.5.0-hca28451_0.conda hash: - md5: 1158ac1d2613b28685644931f11ee807 - sha256: 25f4b6a8827d7b17a66e0bd9b5d194bf9a9e4a46fb14e2ef472fdad4b39426a6 + md5: 7144d5a828e2cae218e0e3c98d8a0aeb + sha256: 00a6bea5ff90ca58eeb15ebc98e08ffb88bddaff27396bb62640064f59d29cf0 build: hca28451_0 arch: x86_64 subdir: linux-64 build_number: 0 license: curl license_family: MIT - size: 386160 - timestamp: 1697009208544 + size: 389164 + timestamp: 1701860147844 - platform: osx-64 name: libcurl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.52.0,<2.0a0 + - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.4.0-h726d00d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda hash: - md5: 2c17b4dedf0039736951471f493353bd - sha256: cd3400ecb42fc420acb18e2d836535c44ebd501ebeb4e0bf3830776e9b4ca650 + md5: 86d749e27fe00fa6b7d790a6feaa22a2 + sha256: 7ec7e026be90da0965dfa6b92bbc905c852c13b27f3f83c47156db66ed0668f0 build: h726d00d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: curl license_family: MIT - size: 366039 - timestamp: 1697009485409 + size: 367821 + timestamp: 1701860630644 - platform: osx-arm64 name: libcurl - version: 8.4.0 + version: 8.5.0 category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.52.0,<2.0a0 + - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.4.0-h2d989ff_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.5.0-h2d989ff_0.conda hash: - md5: afabb3372209028627ec03e206f4d967 - sha256: 5ca24ab030b1c56ce07921bf901ea99076e8b7e45586b4a04e5187cc67c87273 + md5: f1211ed00947a84e15a964a8f459f620 + sha256: f1c04be217aaf161ce3c99a8d618871295b5dc1eae2f7ff7b32078af50303f5b build: h2d989ff_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: curl license_family: MIT - size: 348974 - timestamp: 1697009607821 + size: 350298 + timestamp: 1701860532373 - platform: win-64 name: libcurl version: 8.5.0 @@ -16178,458 +16488,474 @@ package: timestamp: 1701383493365 - platform: linux-64 name: libgdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.5.0,<9.0a0 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.3,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.7.2-h3aa23ec_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.8.1-h4b8bffa_3.conda hash: - md5: 6d9f0bcd13e4c1d65ee53db636827143 - sha256: c4cbe160cab07f082e52f7f871f01d069771e8b576cc8c59eef16a817919e634 - build: h3aa23ec_3 + md5: b551f3f9b22fcea9f2176e0288d7ebc8 + sha256: 3e3053d7afe067b5e560fe60fe577e01a4e65de3fa456dd5872b75a9c7bfc38f + build: h4b8bffa_3 arch: x86_64 subdir: linux-64 build_number: 3 license: MIT license_family: MIT - size: 10669842 - timestamp: 1695217803491 + size: 11077596 + timestamp: 1702295382743 - platform: osx-64 name: libgdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: + - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.3.0,<9.0a0 - - libcxx >=15.0.7 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.7.2-h00ad6d0_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.8.1-h4d894c1_3.conda hash: - md5: b284f80b88f34117feb24c83aa0c9966 - sha256: 1da079861df03a423b5ae1535801f8a4bf78bced82096b53a5371949e06613db - build: h00ad6d0_3 + md5: 64a436dcf858eaeb38524f56e82ac0a9 + sha256: bab5da8b5fbf147c040ae3a6b3440437e2cf789ae1329841169409454f8405dc + build: h4d894c1_3 arch: x86_64 subdir: osx-64 build_number: 3 license: MIT license_family: MIT - size: 9133675 - timestamp: 1695047879539 + size: 9373962 + timestamp: 1702297525822 - platform: osx-arm64 name: libgdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: + - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.3.0,<9.0a0 - - libcxx >=15.0.7 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.7.2-h1f9bd4d_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.8.1-h6929f36_3.conda hash: - md5: b3e2fc37741d37f188275cc3fdc186bd - sha256: 5e6d6a53c4a7d045e5387a57f8ec7e9cde60f907039f25099cad69a5c8cd5a40 - build: h1f9bd4d_3 + md5: 8b45a1152af3c1de414152eb1c784f6f + sha256: 636e89d3debd40bc8927f9507519f8b9b64dba7184fbce806ffd32d5b6189464 + build: h6929f36_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: MIT license_family: MIT - size: 8500946 - timestamp: 1695047959011 + size: 8517302 + timestamp: 1702297730616 - platform: win-64 name: libgdal - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - kealib >=1.5.1,<1.6.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.2,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.5.0,<9.0a0 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.7.2-hfa9c32d_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.8.1-hf69a6b9_3.conda hash: - md5: 63ee56998a5a311f10e220f03a229fc0 - sha256: 2deb12a33276d7aaaca304651a12d98b64ea98c6885b9b0b4a24204a4f2bc607 - build: hfa9c32d_3 + md5: 8e055abeee741ce629388f95a954b67c + sha256: b6f9fb356de5d3529dd6f1902c98f90cbee9cfb797c28fc80202bda0fb04f2d6 + build: hf69a6b9_3 arch: x86_64 subdir: win-64 build_number: 3 license: MIT license_family: MIT - size: 8468206 - timestamp: 1695047804761 + size: 8604137 + timestamp: 1702298571533 - platform: linux-64 name: libgdal-arrow-parquet - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=10.0.1,<10.0.2.0a0 + - libarrow >=14.0.1,<15.0a0 + - libarrow-dataset >=14.0.1,<15.0a0 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libgdal 3.7.2 h3aa23ec_3 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libgdal 3.8.1 h4b8bffa_3 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 + - libparquet >=14.0.1,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.3,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-arrow-parquet-3.7.2-hcef7442_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-arrow-parquet-3.8.1-haa8e18a_3.conda hash: - md5: 8dc0668ea58a101604abd57f1c1fc582 - sha256: df477759e55412a6928904f9fe4d2adf5a9a17271b5c0464db8586136882dd5f - build: hcef7442_3 + md5: fe69bce54179e41ed783704e43039493 + sha256: 984635cd1ea3975919e848fb72a7b8ff5418be3f30dff05d4477f03134bc5793 + build: haa8e18a_3 arch: x86_64 subdir: linux-64 build_number: 3 license: MIT license_family: MIT - size: 682854 - timestamp: 1695218301841 + size: 717509 + timestamp: 1702296554885 - platform: osx-64 name: libgdal-arrow-parquet - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: + - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=10.0.1,<10.0.2.0a0 - - libcxx >=15.0.7 + - libarrow >=14.0.1,<15.0a0 + - libarrow-dataset >=14.0.1,<15.0a0 + - libcxx >=16.0.6 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.7.2 h00ad6d0_3 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libgdal 3.8.1 h4d894c1_3 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 + - libparquet >=14.0.1,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-arrow-parquet-3.7.2-hb392038_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-arrow-parquet-3.8.1-h62689eb_3.conda hash: - md5: 2b328bddb0f6ef7716fe06ebb4703b33 - sha256: bae00baa7ddb75c4c6d85196adf349bf809d767a6a33f49eac4c580969507051 - build: hb392038_3 + md5: 98abbb72a1bb8feea555a8e4fe538d08 + sha256: 1643a7d31b1cfd0cacc3db218036f9f4c48ef97cd1ba92da475ceb9e1d69b9a4 + build: h62689eb_3 arch: x86_64 subdir: osx-64 build_number: 3 license: MIT license_family: MIT - size: 630198 - timestamp: 1695049003354 + size: 663039 + timestamp: 1702300635829 - platform: osx-arm64 name: libgdal-arrow-parquet - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: + - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - giflib >=5.2.1,<5.3.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.1,<1.6.0a0 + - kealib >=1.5.2,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=10.0.1,<10.0.2.0a0 - - libcxx >=15.0.7 + - libarrow >=14.0.1,<15.0a0 + - libarrow-dataset >=14.0.1,<15.0a0 + - libcxx >=16.0.6 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.7.2 h1f9bd4d_3 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libgdal 3.8.1 h6929f36_3 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 + - libparquet >=14.0.1,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-arrow-parquet-3.7.2-h1337460_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-arrow-parquet-3.8.1-h1789115_3.conda hash: - md5: c8b52ec7b1e851b4e3ba3b7ae99efa89 - sha256: 89f4c9b6c73e5350f7c6396a1eb1d6a768174014c787d48c3cf3137fd749a4ab - build: h1337460_3 + md5: 1681bffa834859ce03a9b0f19b147f2b + sha256: 0c0a3523f3518b5425b6cee7c0e8948e8afdf3ebc3f9c274c718ebdf26c07753 + build: h1789115_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: MIT license_family: MIT - size: 630576 - timestamp: 1695049254739 + size: 651160 + timestamp: 1702300821058 - platform: win-64 name: libgdal-arrow-parquet - version: 3.7.2 + version: 3.8.1 category: main manager: conda dependencies: - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 + - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - kealib >=1.5.1,<1.6.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.2,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=10.0.1,<10.0.2.0a0 + - libarrow >=14.0.1,<15.0a0 + - libarrow-dataset >=14.0.1,<15.0a0 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.7.2 hfa9c32d_3 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libgdal 3.8.1 hf69a6b9_3 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 + - libparquet >=14.0.1,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.8.0,<23.9.0a0 + - openssl >=3.2.0,<4.0a0 + - pcre2 >=10.42,<10.43.0a0 + - poppler >=23.12.0,<23.13.0a0 - postgresql - proj >=9.3.0,<9.3.1.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.16,<2.17.0a0 + - tiledb >=2.18.2,<2.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xerces-c >=3.2.4,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-arrow-parquet-3.7.2-h7c7bd20_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-arrow-parquet-3.8.1-h98ab263_3.conda hash: - md5: 239f5584a4712628800e32cdf37a26f4 - sha256: fd50e305f0824474080147af01ebb65165e833fcc6f702fea5381146b645a6a7 - build: h7c7bd20_3 + md5: a19357c97d556ff8529c312bf896e3f1 + sha256: 72c5dd16d187de07ca383dc093580df9f6e16c92bb9e49857932ab1367705587 + build: h98ab263_3 arch: x86_64 subdir: win-64 build_number: 3 license: MIT license_family: MIT - size: 635404 - timestamp: 1695049556802 + size: 657942 + timestamp: 1702305852423 - platform: osx-64 name: libgfortran version: 5.0.0 @@ -16752,7 +17078,7 @@ package: timestamp: 1694172076009 - platform: linux-64 name: libglib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: @@ -16762,23 +17088,23 @@ package: - libiconv >=1.17,<2.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.1-hebfc3b9_0.conda + - pcre2 >=10.42,<10.43.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.3-h783c2da_0.conda hash: - md5: ddd09e8904fde46b85f41896621803e6 - sha256: 44c5f58593b074886436db7d13fdfcba2fe3731867ea52237f049b8400341a2b - build: hebfc3b9_0 + md5: 9bd06b12bbfa6fd1740fd23af4b0f0c7 + sha256: b1b594294a0fe4c9a51596ef027efed9268d60827e8ae61fb7545c521a631e33 + build: h783c2da_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - glib 2.78.1 *_0 + - glib 2.78.3 *_0 license: LGPL-2.1-or-later - size: 2688566 - timestamp: 1699278005640 + size: 2696351 + timestamp: 1702003069863 - platform: osx-64 name: libglib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: @@ -16788,23 +17114,23 @@ package: - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.1-h6d9ecee_0.conda + - pcre2 >=10.42,<10.43.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.3-h198397b_0.conda hash: - md5: 0282868f1debc145b732276b2fe40397 - sha256: b16bc30db9688d17b5d1cd9e93d0640d02a862145b072a63af6e45e91da6795c - build: h6d9ecee_0 + md5: e18624e441743b0d744116885b70f092 + sha256: 90e58879873b05617e0678ecfbf47bc740c1a2ed7840b8f7cd1241813b9037db + build: h198397b_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - glib 2.78.1 *_0 + - glib 2.78.3 *_0 license: LGPL-2.1-or-later - size: 2487882 - timestamp: 1699278098380 + size: 2489079 + timestamp: 1702003188907 - platform: osx-arm64 name: libglib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: @@ -16814,23 +17140,23 @@ package: - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.1-hd9b11f9_0.conda + - pcre2 >=10.42,<10.43.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.3-hb438215_0.conda hash: - md5: 4e4a9c1cf849de0f9e8b36af65f6f291 - sha256: e18656fc4c9ecfd28382c0f84286a37daf3b33544f50c046bcf93e874a6c1ec0 - build: hd9b11f9_0 + md5: 8c98b7018b434236e2c0f14d7cf3c113 + sha256: f26afb1003e810e768138b0c849e9408c0ae8635062aeaf7abae381903a84e53 + build: hb438215_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - glib 2.78.1 *_0 + - glib 2.78.3 *_0 license: LGPL-2.1-or-later - size: 2440063 - timestamp: 1699278143585 + size: 2452441 + timestamp: 1702003179895 - platform: win-64 name: libglib - version: 2.78.1 + version: 2.78.3 category: main manager: conda dependencies: @@ -16838,23 +17164,23 @@ package: - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 + - pcre2 >=10.42,<10.43.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.78.1-he8f3873_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.78.3-h16e383f_0.conda hash: - md5: 7022abdf53daa6566caebbe1c2d328ae - sha256: 5919e8f57640b142872899943ec122341ba1e19492e46ad9b47866e013224c10 - build: he8f3873_0 + md5: c295badd19494ac8476b36e9e9e47ace + sha256: 33527a11321609064c649682e709ebede86e24f1264dac1d018aaa00fb3b90bf + build: h16e383f_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - glib 2.78.1 *_0 + - glib 2.78.3 *_0 license: LGPL-2.1-or-later - size: 2633748 - timestamp: 1699278549464 + size: 2620918 + timestamp: 1702003409384 - platform: linux-64 name: libgomp version: 13.2.0 @@ -16883,26 +17209,26 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libgcc-ng >=12 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libgrpc >=1.59.2,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libstdcxx-ng >=12 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h19a6dae_3.conda + - openssl >=3.1.4,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h5206363_4.conda hash: - md5: cb26f6b7184480053106ea4713a52daf - sha256: 8d03bf42a533783c692e2e4cd99be300e3f4b62508d7af44d58df19b12d1c37f - build: h19a6dae_3 + md5: b5eb63d2683102be45d17c55021282f6 + sha256: 82a7d211d0df165b073f9e8ba6d789c4b1c7c4882d546ca12d40f201fc3496fc + build: h5206363_4 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 4 constrains: - - google-cloud-cpp 2.12.0 *_3 + - google-cloud-cpp 2.12.0 *_4 license: Apache-2.0 license_family: Apache - size: 43510735 - timestamp: 1696837322140 + size: 43491878 + timestamp: 1698886698923 - platform: osx-64 name: libgoogle-cloud version: 2.12.0 @@ -16914,25 +17240,25 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libcxx >=16.0.6 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-h407922f_3.conda + - libgrpc >=1.59.2,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - openssl >=3.1.4,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc0857f6_4.conda hash: - md5: 9d9423eb233bbd6f82184eb9e2a95f2d - sha256: ad0dbbd851ec86974b239de1c800c8ef52d665ea90c4fdc2ea855c3dcbb34983 - build: h407922f_3 + md5: 976555c39f83093265491c9c081a801c + sha256: 1bf47f43796369ec85a27221ab9a84ecc848f93a88049d046cd8521c25b129f6 + build: hc0857f6_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 constrains: - - google-cloud-cpp 2.12.0 *_3 + - google-cloud-cpp 2.12.0 *_4 license: Apache-2.0 license_family: Apache - size: 30907199 - timestamp: 1696838955088 + size: 30883666 + timestamp: 1698889432429 - platform: osx-arm64 name: libgoogle-cloud version: 2.12.0 @@ -16943,25 +17269,25 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libcxx >=16.0.6 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-h5a37b55_3.conda + - libgrpc >=1.59.2,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - openssl >=3.1.4,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-hfb399a7_4.conda hash: - md5: be90da76f8805ce8a138ac47b49fa4ce - sha256: 27e08d97642e5127eb774ff9d67efa995791d09674d5c6cdde158dfa321a0dc8 - build: h5a37b55_3 + md5: d62901188ab756c841cbb9a80c6c3f3c + sha256: 22122939a462f64a82ca2f305c43e5e5cf5a55f1ae12979c2445f9dc196b7047 + build: hfb399a7_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 constrains: - - google-cloud-cpp 2.12.0 *_3 + - google-cloud-cpp 2.12.0 *_4 license: Apache-2.0 license_family: Apache - size: 31408040 - timestamp: 1696838972502 + size: 31440327 + timestamp: 1698982048456 - platform: win-64 name: libgoogle-cloud version: 2.12.0 @@ -16971,27 +17297,27 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.3.0,<9.0a0 - - libgrpc >=1.58.1,<1.59.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 - - openssl >=3.1.3,<4.0a0 + - libcurl >=8.4.0,<9.0a0 + - libgrpc >=1.59.2,<1.60.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - openssl >=3.1.4,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-ha74b051_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-h39f2fc6_4.conda hash: - md5: 5ed09a5cc8ac4f0b2f5a1aa17baaa79a - sha256: 1aa3c5471e21713cfd955d8643f47200eb4a2d5d60dc60c9f40f04fd1f91a3a1 - build: ha74b051_3 + md5: f79cf72abe2235de65fb50b386f323a0 + sha256: 9621cb3e90aa22123cc7120bc1228df31453a390b7760773a0e5453a2718f7ef + build: h39f2fc6_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 constrains: - - google-cloud-cpp 2.12.0 *_3 + - google-cloud-cpp 2.12.0 *_4 license: Apache-2.0 license_family: Apache - size: 13288 - timestamp: 1696833991690 + size: 13270 + timestamp: 1698887885269 - platform: linux-64 name: libgpg-error version: '1.47' @@ -17015,105 +17341,105 @@ package: timestamp: 1686979818648 - platform: linux-64 name: libgrpc - version: 1.58.2 + version: 1.59.3 category: main manager: conda dependencies: - - c-ares >=1.20.1,<2.0a0 + - c-ares >=1.21.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libgcc-ng >=12 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.1.4,<4.0a0 - re2 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.58.2-he06187c_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.59.3-hd6c4280_0.conda hash: - md5: 1eec35ecc7bd34e4ec2f2b4eccb8816e - sha256: f910b7f57997fabae045f38d5f16148324536cf6f948a575446d653536d39b78 - build: he06187c_0 + md5: 896c137eaf0c22f2fef58332eb4a4b83 + sha256: 3f95a2792e565b628cb284de92017a37a1cddc4a3f83453b8f75d9adc9f8cfdd + build: hd6c4280_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - grpc-cpp =1.58.2 + - grpc-cpp =1.59.3 license: Apache-2.0 license_family: APACHE - size: 6781639 - timestamp: 1698719086843 + size: 6600132 + timestamp: 1700259627150 - platform: osx-64 name: libgrpc - version: 1.58.2 + version: 1.59.3 category: main manager: conda dependencies: - __osx >=10.13 - __osx >=10.9 - - c-ares >=1.20.1,<2.0a0 + - c-ares >=1.21.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcxx >=16.0.6 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.1.4,<4.0a0 - re2 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.58.2-hecc90c7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.59.3-ha7f534c_0.conda hash: - md5: 8084a2ff6579e8cc178457bbaaf44b6b - sha256: 37478256b62e36ac20248ae31c9724a7ca6028fa3d88d74c956abf219507fe13 - build: hecc90c7_0 + md5: a557d871e80f2dd22efd78e00f9a1597 + sha256: 1b7330bb2aa16ca0dd319e97a829d5494fb2459a841b54f7631932b144e38624 + build: ha7f534c_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - grpc-cpp =1.58.2 + - grpc-cpp =1.59.3 license: Apache-2.0 license_family: APACHE - size: 3980277 - timestamp: 1698719891567 + size: 4111631 + timestamp: 1700261027372 - platform: osx-arm64 name: libgrpc - version: 1.58.2 + version: 1.59.3 category: main manager: conda dependencies: - __osx >=10.9 - - c-ares >=1.20.1,<2.0a0 + - c-ares >=1.21.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcxx >=16.0.6 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.1.4,<4.0a0 - re2 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.58.2-h19be7b0_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.59.3-hbcf6334_0.conda hash: - md5: 2e3203d9e2075ebe824e6c4150a30f4e - sha256: 2e1cf618c66403a993b96fd14b3db7fd9371f0e51f7e1936717ae3c4a9987299 - build: h19be7b0_0 + md5: e9c7cbc84af929dd47501629a5e19713 + sha256: 54cacd1fc7503d48c135301a775568f15089b537b3c56804767c627a89a20c30 + build: hbcf6334_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - grpc-cpp =1.58.2 + - grpc-cpp =1.59.3 license: Apache-2.0 license_family: APACHE - size: 4358669 - timestamp: 1698720694171 + size: 3950361 + timestamp: 1700260902499 - platform: win-64 name: libgrpc - version: 1.58.2 + version: 1.59.3 category: main manager: conda dependencies: - - c-ares >=1.20.1,<2.0a0 + - c-ares >=1.21.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.1.4,<4.0a0 @@ -17121,106 +17447,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.58.2-h2a9c87f_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.59.3-h5bbd4a7_0.conda hash: - md5: 61d0c367fb3714c0e2f25c58411669f8 - sha256: cf99715f991ffa36cc108d324983f3d4e5750a0fb8a006419c04dd15d59e6797 - build: h2a9c87f_0 + md5: 70a20bdb4a01daea0e8c12050267294f + sha256: 77f29a3d26e87b176416ddf4dbbb076ff95ad09837ea9f100b788d0379700014 + build: h5bbd4a7_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - grpc-cpp =1.58.2 + - grpc-cpp =1.59.3 license: Apache-2.0 license_family: APACHE - size: 13296094 - timestamp: 1698719989302 -- platform: linux-64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.9.3-default_h554bfaf_1009.conda - hash: - md5: f36ddc11ca46958197a45effdd286e45 - sha256: 6950fee24766d03406e0f6f965262a5d98829c71eed8d1004f313892423b559b - build: default_h554bfaf_1009 - arch: x86_64 - subdir: linux-64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2615665 - timestamp: 1694532603730 -- platform: osx-64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libxml2 >=2.11.5,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.9.3-default_h24e0189_1009.conda - hash: - md5: 22fcbfd2a4cdf941b074a00b773b43dd - sha256: a9fc54b481d0477cdf5700d702d44fc04fe00ffe63fc253aa0c6d2944abe8f3f - build: default_h24e0189_1009 - arch: x86_64 - subdir: osx-64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2555838 - timestamp: 1699473547291 -- platform: osx-arm64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libxml2 >=2.11.5,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.9.3-default_h4394839_1009.conda - hash: - md5: 8c30d3b6ed7c46fce04cc623d83b6c22 - sha256: b9a0574f8919f3943a4f5c81d2d40da94913afcbe02098685abce001a526141c - build: default_h4394839_1009 - arch: aarch64 - subdir: osx-arm64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2530597 - timestamp: 1699473469798 -- platform: win-64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - libxml2 >=2.11.5,<2.12.0a0 - - pthreads-win32 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - hash: - md5: 87da045f6d26ce9fe20ad76a18f6a18a - sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 - build: default_haede6df_1009 - arch: x86_64 - subdir: win-64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2578462 - timestamp: 1694533393675 + size: 14228484 + timestamp: 1700260902057 - platform: linux-64 name: libiconv version: '1.17' @@ -17295,15 +17535,15 @@ package: timestamp: 1702682547199 - platform: linux-64 name: libjpeg-turbo - version: 2.1.5.1 + version: 3.0.0 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-2.1.5.1-hd590300_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda hash: - md5: 323e90742f0f48fc22bea908735f55e6 - sha256: 0ef7378818c6d5b407692d02556c32e2f6af31c7542bca5160d0b92a59427fb5 + md5: ea25936bb4080d843790b586850f82b8 + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -17311,18 +17551,18 @@ package: constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 496449 - timestamp: 1694566464059 + size: 618575 + timestamp: 1694474974816 - platform: osx-64 name: libjpeg-turbo - version: 2.1.5.1 + version: 3.0.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-2.1.5.1-h0dc2134_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda hash: - md5: 5ae57a9afae4bc5c7409e1fc4f47bbc6 - sha256: 503e6ca1089c83b3648db9bf39855678505de865bf48b86863b3dcdeb8f55822 + md5: 72507f8e3961bc968af17435060b6dd6 + sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -17330,18 +17570,18 @@ package: constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 456892 - timestamp: 1694566641287 + size: 579748 + timestamp: 1694475265912 - platform: osx-arm64 name: libjpeg-turbo - version: 2.1.5.1 + version: 3.0.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-2.1.5.1-hb547adb_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda hash: - md5: b64c9c86e7ef88512aa501487afac46b - sha256: ff3c6b3d6b2d5436068f3da65cf784f0999caebd8600055fa023979500a2a977 + md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 + sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 build: hb547adb_1 arch: aarch64 subdir: osx-arm64 @@ -17349,21 +17589,21 @@ package: constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 443038 - timestamp: 1694566684571 + size: 547541 + timestamp: 1694475104253 - platform: win-64 name: libjpeg-turbo - version: 2.1.5.1 + version: 3.0.0 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-2.1.5.1-hcfcfb64_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda hash: - md5: 9503c6648d5692f1f26aabca7156f809 - sha256: 27e49e07f2129cd39c1c34ac882a0e89f55d597d54c35fab362bcd0a37b532a2 + md5: 3f1b948619c45b1ca714d60c7389092c + sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -17371,8 +17611,8 @@ package: constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 688116 - timestamp: 1694566907689 + size: 822966 + timestamp: 1694475223854 - platform: linux-64 name: libkml version: 1.3.0 @@ -17593,171 +17833,173 @@ package: dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.11.4,<2.12.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-h5cf9203_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda hash: - md5: 9efe82d44b76a7529a1d702e5a37752e - sha256: bb94e7535a309c2a8d58585cb82bac954ed59f473eef2cac6ea677d6f576a3b6 - build: h5cf9203_3 + md5: 8a35df3cbc0c8b12cc8af9473ae75eef + sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 + build: hb3ce162_4 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 33333655 - timestamp: 1690527825436 + size: 33321457 + timestamp: 1701375836233 - platform: osx-64 name: libllvm15 version: 15.0.7 category: main manager: conda dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 + - libcxx >=16 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-he4b1e75_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda hash: - md5: ecc6df80c4b0445ac0de9cabae189db3 - sha256: 02c7f5fe1ae9cdf4b0152cc76fef0ccb26137075054bdd9336ebf956fd22d8c9 - build: he4b1e75_3 + md5: bdc80cf2aa69d6eb8dd101dfd804db07 + sha256: a0598cc166e92c6c63e58a7eaa184fa0b8b467693b965dbe19f1c9ff37e134c3 + build: hbedff68_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 23877550 - timestamp: 1690533932497 + size: 23755109 + timestamp: 1701376376564 - platform: osx-arm64 name: libllvm15 version: 15.0.7 category: main manager: conda dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 + - libcxx >=16 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h504e6bf_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda hash: - md5: cef4a00532f06f6797fbe2425d4db2a7 - sha256: 8fbe19f2133c501a43a45f4dab701adf5206ed61f4bd6317f287a8d87409fdee - build: h504e6bf_3 + md5: 8d7f7a7286d99a2671df2619cb3bfb2c + sha256: 63e22ccd4c1b80dfc7da169c65c62a878a46ef0e5771c3b0c091071e718ae1b1 + build: h2621b3d_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 21956912 - timestamp: 1690530007064 + size: 22049607 + timestamp: 1701372072765 - platform: linux-64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h80fb2b6_112.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h9612171_113.conda hash: - md5: a19fa6cacf80c8a366572853d5890eb4 - sha256: 305ffc3ecaffce10754e4d057daa9803e8dc86d68b14524a791c7dc5598c1d2f - build: nompi_h80fb2b6_112 + md5: b2414908e43c442ddc68e6148774a304 + sha256: 0b4d984c7be21531e9254ce742e04101f7f7e77c0bbb7074855c0806c28323b0 + build: nompi_h9612171_113 arch: x86_64 subdir: linux-64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 848361 - timestamp: 1693581687090 + size: 849037 + timestamp: 1702229195031 - platform: osx-64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - __osx >=10.9 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.2,<2.13.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h6a32802_112.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7760872_113.conda hash: - md5: 413f9a35e9f888163b922ea6cfafb9da - sha256: 8b1bfc9322bd4f9fe770461fac5b75b1888ccdbdf72b2d2a2bec1e1c13e05f48 - build: nompi_h6a32802_112 + md5: bce76ace6497221c2a2a02840aaceac5 + sha256: 3d6a950d82a8dfb9fa51c263e543cfa9c113703add20646ec85401e7b557da49 + build: nompi_h7760872_113 arch: x86_64 subdir: osx-64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 737489 - timestamp: 1693582116713 + size: 724322 + timestamp: 1702229765562 - platform: osx-arm64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - __osx >=10.9 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.2,<2.13.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_hb2fb864_112.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_h291a7c2_113.conda hash: - md5: fdd8c3b65f9369c4a5bbf23164ea8e19 - sha256: fef33b99225691fce165cd1aadb85c823e2a3a9e5d67c3069f1d6b9ebbf53fdf - build: nompi_hb2fb864_112 + md5: ad4f2f848502515d706cecd73ac9ec86 + sha256: e5c0e8071029fdffc4219fa03bf2cb05e910459e1d55da3bc0d8ab70ddd0325e + build: nompi_h291a7c2_113 arch: aarch64 subdir: osx-arm64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 706702 - timestamp: 1693582109664 + size: 682144 + timestamp: 1702229583910 - platform: win-64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 @@ -17765,42 +18007,43 @@ package: - vc14_runtime >=14.29.30139 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h8284064_112.conda + url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h07c049d_113.conda hash: - md5: d13288269ee4de9079261a31028f9954 - sha256: 6694fb1a949893178c3e0c7df648f5b9875da5ba9b1d76ec5d9a5bac6647dfc6 - build: nompi_h8284064_112 + md5: 2aa431a5a05e3679eea4faad0f47b119 + sha256: 4b06a7aa1fcfb3406e3eab9368089d612ea014402edd5deefb2f02b73cf3673d + build: nompi_h07c049d_113 arch: x86_64 subdir: win-64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 625332 - timestamp: 1693582445195 + size: 625091 + timestamp: 1702229854053 - platform: linux-64 name: libnghttp2 version: 1.58.0 category: main manager: conda dependencies: - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.23.0,<2.0a0 - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_0.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda hash: - md5: 9b13d5ee90fc9f09d54fd403247342b4 - sha256: 151b18e4f92dcca263a6d23e4beb0c4e2287aa1c7d0587ff71ef50035ed34aca - build: h47da74e_0 + md5: 700ac6ea6d53d5510591c4344d5c989a + sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb + build: h47da74e_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 631397 - timestamp: 1699440427647 + size: 631936 + timestamp: 1702130036271 - platform: osx-64 name: libnghttp2 version: 1.58.0 @@ -17808,23 +18051,24 @@ package: manager: conda dependencies: - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.23.0,<2.0a0 - libcxx >=16.0.6 - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_0.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda hash: - md5: 864e23fba3678000154f53bbf6d476a2 - sha256: b2b94cdaffa0d4fddd73c04262fdb1d1bcd6f8783979281ccfdb832e159cac4e - build: h64cf6d3_0 + md5: faecc55c2a8155d9ff1c0ff9a0fef64f + sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 + build: h64cf6d3_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 598870 - timestamp: 1699440920465 + size: 599736 + timestamp: 1702130398536 - platform: osx-arm64 name: libnghttp2 version: 1.58.0 @@ -17832,23 +18076,24 @@ package: manager: conda dependencies: - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.23.0,<2.0a0 - libcxx >=16.0.6 - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_0.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda hash: - md5: b93d94874cfd44bc96496c2ee69f82a9 - sha256: 3597032667444f91ae59343c553da6e93f2b3359bc2c0dd6b7f8260e41572e9c - build: ha4dd798_0 + md5: 1813e066bfcef82de579a0be8a766df4 + sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd + build: ha4dd798_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 564395 - timestamp: 1699440818837 + size: 565451 + timestamp: 1702130473930 - platform: linux-64 name: libnl version: 3.9.0 @@ -18128,6 +18373,97 @@ package: license_family: BSD size: 252854 timestamp: 1606823635137 +- platform: linux-64 + name: libparquet + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h84dd17c_2_cpu + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libthrift >=0.19.0,<0.19.1.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_2_cpu.conda + hash: + md5: b265698e6c69269fe78a8cc972269c35 + sha256: 4d0113cb62bb15c7fde3da36b4bb1862182ec5f89e0165ebcf5ae0bce155097f + build: h352af49_2_cpu + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 1163710 + timestamp: 1704355184404 +- platform: osx-64 + name: libparquet + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h1aaacd4_2_cpu + - libcxx >=14 + - libthrift >=0.19.0,<0.19.1.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_2_cpu.conda + hash: + md5: c9b769d78c837821bfabc4fbd3cf3936 + sha256: 8f58f4a46ae7eb500fff04a26e6f15de111999df4017bd4c4aac8f7245c95016 + build: h381d950_2_cpu + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 928914 + timestamp: 1704356105480 +- platform: osx-arm64 + name: libparquet + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 h4ce3932_2_cpu + - libcxx >=14 + - libthrift >=0.19.0,<0.19.1.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-hf6ce1d5_2_cpu.conda + hash: + md5: 3ec6dde23ee1ecea255c788e5ce16c82 + sha256: e1deb2b68a0a24c85f75831e44a59d582168b5b9481ab7138683226e702416c2 + build: hf6ce1d5_2_cpu + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 911760 + timestamp: 1704356359375 +- platform: win-64 + name: libparquet + version: 14.0.2 + category: main + manager: conda + dependencies: + - libarrow 14.0.2 he5f67d5_2_cpu + - libthrift >=0.19.0,<0.19.1.0a0 + - openssl >=3.2.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h7ec3a38_2_cpu.conda + hash: + md5: 4de7b992bc7bc1a71b07fa893c80fcfb + sha256: 929bb7e2a0903d9442aac788969b8626017e97193929bceae991a4ddcdde3875 + build: h7ec3a38_2_cpu + arch: x86_64 + subdir: win-64 + build_number: 2 + license: Apache-2.0 + license_family: APACHE + size: 780687 + timestamp: 1704355806769 - platform: linux-64 name: libpng version: 1.6.39 @@ -18206,91 +18542,87 @@ package: timestamp: 1669076173145 - platform: linux-64 name: libpq - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<3.2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-15.4-hfc447b1_2.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.1-h33b98f1_7.conda hash: - md5: 4a180ab68881a86be49858c9baf4581d - sha256: f537ad28c083585e7c40e8a05f6febad8b9e649a48a1f2f497add3fc0947800b - build: hfc447b1_2 + md5: 675317e46167caea24542d85c72f19a3 + sha256: 833fd96338dffc6784fb5f79ab805fa5a4c2cabf5c08c4f1d5caf4e290e39c28 + build: h33b98f1_7 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 7 license: PostgreSQL - size: 2538743 - timestamp: 1696003959107 + size: 2469597 + timestamp: 1702130001416 - platform: osx-64 name: libpq - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<3.2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libpq-15.4-h3df487d_2.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.1-ha925e61_7.conda hash: - md5: a834ccb1e16ae60a5cbc6da726442f13 - sha256: 0972b0b96a7e1214f721405234c8a8d016792b1b61575b6740e87e29594bf504 - build: h3df487d_2 + md5: ad8be4619f57504e8c243e00ab315ad6 + sha256: addce7453b4ac80faf46ecec76db74d98f57d9711624df600399c56e147b7903 + build: ha925e61_7 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 7 license: PostgreSQL - size: 2294871 - timestamp: 1696004268191 + size: 2396672 + timestamp: 1702130568626 - platform: osx-arm64 name: libpq - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<3.2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-15.4-hcea71ed_2.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.1-h0f8b458_7.conda hash: - md5: 5fef554ccd52dbf9bc147d526026932b - sha256: 6682488419e49d6525d229d2f7e8008fe31e91fdc709c558d53be7dd6f8787f7 - build: hcea71ed_2 + md5: c94283997b390fc897936edf2c1f0d55 + sha256: 2e71c5efc57ec7da59efcb747b615ccde1f70d12eb25128720817a3f3482d622 + build: h0f8b458_7 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 7 license: PostgreSQL - size: 2399841 - timestamp: 1696004373760 + size: 2445156 + timestamp: 1702130839394 - platform: win-64 name: libpq - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<3.2.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libpq-15.4-h43585b0_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.1-hdb24f17_7.conda hash: - md5: 1220b0e2677407473246b7d18e81a815 - sha256: cbbd49b7709744827c4affda359f0ade2c6b7e9e09a36bb1ea9d2ea62e355f10 - build: h43585b0_2 + md5: 74f025b6b0ac0ebf7f2db9b0b1df8d7d + sha256: 0674e059706319fa3732ce08865c8d5270d89faa558e16f96f780f4b2097e1c7 + build: hdb24f17_7 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 7 license: PostgreSQL - size: 3435038 - timestamp: 1696004491001 + size: 3438104 + timestamp: 1702130694327 - platform: linux-64 name: libprotobuf - version: 4.24.3 + version: 4.24.4 category: main manager: conda dependencies: @@ -18299,66 +18631,68 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.3-hf27288f_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.4-hf27288f_0.conda hash: - md5: 5097789a2bc83e697d7509df57f25bfd - sha256: 911ad483f051d96c9f07ecd8177546763c2da601e26941b434c3a09fa9fcd8f8 - build: hf27288f_1 + md5: 1a0287ab734591ad63603734f923016b + sha256: 3e0f6454190abb27edd2aeb724688ee440de133edb02cbb17d5609ba36aa8be0 + build: hf27288f_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2667628 - timestamp: 1697157559259 + size: 2568098 + timestamp: 1696556878001 - platform: osx-64 name: libprotobuf - version: 4.24.3 + version: 4.24.4 category: main manager: conda dependencies: - __osx >=10.13 + - __osx >=10.9 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=15.0.7 + - libcxx >=16.0.6 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.3-he0c2237_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda hash: - md5: 45b790be289d0759d1eb91283c98e95d - sha256: 42426fb0dba77e8f8cdf7732e9ee5d1dbed6724d1d94c84deeb98376f4cdcadd - build: he0c2237_1 + md5: c0f2660a38d96e55c6aae15a06ee277b + sha256: 4c0cd48fa2b0ac5cad6204d686bcb8e51bc5906c25180919ecf8f3000c0eade5 + build: h0ee05dc_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2157294 - timestamp: 1697158160443 + size: 2134003 + timestamp: 1696557204512 - platform: osx-arm64 name: libprotobuf - version: 4.24.3 + version: 4.24.4 category: main manager: conda dependencies: + - __osx >=10.9 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=15.0.7 + - libcxx >=16.0.6 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.24.3-hf590ac1_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.24.4-hc9861d8_0.conda hash: - md5: e014b86bbcf828432fda839a4e714dc8 - sha256: d901263a547d38c65e54ff8fc53a08909ccd4b01aefa26acb68c51f7458ee54b - build: hf590ac1_1 + md5: ac5438d981e105e053b341eb30c44273 + sha256: 2e81e023f463ef239e2fb7f56a4e8eed61a1d8e9ca3f2f07bec1668cc369b2ce + build: hc9861d8_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2167180 - timestamp: 1697157552725 + size: 2060711 + timestamp: 1696556460522 - platform: win-64 name: libprotobuf - version: 4.24.3 + version: 4.24.4 category: main manager: conda dependencies: @@ -18368,18 +18702,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.24.3-hb8276f3_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.24.4-hb8276f3_0.conda hash: - md5: dad0daf4a610f3c2ba3ef3325096c5e6 - sha256: dd0f3ef35ee2774db9ca5dfcba088636bf1f0b1d3cb2c4c35ff2a2ffdf01bf09 - build: hb8276f3_1 + md5: db95f0bafffb9a5b6b9f398d35d693ad + sha256: 2c2b9c1f65458c2f2a4b57d49bf8113781b933b63f8fc976f050627bddcf983d + build: hb8276f3_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 5259129 - timestamp: 1697157938555 + size: 5281089 + timestamp: 1696556929616 - platform: linux-64 name: libre2-11 version: 2023.06.02 @@ -18484,83 +18818,85 @@ package: category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hb58d41b_14.conda + url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h8917695_15.conda hash: - md5: 264f9a3a4ea52c8f4d3e8ae1213a3335 - sha256: a87307e9c8fb446eb7a1698d9ab40e590ba7e55de669b59f5751c48c2b320827 - build: hb58d41b_14 + md5: 20c3c14bc491f30daecaa6f73e2223ae + sha256: 03e248787162a1804683c614c0681c2488fa6d9f353cb32e2f8c1158157165ea + build: h8917695_15 arch: x86_64 subdir: linux-64 - build_number: 14 + build_number: 15 license: GPL-2.0-or-later license_family: GPL - size: 232585 - timestamp: 1687974082565 + size: 233194 + timestamp: 1700766491991 - platform: osx-64 name: librttopo version: 1.1.0 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-h23f359d_14.conda + - __osx >=10.9 + - geos >=3.12.1,<3.12.2.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hf05f67e_15.conda hash: - md5: 4cec4e76f3d1cd6ec739ca40e7e12847 - sha256: df61f3c42651fd02d2e5fbb3cd6a225df29dc91ec6c5a57d0d717dc14ee8e2dc - build: h23f359d_14 + md5: e65bedc9d9779a161cf26b6d12305246 + sha256: 10c46efefda5cc77143832a186f517e401098907cf9c3ec7406a5c242bb34e33 + build: hf05f67e_15 arch: x86_64 subdir: osx-64 - build_number: 14 + build_number: 15 license: GPL-2.0-or-later license_family: GPL - size: 214159 - timestamp: 1687974265453 + size: 213839 + timestamp: 1700766697471 - platform: osx-arm64 name: librttopo version: 1.1.0 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h667cd51_14.conda + - __osx >=10.9 + - geos >=3.12.1,<3.12.2.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-hc8f776e_15.conda hash: - md5: 5dfc75562bc705e4a645eb8079139c8c - sha256: 5ed612f91b1e0bfa41dca9f6bdd9edd28039b6880c3d1b9dc40aa748b6d1d7c7 - build: h667cd51_14 + md5: c87bc8aa4ea874b9db3f06cc16d939eb + sha256: 00f016e7b7d4f68ddefc4e857b63c963402e66aeff8bb560a8bacdd6d51c6508 + build: hc8f776e_15 arch: aarch64 subdir: osx-arm64 - build_number: 14 + build_number: 15 license: GPL-2.0-or-later license_family: GPL - size: 203261 - timestamp: 1687974499690 + size: 192020 + timestamp: 1700766752152 - platform: win-64 name: librttopo version: 1.1.0 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h92c5fdb_14.conda + url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h94c4f80_15.conda hash: - md5: 9d3f0c286ea2df09b2c0aefbd63769c0 - sha256: e693468c519bea531c4fa3edccb906c1de5ac35f5630a1745230b5f17ab88104 - build: h92c5fdb_14 + md5: 3c2a870012ae8f6ffcc7735715f197b1 + sha256: 1a85091ebed8272b0c9b9e5aacba1d423c6411bfa91d7777c1ede8c7a42c933b + build: h94c4f80_15 arch: x86_64 subdir: win-64 - build_number: 14 + build_number: 15 license: GPL-2.0-or-later license_family: GPL - size: 406368 - timestamp: 1687974615867 + size: 402764 + timestamp: 1700767022424 - platform: linux-64 name: libsecret version: 0.18.8 @@ -18765,28 +19101,28 @@ package: dependencies: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - libgcc-ng >=12 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h090f1da_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h72606ae_3.conda hash: - md5: 9a2d6acaa8ce6d53a150248e7b11165e - sha256: c00eb70e8cf3778bffd04a9551e205e399d16e83a04f55ec392c3163b93d4feb - build: h090f1da_1 + md5: e81575beafa769a8ca4c7b5135f336b1 + sha256: 9c60d2f209757e5e81adb6508b7cfd4e9ffbe7a8db954104e724bf322e7933b8 + build: h72606ae_3 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 3 license: MPL-1.1 license_family: MOZILLA - size: 4066746 - timestamp: 1699355362842 + size: 3888079 + timestamp: 1701354279954 - platform: osx-64 name: libspatialite version: 5.1.0 @@ -18796,28 +19132,28 @@ package: - __osx >=10.9 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - libcxx >=16.0.6 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h4a59d8e_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-haf058c1_3.conda hash: - md5: 606bfbfee0ea2acb14adfca6b484223e - sha256: 7857801563bc23c3bfa547aa160852b637ff9c34723bba62c566ea6d9eaaf980 - build: h4a59d8e_1 + md5: 20d0be4b10af95b736467c68a5532258 + sha256: 4174f3cfd64c820406672d80d0bb7b6fe897f30742f8a235f5087390d0117d74 + build: haf058c1_3 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 3 license: MPL-1.1 license_family: MOZILLA - size: 3145026 - timestamp: 1699355786323 + size: 3317526 + timestamp: 1701354614036 - platform: osx-arm64 name: libspatialite version: 5.1.0 @@ -18827,28 +19163,28 @@ package: - __osx >=10.9 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - libcxx >=16.0.6 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-h5b80306_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hbcbf9a1_3.conda hash: - md5: eb794aae59c5b3b475a42809a5240a73 - sha256: 21c40582abf3b8125b810873e434dc3c8bc4fc024b92ebd25f9a549154791919 - build: h5b80306_1 + md5: 8b12939c6ba6d831e2a71aa580d6a4e5 + sha256: dc568aa2e1aa6da29f47bfc63b5d55f406debfa2b68d61cb50bfb73e5f0d8164 + build: hbcbf9a1_3 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 3 license: MPL-1.1 license_family: MOZILLA - size: 3010868 - timestamp: 1699355581557 + size: 3012885 + timestamp: 1701354351237 - platform: win-64 name: libspatialite version: 5.1.0 @@ -18857,10 +19193,10 @@ package: dependencies: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.0,<9.3.1.0a0 - sqlite @@ -18868,18 +19204,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hbf340bc_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h7bd4b97_3.conda hash: - md5: d9277633c61d8ecf948d0acaa24a2a1e - sha256: 52b28d6c8cf0a50ac4fd288a435525a6e44d304f44d4c18858806c91ae8574c8 - build: hbf340bc_1 + md5: 93e2a9757cce46cdefa0a1b50d8c4c5a + sha256: 6122fc77cbf75b571281f9affa3dc324d11e21c9409c7dc3ef3b0a6c3e624032 + build: h7bd4b97_3 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 3 license: MPL-1.1 license_family: MOZILLA - size: 8444104 - timestamp: 1699355576890 + size: 8580745 + timestamp: 1701354485547 - platform: linux-64 name: libsqlite version: 3.44.2 @@ -19217,23 +19553,23 @@ package: - lerc >=4.0.0,<5.0a0 - libdeflate >=1.19,<1.20.0a0 - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libstdcxx-ng >=12 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h29866fb_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda hash: - md5: 4e9afd30f4ccb2f98645e51005f82236 - sha256: 16f70e3170b9acb5b5a9e7fe60fd9b1104c946e165a48882ebf38ecb7978e980 - build: h29866fb_1 + md5: 55ed21669b2015f77c180feb1dd41930 + sha256: 45158f5fbee7ee3e257e6b9f51b9f1c919ed5518a94a9973fe7fa4764330473e + build: ha9c0a0a_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: HPND - size: 277480 - timestamp: 1694958140034 + size: 283198 + timestamp: 1695661593314 - platform: osx-64 name: libtiff version: 4.6.0 @@ -19243,22 +19579,22 @@ package: - lerc >=4.0.0,<5.0a0 - libcxx >=15.0.7 - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-haeeb97c_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda hash: - md5: bf4e56cd02413fc3a92835251e2a8c4f - sha256: dc1bf90c43e3a68a903526cf93d851d9133f3deac27ba17d2d0f28d0b939cabe - build: haeeb97c_1 + md5: 2ca10a325063e000ad6d2a5900061e0d + sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 + build: h684deea_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: HPND - size: 260174 - timestamp: 1694958295979 + size: 266501 + timestamp: 1695661828714 - platform: osx-arm64 name: libtiff version: 4.6.0 @@ -19268,22 +19604,22 @@ package: - lerc >=4.0.0,<5.0a0 - libcxx >=15.0.7 - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h77c4dce_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-ha8a6c65_2.conda hash: - md5: b1f47e5c3196b6022c460099abfef9a8 - sha256: 8cf7a8bc32e9482bd531af61db5fca0694ce8619bb43bc5a471fab1331b798eb - build: h77c4dce_1 + md5: 596d6d949bab9a75a492d451f521f457 + sha256: b18ef36eb90f190db22c56ae5a080bccc16669c8f5b795a6211d7b0c00c18ff7 + build: ha8a6c65_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: HPND - size: 240928 - timestamp: 1694958277258 + size: 246265 + timestamp: 1695661829324 - platform: win-64 name: libtiff version: 4.6.0 @@ -19292,24 +19628,24 @@ package: dependencies: - lerc >=4.0.0,<5.0a0 - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h4554b19_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda hash: - md5: 84150e18ed7ebd287fb9e3446a13fa8d - sha256: c1a31d00654d5e21f276d6280226188142120d7f8ab5d64d6dfadab2b4015098 - build: h4554b19_1 + md5: 08d653b74ee2dec0131ad4259ffbb126 + sha256: f7b50b71840a5d8edd74a8bccf0c173ca2599bd136e366c35722272b4afa0500 + build: h6e2ebb7_2 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 2 license: HPND - size: 784271 - timestamp: 1694958528287 + size: 787430 + timestamp: 1695662030293 - platform: linux-64 name: libutf8proc version: 2.8.0 @@ -19495,23 +19831,23 @@ package: dependencies: - giflib >=5.2.1,<5.3.0a0 - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base 1.3.2.* - libwebp-base >=1.3.2,<2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.3.2-hdffd6e0_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.3.2-h658648e_1.conda hash: - md5: a8661c87c873d8c8f90479318ebf0a17 - sha256: 388a6393f080227040e18445592a234693a82b3146acbf14dbb23c6b3d6097f7 - build: hdffd6e0_0 + md5: 0ebb65e8d86843865796c7c95a941f34 + sha256: cc5e55531d8067ea379b145861aea8c749a545912bc016372f5e3c69cc925efd + build: h658648e_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 85770 - timestamp: 1694768175538 + size: 84938 + timestamp: 1696116247718 - platform: osx-64 name: libwebp version: 1.3.2 @@ -19519,23 +19855,23 @@ package: manager: conda dependencies: - giflib >=5.2.1,<5.3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base 1.3.2.* - libwebp-base >=1.3.2,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.3.2-h772a4e4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.3.2-h44782d1_1.conda hash: - md5: 59e6db0ea43fe838b55b7725547d352b - sha256: 13896f49cbbd202c83bafb9f33ba3dc767b643a9158da0d434f56e5ef328a781 - build: h772a4e4_0 + md5: 46d48ff2cd600a82db18d7b83471aa86 + sha256: 4d7e1efb76e398f578c5a3d0905c5eca1e4a93298aed6e2f7a10854f6671dfe8 + build: h44782d1_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 79631 - timestamp: 1694768620687 + size: 79587 + timestamp: 1696116409146 - platform: osx-arm64 name: libwebp version: 1.3.2 @@ -19543,23 +19879,23 @@ package: manager: conda dependencies: - giflib >=5.2.1,<5.3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base 1.3.2.* - libwebp-base >=1.3.2,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.3.2-h9393c0e_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.3.2-hf30222e_1.conda hash: - md5: 780574c3090b8ae4e4accd5b143cb98a - sha256: 4620dead7f7978eee6c6085696c353d4d4225780707f0a11aec9724ebf1e7608 - build: h9393c0e_0 + md5: a07cf7f5425eb51b79880fb66837200f + sha256: 5ee611009277c8aaef1a5355df6a05100e563735ec33ef019f6415db0b83d548 + build: hf30222e_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 81652 - timestamp: 1694768714492 + size: 81880 + timestamp: 1696116440536 - platform: win-64 name: libwebp version: 1.3.2 @@ -19754,6 +20090,24 @@ package: license_family: MIT size: 969788 timestamp: 1682083087243 +- platform: linux-64 + name: libxcrypt + version: 4.4.36 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + hash: + md5: 5aa797f8787fe7a17d1b0821485b5adc + sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c + build: hd590300_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: LGPL-2.1-or-later + size: 100393 + timestamp: 1702724383534 - platform: linux-64 name: libxkbcommon version: 1.6.0 @@ -19763,91 +20117,91 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.6.0-h5d7e998_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.6.0-hd429924_1.conda hash: - md5: d8edd0e29db6fb6b6988e1a28d35d994 - sha256: 6cd22602fe1517af411cfbf65babf1d6aad276100c2bce90d5e316214a602bbb - build: h5d7e998_0 + md5: 1dbcc04604fdf1e526e6d1b0b6938396 + sha256: 213a4c927618198fd5fb5e7b0a76b89310a9c04a3ea025d59771754ee8a89451 + build: hd429924_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT/X11 Derivative license_family: MIT - size: 573385 - timestamp: 1696808339408 + size: 574868 + timestamp: 1701352639132 - platform: linux-64 name: libxml2 - version: 2.11.5 + version: 2.12.3 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h0d562d8_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.3-h232c23b_0.conda hash: - md5: 558ab736404275d7df61c473c1af35aa - sha256: c33371629ed75e1e7c16b1129b8f3086a12e6bbe1a7132b9bbf5e6224464a37d - build: h0d562d8_0 + md5: bc6ac4c0cea148d924f621985bc3892b + sha256: 31dd757689a1a28e42021208b6c740e84bcfdfee213a39c9bcc0dfbc33acf7a5 + build: h232c23b_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 704980 - timestamp: 1691592864577 + size: 704325 + timestamp: 1702421185813 - platform: osx-64 name: libxml2 - version: 2.11.5 + version: 2.12.3 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.11.5-hd95e348_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.3-hc0ae0f7_0.conda hash: - md5: 757d93574044bbcd15c555d59dafadfa - sha256: c2b582a7fb21869aa8d72de50dac52857861b091e8016d84e96de48f44db630f - build: hd95e348_0 + md5: 959e8dad65f624a362546d96005e47f6 + sha256: c3d702cf3c8ba2fecbad3390e21f5e81413a8c46c85f949699a83b090e4340c0 + build: hc0ae0f7_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 623010 - timestamp: 1691593091301 + size: 620557 + timestamp: 1702421462396 - platform: osx-arm64 name: libxml2 - version: 2.11.5 + version: 2.12.3 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-he3bdae6_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.3-h0d0cfa8_0.conda hash: - md5: 2a3b45f84f55113ccfaf0ab6836152fa - sha256: add8ddef1e79ea52a9649cd2bc7135b0d49524acc0a92fd3b71ea97558f1be49 - build: he3bdae6_0 + md5: 84e330ed40b5bf8e95a65529ccb94a14 + sha256: c23c34af9037abc6749d59271fbdbb584f0cdcd87e17c2f011f099e63e0d7a7d + build: h0d0cfa8_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 615813 - timestamp: 1691593272628 + size: 587197 + timestamp: 1702421465671 - platform: win-64 name: libxml2 - version: 2.11.6 + version: 2.12.3 category: main manager: conda dependencies: @@ -19856,98 +20210,98 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.6-hc3477c8_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.3-hc3477c8_0.conda hash: - md5: 08ffbb4c22dd3622e122058368f8b708 - sha256: 6ed853ef69bf43998eacc6fd022d7ac170d9e2d3d273b0be0dc3da593fb0fc90 + md5: aaf98fb3bff9a03a3de8713f5f363107 + sha256: e3433de95f18cffa25162ef56b338c0e540d0f53b528a2b36e34d299a4a1a45a build: hc3477c8_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 1627582 - timestamp: 1700245325646 + size: 1753556 + timestamp: 1702421410496 - platform: linux-64 name: libxslt - version: 1.1.37 + version: 1.1.39 category: main manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.11.3,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.37-h0054252_1.conda + - libxml2 >=2.12.1,<2.13.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda hash: - md5: f27960e8873abb5476e96ef33bdbdccd - sha256: 98739c3a7e1f6a8fb05e0bf54784fec4dfa2a640e4680ad0efc5cb65f5581cc8 - build: h0054252_1 + md5: e71f31f8cfb0a91439f2086fc8aa0461 + sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 + build: h76b75d6_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 254144 - timestamp: 1684274866403 + size: 254297 + timestamp: 1701628814990 - platform: osx-64 name: libxslt - version: 1.1.37 + version: 1.1.39 category: main manager: conda dependencies: - - libxml2 >=2.11.3,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libxslt-1.1.37-h20bfa82_1.conda + - libxml2 >=2.12.1,<2.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libxslt-1.1.39-h03b04e6_0.conda hash: - md5: 177817e2ba32a7d5ffdfbcb876fd4f10 - sha256: 588c2b16f9f09e5cd86765d0e3ae83d9078cd89416f7453e939d22898280c009 - build: h20bfa82_1 + md5: a6e0cec6b3517ffc6b5d36a920fc9312 + sha256: decfc5614a10231a17543b7366616fb2d88c14be6dd9dd5ecde63aa9a5acfb9e + build: h03b04e6_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 230181 - timestamp: 1684275288335 + size: 231368 + timestamp: 1701628933115 - platform: osx-arm64 name: libxslt - version: 1.1.37 + version: 1.1.39 category: main manager: conda dependencies: - - libxml2 >=2.11.3,<2.12.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxslt-1.1.37-h1728932_1.conda + - libxml2 >=2.12.1,<2.13.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxslt-1.1.39-h223e5b9_0.conda hash: - md5: 8483366e7b7ed525a5d17ef81c26b1f4 - sha256: 2e4501c208ada1fbce18ffbcbcb50bc258d51ad314cae262cce091bab304ace5 - build: h1728932_1 + md5: 560c9cacc33e927f55b998eaa0cb1732 + sha256: 2f1d99ef3fb960f23a63f06cf65ee621a5594a8b4616f35d9805be44617a92af + build: h223e5b9_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 231472 - timestamp: 1684275322718 + size: 225705 + timestamp: 1701628966565 - platform: win-64 name: libxslt - version: 1.1.37 + version: 1.1.39 category: main manager: conda dependencies: - - libxml2 >=2.11.3,<2.12.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.37-h6070c61_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda hash: - md5: b9ed82b82e2f292f75f1af56f35f8c9f - sha256: 491c40fd21aae219cbdaaf8f2b2963ef3ebd73217d9007b15e2e65b0255925aa - build: h6070c61_1 + md5: 279ee338c9b34871d578cb3c7aa68f70 + sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa + build: h3df6e99_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 417075 - timestamp: 1684275271389 + size: 418542 + timestamp: 1701629338549 - platform: linux-64 name: libzip version: 1.10.1 @@ -20180,105 +20534,97 @@ package: timestamp: 1701222947083 - platform: linux-64 name: lxml - version: 4.9.3 + version: 5.1.0 category: main manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/lxml-4.9.3-py311h1a07684_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/lxml-5.1.0-py311h9691dec_0.conda hash: - md5: aab51e50d994e58efdfa5382139b0468 - sha256: 9ee461843278f695c5e301b4575e7dd02f69021e85023b62b17f7dfe2cd173e4 - build: py311h1a07684_1 + md5: cee803b62c62e5f3326be31e57161ff5 + sha256: 0a2564e7c742a47703dbee47b68a2a940aa24d45520bf112df7e9e261668b9fc + build: py311h9691dec_0 arch: x86_64 subdir: linux-64 - build_number: 1 - license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree - size: 1442817 - timestamp: 1695546963684 - purls: - - pkg:pypi/lxml + build_number: 0 + license: BSD-3-Clause and MIT-CMU + size: 1481646 + timestamp: 1704724500444 - platform: osx-64 name: lxml - version: 4.9.3 + version: 5.1.0 category: main manager: conda dependencies: - - libxml2 >=2.11.5,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/lxml-4.9.3-py311h19a211c_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/lxml-5.1.0-py311h033124e_0.conda hash: - md5: d3687d6ebe20ef8bf959dba786cdb28e - sha256: df952e80dc9ca98fbff11c2627288808135b51d18fc363a102f3e58eac8b4113 - build: py311h19a211c_1 + md5: a51536739fd59cc6d2b29be4441a2699 + sha256: 58a9e27be1661e1ed882ef4674af46e1bf3850d4925a6541b23c4020f3f30e7a + build: py311h033124e_0 arch: x86_64 subdir: osx-64 - build_number: 1 - license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree - size: 1320874 - timestamp: 1695547137521 - purls: - - pkg:pypi/lxml + build_number: 0 + license: BSD-3-Clause and MIT-CMU + size: 1271974 + timestamp: 1704725131718 - platform: osx-arm64 name: lxml - version: 4.9.3 + version: 5.1.0 category: main manager: conda dependencies: - - libxml2 >=2.11.5,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lxml-4.9.3-py311hbafe683_1.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lxml-5.1.0-py312h9bf3b9e_0.conda hash: - md5: 5cfed11a5103844a5654446cf4d3f42a - sha256: e7ac6818b94242a5a1800a66d362a5e0262473e2399e731dd2061737b88c09b5 - build: py311hbafe683_1 + md5: ff623d12bba9a6a4e892fa17c2a35d0b + sha256: 89272ef9521c8a859ef6396585e313a1f085a9d85e1579d36660b5966f43e588 + build: py312h9bf3b9e_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree - size: 1310600 - timestamp: 1695547312515 - purls: - - pkg:pypi/lxml + build_number: 0 + license: BSD-3-Clause and MIT-CMU + size: 1223959 + timestamp: 1704724844405 - platform: win-64 name: lxml - version: 4.9.3 + version: 5.1.0 category: main manager: conda dependencies: - - libxml2 >=2.11.6,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lxml-4.9.3-py311h750ae06_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/lxml-5.1.0-py311h064e5ff_0.conda hash: - md5: b0dcee5499243432adbd3a75b1b4dc7b - sha256: 79861bde6ce81d4e5fedbe67e957db547cd1c0ac76187bb7bee628674907cc2b - build: py311h750ae06_3 + md5: a467e9bc8399a76a705352ab7c6f24ae + sha256: 7b7ca15be89bd56708bb6504168dbb4b7e7c3a5f9b5d08288388ffbb815d3512 + build: py311h064e5ff_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: BSD-3-Clause and MIT-CMU - size: 1031523 - timestamp: 1702644577540 - purls: - - pkg:pypi/lxml + size: 1111835 + timestamp: 1704724965701 - platform: linux-64 name: lz4-c version: 1.9.4 @@ -20555,8 +20901,6 @@ package: noarch: python size: 38684 timestamp: 1696563711967 - purls: - - pkg:pypi/mapclassify - platform: osx-64 name: mapclassify version: 2.6.1 @@ -20582,8 +20926,6 @@ package: noarch: python size: 38684 timestamp: 1696563711967 - purls: - - pkg:pypi/mapclassify - platform: osx-arm64 name: mapclassify version: 2.6.1 @@ -20609,8 +20951,6 @@ package: noarch: python size: 38684 timestamp: 1696563711967 - purls: - - pkg:pypi/mapclassify - platform: win-64 name: mapclassify version: 2.6.1 @@ -20636,8 +20976,6 @@ package: noarch: python size: 38684 timestamp: 1696563711967 - purls: - - pkg:pypi/mapclassify - platform: linux-64 name: markdown-it-py version: 3.0.0 @@ -20659,8 +20997,6 @@ package: noarch: python size: 64356 timestamp: 1686175179621 - purls: - - pkg:pypi/markdown-it-py - platform: osx-64 name: markdown-it-py version: 3.0.0 @@ -20682,8 +21018,6 @@ package: noarch: python size: 64356 timestamp: 1686175179621 - purls: - - pkg:pypi/markdown-it-py - platform: osx-arm64 name: markdown-it-py version: 3.0.0 @@ -20705,8 +21039,6 @@ package: noarch: python size: 64356 timestamp: 1686175179621 - purls: - - pkg:pypi/markdown-it-py - platform: win-64 name: markdown-it-py version: 3.0.0 @@ -20728,8 +21060,6 @@ package: noarch: python size: 64356 timestamp: 1686175179621 - purls: - - pkg:pypi/markdown-it-py - platform: linux-64 name: markupsafe version: 2.1.3 @@ -20753,8 +21083,6 @@ package: license_family: BSD size: 27174 timestamp: 1695367575909 - purls: - - pkg:pypi/markupsafe - platform: osx-64 name: markupsafe version: 2.1.3 @@ -20777,22 +21105,20 @@ package: license_family: BSD size: 25917 timestamp: 1695367980802 - purls: - - pkg:pypi/markupsafe - platform: osx-arm64 name: markupsafe version: 2.1.3 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py311heffc1b2_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py312h02f2b3b_1.conda hash: - md5: 5a7b68cb9eea46bea31aaf2d11d0dd2f - sha256: 307c1e3b2e4a2a992a6c94975910adff88cc523e2c9a41e81b2d506d8c9e7359 - build: py311heffc1b2_1 + md5: b96439c0c4c8b5e098629d1a4211a996 + sha256: 5d1505cbc95f7c41c229e7e7db61e1faf9fcd174d8f09debbf113fe7ee174062 + build: py312h02f2b3b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 @@ -20800,10 +21126,8 @@ package: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 26764 - timestamp: 1695368008221 - purls: - - pkg:pypi/markupsafe + size: 26318 + timestamp: 1695368020481 - platform: win-64 name: markupsafe version: 2.1.3 @@ -20829,8 +21153,6 @@ package: license_family: BSD size: 29466 timestamp: 1695367841578 - purls: - - pkg:pypi/markupsafe - platform: linux-64 name: matplotlib version: 3.8.2 @@ -20883,21 +21205,21 @@ package: manager: conda dependencies: - matplotlib-base >=3.8.2,<3.8.3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - tornado >=5 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.8.2-py311ha1ab1f8_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.8.2-py312h1f38498_0.conda hash: - md5: 5f6939c9d4badfeeea1d98ccc9041d89 - sha256: e2a6419cfcba1a514a24c74e57e17e39ac8b15a3856ae9f23bd4c3d0e0ddd0fb - build: py311ha1ab1f8_0 + md5: 0c50bc2f5653c04ae9e0df27f1be152f + sha256: 61f6b238aa0ec100c3226c25e4bf9ff9854ac99b7fc035fca628ae0e5ae6b637 + build: py312h1f38498_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: PSF-2.0 license_family: PSF - size: 8587 - timestamp: 1700510516179 + size: 8539 + timestamp: 1700510200819 - platform: win-64 name: matplotlib version: 3.8.2 @@ -20956,8 +21278,6 @@ package: license_family: PSF size: 7938458 timestamp: 1700509663523 - purls: - - pkg:pypi/matplotlib - platform: osx-64 name: matplotlib-base version: 3.8.2 @@ -20993,8 +21313,6 @@ package: license_family: PSF size: 7954253 timestamp: 1700509977029 - purls: - - pkg:pypi/matplotlib - platform: osx-arm64 name: matplotlib-base version: 3.8.2 @@ -21010,28 +21328,26 @@ package: - kiwisolver >=1.3.1 - libcxx >=16.0.6 - numpy >=1.21,<2 - - numpy >=1.23.5,<2.0a0 + - numpy >=1.26.0,<2.0a0 - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.8.2-py311hfdba5f6_0.conda + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.8.2-py312hba9b818_0.conda hash: - md5: 2531c01b5d6066fb5283639d7a923779 - sha256: fa0ca87917aa449f7d7d6fb3941d0b01e0e9712342a9891af5540647f3398ece - build: py311hfdba5f6_0 + md5: 1f91c58bfc318e787bf75b8812f36ac1 + sha256: 4bc2d68ed1a4a5fba56f82d54a60e76d3efbb59e11db5ed32fce58e2662fa20a + build: py312hba9b818_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: PSF-2.0 license_family: PSF - size: 7818264 - timestamp: 1700510455803 - purls: - - pkg:pypi/matplotlib + size: 7670437 + timestamp: 1700510147759 - platform: win-64 name: matplotlib-base version: 3.8.2 @@ -21067,8 +21383,6 @@ package: license_family: PSF size: 7700145 timestamp: 1700509958077 - purls: - - pkg:pypi/matplotlib - platform: linux-64 name: matplotlib-inline version: 0.1.6 @@ -21090,8 +21404,6 @@ package: noarch: python size: 12273 timestamp: 1660814913405 - purls: - - pkg:pypi/matplotlib-inline - platform: osx-64 name: matplotlib-inline version: 0.1.6 @@ -21113,8 +21425,6 @@ package: noarch: python size: 12273 timestamp: 1660814913405 - purls: - - pkg:pypi/matplotlib-inline - platform: osx-arm64 name: matplotlib-inline version: 0.1.6 @@ -21136,8 +21446,6 @@ package: noarch: python size: 12273 timestamp: 1660814913405 - purls: - - pkg:pypi/matplotlib-inline - platform: win-64 name: matplotlib-inline version: 0.1.6 @@ -21159,8 +21467,6 @@ package: noarch: python size: 12273 timestamp: 1660814913405 - purls: - - pkg:pypi/matplotlib-inline - platform: linux-64 name: mdurl version: 0.1.2 @@ -21181,8 +21487,6 @@ package: noarch: python size: 14680 timestamp: 1704317789138 - purls: - - pkg:pypi/mdurl - platform: osx-64 name: mdurl version: 0.1.2 @@ -21203,8 +21507,6 @@ package: noarch: python size: 14680 timestamp: 1704317789138 - purls: - - pkg:pypi/mdurl - platform: osx-arm64 name: mdurl version: 0.1.2 @@ -21225,8 +21527,6 @@ package: noarch: python size: 14680 timestamp: 1704317789138 - purls: - - pkg:pypi/mdurl - platform: win-64 name: mdurl version: 0.1.2 @@ -21247,27 +21547,25 @@ package: noarch: python size: 14680 timestamp: 1704317789138 - purls: - - pkg:pypi/mdurl - platform: linux-64 name: metis - version: 5.1.1 + version: 5.1.0 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/metis-5.1.1-h59595ed_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/metis-5.1.0-h59595ed_1007.conda hash: - md5: 9ba5910c34210e7ad60736d172bbcd4c - sha256: d8b9f76bb61ee19217f263824f1c6534e606313a84fbfdb3715b572e1f14aa3f - build: h59595ed_2 + md5: 40ccb8318df2500f83bd868dd8fcd201 + sha256: 446bf794497284e2ffa28ab9191d70c38d372c51e3fd073f0d8b35efb51e7e02 + build: h59595ed_1007 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 1007 license: Apache-2.0 license_family: APACHE - size: 3921996 - timestamp: 1698847331492 + size: 3890263 + timestamp: 1693402645559 - platform: osx-64 name: metis version: 5.1.1 @@ -21308,7 +21606,7 @@ package: timestamp: 1698847750729 - platform: linux-64 name: minizip - version: 4.0.3 + version: 4.0.4 category: main manager: conda dependencies: @@ -21317,73 +21615,71 @@ package: - libiconv >=1.17,<2.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.3-h0ab5242_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.4-h0ab5242_0.conda hash: - md5: 3f9b5f4400be3cee11b426a8cd653b7c - sha256: cf33c24fa8375d17fad4e1da631b4c2e8ed9a109480fa45c82fbfa2a7c5bdd41 + md5: 813bc75d9c33ddd9c9d5b8d9c560e152 + sha256: e25d24c4841aa85ed2153f826ae58e56ae4d12704fd9e52005a3d7edfeb3b95a build: h0ab5242_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Zlib license_family: Other - size: 92378 - timestamp: 1699930958451 + size: 91696 + timestamp: 1703874701383 - platform: osx-64 name: minizip - version: 4.0.3 + version: 4.0.4 category: main manager: conda dependencies: - - __osx >=10.9 - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.3-h23f18a7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.4-h37d7099_0.conda hash: - md5: 2facac17555d3078a0abfbe20a331086 - sha256: 779cdb3ee14c653b6094414c251164b2398e50b825ba44455c67e7deeb6e48e1 - build: h23f18a7_0 + md5: 36eb00b2cad8e12ee18683dbd15aeba6 + sha256: c0be39fda07d913da8dbedc15306a1452780890822a8c04dcc8f46b533ca2908 + build: h37d7099_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Zlib license_family: Other - size: 78841 - timestamp: 1699931181751 + size: 78578 + timestamp: 1703874953968 - platform: osx-arm64 name: minizip - version: 4.0.3 + version: 4.0.4 category: main manager: conda dependencies: - - __osx >=10.9 - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.3-hd5cad61_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.4-hc35e051_0.conda hash: - md5: 8f1bf9ea12bca129b7a3d49eec9efd76 - sha256: 9db88831aa3485d98cad155d989d4de45edfec13e6cbe81b0093ba7e6ba8817d - build: hd5cad61_0 + md5: 293ad87f065d0e1dc011ccafeb1bb0be + sha256: 0fbf65095148cfe9dab8b32b533b3d2752a66bbf459816345773ed73844a448b + build: hc35e051_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Zlib license_family: Other - size: 77965 - timestamp: 1699931186188 + size: 78452 + timestamp: 1703874960663 - platform: win-64 name: minizip version: 4.0.4 @@ -21429,8 +21725,6 @@ package: noarch: python size: 66022 timestamp: 1698947249750 - purls: - - pkg:pypi/mistune - platform: osx-64 name: mistune version: 3.0.2 @@ -21451,8 +21745,6 @@ package: noarch: python size: 66022 timestamp: 1698947249750 - purls: - - pkg:pypi/mistune - platform: osx-arm64 name: mistune version: 3.0.2 @@ -21473,8 +21765,6 @@ package: noarch: python size: 66022 timestamp: 1698947249750 - purls: - - pkg:pypi/mistune - platform: win-64 name: mistune version: 3.0.2 @@ -21495,8 +21785,6 @@ package: noarch: python size: 66022 timestamp: 1698947249750 - purls: - - pkg:pypi/mistune - platform: win-64 name: mkl version: 2024.0.0 @@ -21537,8 +21825,6 @@ package: noarch: python size: 33581 timestamp: 1689092227859 - purls: - - pkg:pypi/mock - platform: osx-64 name: mock version: 5.1.0 @@ -21559,8 +21845,6 @@ package: noarch: python size: 33581 timestamp: 1689092227859 - purls: - - pkg:pypi/mock - platform: osx-arm64 name: mock version: 5.1.0 @@ -21581,8 +21865,6 @@ package: noarch: python size: 33581 timestamp: 1689092227859 - purls: - - pkg:pypi/mock - platform: win-64 name: mock version: 5.1.0 @@ -21603,8 +21885,6 @@ package: noarch: python size: 33581 timestamp: 1689092227859 - purls: - - pkg:pypi/mock - platform: linux-64 name: more-itertools version: 10.2.0 @@ -21625,8 +21905,6 @@ package: noarch: python size: 54469 timestamp: 1704738585811 - purls: - - pkg:pypi/more-itertools - platform: osx-64 name: more-itertools version: 10.2.0 @@ -21647,8 +21925,6 @@ package: noarch: python size: 54469 timestamp: 1704738585811 - purls: - - pkg:pypi/more-itertools - platform: osx-arm64 name: more-itertools version: 10.2.0 @@ -21669,8 +21945,6 @@ package: noarch: python size: 54469 timestamp: 1704738585811 - purls: - - pkg:pypi/more-itertools - platform: win-64 name: more-itertools version: 10.2.0 @@ -21691,8 +21965,6 @@ package: noarch: python size: 54469 timestamp: 1704738585811 - purls: - - pkg:pypi/more-itertools - platform: linux-64 name: mpfr version: 4.2.1 @@ -21807,8 +22079,6 @@ package: noarch: python size: 14782 timestamp: 1677278842704 - purls: - - pkg:pypi/multimethod - platform: osx-64 name: multimethod version: 1.9.1 @@ -21829,8 +22099,6 @@ package: noarch: python size: 14782 timestamp: 1677278842704 - purls: - - pkg:pypi/multimethod - platform: osx-arm64 name: multimethod version: 1.9.1 @@ -21851,8 +22119,6 @@ package: noarch: python size: 14782 timestamp: 1677278842704 - purls: - - pkg:pypi/multimethod - platform: win-64 name: multimethod version: 1.9.1 @@ -21873,96 +22139,6 @@ package: noarch: python size: 14782 timestamp: 1677278842704 - purls: - - pkg:pypi/multimethod -- platform: linux-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch -- platform: osx-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch -- platform: osx-arm64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch -- platform: win-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch - platform: linux-64 name: munkres version: 1.1.4 @@ -22098,22 +22274,22 @@ package: dependencies: - mypy_extensions >=1.0.0 - psutil >=4.0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - typing_extensions >=4.1.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py312he37b823_0.conda hash: - md5: 93010b2e72e263002f6c60dc1c1f7e1d - sha256: e31c811f99b842020350f9df6c6e4b5e2bf07353fee3cc0029c655e8980d9431 - build: py311h05b510d_0 + md5: eae2be4e02d634f5d2d07fb5f3c1c5e1 + sha256: 11907d3543c1d14ebac907df3abb4c4506c80c7adcf71b9ed7dbae067b36bad9 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 9655583 - timestamp: 1703185105616 + size: 9507136 + timestamp: 1703185473570 - platform: win-64 name: mypy version: 1.8.0 @@ -22160,8 +22336,6 @@ package: noarch: python size: 10492 timestamp: 1675543414256 - purls: - - pkg:pypi/mypy-extensions - platform: osx-64 name: mypy_extensions version: 1.0.0 @@ -22182,8 +22356,6 @@ package: noarch: python size: 10492 timestamp: 1675543414256 - purls: - - pkg:pypi/mypy-extensions - platform: osx-arm64 name: mypy_extensions version: 1.0.0 @@ -22204,8 +22376,6 @@ package: noarch: python size: 10492 timestamp: 1675543414256 - purls: - - pkg:pypi/mypy-extensions - platform: win-64 name: mypy_extensions version: 1.0.0 @@ -22226,8 +22396,6 @@ package: noarch: python size: 10492 timestamp: 1675543414256 - purls: - - pkg:pypi/mypy-extensions - platform: linux-64 name: mysql-common version: 8.0.33 @@ -22375,8 +22543,6 @@ package: noarch: python size: 64852 timestamp: 1684791049212 - purls: - - pkg:pypi/nbclient - platform: osx-64 name: nbclient version: 0.8.0 @@ -22401,8 +22567,6 @@ package: noarch: python size: 64852 timestamp: 1684791049212 - purls: - - pkg:pypi/nbclient - platform: osx-arm64 name: nbclient version: 0.8.0 @@ -22427,8 +22591,6 @@ package: noarch: python size: 64852 timestamp: 1684791049212 - purls: - - pkg:pypi/nbclient - platform: win-64 name: nbclient version: 0.8.0 @@ -22453,8 +22615,6 @@ package: noarch: python size: 64852 timestamp: 1684791049212 - purls: - - pkg:pypi/nbclient - platform: linux-64 name: nbconvert-core version: 7.14.1 @@ -22490,6 +22650,7 @@ package: - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 license: BSD-3-Clause + license_family: BSD noarch: python size: 187581 timestamp: 1704987233996 @@ -22528,6 +22689,7 @@ package: - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 license: BSD-3-Clause + license_family: BSD noarch: python size: 187581 timestamp: 1704987233996 @@ -22566,6 +22728,7 @@ package: - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 license: BSD-3-Clause + license_family: BSD noarch: python size: 187581 timestamp: 1704987233996 @@ -22604,6 +22767,7 @@ package: - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 license: BSD-3-Clause + license_family: BSD noarch: python size: 187581 timestamp: 1704987233996 @@ -22631,8 +22795,6 @@ package: noarch: python size: 100446 timestamp: 1690815009867 - purls: - - pkg:pypi/nbformat - platform: osx-64 name: nbformat version: 5.9.2 @@ -22657,8 +22819,6 @@ package: noarch: python size: 100446 timestamp: 1690815009867 - purls: - - pkg:pypi/nbformat - platform: osx-arm64 name: nbformat version: 5.9.2 @@ -22683,8 +22843,6 @@ package: noarch: python size: 100446 timestamp: 1690815009867 - purls: - - pkg:pypi/nbformat - platform: win-64 name: nbformat version: 5.9.2 @@ -22709,8 +22867,6 @@ package: noarch: python size: 100446 timestamp: 1690815009867 - purls: - - pkg:pypi/nbformat - platform: linux-64 name: ncurses version: '6.4' @@ -22785,8 +22941,6 @@ package: noarch: python size: 11630 timestamp: 1697083896431 - purls: - - pkg:pypi/nest-asyncio - platform: osx-64 name: nest-asyncio version: 1.5.8 @@ -22807,8 +22961,6 @@ package: noarch: python size: 11630 timestamp: 1697083896431 - purls: - - pkg:pypi/nest-asyncio - platform: osx-arm64 name: nest-asyncio version: 1.5.8 @@ -22829,8 +22981,6 @@ package: noarch: python size: 11630 timestamp: 1697083896431 - purls: - - pkg:pypi/nest-asyncio - platform: win-64 name: nest-asyncio version: 1.5.8 @@ -22851,8 +23001,6 @@ package: noarch: python size: 11630 timestamp: 1697083896431 - purls: - - pkg:pypi/nest-asyncio - platform: linux-64 name: networkx version: 3.2.1 @@ -22878,8 +23026,6 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 - purls: - - pkg:pypi/networkx - platform: osx-64 name: networkx version: 3.2.1 @@ -22905,8 +23051,6 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 - purls: - - pkg:pypi/networkx - platform: osx-arm64 name: networkx version: 3.2.1 @@ -22932,8 +23076,6 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 - purls: - - pkg:pypi/networkx - platform: win-64 name: networkx version: 3.2.1 @@ -22959,8 +23101,6 @@ package: noarch: python size: 1149552 timestamp: 1698504905258 - purls: - - pkg:pypi/networkx - platform: linux-64 name: nh3 version: 0.2.15 @@ -22982,8 +23122,6 @@ package: license_family: MIT size: 621909 timestamp: 1701974756466 - purls: - - pkg:pypi/nh3 - platform: osx-64 name: nh3 version: 0.2.15 @@ -23004,31 +23142,27 @@ package: license_family: MIT size: 547589 timestamp: 1701974970422 - purls: - - pkg:pypi/nh3 - platform: osx-arm64 name: nh3 version: 0.2.15 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py311h94f323b_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py312h5280bc4_0.conda hash: - md5: 21c870df3567f6cdfceee7360e6591eb - sha256: 2da7ef9cdd56243ef0fe8627064c52763fac2205d43e5af7f10939200e4e026f - build: py311h94f323b_0 + md5: dd5eecd5fe445fc0c0c05be841c9d012 + sha256: c33e7acd89ff0f34209e746bd5c1a4216938520282c334fde7e1a32db2bb86ab + build: py312h5280bc4_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 603372 - timestamp: 1701975309271 - purls: - - pkg:pypi/nh3 + size: 602780 + timestamp: 1701975343669 - platform: win-64 name: nh3 version: 0.2.15 @@ -23049,8 +23183,6 @@ package: license_family: MIT size: 493281 timestamp: 1701975459413 - purls: - - pkg:pypi/nh3 - platform: linux-64 name: nitro version: 2.7.dev8 @@ -23236,8 +23368,6 @@ package: noarch: python size: 92820 timestamp: 1580623268425 - purls: - - pkg:pypi/nose2 - platform: osx-64 name: nose2 version: 0.9.2 @@ -23260,8 +23390,6 @@ package: noarch: python size: 92820 timestamp: 1580623268425 - purls: - - pkg:pypi/nose2 - platform: osx-arm64 name: nose2 version: 0.9.2 @@ -23284,8 +23412,6 @@ package: noarch: python size: 92820 timestamp: 1580623268425 - purls: - - pkg:pypi/nose2 - platform: win-64 name: nose2 version: 0.9.2 @@ -23308,8 +23434,6 @@ package: noarch: python size: 92820 timestamp: 1580623268425 - purls: - - pkg:pypi/nose2 - platform: linux-64 name: notebook-shim version: 0.2.3 @@ -23331,8 +23455,6 @@ package: noarch: python size: 16783 timestamp: 1682360712235 - purls: - - pkg:pypi/notebook-shim - platform: osx-64 name: notebook-shim version: 0.2.3 @@ -23354,8 +23476,6 @@ package: noarch: python size: 16783 timestamp: 1682360712235 - purls: - - pkg:pypi/notebook-shim - platform: osx-arm64 name: notebook-shim version: 0.2.3 @@ -23377,8 +23497,6 @@ package: noarch: python size: 16783 timestamp: 1682360712235 - purls: - - pkg:pypi/notebook-shim - platform: win-64 name: notebook-shim version: 0.2.3 @@ -23400,8 +23518,6 @@ package: noarch: python size: 16783 timestamp: 1682360712235 - purls: - - pkg:pypi/notebook-shim - platform: linux-64 name: nspr version: '4.35' @@ -23555,8 +23671,6 @@ package: license_family: BSD size: 8192083 timestamp: 1704280748704 - purls: - - pkg:pypi/numpy - platform: osx-64 name: numpy version: 1.26.3 @@ -23583,8 +23697,6 @@ package: license_family: BSD size: 7551883 timestamp: 1704281405307 - purls: - - pkg:pypi/numpy - platform: osx-arm64 name: numpy version: 1.26.3 @@ -23595,14 +23707,14 @@ package: - libcblas >=3.9.0,<4.0a0 - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.3-py311h7125741_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.3-py312h8442bc7_0.conda hash: - md5: 13f78850d667ea2761b6d77294a9793b - sha256: 3b219a60de76c9c6d451353ad3f284aaa58c678d490d81dd6ecbe374844f4faf - build: py311h7125741_0 + md5: bb3fc436e78e8bc43af8c672079749ea + sha256: bdd17ab28470b805dcef9d2298266e802107052781fbb1050e2fec2860c69abf + build: py312h8442bc7_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -23610,10 +23722,8 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 6753221 - timestamp: 1704281444008 - purls: - - pkg:pypi/numpy + size: 6104818 + timestamp: 1704281458036 - platform: win-64 name: numpy version: 1.26.3 @@ -23642,8 +23752,6 @@ package: license_family: BSD size: 7092012 timestamp: 1704281575150 - purls: - - pkg:pypi/numpy - platform: linux-64 name: ocl-icd version: 2.3.1 @@ -23684,8 +23792,6 @@ package: noarch: python size: 11191 timestamp: 1643466937157 - purls: - - pkg:pypi/openapi-schema-validator - platform: osx-64 name: openapi-schema-validator version: 0.2.3 @@ -23707,8 +23813,6 @@ package: noarch: python size: 11191 timestamp: 1643466937157 - purls: - - pkg:pypi/openapi-schema-validator - platform: osx-arm64 name: openapi-schema-validator version: 0.2.3 @@ -23730,8 +23834,6 @@ package: noarch: python size: 11191 timestamp: 1643466937157 - purls: - - pkg:pypi/openapi-schema-validator - platform: win-64 name: openapi-schema-validator version: 0.2.3 @@ -23753,8 +23855,6 @@ package: noarch: python size: 11191 timestamp: 1643466937157 - purls: - - pkg:pypi/openapi-schema-validator - platform: linux-64 name: openapi-spec-validator version: 0.4.0 @@ -23779,8 +23879,6 @@ package: noarch: python size: 29115 timestamp: 1656021470538 - purls: - - pkg:pypi/openapi-spec-validator - platform: osx-64 name: openapi-spec-validator version: 0.4.0 @@ -23805,8 +23903,6 @@ package: noarch: python size: 29115 timestamp: 1656021470538 - purls: - - pkg:pypi/openapi-spec-validator - platform: osx-arm64 name: openapi-spec-validator version: 0.4.0 @@ -23831,8 +23927,6 @@ package: noarch: python size: 29115 timestamp: 1656021470538 - purls: - - pkg:pypi/openapi-spec-validator - platform: win-64 name: openapi-spec-validator version: 0.4.0 @@ -23857,8 +23951,6 @@ package: noarch: python size: 29115 timestamp: 1656021470538 - purls: - - pkg:pypi/openapi-spec-validator - platform: win-64 name: openblas version: 0.3.25 @@ -23993,71 +24085,71 @@ package: size: 590466 - platform: linux-64 name: openssl - version: 3.1.4 + version: 3.2.0 category: main manager: conda dependencies: - ca-certificates - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.4-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.0-hd590300_1.conda hash: - md5: 412ba6938c3e2abaca8b1129ea82e238 - sha256: d15b3e83ce66c6f6fbb4707f2f5c53337124c01fb03bfda1cf25c5b41123efc7 - build: hd590300_0 + md5: 603827b39ea2b835268adb8c821b8570 + sha256: 80efc6f429bd8e622d999652e5cba2ca56fcdb9c16a439d2ce9b4313116e4a87 + build: hd590300_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2648006 - timestamp: 1698164814626 + size: 2854103 + timestamp: 1701162437033 - platform: osx-64 name: openssl - version: 3.1.4 + version: 3.2.0 category: main manager: conda dependencies: - ca-certificates - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.4-hd75f5a5_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.0-hd75f5a5_1.conda hash: - md5: bc9201da6eb1e0df4107901df5371347 - sha256: 1c436103a8de0dc82c9c56974badaa1b8b8f8cd9f37c2766bd50cd9899720f6b - build: hd75f5a5_0 + md5: 06cb561619487c88891839b9beb5244c + sha256: 99161bf349f5dc80322f2a2c188588d11efa662566e4e19f2ac0a36d9fa3de25 + build: hd75f5a5_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2320542 - timestamp: 1698165459976 + size: 2508164 + timestamp: 1701163123673 - platform: osx-arm64 name: openssl - version: 3.1.4 + version: 3.2.0 category: main manager: conda dependencies: - ca-certificates - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.4-h0d3ecfb_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.0-h0d3ecfb_1.conda hash: - md5: 5a89552fececf4cd99628318ccbb67a3 - sha256: 3c715b1d4940c7ad6065935db18924b85a54048dde066f963cfc250340639457 - build: h0d3ecfb_0 + md5: 47d16d26100f19ca495882882b7bc93b + sha256: a53e1c6c058b621fd1d13cca6f9cccd534d2b3f4b4ac789fe26f7902031d6c41 + build: h0d3ecfb_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2147225 - timestamp: 1698164947105 + size: 2856233 + timestamp: 1701162541844 - platform: win-64 name: openssl - version: 3.1.4 + version: 3.2.0 category: main manager: conda dependencies: @@ -24065,103 +24157,103 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.4-hcfcfb64_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.0-hcfcfb64_1.conda hash: - md5: 2eebbc64373a1c6db62ad23304e9678e - sha256: e30b7f55c27d06e3322876c9433a3522e751d06a40b3bb6c4f8b4bcd781a3794 - build: hcfcfb64_0 + md5: d10167022f99bad12ee07dea022d5830 + sha256: 373b9671173ef3413d2a95f3781176b818db904ba82298f8447b9658d71e2cc9 + build: hcfcfb64_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 7427765 - timestamp: 1698166937344 + size: 8248125 + timestamp: 1701164404616 - platform: linux-64 name: orc - version: 1.9.0 + version: 1.9.2 category: main manager: conda dependencies: - libgcc-ng >=12 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.1.10,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h208142c_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h4b38347_0.conda hash: - md5: f983ae19192439116ca5b5589560f167 - sha256: 591fbeb2cf01406f649bbc78c73da682bfb5e34375c63259748aabb6e6a8b38d - build: h208142c_3 + md5: 6e6f990b097d3e237e18a8e321d08484 + sha256: a06dd76bc0f2f99f5db5e348298c906007c3aa9e31b963f71d16e63f770b900b + build: h4b38347_0 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 1017338 - timestamp: 1696768703004 + size: 1018308 + timestamp: 1700372809593 - platform: osx-64 name: orc - version: 1.9.0 + version: 1.9.2 category: main manager: conda dependencies: - __osx >=10.13 - __osx >=10.9 - libcxx >=16.0.6 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.1.10,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-hb037d9a_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.2-h9ab30d4_0.conda hash: - md5: 6f7bea3c994dc0308d467ca3871ead7f - sha256: b41971a64f3d12b5dd8024dc93382d30431c9fb9d42c47e96db65b528537e686 - build: hb037d9a_3 + md5: 8fb76f7b135aec885cfe47c52b2eb4b5 + sha256: a948db80c0b756db07abce1972d6b8d1a08a7ced5a687b02435348c81443de08 + build: h9ab30d4_0 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 423379 - timestamp: 1696768921701 + size: 423917 + timestamp: 1700373043647 - platform: osx-arm64 name: orc - version: 1.9.0 + version: 1.9.2 category: main manager: conda dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.1.10,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.0-hcd02cb2_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.2-h7c018df_0.conda hash: - md5: f641dc4341fc504ef31923bf5ded9782 - sha256: 745ae7b01053f2602e136d30e303ab3946f2706b502cff795b5cc18e7d17ae2f - build: hcd02cb2_3 + md5: 1ef4159e9686d95ce8ea9f1d4d999f29 + sha256: b1ad0f09dc69a8956079371d9853534f991f8311352e4e21503e6e5d20e4017b + build: h7c018df_0 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 405788 - timestamp: 1696768918785 + size: 405599 + timestamp: 1700373052638 - platform: win-64 name: orc - version: 1.9.0 + version: 1.9.2 category: main manager: conda dependencies: - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.1.10,<2.0a0 @@ -24169,18 +24261,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-hd95f75e_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.2-hf0b6bd4_0.conda hash: - md5: 7886f9102401c5e697187c05821cea23 - sha256: faf72cde79571b475a77fc036a62f73cf270b03dbfc1fbe6f6a785464b656245 - build: hd95f75e_3 + md5: 29af097d73ea38cf72e666ec90e0044e + sha256: 14d81cf427dec751709b86b4d501388f2a51ea8851f73d82116865bf4cca2667 + build: hf0b6bd4_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 881734 - timestamp: 1696768993450 + size: 884906 + timestamp: 1700373245961 - platform: linux-64 name: overrides version: 7.4.0 @@ -24290,8 +24382,6 @@ package: noarch: python size: 138777 timestamp: 1699364246060 - purls: - - pkg:pypi/owslib - platform: osx-64 name: owslib version: 0.29.3 @@ -24317,8 +24407,6 @@ package: noarch: python size: 138777 timestamp: 1699364246060 - purls: - - pkg:pypi/owslib - platform: osx-arm64 name: owslib version: 0.29.3 @@ -24344,8 +24432,6 @@ package: noarch: python size: 138777 timestamp: 1699364246060 - purls: - - pkg:pypi/owslib - platform: win-64 name: owslib version: 0.29.3 @@ -24371,8 +24457,6 @@ package: noarch: python size: 138777 timestamp: 1699364246060 - purls: - - pkg:pypi/owslib - platform: linux-64 name: packaging version: '23.2' @@ -24393,8 +24477,6 @@ package: noarch: python size: 49452 timestamp: 1696202521121 - purls: - - pkg:pypi/packaging - platform: osx-64 name: packaging version: '23.2' @@ -24415,8 +24497,6 @@ package: noarch: python size: 49452 timestamp: 1696202521121 - purls: - - pkg:pypi/packaging - platform: osx-arm64 name: packaging version: '23.2' @@ -24437,8 +24517,6 @@ package: noarch: python size: 49452 timestamp: 1696202521121 - purls: - - pkg:pypi/packaging - platform: win-64 name: packaging version: '23.2' @@ -24459,8 +24537,6 @@ package: noarch: python size: 49452 timestamp: 1696202521121 - purls: - - pkg:pypi/packaging - platform: linux-64 name: pandas version: 2.1.4 @@ -24521,25 +24597,25 @@ package: dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython + - numpy >=1.26.2,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py311h6e08293_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py312h9e53831_0.conda hash: - md5: 5130445e7fe8465365dab3ed3694c770 - sha256: fa6c79cf5252c22ef8141a405ea9650ea9df2d6436c003b279086e146eaef1e5 - build: py311h6e08293_0 + md5: e85369cef4da4eb9e9c44fcc3f43c62b + sha256: 0262d7d91d74b8f41c5b051b58b4159d8a9f2a226e4f90157368a85eeabb05be + build: py312h9e53831_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14300774 - timestamp: 1702058260980 + size: 13892865 + timestamp: 1702058090296 - platform: win-64 name: pandas version: 2.1.4 @@ -24923,8 +24999,6 @@ package: noarch: python size: 11627 timestamp: 1631603397334 - purls: - - pkg:pypi/pandocfilters - platform: osx-64 name: pandocfilters version: 1.5.0 @@ -24945,8 +25019,6 @@ package: noarch: python size: 11627 timestamp: 1631603397334 - purls: - - pkg:pypi/pandocfilters - platform: osx-arm64 name: pandocfilters version: 1.5.0 @@ -24967,8 +25039,6 @@ package: noarch: python size: 11627 timestamp: 1631603397334 - purls: - - pkg:pypi/pandocfilters - platform: win-64 name: pandocfilters version: 1.5.0 @@ -24989,8 +25059,6 @@ package: noarch: python size: 11627 timestamp: 1631603397334 - purls: - - pkg:pypi/pandocfilters - platform: linux-64 name: parso version: 0.8.3 @@ -25011,8 +25079,6 @@ package: noarch: python size: 71048 timestamp: 1638335054552 - purls: - - pkg:pypi/parso - platform: osx-64 name: parso version: 0.8.3 @@ -25033,8 +25099,6 @@ package: noarch: python size: 71048 timestamp: 1638335054552 - purls: - - pkg:pypi/parso - platform: osx-arm64 name: parso version: 0.8.3 @@ -25055,8 +25119,6 @@ package: noarch: python size: 71048 timestamp: 1638335054552 - purls: - - pkg:pypi/parso - platform: win-64 name: parso version: 0.8.3 @@ -25077,8 +25139,6 @@ package: noarch: python size: 71048 timestamp: 1638335054552 - purls: - - pkg:pypi/parso - platform: linux-64 name: pathspec version: 0.12.1 @@ -25099,8 +25159,6 @@ package: noarch: python size: 41173 timestamp: 1702250135032 - purls: - - pkg:pypi/pathspec - platform: osx-64 name: pathspec version: 0.12.1 @@ -25121,8 +25179,6 @@ package: noarch: python size: 41173 timestamp: 1702250135032 - purls: - - pkg:pypi/pathspec - platform: osx-arm64 name: pathspec version: 0.12.1 @@ -25143,8 +25199,6 @@ package: noarch: python size: 41173 timestamp: 1702250135032 - purls: - - pkg:pypi/pathspec - platform: win-64 name: pathspec version: 0.12.1 @@ -25165,239 +25219,239 @@ package: noarch: python size: 41173 timestamp: 1702250135032 - purls: - - pkg:pypi/pathspec - platform: linux-64 name: pcre2 - version: '10.40' + version: '10.42' category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda hash: - md5: 69e2c796349cd9b273890bee0febfe1b - sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - build: hc3806b6_0 + md5: 679c8961826aa4b50653bce17ee52abe + sha256: 3ca54ff0abcda964af7d4724d389ae20d931159ae1881cfe57ad4b0ab9e6a380 + build: hcad00b1_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2412495 - timestamp: 1665562915343 + size: 1017235 + timestamp: 1698610864983 - platform: osx-64 name: pcre2 - version: '10.40' + version: '10.42' category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.40-h1c4e4bc_0.tar.bz2 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.42-h0ad2156_0.conda hash: - md5: e0f80c8f3a0352a54eddfe59cd2b25b1 - sha256: 60265b48c96decbea89a19a7bc34be88d9b95d4725fd4dbdae158529c601875a - build: h1c4e4bc_0 + md5: 41de8bab2d5e5cd6daaba1896e81d366 + sha256: 689559d94b64914e503d2ced53b78afc19562ed1ccfb284040797a6d41bb564c + build: h0ad2156_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2552113 - timestamp: 1665563254214 + size: 899794 + timestamp: 1698610978148 - platform: osx-arm64 name: pcre2 - version: '10.40' + version: '10.42' category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.42-h26f9a81_0.conda hash: - md5: 721b7288270bafc83586b0f01c2a67f2 - sha256: 93503b5e05470ccc87f696c0fdf0d47938e0305b5047eacb85c15d78dcf641fe - build: hb34f9b4_0 + md5: 3e12888ecc8ee1ebee2eef9b7856357a + sha256: 0335a08349ecd8dce0b81699fcd61b58415e658fe953feb27316fbb994df0685 + build: h26f9a81_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 1161688 - timestamp: 1665563317371 + size: 619848 + timestamp: 1698610997157 - platform: win-64 name: pcre2 - version: '10.40' + version: '10.42' category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 + - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.40-h17e33f8_0.tar.bz2 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.42-h17e33f8_0.conda hash: - md5: 2519de0d9620dc2bc7e19caf6867136d - sha256: 5833c63548e4fae91da6d77739eab7dc9bf6542e43f105826b23c01bfdd9cb57 + md5: 59610c61da3af020289a806ec9c6a7fd + sha256: 25e33b148478de58842ccc018fbabb414665de59270476e92c951203d4485bb1 build: h17e33f8_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2001630 - timestamp: 1665563527916 + size: 880802 + timestamp: 1698611415241 - platform: linux-64 name: pdal - version: 2.5.6 + version: 2.6.2 category: main manager: conda dependencies: - - ceres-solver >=2.1.0,<2.2.0a0 + - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal >=3.7.1,<3.8.0a0 + - libgdal >=3.8.1,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - - openssl >=3.1.2,<4.0a0 - - tiledb >=2.16,<2.17.0a0 + - openssl >=3.2.0,<4.0a0 + - tiledb >=2.18.2,<2.19.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.5.6-h9b972b5_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.6.2-h614f5e7_1.conda hash: - md5: 4eef767a678972bba23af3fb922e99d0 - sha256: 42f9851b8f0b625d2fc811fec893090bba58c1fc6a13256adab4b15013d5b23e - build: h9b972b5_2 + md5: db7bc7a4f9c1d690f980338bc5594826 + sha256: a6997c1f9628de8be65f24774ea0e805aadcefb964e9e1d7f3c7d7932a3fa447 + build: h614f5e7_1 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 4354508 - timestamp: 1694536208466 + size: 4379362 + timestamp: 1702378653094 - platform: osx-64 name: pdal - version: 2.5.6 + version: 2.6.2 category: main manager: conda dependencies: - - ceres-solver >=2.1.0,<2.2.0a0 + - __osx >=10.9 + - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - - libgdal >=3.7.1,<3.8.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16.0.6 + - libgdal >=3.8.1,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - - libpq >=15.4,<16.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq >=16.1,<17.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - - openssl >=3.1.2,<4.0a0 - - tiledb >=2.16,<2.17.0a0 + - openssl >=3.2.0,<4.0a0 + - tiledb >=2.18.2,<2.19.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.5.6-h63992ea_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.6.2-h818632a_1.conda hash: - md5: aeba0338353f46547256025156fcb0ea - sha256: 91ca3ab80bfbcc23a6d69b23fe92edf2f6b2a47733c7e7c265c96071874f4335 - build: h63992ea_2 + md5: f072f3af33c68144edae76cc1a78eb5e + sha256: 02b88cd6487b4be359de1123c89ede24539b047639130a5233ae8b74731ebf6d + build: h818632a_1 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 1 constrains: - __osx >=10.15 license: BSD-3-Clause license_family: BSD - size: 3207350 - timestamp: 1694537209148 + size: 3042229 + timestamp: 1702380329750 - platform: osx-arm64 name: pdal - version: 2.5.6 + version: 2.6.2 category: main manager: conda dependencies: - - ceres-solver >=2.1.0,<2.2.0a0 + - __osx >=10.9 + - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libcxx >=15.0.7 - - libgdal >=3.7.1,<3.8.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16.0.6 + - libgdal >=3.8.1,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - - libpq >=15.4,<16.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq >=16.1,<17.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - - openssl >=3.1.2,<4.0a0 - - tiledb >=2.16,<2.17.0a0 + - openssl >=3.2.0,<4.0a0 + - tiledb >=2.18.2,<2.19.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.5.6-h5abc494_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.6.2-h95130b0_1.conda hash: - md5: ade8de1453af6f1c14d3b9d215357037 - sha256: 8bb56fda4dc1d9680533be756de5df3f7eb98a2afc90b2a1066e8894adc8794b - build: h5abc494_2 + md5: d1f6c9558e4eec23ee5183064a65b740 + sha256: 31a8548bbe205d10ccb4983e56854dd7aaf818c2c69e73294d4872c4d871d47a + build: h95130b0_1 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 2944004 - timestamp: 1694537424482 + size: 2846030 + timestamp: 1702380528378 - platform: win-64 name: pdal - version: 2.5.6 + version: 2.6.2 category: main manager: conda dependencies: - blas - - ceres-solver >=2.1.0,<2.2.0a0 + - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libgdal >=3.7.1,<3.8.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal >=3.8.1,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - - libpq >=15.4,<16.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq >=16.1,<17.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - mkl - nitro - - openssl >=3.1.2,<4.0a0 - - tiledb >=2.16,<2.17.0a0 + - openssl >=3.2.0,<4.0a0 + - tiledb >=2.18.2,<2.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.5.6-h9a7b13a_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.6.2-hd01e5c3_1.conda hash: - md5: 8a33cd9ef8155e950fb56e7e5bcbc245 - sha256: dc239e211961063cb4d0b45ebd37789e2742a37078d51b7c7c26569c68b70ea0 - build: h9a7b13a_2 + md5: 8d9e1fc3d16033939735d286018ea313 + sha256: 29006bc5871ec5078a2b55a32374b431c7ef27c5139549576c63ea0de4036427 + build: hd01e5c3_1 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 3042176 - timestamp: 1694537239534 + size: 2931463 + timestamp: 1702380867920 - platform: linux-64 name: pep517 version: 0.13.0 @@ -25502,8 +25556,6 @@ package: noarch: python size: 48780 timestamp: 1667297617062 - purls: - - pkg:pypi/pexpect - platform: osx-64 name: pexpect version: 4.8.0 @@ -25524,8 +25576,6 @@ package: noarch: python size: 48780 timestamp: 1667297617062 - purls: - - pkg:pypi/pexpect - platform: osx-arm64 name: pexpect version: 4.8.0 @@ -25546,8 +25596,6 @@ package: noarch: python size: 48780 timestamp: 1667297617062 - purls: - - pkg:pypi/pexpect - platform: linux-64 name: pickleshare version: 0.7.5 @@ -25568,8 +25616,6 @@ package: noarch: python size: 9332 timestamp: 1602536313357 - purls: - - pkg:pypi/pickleshare - platform: osx-64 name: pickleshare version: 0.7.5 @@ -25590,8 +25636,6 @@ package: noarch: python size: 9332 timestamp: 1602536313357 - purls: - - pkg:pypi/pickleshare - platform: osx-arm64 name: pickleshare version: 0.7.5 @@ -25612,8 +25656,6 @@ package: noarch: python size: 9332 timestamp: 1602536313357 - purls: - - pkg:pypi/pickleshare - platform: win-64 name: pickleshare version: 0.7.5 @@ -25634,18 +25676,16 @@ package: noarch: python size: 9332 timestamp: 1602536313357 - purls: - - pkg:pypi/pickleshare - platform: linux-64 name: pillow - version: 10.0.1 + version: 10.2.0 category: main manager: conda dependencies: - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 + - lcms2 >=2.16,<3.0a0 - libgcc-ng >=12 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - libxcb >=1.15,<1.16.0a0 @@ -25653,27 +25693,27 @@ package: - openjpeg >=2.5.0,<3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - tk >=8.6.12,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.0.1-py311h8aef010_1.conda + - tk >=8.6.13,<8.7.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.2.0-py311ha6c5da5_0.conda hash: - md5: 4d66ee2081a7cd444ff6f30d95873eef - sha256: 42f21344c2fb7ee614243a632e261580408b24003d83cf34548661c2973a368a - build: py311h8aef010_1 + md5: a5ccd7f2271f28b7d2de0b02b64e3796 + sha256: 3cd4827d822c9888b672bfac9017e905348ac5bd2237a98b30a734ed6573b248 + build: py311ha6c5da5_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: HPND - size: 46908609 - timestamp: 1695247484014 + size: 41629216 + timestamp: 1704252244851 - platform: osx-64 name: pillow - version: 10.0.1 + version: 10.2.0 category: main manager: conda dependencies: - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - libxcb >=1.15,<1.16.0a0 @@ -25681,56 +25721,56 @@ package: - openjpeg >=2.5.0,<3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - tk >=8.6.12,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.0.1-py311hd5308a1_1.conda + - tk >=8.6.13,<8.7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.2.0-py311hea5c87a_0.conda hash: - md5: f04d5ab4f9d9a3aa1ef11999aafb6e83 - sha256: 39a92ae2ac32ebbba83fa5f2224c979ea3c929cd1925227457536ef15eb64085 - build: py311hd5308a1_1 + md5: 1709b31ce50343c7a7b3940ed30cc429 + sha256: c3f3d2276943d5bf27d184df76dcef15ad120d23f9eea92e05340093acee98fc + build: py311hea5c87a_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: HPND - size: 46123390 - timestamp: 1695247547938 + size: 42176355 + timestamp: 1704252505386 - platform: osx-arm64 name: pillow - version: 10.0.1 + version: 10.2.0 category: main manager: conda dependencies: - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - libxcb >=1.15,<1.16.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - tk >=8.6.12,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.0.1-py311he9c13d2_1.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + - tk >=8.6.13,<8.7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.2.0-py312hac22aec_0.conda hash: - md5: 7794faeee6416bfb544db4ce64385f1b - sha256: 64d9a8593c93426f5856c209fdbb3f1225e3ac302e1e8d624ffb447730f08cc8 - build: py311he9c13d2_1 + md5: 486a50718de90e091df0bef6e6af2c48 + sha256: 83ebcca5ca6c63bd15a80806a0110d45431fed7c432234d3299202e00f28c0e4 + build: py312hac22aec_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: HPND - size: 46021269 - timestamp: 1695247669557 + size: 42299342 + timestamp: 1704252620409 - platform: win-64 name: pillow - version: 10.0.1 + version: 10.2.0 category: main manager: conda dependencies: - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - libxcb >=1.15,<1.16.0a0 @@ -25738,21 +25778,21 @@ package: - openjpeg >=2.5.0,<3.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - - tk >=8.6.12,<8.7.0a0 + - tk >=8.6.13,<8.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.0.1-py311hd926f49_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.2.0-py311h4dd8a23_0.conda hash: - md5: d6eafb14d0f3096f4809929efb2b4f39 - sha256: 4cf3b45a9877c3d05fc882fe8f74c7290c3c92bd098ca5a93f248ac7ee749efb - build: py311hd926f49_1 + md5: 8e4d6eed54fea0725d77c0a333e9fa51 + sha256: 609d0106c35798345eb155605d21d8dfee0608d68bd51a97f7842d7c73ec10f8 + build: py311h4dd8a23_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: HPND - size: 46840201 - timestamp: 1695247874191 + size: 42099257 + timestamp: 1704252849476 - platform: linux-64 name: pip version: 23.3.2 @@ -25775,8 +25815,6 @@ package: noarch: python size: 1395000 timestamp: 1702822023465 - purls: - - pkg:pypi/pip - platform: osx-64 name: pip version: 23.3.2 @@ -25799,8 +25837,6 @@ package: noarch: python size: 1395000 timestamp: 1702822023465 - purls: - - pkg:pypi/pip - platform: osx-arm64 name: pip version: 23.3.2 @@ -25823,8 +25859,6 @@ package: noarch: python size: 1395000 timestamp: 1702822023465 - purls: - - pkg:pypi/pip - platform: win-64 name: pip version: 23.3.2 @@ -25847,8 +25881,6 @@ package: noarch: python size: 1395000 timestamp: 1702822023465 - purls: - - pkg:pypi/pip - platform: linux-64 name: pixman version: 0.43.0 @@ -25948,8 +25980,6 @@ package: noarch: python size: 27646 timestamp: 1673281872032 - purls: - - pkg:pypi/pkginfo - platform: osx-64 name: pkginfo version: 1.9.6 @@ -25970,8 +26000,6 @@ package: noarch: python size: 27646 timestamp: 1673281872032 - purls: - - pkg:pypi/pkginfo - platform: osx-arm64 name: pkginfo version: 1.9.6 @@ -25992,8 +26020,6 @@ package: noarch: python size: 27646 timestamp: 1673281872032 - purls: - - pkg:pypi/pkginfo - platform: win-64 name: pkginfo version: 1.9.6 @@ -26014,8 +26040,6 @@ package: noarch: python size: 27646 timestamp: 1673281872032 - purls: - - pkg:pypi/pkginfo - platform: linux-64 name: pkgutil-resolve-name version: 1.3.10 @@ -26035,8 +26059,6 @@ package: noarch: python size: 10778 timestamp: 1694617398467 - purls: - - pkg:pypi/pkgutil-resolve-name - platform: osx-64 name: pkgutil-resolve-name version: 1.3.10 @@ -26056,8 +26078,6 @@ package: noarch: python size: 10778 timestamp: 1694617398467 - purls: - - pkg:pypi/pkgutil-resolve-name - platform: osx-arm64 name: pkgutil-resolve-name version: 1.3.10 @@ -26077,8 +26097,6 @@ package: noarch: python size: 10778 timestamp: 1694617398467 - purls: - - pkg:pypi/pkgutil-resolve-name - platform: win-64 name: pkgutil-resolve-name version: 1.3.10 @@ -26098,8 +26116,6 @@ package: noarch: python size: 10778 timestamp: 1694617398467 - purls: - - pkg:pypi/pkgutil-resolve-name - platform: linux-64 name: platformdirs version: 4.1.0 @@ -26120,8 +26136,6 @@ package: noarch: python size: 20058 timestamp: 1701708396900 - purls: - - pkg:pypi/platformdirs - platform: osx-64 name: platformdirs version: 4.1.0 @@ -26142,8 +26156,6 @@ package: noarch: python size: 20058 timestamp: 1701708396900 - purls: - - pkg:pypi/platformdirs - platform: osx-arm64 name: platformdirs version: 4.1.0 @@ -26164,8 +26176,6 @@ package: noarch: python size: 20058 timestamp: 1701708396900 - purls: - - pkg:pypi/platformdirs - platform: win-64 name: platformdirs version: 4.1.0 @@ -26186,8 +26196,6 @@ package: noarch: python size: 20058 timestamp: 1701708396900 - purls: - - pkg:pypi/platformdirs - platform: linux-64 name: plotly version: 5.18.0 @@ -26304,8 +26312,6 @@ package: noarch: python size: 22548 timestamp: 1693086745921 - purls: - - pkg:pypi/pluggy - platform: osx-64 name: pluggy version: 1.3.0 @@ -26326,8 +26332,6 @@ package: noarch: python size: 22548 timestamp: 1693086745921 - purls: - - pkg:pypi/pluggy - platform: osx-arm64 name: pluggy version: 1.3.0 @@ -26348,8 +26352,6 @@ package: noarch: python size: 22548 timestamp: 1693086745921 - purls: - - pkg:pypi/pluggy - platform: win-64 name: pluggy version: 1.3.0 @@ -26370,8 +26372,6 @@ package: noarch: python size: 22548 timestamp: 1693086745921 - purls: - - pkg:pypi/pluggy - platform: linux-64 name: plum-dispatch version: 2.2.2 @@ -26393,8 +26393,6 @@ package: noarch: python size: 30640 timestamp: 1695462244703 - purls: - - pkg:pypi/plum-dispatch - platform: osx-64 name: plum-dispatch version: 2.2.2 @@ -26416,8 +26414,6 @@ package: noarch: python size: 30640 timestamp: 1695462244703 - purls: - - pkg:pypi/plum-dispatch - platform: osx-arm64 name: plum-dispatch version: 2.2.2 @@ -26439,8 +26435,6 @@ package: noarch: python size: 30640 timestamp: 1695462244703 - purls: - - pkg:pypi/plum-dispatch - platform: win-64 name: plum-dispatch version: 2.2.2 @@ -26462,8 +26456,6 @@ package: noarch: python size: 30640 timestamp: 1695462244703 - purls: - - pkg:pypi/plum-dispatch - platform: linux-64 name: ply version: '3.11' @@ -26484,8 +26476,6 @@ package: noarch: python size: 44837 timestamp: 1530963184592 - purls: - - pkg:pypi/ply - platform: osx-64 name: ply version: '3.11' @@ -26506,8 +26496,6 @@ package: noarch: python size: 44837 timestamp: 1530963184592 - purls: - - pkg:pypi/ply - platform: osx-arm64 name: ply version: '3.11' @@ -26528,8 +26516,6 @@ package: noarch: python size: 44837 timestamp: 1530963184592 - purls: - - pkg:pypi/ply - platform: win-64 name: ply version: '3.11' @@ -26550,129 +26536,129 @@ package: noarch: python size: 44837 timestamp: 1530963184592 - purls: - - pkg:pypi/ply - platform: linux-64 name: poppler - version: 23.08.0 + version: 23.12.0 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.15,<3.0a0 - - libcurl >=8.3.0,<9.0a0 + - libcurl >=8.4.0,<9.0a0 - libgcc-ng >=12 - - libglib >=2.78.0,<3.0a0 + - libglib >=2.78.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.92,<4.0a0 + - nss >=3.95,<4.0a0 - openjpeg >=2.5.0,<3.0a0 - poppler-data - url: https://conda.anaconda.org/conda-forge/linux-64/poppler-23.08.0-hf2349cb_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/poppler-23.12.0-h590f24d_0.conda hash: - md5: fb75401ae7e2e3f354dff72e9da95cae - sha256: 41a5bd6f2f6fb182ccdfaea052655d624ea4f9c8cb90de444d52fa8b5995d00a - build: hf2349cb_2 + md5: 480189ac126a8c6c61e14476c8ba7c9a + sha256: b313920277aca763b590dddf806c56b0aadcdff82f5ace39827cab4792ae4b20 + build: h590f24d_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: GPL-2.0-only license_family: GPL - size: 1824100 - timestamp: 1695987315097 + size: 1841952 + timestamp: 1701440603146 - platform: osx-64 name: poppler - version: 23.08.0 + version: 23.12.0 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - __osx >=10.9 + - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gettext >=0.21.1,<1.0a0 - lcms2 >=2.15,<3.0a0 - - libcurl >=8.3.0,<9.0a0 - - libcxx >=15.0.7 - - libglib >=2.78.0,<3.0a0 + - libcurl >=8.4.0,<9.0a0 + - libcxx >=16.0.6 + - libglib >=2.78.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.92,<4.0a0 + - nss >=3.95,<4.0a0 - openjpeg >=2.5.0,<3.0a0 - poppler-data - url: https://conda.anaconda.org/conda-forge/osx-64/poppler-23.08.0-h122f3cb_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/poppler-23.12.0-hdd5a5e8_0.conda hash: - md5: daf1d462ebaa6b142510a7ca2bb6e4b1 - sha256: de672c4ae494ebca76e5d22a5862aac2f3308f0f1a479a6f9cd77d00b7677f6c - build: h122f3cb_2 + md5: e1cb9f8e9e21dfa600b08be85d905e5f + sha256: 1271e3c8163125fc1ff14833ddba3f2c6465df5b1d13db76912415bd5a39b492 + build: hdd5a5e8_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: GPL-2.0-only license_family: GPL - size: 1574327 - timestamp: 1695988062403 + size: 1566481 + timestamp: 1701441458636 - platform: osx-arm64 name: poppler - version: 23.08.0 + version: 23.12.0 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - __osx >=10.9 + - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gettext >=0.21.1,<1.0a0 - lcms2 >=2.15,<3.0a0 - - libcurl >=8.3.0,<9.0a0 - - libcxx >=15.0.7 - - libglib >=2.78.0,<3.0a0 + - libcurl >=8.4.0,<9.0a0 + - libcxx >=16.0.6 + - libglib >=2.78.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.92,<4.0a0 + - nss >=3.95,<4.0a0 - openjpeg >=2.5.0,<3.0a0 - poppler-data - url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-23.08.0-h7fbffb0_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-23.12.0-hcdd998b_0.conda hash: - md5: 6f39ea92e2b8577f2419239e0f84c8c1 - sha256: 173a55234ada5da93e6243320a9d2fb2f27cb0ba00757c515744296f464c0a9d - build: h7fbffb0_2 + md5: e072f524004eee193e30d243d68c520f + sha256: 13ebaac3bf9b77e92e777d3ed245c2f0a8ac93985e334b0cd797a39f321ae5dd + build: hcdd998b_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: GPL-2.0-only license_family: GPL - size: 1466315 - timestamp: 1695988540314 + size: 1484561 + timestamp: 1701441758170 - platform: win-64 name: poppler - version: 23.08.0 + version: 23.12.0 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.15,<3.0a0 - - libcurl >=8.3.0,<9.0a0 - - libglib >=2.78.0,<3.0a0 + - libcurl >=8.4.0,<9.0a0 + - libglib >=2.78.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 @@ -26681,18 +26667,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/poppler-23.08.0-ha2b368b_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/poppler-23.12.0-hc2f3c52_0.conda hash: - md5: 5acde709f4f90a0154ea68fb87d491f5 - sha256: 59670616aebf25b467fd51c9ac5e40575f1d0377489531daeef793ef55178b9c - build: ha2b368b_2 + md5: 8c90459ba86f472bec103717d41792a1 + sha256: 02c9799b474a4be63c1e039723c0f276c7b0f098d51d033796afb7ad9e0517e7 + build: hc2f3c52_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: GPL-2.0-only license_family: GPL - size: 2179893 - timestamp: 1695987955957 + size: 2224307 + timestamp: 1701441613410 - platform: linux-64 name: poppler-data version: 0.4.12 @@ -26771,105 +26757,105 @@ package: timestamp: 1675353652214 - platform: linux-64 name: postgresql - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - - libpq 15.4 hfc447b1_2 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq 16.1 h33b98f1_7 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tzcode - tzdata - - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-15.4-h8972f4a_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.1-h7387d8b_7.conda hash: - md5: ec864f12f9cad15bb61be29f774aaa32 - sha256: 3d27d0cb55b0a7d08058c41275cadaafad99be8ffb03496118d8c8b6387b8add - build: h8972f4a_2 + md5: 563017467245a8a02671a5257ad9331e + sha256: 213580a3fe1000a6b55d228d97a49f51cfc551f1f53da431c580c4a73e4cec21 + build: h7387d8b_7 arch: x86_64 subdir: linux-64 - build_number: 2 - size: 5143236 - timestamp: 1696003982577 + build_number: 7 + license: PostgreSQL + size: 5338294 + timestamp: 1702130060141 - platform: osx-64 name: postgresql - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libpq 15.4 h3df487d_2 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq 16.1 ha925e61_7 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tzcode - tzdata - - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-15.4-hc940a54_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.1-hbd19fd8_7.conda hash: - md5: c2f3bc94189cc9fd92648beceb5c80a1 - sha256: af2b7c40fae9f6a5b51f286c3ffc78b9923136742d3cfd2adfad7ae95109df27 - build: hc940a54_2 + md5: 248c77a0027ce176be5988b204b62794 + sha256: 06a306ddda022fc05456ed145515f88adf48508a77d778e136c102524082a9d0 + build: hbd19fd8_7 arch: x86_64 subdir: osx-64 - build_number: 2 - size: 4461755 - timestamp: 1696004354076 + build_number: 7 + license: PostgreSQL + size: 4635464 + timestamp: 1702130872778 - platform: osx-arm64 name: postgresql - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libpq 15.4 hcea71ed_2 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq 16.1 h0f8b458_7 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tzcode - tzdata - - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-15.4-h00cd704_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.1-h1d0603d_7.conda hash: - md5: 5bfa3ac7a15dc9b1e0b689a98123871b - sha256: 7b9b0e98d801156f5d8184f6f11e94969b89c292379707e22074c9632630f88f - build: h00cd704_2 + md5: 69c2cda2fa0234a7c1f823f696f8180d + sha256: 1b527b6d23626837879e9fd832f225d27366188d05880f598ea17f7495f21994 + build: h1d0603d_7 arch: aarch64 subdir: osx-arm64 - build_number: 2 - size: 4423957 - timestamp: 1696004465939 + build_number: 7 + license: PostgreSQL + size: 4337896 + timestamp: 1702130917295 - platform: win-64 name: postgresql - version: '15.4' + version: '16.1' category: main manager: conda dependencies: - krb5 >=1.21.2,<1.22.0a0 - - libpq 15.4 h43585b0_2 - - libxml2 >=2.11.5,<2.12.0a0 + - libpq 16.1 hdb24f17_7 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - url: https://conda.anaconda.org/conda-forge/win-64/postgresql-15.4-hc80876b_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.1-h1beaf6b_7.conda hash: - md5: 8d0334d73fc50b87b82b38a6b8e6dc9b - sha256: be9f13cf9a0611fea60d0e45f9236b5515d96782b05418edf40b26e7acf72827 - build: hc80876b_2 + md5: 8b15aa4b36f07a3974c364db75f940f6 + sha256: d84825b82d4a4c276238763ff6482428be4ef4386c0f42919554b65f1e8ea5f5 + build: h1beaf6b_7 arch: x86_64 subdir: win-64 - build_number: 2 - size: 17774699 - timestamp: 1696004591675 + build_number: 7 + license: PostgreSQL + size: 18749815 + timestamp: 1702131006161 - platform: linux-64 name: prance version: 23.6.21.0 @@ -26896,8 +26882,6 @@ package: noarch: python size: 34706 timestamp: 1687715290169 - purls: - - pkg:pypi/prance - platform: osx-64 name: prance version: 23.6.21.0 @@ -26924,8 +26908,6 @@ package: noarch: python size: 34706 timestamp: 1687715290169 - purls: - - pkg:pypi/prance - platform: osx-arm64 name: prance version: 23.6.21.0 @@ -26952,8 +26934,6 @@ package: noarch: python size: 34706 timestamp: 1687715290169 - purls: - - pkg:pypi/prance - platform: win-64 name: prance version: 23.6.21.0 @@ -26980,8 +26960,6 @@ package: noarch: python size: 34706 timestamp: 1687715290169 - purls: - - pkg:pypi/prance - platform: linux-64 name: pre-commit version: 3.6.0 @@ -27203,8 +27181,6 @@ package: noarch: python size: 48463 timestamp: 1700579462182 - purls: - - pkg:pypi/prometheus-client - platform: osx-64 name: prometheus_client version: 0.19.0 @@ -27225,8 +27201,6 @@ package: noarch: python size: 48463 timestamp: 1700579462182 - purls: - - pkg:pypi/prometheus-client - platform: osx-arm64 name: prometheus_client version: 0.19.0 @@ -27247,8 +27221,6 @@ package: noarch: python size: 48463 timestamp: 1700579462182 - purls: - - pkg:pypi/prometheus-client - platform: win-64 name: prometheus_client version: 0.19.0 @@ -27269,8 +27241,6 @@ package: noarch: python size: 48463 timestamp: 1700579462182 - purls: - - pkg:pypi/prometheus-client - platform: linux-64 name: prompt-toolkit version: 3.0.42 @@ -27384,8 +27354,6 @@ package: license_family: BSD size: 501433 timestamp: 1702833218128 - purls: - - pkg:pypi/psutil - platform: osx-64 name: psutil version: 5.9.7 @@ -27406,31 +27374,27 @@ package: license_family: BSD size: 509042 timestamp: 1702833401807 - purls: - - pkg:pypi/psutil - platform: osx-arm64 name: psutil version: 5.9.7 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.7-py311h05b510d_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.7-py312he37b823_0.conda hash: - md5: 2a02199a2b53dd94d0cc0a1beae5d76f - sha256: ced083a2b633e3d3c9edf44f2a1ad2ab557d31cb6bc30cc98582459c37dfe66e - build: py311h05b510d_0 + md5: 00640e0b8840957446332c2000abe569 + sha256: 7a36c86600c01e14143c9cec5e261c0d4338139ca6a3dc6416609f7e203ab133 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 510108 - timestamp: 1702833565677 - purls: - - pkg:pypi/psutil + size: 494999 + timestamp: 1702833539830 - platform: win-64 name: psutil version: 5.9.7 @@ -27454,108 +27418,98 @@ package: license_family: BSD size: 520059 timestamp: 1702833841329 - purls: - - pkg:pypi/psutil - platform: linux-64 name: psycopg2 - version: 2.9.7 + version: 2.9.9 category: main manager: conda dependencies: - libgcc-ng >=12 - - libpq >=15.4,<16.0a0 + - libpq >=16.1,<17.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.7-py311h68d4568_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.9-py311h03dec38_0.conda hash: - md5: 624f0fd8a8a2d9def55842c99d771d63 - sha256: 3c6838186fa913ee627965dab7b72e81a4f39db2e3ae7aee2ea6e44208fa8908 - build: py311h68d4568_0 + md5: 3cc2decd316838bce14d73818e0bf7a4 + sha256: 4e78d9fe1799d028d9a2da3636a3a68a531aeca5d2c679d4fc78627a426b11cb + build: py311h03dec38_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-3.0-or-later license_family: LGPL - size: 190078 - timestamp: 1694260316190 - purls: - - pkg:pypi/psycopg2-binary + size: 189730 + timestamp: 1701737752381 - platform: osx-64 name: psycopg2 - version: 2.9.7 + version: 2.9.9 category: main manager: conda dependencies: - - libpq >=15.4,<16.0a0 - - openssl >=3.1.2,<4.0a0 + - libpq >=16.1,<17.0a0 + - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/psycopg2-2.9.7-py311he0dd62d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/psycopg2-2.9.9-py311h187f0af_0.conda hash: - md5: ab80ee76e1bcab1e8119e69ea5d50999 - sha256: 77974ddbda2c0e4f5481e861b83d34da4334d16aeb6b5e5926a3f1aea57ba267 - build: py311he0dd62d_0 + md5: 2177c8943bbf9bfc45421ecaebd5be11 + sha256: 73c0cf543b0ddd41993956969f665999f5801e027e3d3524604892baedbd2626 + build: py311h187f0af_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LGPL-3.0-or-later license_family: LGPL - size: 165976 - timestamp: 1694260472113 - purls: - - pkg:pypi/psycopg2-binary + size: 165990 + timestamp: 1701738110364 - platform: osx-arm64 name: psycopg2 - version: 2.9.7 + version: 2.9.9 category: main manager: conda dependencies: - - libpq >=15.4,<16.0a0 - - openssl >=3.1.2,<4.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psycopg2-2.9.7-py311h9d5d566_0.conda + - libpq >=16.1,<17.0a0 + - openssl >=3.2.0,<4.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psycopg2-2.9.9-py312h84485f8_0.conda hash: - md5: 7f006efbd4b27ff7a3027bba9bda035a - sha256: 62f3fc53b16bef8e4ca3c86ba9b30cb6734bc83fa5e25d96b2c75924d2bda82f - build: py311h9d5d566_0 + md5: 33ddbd58e1fb3b825080454e464f99d5 + sha256: 10eaaf2567552e70535fcaad0c6bc21eb5117d1606cb5384f9546b5c934de964 + build: py312h84485f8_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-3.0-or-later license_family: LGPL - size: 170466 - timestamp: 1694260700220 - purls: - - pkg:pypi/psycopg2-binary + size: 164537 + timestamp: 1701737910469 - platform: win-64 name: psycopg2 - version: 2.9.7 + version: 2.9.9 category: main manager: conda dependencies: - - libpq >=15.4,<16.0a0 - - openssl >=3.1.2,<4.0a0 + - libpq >=16.1,<17.0a0 + - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/psycopg2-2.9.7-py311hb12f294_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/psycopg2-2.9.9-py311h2abc067_0.conda hash: - md5: dce302e19d831ba6a50b431314d2d469 - sha256: 2500f69ed3994c5c5e39efa632bd2f03f450ab469d2d7792d463ccf18eef78ca - build: py311hb12f294_0 + md5: c61c5dc3e20b994f52277c2b75496386 + sha256: 9ed78256705d1673f591fc2914990008f7e7560b02acf2d9b7ed8c4d637d7180 + build: py311h2abc067_0 arch: x86_64 subdir: win-64 build_number: 0 license: LGPL-3.0-or-later license_family: LGPL - size: 171296 - timestamp: 1694260669376 - purls: - - pkg:pypi/psycopg2-binary + size: 171755 + timestamp: 1701738131212 - platform: linux-64 name: pthread-stubs version: '0.4' @@ -27630,24 +27584,6 @@ package: license_family: MIT size: 6417 timestamp: 1606147814351 -- platform: win-64 - name: pthreads-win32 - version: 2.9.1 - category: main - manager: conda - dependencies: - - vc 14.* - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - hash: - md5: e2da8758d7d51ff6aa78a14dfb9dbed4 - sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - build: hfa6e2cd_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: LGPL 2 - size: 144301 - timestamp: 1537755684331 - platform: linux-64 name: ptvsd version: 4.3.2 @@ -27669,8 +27605,6 @@ package: license_family: MIT size: 5188803 timestamp: 1667488033769 - purls: - - pkg:pypi/ptvsd - platform: osx-64 name: ptvsd version: 4.3.2 @@ -27691,8 +27625,6 @@ package: license_family: MIT size: 5181703 timestamp: 1667488317855 - purls: - - pkg:pypi/ptvsd - platform: win-64 name: ptvsd version: 4.3.2 @@ -27716,8 +27648,6 @@ package: license_family: MIT size: 5156913 timestamp: 1667488366633 - purls: - - pkg:pypi/ptvsd - platform: linux-64 name: ptyprocess version: 0.7.0 @@ -27737,8 +27667,6 @@ package: noarch: python size: 16546 timestamp: 1609419417991 - purls: - - pkg:pypi/ptyprocess - platform: osx-64 name: ptyprocess version: 0.7.0 @@ -27758,8 +27686,6 @@ package: noarch: python size: 16546 timestamp: 1609419417991 - purls: - - pkg:pypi/ptyprocess - platform: osx-arm64 name: ptyprocess version: 0.7.0 @@ -27779,8 +27705,6 @@ package: noarch: python size: 16546 timestamp: 1609419417991 - purls: - - pkg:pypi/ptyprocess - platform: linux-64 name: pulseaudio-client version: '16.1' @@ -27826,8 +27750,6 @@ package: noarch: python size: 14551 timestamp: 1642876055775 - purls: - - pkg:pypi/pure-eval - platform: osx-64 name: pure_eval version: 0.2.2 @@ -27848,8 +27770,6 @@ package: noarch: python size: 14551 timestamp: 1642876055775 - purls: - - pkg:pypi/pure-eval - platform: osx-arm64 name: pure_eval version: 0.2.2 @@ -27870,8 +27790,6 @@ package: noarch: python size: 14551 timestamp: 1642876055775 - purls: - - pkg:pypi/pure-eval - platform: win-64 name: pure_eval version: 0.2.2 @@ -27892,115 +27810,138 @@ package: noarch: python size: 14551 timestamp: 1642876055775 - purls: - - pkg:pypi/pure-eval - platform: linux-64 name: pyarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libarrow 10.0.1 hecbb4c5_50_cpu + - libarrow 14.0.2 h84dd17c_2_cpu + - libarrow-acero 14.0.2 h59595ed_2_cpu + - libarrow-dataset 14.0.2 h59595ed_2_cpu + - libarrow-flight 14.0.2 h120cb0d_2_cpu + - libarrow-flight-sql 14.0.2 h61ff412_2_cpu + - libarrow-gandiva 14.0.2 hacb8726_2_cpu + - libarrow-substrait 14.0.2 h61ff412_2_cpu - libgcc-ng >=12 + - libparquet 14.0.2 h352af49_2_cpu - libstdcxx-ng >=12 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-10.0.1-py311hdf9aeb4_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h39c9aba_2_cpu.conda hash: - md5: bf109870d078c79d3b6faa0a3f10e600 - sha256: c3a63b1142d08d1c2f4bc3a52ab477d55b8605eef9d51a195f19dea3b12dd8be - build: py311hdf9aeb4_50_cpu + md5: 07fb7193fa96aab8e61c4483b9e61e51 + sha256: 9117ea0cf236f9bb43cc05ec2d0744c9f789132dbc255d82f1fd2b6fd9e0b3ba + build: py311h39c9aba_2_cpu arch: x86_64 subdir: linux-64 - build_number: 50 + build_number: 2 constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 3429125 - timestamp: 1698344901620 + size: 4515359 + timestamp: 1704356601353 - platform: osx-64 name: pyarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libarrow 10.0.1 h99c5134_50_cpu - - libcxx >=14.0.6 + - libarrow 14.0.2 h1aaacd4_2_cpu + - libarrow-acero 14.0.2 h000cb23_2_cpu + - libarrow-dataset 14.0.2 h000cb23_2_cpu + - libarrow-flight 14.0.2 ha1803ca_2_cpu + - libarrow-flight-sql 14.0.2 h8ec153b_2_cpu + - libarrow-gandiva 14.0.2 h01dce7f_2_cpu + - libarrow-substrait 14.0.2 h8ec153b_2_cpu + - libcxx >=14 + - libparquet 14.0.2 h381d950_2_cpu - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-10.0.1-py311h0d82e2d_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311h54e7ce8_2_cpu.conda hash: - md5: ea933b6497a5ab73906dadacc6e355d3 - sha256: 2c7abdd6045e7daa63a3f5be921a953e7b67bb86b43b89f2dc812b35fc19ca98 - build: py311h0d82e2d_50_cpu + md5: a4c277c33b47c06b3c3fd2939fdb9c9a + sha256: fb631eb88510f59c2a5dc21764ce554e961e7970ea952e17bfb5742b54b322ba + build: py311h54e7ce8_2_cpu arch: x86_64 subdir: osx-64 - build_number: 50 + build_number: 2 constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 3080651 - timestamp: 1698345966492 + size: 4029309 + timestamp: 1704362351224 - platform: osx-arm64 name: pyarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libarrow 10.0.1 h8276777_50_cpu - - libcxx >=14.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-10.0.1-py311h1e679ab_50_cpu.conda + - libarrow 14.0.2 h4ce3932_2_cpu + - libarrow-acero 14.0.2 h13dd4ca_2_cpu + - libarrow-dataset 14.0.2 h13dd4ca_2_cpu + - libarrow-flight 14.0.2 ha94d253_2_cpu + - libarrow-flight-sql 14.0.2 h39a9b85_2_cpu + - libarrow-gandiva 14.0.2 hf757142_2_cpu + - libarrow-substrait 14.0.2 h7fd9903_2_cpu + - libcxx >=14 + - libparquet 14.0.2 hf6ce1d5_2_cpu + - numpy >=1.26.3,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py312h14a4a34_2_cpu.conda hash: - md5: 4d4f81c5a82b192d16833de85489b0cd - sha256: 2c92bcd29ba43e0309d6948284280d7e15f01024bd14f9a17e56c79cb659f694 - build: py311h1e679ab_50_cpu + md5: 18b2713e68476ecd0e857f0b170fdd22 + sha256: ed26e7c459ee7199f62aa5b960d7af47a5c3257cf00932f883229424812d30dd + build: py312h14a4a34_2_cpu arch: aarch64 subdir: osx-arm64 - build_number: 50 + build_number: 2 constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 3000928 - timestamp: 1698344948625 + size: 4055875 + timestamp: 1704360388886 - platform: win-64 name: pyarrow - version: 10.0.1 + version: 14.0.2 category: main manager: conda dependencies: - - libarrow 10.0.1 hd2d01ff_50_cpu + - libarrow 14.0.2 he5f67d5_2_cpu + - libarrow-acero 14.0.2 h63175ca_2_cpu + - libarrow-dataset 14.0.2 h63175ca_2_cpu + - libarrow-flight 14.0.2 h53b1db0_2_cpu + - libarrow-flight-sql 14.0.2 h78eab7c_2_cpu + - libarrow-gandiva 14.0.2 hb2eaab1_2_cpu + - libarrow-substrait 14.0.2 hd4c9904_2_cpu + - libparquet 14.0.2 h7ec3a38_2_cpu - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-10.0.1-py311h6a6099b_50_cpu.conda + url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6a6099b_2_cpu.conda hash: - md5: 260ba0f58ad9fd995ad0643aa6d72a78 - sha256: cb0db5dbfc6b472c6ed49ed49b1a0f0309ead75715ea1f380e46489b8203fc2c - build: py311h6a6099b_50_cpu + md5: 3e9caae94be752658cbe9449440681ee + sha256: cd32ac9c0b740933f5c47eb3b9e731b7ff171cc648fe72434de3c95585d7af5e + build: py311h6a6099b_2_cpu arch: x86_64 subdir: win-64 - build_number: 50 + build_number: 2 constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 2878472 - timestamp: 1698344639815 + size: 3486905 + timestamp: 1704357865002 - platform: linux-64 name: pycparser version: '2.21' @@ -28021,8 +27962,6 @@ package: noarch: python size: 102747 timestamp: 1636257201998 - purls: - - pkg:pypi/pycparser - platform: osx-64 name: pycparser version: '2.21' @@ -28043,8 +27982,6 @@ package: noarch: python size: 102747 timestamp: 1636257201998 - purls: - - pkg:pypi/pycparser - platform: osx-arm64 name: pycparser version: '2.21' @@ -28065,8 +28002,6 @@ package: noarch: python size: 102747 timestamp: 1636257201998 - purls: - - pkg:pypi/pycparser - platform: win-64 name: pycparser version: '2.21' @@ -28087,8 +28022,6 @@ package: noarch: python size: 102747 timestamp: 1636257201998 - purls: - - pkg:pypi/pycparser - platform: linux-64 name: pydantic version: 2.5.3 @@ -28112,8 +28045,6 @@ package: noarch: python size: 262369 timestamp: 1703248592754 - purls: - - pkg:pypi/pydantic - platform: osx-64 name: pydantic version: 2.5.3 @@ -28137,8 +28068,6 @@ package: noarch: python size: 262369 timestamp: 1703248592754 - purls: - - pkg:pypi/pydantic - platform: osx-arm64 name: pydantic version: 2.5.3 @@ -28162,8 +28091,6 @@ package: noarch: python size: 262369 timestamp: 1703248592754 - purls: - - pkg:pypi/pydantic - platform: win-64 name: pydantic version: 2.5.3 @@ -28187,8 +28114,6 @@ package: noarch: python size: 262369 timestamp: 1703248592754 - purls: - - pkg:pypi/pydantic - platform: linux-64 name: pydantic-core version: 2.14.6 @@ -28211,8 +28136,6 @@ package: license_family: MIT size: 1601053 timestamp: 1703318953188 - purls: - - pkg:pypi/pydantic-core - platform: osx-64 name: pydantic-core version: 2.14.6 @@ -28234,32 +28157,28 @@ package: license_family: MIT size: 1513354 timestamp: 1703319292290 - purls: - - pkg:pypi/pydantic-core - platform: osx-arm64 name: pydantic-core version: 2.14.6 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - typing-extensions >=4.6.0,!=4.7.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.6-py311h94f323b_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.6-py312h5280bc4_1.conda hash: - md5: c682a26c8b23389b70182e895bf779a5 - sha256: 9caccc7d9cfda2c2f9e9ba7867501d3149cd465e7587e1e668fd464de2ffe50a - build: py311h94f323b_1 + md5: e15675908d5e686578b59a0155da7c1b + sha256: 49c2f96187c0427b5ceb53ab50387daf89334633d87ff1a91d4d249e91b066f8 + build: py312h5280bc4_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 1418339 - timestamp: 1703319504236 - purls: - - pkg:pypi/pydantic-core + size: 1418918 + timestamp: 1703319534376 - platform: win-64 name: pydantic-core version: 2.14.6 @@ -28284,8 +28203,6 @@ package: license_family: MIT size: 1585088 timestamp: 1703319667858 - purls: - - pkg:pypi/pydantic-core - platform: linux-64 name: pygments version: 2.17.2 @@ -28306,8 +28223,6 @@ package: noarch: python size: 860425 timestamp: 1700608076927 - purls: - - pkg:pypi/pygments - platform: osx-64 name: pygments version: 2.17.2 @@ -28328,8 +28243,6 @@ package: noarch: python size: 860425 timestamp: 1700608076927 - purls: - - pkg:pypi/pygments - platform: osx-arm64 name: pygments version: 2.17.2 @@ -28350,8 +28263,6 @@ package: noarch: python size: 860425 timestamp: 1700608076927 - purls: - - pkg:pypi/pygments - platform: win-64 name: pygments version: 2.17.2 @@ -28372,8 +28283,6 @@ package: noarch: python size: 860425 timestamp: 1700608076927 - purls: - - pkg:pypi/pygments - platform: osx-64 name: pyobjc-core version: '10.1' @@ -28403,22 +28312,22 @@ package: manager: conda dependencies: - libffi >=3.4,<4.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.1-py311h665608e_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.1-py312h9d22092_0.conda hash: - md5: fbf6e60c57d27283b5e616a458e11ecf - sha256: 11437e8835d8637fce58bdb98a6f8e60455c7f11eea2fc2b85d38822c5a4c80f - build: py311h665608e_0 + md5: dfdb0f8a37baf06a8dec8dd270c23753 + sha256: 06a95d717dfb01a7179e2008d77ada2c58c5c900dc1d36f95068ccd170f49a89 + build: py312h9d22092_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 459224 - timestamp: 1702120163052 + size: 456233 + timestamp: 1702120202721 - platform: osx-64 name: pyobjc-framework-cocoa version: '10.1' @@ -28449,21 +28358,21 @@ package: dependencies: - libffi >=3.4,<4.0a0 - pyobjc-core 10.1.* - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.1-py311h665608e_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.1-py312h9d22092_0.conda hash: - md5: 8cbae911599bc02a8ce3b1b33d95abb0 - sha256: 81a15d9449d9570e997ee0cfd7e25c85ceb263915e34235900a1d12bc22c9f30 - build: py311h665608e_0 + md5: 27dc04bb8bb427ee52facd69f7a6cabb + sha256: a6a4e8b5bd67d054c0c731cf86795d8040a9cc1c6a92d5116115e4cf4e59beec + build: py312h9d22092_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 374326 - timestamp: 1702125842955 + size: 371148 + timestamp: 1702125850698 - platform: linux-64 name: pyogrio version: 0.7.2 @@ -28472,24 +28381,24 @@ package: dependencies: - gdal - libgcc-ng >=12 - - libgdal >=3.7.2,<3.8.0a0 + - libgdal >=3.8.0,<3.9.0a0 - libstdcxx-ng >=12 - numpy >=1.23.5,<2.0a0 - packaging - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pyogrio-0.7.2-py311hbac4ec9_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pyogrio-0.7.2-py311hf8e0aa6_1.conda hash: - md5: 32ece393a98d3c626b4df46b33f7e6ec - sha256: 52508f64db7cdd9fc25cfcb754d1297bfeef1440894dc2d78b5e8963315a733d - build: py311hbac4ec9_0 + md5: b95311e671a6ef6be3955fd7392b45e9 + sha256: 9f015b9bb4993d28e1323eb687c04f3724f794e3630b3fb01f84e64db7c795d1 + build: py311hf8e0aa6_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 664732 - timestamp: 1698734484198 + size: 663262 + timestamp: 1700083393539 - platform: osx-64 name: pyogrio version: 0.7.2 @@ -28499,23 +28408,23 @@ package: - __osx >=10.9 - gdal - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 + - libgdal >=3.8.0,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - packaging - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyogrio-0.7.2-py311hf14a637_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyogrio-0.7.2-py311h809632c_1.conda hash: - md5: ee6ca8be940a54acc542d1b17dcde540 - sha256: 93b86410bafb37404e516f5c3606f00e6b5ce634458c6e7f367e53fcb9be8f8a - build: py311hf14a637_0 + md5: 88c834b0a43d9183d0cf08da37c7c5fc + sha256: e2cea30268c08fff146f448a5190939fffd116aba0fc581d81301316f6817d00 + build: py311h809632c_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 605372 - timestamp: 1698734743438 + size: 605151 + timestamp: 1700083878716 - platform: osx-arm64 name: pyogrio version: 0.7.2 @@ -28525,24 +28434,24 @@ package: - __osx >=10.9 - gdal - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - numpy >=1.23.5,<2.0a0 + - libgdal >=3.8.0,<3.9.0a0 + - numpy >=1.26.0,<2.0a0 - packaging - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyogrio-0.7.2-py311h45231e3_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyogrio-0.7.2-py312hfe67d44_1.conda hash: - md5: b4b270c5ebd3d712e08d84cd6bfbb470 - sha256: 1d1cfb64c4fbb8b14c07036dea51632c4725f7be57f79078bd5c38a1bf5cad3b - build: py311h45231e3_0 + md5: e43273cb4ad6e0a9045e9fb962f44c88 + sha256: e0a06d3521c207da5bda8d15b49608577be14fe74676c17f4ccaa3726bbeb5ba + build: py312hfe67d44_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 602571 - timestamp: 1698734769702 + size: 594121 + timestamp: 1700083948937 - platform: win-64 name: pyogrio version: 0.7.2 @@ -28550,7 +28459,7 @@ package: manager: conda dependencies: - gdal - - libgdal >=3.7.2,<3.8.0a0 + - libgdal >=3.8.0,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - packaging - python >=3.11,<3.12.0a0 @@ -28558,18 +28467,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pyogrio-0.7.2-py311h03c997e_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pyogrio-0.7.2-py311h759bd4f_1.conda hash: - md5: db81e56ad811acd096a598b649a7b903 - sha256: 0d71c1a53f4852fca8f589d7c1b62090d11748fe8af95e8b659f4fa8036d3868 - build: py311h03c997e_0 + md5: 6f46d116364b6916f63f3d5453d00c8a + sha256: f7edbd078ec7fc2988c79eeed16ecf352887de514f20c4388e77f10a8f7f0011 + build: py311h759bd4f_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 822552 - timestamp: 1698735262251 + size: 822627 + timestamp: 1700084067171 - platform: linux-64 name: pyparsing version: 3.1.1 @@ -28590,8 +28499,6 @@ package: noarch: python size: 89521 timestamp: 1690737983548 - purls: - - pkg:pypi/pyparsing - platform: osx-64 name: pyparsing version: 3.1.1 @@ -28612,8 +28519,6 @@ package: noarch: python size: 89521 timestamp: 1690737983548 - purls: - - pkg:pypi/pyparsing - platform: osx-arm64 name: pyparsing version: 3.1.1 @@ -28634,8 +28539,6 @@ package: noarch: python size: 89521 timestamp: 1690737983548 - purls: - - pkg:pypi/pyparsing - platform: win-64 name: pyparsing version: 3.1.1 @@ -28656,8 +28559,6 @@ package: noarch: python size: 89521 timestamp: 1690737983548 - purls: - - pkg:pypi/pyparsing - platform: linux-64 name: pyproj version: 3.6.1 @@ -28681,8 +28582,6 @@ package: license_family: MIT size: 551801 timestamp: 1699268320734 - purls: - - pkg:pypi/pyproj - platform: osx-64 name: pyproj version: 3.6.1 @@ -28705,8 +28604,6 @@ package: license_family: MIT size: 488697 timestamp: 1699268417495 - purls: - - pkg:pypi/pyproj - platform: osx-arm64 name: pyproj version: 3.6.1 @@ -28715,23 +28612,21 @@ package: dependencies: - certifi - proj >=9.3.0,<9.3.1.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py311h20a9b75_4.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py312h33684bb_4.conda hash: - md5: c55fab7aa4252057e5e5efa90bd10cbe - sha256: 9d9923063e21aac5831b3dca820be3a824366f6871c839ea545f9b5e7358c844 - build: py311h20a9b75_4 + md5: 4bfc7162ce21ab011422b2c7a80eb39b + sha256: 49da8ca06968a4f4fe6f480709cb3fd346f0cf59f6bb5815e5bbc46d4f46ba34 + build: py312h33684bb_4 arch: aarch64 subdir: osx-arm64 build_number: 4 license: MIT license_family: MIT - size: 493085 - timestamp: 1699268531169 - purls: - - pkg:pypi/pyproj + size: 487092 + timestamp: 1699268630477 - platform: win-64 name: pyproj version: 3.6.1 @@ -28757,8 +28652,6 @@ package: license_family: MIT size: 737448 timestamp: 1699268741548 - purls: - - pkg:pypi/pyproj - platform: linux-64 name: pyqt version: 5.15.9 @@ -28784,8 +28677,6 @@ package: license_family: GPL size: 5315719 timestamp: 1695420475603 - purls: - - pkg:pypi/pyqt5 - platform: osx-64 name: pyqt version: 5.15.9 @@ -28812,8 +28703,6 @@ package: license_family: GPL size: 4096527 timestamp: 1695422132108 - purls: - - pkg:pypi/pyqt5 - platform: osx-arm64 name: pyqt version: 5.15.9 @@ -28821,25 +28710,23 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - pyqt5-sip 12.12.2 py311ha891d26_5 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - pyqt5-sip 12.12.2 py312h9f69965_5 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt-5.15.9-py311hc49b008_5.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt-5.15.9-py312h550cae4_5.conda hash: - md5: 11be30376524bb858197d6ef0ca95959 - sha256: 6521f2dd88c9ede7faf7ae41f234e97280b62e76c0c4d88373d81f73230d745f - build: py311hc49b008_5 + md5: e32e9f00bf2c00aa568fa1b0af31c800 + sha256: 15cc41a83f3134809e3cd6223708249c388f9d3740e2c8079b67504d3fc0bf4a + build: py312h550cae4_5 arch: aarch64 subdir: osx-arm64 build_number: 5 license: GPL-3.0-only license_family: GPL - size: 3919652 - timestamp: 1695421881652 - purls: - - pkg:pypi/pyqt5 + size: 3937925 + timestamp: 1695422000443 - platform: win-64 name: pyqt version: 5.15.9 @@ -28866,8 +28753,6 @@ package: license_family: GPL size: 3906427 timestamp: 1695422270104 - purls: - - pkg:pypi/pyqt5 - platform: linux-64 name: pyqt-stubs version: 5.15.6.0 @@ -29009,23 +28894,23 @@ package: dependencies: - libcxx >=15.0.7 - packaging - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - sip - toml - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt5-sip-12.12.2-py311ha891d26_5.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt5-sip-12.12.2-py312h9f69965_5.conda hash: - md5: 0561a45bfdf8843c56f3b931ebd6b631 - sha256: 6a376dee486c040d90c3658a2f7ad3a98c35a34cdc27f5f417dc4b1f98855e30 - build: py311ha891d26_5 + md5: d96792bb6923eb754ed7295e9926907d + sha256: d3b6ac3aeef420184d614d480cab818b3a9a10acff91d0db04fa2a5ae82e3c27 + build: py312h9f69965_5 arch: aarch64 subdir: osx-arm64 build_number: 5 license: GPL-3.0-only license_family: GPL - size: 75332 - timestamp: 1695418376150 + size: 75839 + timestamp: 1695418391490 - platform: win-64 name: pyqt5-sip version: 12.12.2 @@ -29113,23 +28998,23 @@ package: dependencies: - libcxx >=15.0.7 - pyqt >=5.15.9,<5.16.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - qt-main >=5.15.8,<5.16.0a0 - qtwebkit - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqtwebkit-5.15.9-py311h14ede98_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqtwebkit-5.15.9-py312h14105d7_2.conda hash: - md5: e9fe0fd5733eebec91a832145923f1a9 - sha256: e3c500072c959a0f4c6ab1a3df7bff063ca438b0ae286dfcbe325204364fe383 - build: py311h14ede98_2 + md5: ae52c6875282c378600eef8bcb3ec91d + sha256: d46a28f06e371369083b75ea7e2cf68ee215d20a63691391c19396c66d41e84d + build: py312h14105d7_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: LicenseRef-Commercial or GPL-3.0-only license_family: GPL - size: 127848 - timestamp: 1695649649609 + size: 128105 + timestamp: 1695649919135 - platform: win-64 name: pyqtwebkit version: 5.15.9 @@ -29177,8 +29062,6 @@ package: noarch: python size: 19622 timestamp: 1690469519470 - purls: - - pkg:pypi/pysnooper - platform: osx-64 name: pysnooper version: 1.2.0 @@ -29199,8 +29082,6 @@ package: noarch: python size: 19622 timestamp: 1690469519470 - purls: - - pkg:pypi/pysnooper - platform: osx-arm64 name: pysnooper version: 1.2.0 @@ -29221,8 +29102,6 @@ package: noarch: python size: 19622 timestamp: 1690469519470 - purls: - - pkg:pypi/pysnooper - platform: win-64 name: pysnooper version: 1.2.0 @@ -29243,8 +29122,6 @@ package: noarch: python size: 19622 timestamp: 1690469519470 - purls: - - pkg:pypi/pysnooper - platform: linux-64 name: pysocks version: 1.7.1 @@ -29266,8 +29143,6 @@ package: noarch: python size: 18981 timestamp: 1661604969727 - purls: - - pkg:pypi/pysocks - platform: osx-64 name: pysocks version: 1.7.1 @@ -29289,8 +29164,6 @@ package: noarch: python size: 18981 timestamp: 1661604969727 - purls: - - pkg:pypi/pysocks - platform: osx-arm64 name: pysocks version: 1.7.1 @@ -29312,8 +29185,6 @@ package: noarch: python size: 18981 timestamp: 1661604969727 - purls: - - pkg:pypi/pysocks - platform: win-64 name: pysocks version: 1.7.1 @@ -29336,8 +29207,6 @@ package: noarch: python size: 19348 timestamp: 1661605138291 - purls: - - pkg:pypi/pysocks - platform: linux-64 name: pytest version: 7.4.4 @@ -29366,8 +29235,6 @@ package: noarch: python size: 244564 timestamp: 1704035308916 - purls: - - pkg:pypi/pytest - platform: osx-64 name: pytest version: 7.4.4 @@ -29396,8 +29263,6 @@ package: noarch: python size: 244564 timestamp: 1704035308916 - purls: - - pkg:pypi/pytest - platform: osx-arm64 name: pytest version: 7.4.4 @@ -29426,8 +29291,6 @@ package: noarch: python size: 244564 timestamp: 1704035308916 - purls: - - pkg:pypi/pytest - platform: win-64 name: pytest version: 7.4.4 @@ -29456,8 +29319,6 @@ package: noarch: python size: 244564 timestamp: 1704035308916 - purls: - - pkg:pypi/pytest - platform: linux-64 name: pytest-cov version: 4.1.0 @@ -29574,8 +29435,6 @@ package: noarch: python size: 36516 timestamp: 1700593072448 - purls: - - pkg:pypi/pytest-xdist - platform: osx-64 name: pytest-xdist version: 3.5.0 @@ -29600,8 +29459,6 @@ package: noarch: python size: 36516 timestamp: 1700593072448 - purls: - - pkg:pypi/pytest-xdist - platform: osx-arm64 name: pytest-xdist version: 3.5.0 @@ -29626,8 +29483,6 @@ package: noarch: python size: 36516 timestamp: 1700593072448 - purls: - - pkg:pypi/pytest-xdist - platform: win-64 name: pytest-xdist version: 3.5.0 @@ -29652,11 +29507,9 @@ package: noarch: python size: 36516 timestamp: 1700593072448 - purls: - - pkg:pypi/pytest-xdist - platform: linux-64 name: python - version: 3.11.6 + version: 3.11.7 category: main manager: conda dependencies: @@ -29665,120 +29518,121 @@ package: - libexpat >=2.5.0,<3.0a0 - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - - libnsl >=2.0.0,<2.1.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.44.2,<4.0a0 - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 - libzlib >=1.2.13,<1.3.0a0 - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.6-hab00c5b_0_cpython.conda + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.7-hab00c5b_1_cpython.conda hash: - md5: b0dfbe2fcbfdb097d321bfd50ecddab1 - sha256: 84f13bd70cff5dcdaee19263b2d4291d5793856a718efc1b63a9cfa9eb6e2ca1 - build: hab00c5b_0_cpython + md5: 27cf681282c11dba7b0b1fd266e8f289 + sha256: 8266801d3f21ae3018b997dcd05503b034016a3335aa3ab5b8c3f482af1e6580 + build: hab00c5b_1_cpython arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 - size: 30720625 - timestamp: 1696331287478 + size: 30830615 + timestamp: 1703344491543 - platform: osx-64 name: python - version: 3.11.6 + version: 3.11.7 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - libexpat >=2.5.0,<3.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.6-h30d4d87_0_cpython.conda + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.7-h9f0c242_1_cpython.conda hash: - md5: 4d66c5fc01e9be526afe5d828d4de24d - sha256: e3ed331204fbeb03a9a2c2fa834e74997ad4f732ba2124b36f327d38b0cded93 - build: h30d4d87_0_cpython + md5: 686f211dcfbb8d27c6fe1ca905870189 + sha256: d234064dffa64715cf0a3f6c6a3665ead193f5a898614691b08d9c5afcdf11cc + build: h9f0c242_1_cpython arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 - size: 15393521 - timestamp: 1696330855485 + size: 15452269 + timestamp: 1703343492323 - platform: osx-arm64 name: python - version: 3.11.6 + version: 3.12.1 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - libexpat >=2.5.0,<3.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.6-h47c9636_0_cpython.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.1-hdf0ec26_1_cpython.conda hash: - md5: 2271df1db9534f5cac7c2d0820c3359d - sha256: 77054fa9a8fc30f71a18f599ee2897905a3c515202b614fa0f793add7a04a155 - build: h47c9636_0_cpython + md5: 7b5d48e25f131864762bfef1914d2014 + sha256: c9bdc2478a983da8c1b965727889fe58e2ea594c6f280a73c822beab1926d40d + build: hdf0ec26_1_cpython arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 constrains: - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 license: Python-2.0 - size: 14626958 - timestamp: 1696329727433 + size: 13089201 + timestamp: 1703318862740 - platform: win-64 name: python - version: 3.11.6 + version: 3.11.7 category: main manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - libexpat >=2.5.0,<3.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 + - openssl >=3.2.0,<4.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.6-h2628c8c_0_cpython.conda + url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.7-h2628c8c_1_cpython.conda hash: - md5: 80b761856b20383615a3fe8b1b13eef8 - sha256: 7fb38fda8296b2651ef727bb57603f0952c07fc533b172044395744a2641a00a - build: h2628c8c_0_cpython + md5: c2f9a938fca6aa621b44afc8f5db79ab + sha256: 668e9fd58e627c823e6e9d791e1fb8b372c76b5704a0c3b0cc94b3a34f5be582 + build: h2628c8c_1_cpython arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 - size: 18121128 - timestamp: 1696329396864 + size: 18191531 + timestamp: 1703342117253 - platform: linux-64 name: python-dateutil version: 2.8.2 @@ -29800,8 +29654,6 @@ package: noarch: python size: 245987 timestamp: 1626286448716 - purls: - - pkg:pypi/python-dateutil - platform: osx-64 name: python-dateutil version: 2.8.2 @@ -29823,8 +29675,6 @@ package: noarch: python size: 245987 timestamp: 1626286448716 - purls: - - pkg:pypi/python-dateutil - platform: osx-arm64 name: python-dateutil version: 2.8.2 @@ -29846,8 +29696,6 @@ package: noarch: python size: 245987 timestamp: 1626286448716 - purls: - - pkg:pypi/python-dateutil - platform: win-64 name: python-dateutil version: 2.8.2 @@ -29869,8 +29717,6 @@ package: noarch: python size: 245987 timestamp: 1626286448716 - purls: - - pkg:pypi/python-dateutil - platform: linux-64 name: python-fastjsonschema version: 2.19.1 @@ -29891,8 +29737,6 @@ package: noarch: python size: 225250 timestamp: 1703781171097 - purls: - - pkg:pypi/fastjsonschema - platform: osx-64 name: python-fastjsonschema version: 2.19.1 @@ -29913,8 +29757,6 @@ package: noarch: python size: 225250 timestamp: 1703781171097 - purls: - - pkg:pypi/fastjsonschema - platform: osx-arm64 name: python-fastjsonschema version: 2.19.1 @@ -29935,8 +29777,6 @@ package: noarch: python size: 225250 timestamp: 1703781171097 - purls: - - pkg:pypi/fastjsonschema - platform: win-64 name: python-fastjsonschema version: 2.19.1 @@ -29957,8 +29797,6 @@ package: noarch: python size: 225250 timestamp: 1703781171097 - purls: - - pkg:pypi/fastjsonschema - platform: linux-64 name: python-json-logger version: 2.0.7 @@ -29979,8 +29817,6 @@ package: noarch: python size: 13383 timestamp: 1677079727691 - purls: - - pkg:pypi/python-json-logger - platform: osx-64 name: python-json-logger version: 2.0.7 @@ -30001,8 +29837,6 @@ package: noarch: python size: 13383 timestamp: 1677079727691 - purls: - - pkg:pypi/python-json-logger - platform: osx-arm64 name: python-json-logger version: 2.0.7 @@ -30023,8 +29857,6 @@ package: noarch: python size: 13383 timestamp: 1677079727691 - purls: - - pkg:pypi/python-json-logger - platform: win-64 name: python-json-logger version: 2.0.7 @@ -30045,8 +29877,6 @@ package: noarch: python size: 13383 timestamp: 1677079727691 - purls: - - pkg:pypi/python-json-logger - platform: linux-64 name: python-tzdata version: '2023.4' @@ -30067,8 +29897,6 @@ package: noarch: python size: 146007 timestamp: 1703878849208 - purls: - - pkg:pypi/tzdata - platform: osx-64 name: python-tzdata version: '2023.4' @@ -30089,8 +29917,6 @@ package: noarch: python size: 146007 timestamp: 1703878849208 - purls: - - pkg:pypi/tzdata - platform: osx-arm64 name: python-tzdata version: '2023.4' @@ -30111,8 +29937,6 @@ package: noarch: python size: 146007 timestamp: 1703878849208 - purls: - - pkg:pypi/tzdata - platform: win-64 name: python-tzdata version: '2023.4' @@ -30133,8 +29957,6 @@ package: noarch: python size: 146007 timestamp: 1703878849208 - purls: - - pkg:pypi/tzdata - platform: linux-64 name: python_abi version: '3.11' @@ -30177,24 +29999,24 @@ package: timestamp: 1695147518012 - platform: osx-arm64 name: python_abi - version: '3.11' + version: '3.12' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda hash: - md5: 8d3751bc73d3bbb66f216fa2331d5649 - sha256: 4837089c477b9b84fa38a17f453e6634e68237267211b27a8a2f5ccd847f4e55 - build: 4_cp311 + md5: bbb3a02c78b2d8219d7213f76d644a2a + sha256: db25428e4f24f8693ffa39f3ff6dfbb8fd53bc298764b775b57edab1c697560f + build: 4_cp312 arch: aarch64 subdir: osx-arm64 build_number: 4 constrains: - - python 3.11.* *_cpython + - python 3.12.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6492 - timestamp: 1695147509940 + size: 6508 + timestamp: 1695147497048 - platform: win-64 name: python_abi version: '3.11' @@ -30235,8 +30057,6 @@ package: noarch: python size: 187454 timestamp: 1693930444432 - purls: - - pkg:pypi/pytz - platform: osx-64 name: pytz version: 2023.3.post1 @@ -30257,8 +30077,6 @@ package: noarch: python size: 187454 timestamp: 1693930444432 - purls: - - pkg:pypi/pytz - platform: osx-arm64 name: pytz version: 2023.3.post1 @@ -30279,8 +30097,6 @@ package: noarch: python size: 187454 timestamp: 1693930444432 - purls: - - pkg:pypi/pytz - platform: win-64 name: pytz version: 2023.3.post1 @@ -30301,8 +30117,6 @@ package: noarch: python size: 187454 timestamp: 1693930444432 - purls: - - pkg:pypi/pytz - platform: win-64 name: pywin32 version: '306' @@ -30346,8 +30160,6 @@ package: license_family: BSD size: 57331 timestamp: 1695395348158 - purls: - - pkg:pypi/pywin32-ctypes - platform: win-64 name: pywinpty version: 2.0.12 @@ -30372,8 +30184,6 @@ package: license_family: MIT size: 220505 timestamp: 1696657577118 - purls: - - pkg:pypi/pywinpty - platform: linux-64 name: pyyaml version: 6.0.1 @@ -30423,22 +30233,22 @@ package: category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py311heffc1b2_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda hash: - md5: d310bfbb8230b9175c0cbc10189ad804 - sha256: b155f5c27f0e2951256774628c4b91fdeee3267018eef29897a74e3d1316c8b0 - build: py311heffc1b2_1 + md5: a0c843e52a1c4422d8657dd76e9eb994 + sha256: b6b4027b89c17b9bbd8089aec3e44bc29f802a7d5668d5a75b5358d7ed9705ca + build: py312h02f2b3b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 187795 - timestamp: 1695373829282 + size: 182705 + timestamp: 1695373895409 - platform: win-64 name: pyyaml version: 6.0.1 @@ -30486,8 +30296,6 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 536511 timestamp: 1701783341090 - purls: - - pkg:pypi/pyzmq - platform: osx-64 name: pyzmq version: 25.1.2 @@ -30511,8 +30319,6 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 495677 timestamp: 1701783560340 - purls: - - pkg:pypi/pyzmq - platform: osx-arm64 name: pyzmq version: 25.1.2 @@ -30522,23 +30328,21 @@ package: - __osx >=10.9 - libcxx >=16.0.6 - libsodium >=1.0.18,<1.0.19.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py311h6727e71_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py312h1edf716_0.conda hash: - md5: c0ab7687c09ec2c12d4110c2d5ba7050 - sha256: 684dc254a778600fb4ce31d6e3a82f18bf3a2779d71b06d237e76357dda8be9e - build: py311h6727e71_0 + md5: 913db29987f836f5d80fa319e36b0a33 + sha256: a89712c6b0cab1e3385e44e0130a57b9d03df99b6f540486c0f00e2dae079e77 + build: py312h1edf716_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 501598 - timestamp: 1701783698571 - purls: - - pkg:pypi/pyzmq + size: 495070 + timestamp: 1701783687130 - platform: win-64 name: pyzmq version: 25.1.2 @@ -30563,123 +30367,120 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 490973 timestamp: 1701783719678 - purls: - - pkg:pypi/pyzmq - platform: linux-64 name: qca - version: 2.3.7 + version: 2.3.8 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - - openssl >=3.1.1,<4.0a0 + - openssl >=3.2.0,<4.0a0 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/qca-2.3.7-h4a6f7a0_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qca-2.3.8-h4a6f7a0_0.conda hash: - md5: e9296ed91ae775c423dfb918cb781ee5 - sha256: 8e16989b0efc19f3607c1e503dc5ff7e486f1f77bed3d2fa8098eb1b4c555df0 + md5: a30f3d5d2c5ff1fc705a578c09205c73 + sha256: 48eab7e5ccbc6a9de0e54d13de604b6e9e4575b2e22d63bdb926c2c464ae1eeb build: h4a6f7a0_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-only - size: 864573 - timestamp: 1690249285925 + size: 862318 + timestamp: 1704858100937 - platform: osx-64 name: qca - version: 2.3.7 + version: 2.3.8 category: main manager: conda dependencies: - - libcxx >=15.0.7 - - openssl >=3.1.1,<4.0a0 + - libcxx >=15 + - openssl >=3.2.0,<4.0a0 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/qca-2.3.7-h23aa48b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qca-2.3.8-h3036dd7_0.conda hash: - md5: 1f15308c85ca24257e175f95522c45c3 - sha256: 717cdfa0ba9db3f93eb0440b4040cc162d7416be84a7b93c8307acb49544103a - build: h23aa48b_0 + md5: 4915b46892055536b441d0829c4accaa + sha256: b0a4d41815437d89c8d448d9daadc7d4dee88ffbe3a76acb0b2a858aaf560fff + build: h3036dd7_0 arch: x86_64 subdir: osx-64 build_number: 0 license: LGPL-2.1-only - size: 813129 - timestamp: 1690249597089 + size: 806389 + timestamp: 1704858452645 - platform: osx-arm64 name: qca - version: 2.3.7 + version: 2.3.8 category: main manager: conda dependencies: - - libcxx >=15.0.7 - - openssl >=3.1.1,<4.0a0 + - libcxx >=15 + - openssl >=3.2.0,<4.0a0 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qca-2.3.7-h117ee42_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qca-2.3.8-hbd3fef1_0.conda hash: - md5: 2fba09056f6e6132aa6654bd1a634841 - sha256: e3dba60d89150ebf8ec978a705e59e95207c27afc88d2a0299763715e173f84c - build: h117ee42_0 + md5: 58bd4c45b6d3c7b8d971562402b47330 + sha256: c9589419975a7cf4b936413c7b7d5be2e77645313d00075c6cd04cd85e5fd010 + build: hbd3fef1_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-2.1-only - size: 831909 - timestamp: 1690249808965 + size: 789712 + timestamp: 1704858714486 - platform: win-64 name: qca - version: 2.3.7 + version: 2.3.8 category: main manager: conda dependencies: - - openssl >=3.1.1,<4.0a0 + - openssl >=3.2.0,<4.0a0 - qt-main >=5.15.8,<5.16.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/qca-2.3.7-h2624d1c_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/qca-2.3.8-h2624d1c_0.conda hash: - md5: a1fb7b770f0f9d7094fdd72758d2635b - sha256: dc8a5d3451587a5fb70bddee9e25c958fecabf20b4e7f651db2958c8f9b4203f + md5: 3907b3e8035139705de056ba9b94c659 + sha256: cbbfd2cb47bfd090d91c1ff695e918cc4ddcfd1ffdab4b53024d89c6d2e8d30e build: h2624d1c_0 arch: x86_64 subdir: win-64 build_number: 0 license: LGPL-2.1-only - size: 738628 - timestamp: 1690249695854 + size: 740262 + timestamp: 1704858655491 - platform: linux-64 name: qgis - version: 3.28.12 + version: 3.34.2 category: main manager: conda dependencies: - exiv2 >=0.27.6,<0.28.0a0 - future - gdal - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - gsl >=2.7,<2.8.0a0 - httplib2 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - jinja2 - laz-perf - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libgdal >=3.7.2,<3.8.0a0 - - libpq >=15.4,<16.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libgdal >=3.8.1,<3.9.0a0 + - libpq >=16.1,<17.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libzip >=1.10.1,<2.0a0 - markupsafe - mock - nose2 - ocl-icd >=2.3.1,<3.0a0 - - openssl >=3.1.4,<4.0a0 - owslib - - pdal >=2.5.6,<2.6.0a0 + - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - proj >=9.3.0,<9.3.1.0a0 @@ -30698,7 +30499,7 @@ package: - qjson - qscintilla2 - qt-main >=5.15.8,<5.16.0a0 - - qtkeychain >=0.14.1,<0.15.0a0 + - qtkeychain >=0.14.2,<0.15.0a0 - qtwebkit - qwt >=6.2.0,<6.3.0a0 - requests @@ -30706,52 +30507,50 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/linux-64/qgis-3.28.12-py311hfe10d84_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qgis-3.34.2-py311h8f39315_0.conda hash: - md5: c388601ea6bec2e79aa92eba1ee909e3 - sha256: 7a58955bc60e8bb87d7adbb2328c165a13244cf9aaad95c0cdd6e24588951d6f - build: py311hfe10d84_0 + md5: f325de72f6a5b99b3f5e1db12a1e2812 + sha256: b48bf97a4d0d624ef756301fb0df47fef1da9640a2cd2bba840c688813a16aa6 + build: py311h8f39315_0 arch: x86_64 subdir: linux-64 build_number: 0 license: GPL-2.0-only license_family: GPL - size: 89102542 - timestamp: 1699862857799 + size: 92157932 + timestamp: 1703377383001 - platform: osx-64 name: qgis - version: 3.28.12 + version: 3.34.2 category: main manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 - exiv2 >=0.27.6,<0.28.0a0 - future - gdal - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - gsl >=2.7,<2.8.0a0 - httplib2 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - jinja2 - khronos-opencl-icd-loader >=2023.4.17 - laz-perf - - libcxx >=16.0.6 + - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.7.2,<3.8.0a0 - - libpq >=15.4,<16.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libgdal >=3.8.1,<3.9.0a0 + - libpq >=16.1,<17.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtasn1 >=4.19.0,<5.0a0 - libzip >=1.10.1,<2.0a0 - markupsafe - mock - nose2 - - openssl >=3.1.4,<4.0a0 - owslib - - pdal >=2.5.6,<2.6.0a0 + - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - proj >=9.3.0,<9.3.1.0a0 @@ -30770,7 +30569,7 @@ package: - qjson - qscintilla2 - qt-main >=5.15.8,<5.16.0a0 - - qtkeychain >=0.14.1,<0.15.0a0 + - qtkeychain >=0.14.2,<0.15.0a0 - qtwebkit - qwt >=6.2.0,<6.3.0a0 - requests @@ -30778,53 +30577,51 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.28.12-py311h200f069_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.34.2-py311h8ff824c_0.conda hash: - md5: d71af9f2dfb2de7e49c84bc88c453f82 - sha256: 6267746267d26e006a7c114c73b1e4adc98823febce85bf7b502bf0c13b1ca73 - build: py311h200f069_0 + md5: 382ae930fd2beacb6ffa09925fc91c1c + sha256: 548e840da5c1f8d32f7b694713c3981b3197c86adb8479983f564cb68f4c0e7b + build: py311h8ff824c_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - __osx >=10.13 + - __osx >=10.15 license: GPL-2.0-only license_family: GPL - size: 70800191 - timestamp: 1699864701946 + size: 74974842 + timestamp: 1703383570214 - platform: osx-arm64 name: qgis - version: 3.28.12 + version: 3.34.2 category: main manager: conda dependencies: - - __osx >=10.9 - exiv2 >=0.27.6,<0.28.0a0 - future - gdal - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - gsl >=2.7,<2.8.0a0 - httplib2 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - jinja2 - khronos-opencl-icd-loader >=2023.4.17 - laz-perf - - libcxx >=16.0.6 + - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.7.2,<3.8.0a0 - - libpq >=15.4,<16.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libgdal >=3.8.1,<3.9.0a0 + - libpq >=16.1,<17.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtasn1 >=4.19.0,<5.0a0 - libzip >=1.10.1,<2.0a0 - markupsafe - mock - nose2 - - openssl >=3.1.4,<4.0a0 - owslib - - pdal >=2.5.6,<2.6.0a0 + - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - proj >=9.3.0,<9.3.1.0a0 @@ -30834,17 +30631,17 @@ package: - pyqt >=5.15.9,<5.16.0a0 - pyqt5-sip - pyqtwebkit - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython - python-dateutil - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 - pytz - pyyaml - qca - qjson - qscintilla2 - qt-main >=5.15.8,<5.16.0a0 - - qtkeychain >=0.14.1,<0.15.0a0 + - qtkeychain >=0.14.2,<0.15.0a0 - qtwebkit - qwt >=6.2.0,<6.3.0a0 - requests @@ -30852,11 +30649,11 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.28.12-py311h48d1f91_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.34.2-py312h740248c_0.conda hash: - md5: 709f967c552e9bfde37c704360d46c78 - sha256: 1d6893fe3f8ff1f872059f648071665de6aa53e618fa0db00ec1fd0df714738f - build: py311h48d1f91_0 + md5: 761f2185abb3983924ddd057a8c22a66 + sha256: 65a7cb054ce5d013f50608cc65ebb2ce6faae1afb13a2f1416818062787bd0a2 + build: py312h740248c_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -30864,38 +30661,37 @@ package: - __osx >=11.0 license: GPL-2.0-only license_family: GPL - size: 68689520 - timestamp: 1699865164917 + size: 71833535 + timestamp: 1703383502144 - platform: win-64 name: qgis - version: 3.28.12 + version: 3.34.2 category: main manager: conda dependencies: - exiv2 >=0.27.6,<0.28.0a0 - future - gdal - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - gsl >=2.7,<2.8.0a0 - httplib2 - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - jinja2 - khronos-opencl-icd-loader >=2023.4.17 - laz-perf - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.7.2,<3.8.0a0 - - libpq >=15.4,<16.0a0 - - libprotobuf >=4.24.3,<4.24.4.0a0 + - libgdal >=3.8.1,<3.9.0a0 + - libpq >=16.1,<17.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzip >=1.10.1,<2.0a0 - markupsafe - mock - nose2 - - openssl >=3.1.4,<4.0a0 - owslib - - pdal >=2.5.6,<2.6.0a0 + - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - proj >=9.3.0,<9.3.1.0a0 @@ -30914,7 +30710,7 @@ package: - qjson - qscintilla2 - qt-main >=5.15.8,<5.16.0a0 - - qtkeychain >=0.14.1,<0.15.0a0 + - qtkeychain >=0.14.2,<0.15.0a0 - qtwebkit - qwt >=6.2.0,<6.3.0a0 - requests @@ -30925,18 +30721,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - yaml - url: https://conda.anaconda.org/conda-forge/win-64/qgis-3.28.12-py311h1f28d0c_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/qgis-3.34.2-py311hfaa9231_0.conda hash: - md5: a181c0be3cacb123a602cb3bbd47a608 - sha256: 3a911102b56631296117b955daeacfdb9c37084cae6b843dba9a15234cff1918 - build: py311h1f28d0c_0 + md5: cb2a452b57851215e5fedf8e3da07b35 + sha256: d1d1f8aa74dbe309b8498ff3cebdc46e36577efc878608ddbf658b9f7f76ec35 + build: py311hfaa9231_0 arch: x86_64 subdir: win-64 build_number: 0 license: GPL-2.0-only license_family: GPL - size: 69716519 - timestamp: 1699865367134 + size: 72002569 + timestamp: 1703382136909 - platform: linux-64 name: qgis-plugin-manager version: 1.6.1 @@ -30957,8 +30753,6 @@ package: noarch: python size: 44219 timestamp: 1694708722178 - purls: - - pkg:pypi/qgis-plugin-manager - platform: osx-64 name: qgis-plugin-manager version: 1.6.1 @@ -30979,8 +30773,6 @@ package: noarch: python size: 44219 timestamp: 1694708722178 - purls: - - pkg:pypi/qgis-plugin-manager - platform: osx-arm64 name: qgis-plugin-manager version: 1.6.1 @@ -31001,8 +30793,6 @@ package: noarch: python size: 44219 timestamp: 1694708722178 - purls: - - pkg:pypi/qgis-plugin-manager - platform: win-64 name: qgis-plugin-manager version: 1.6.1 @@ -31023,8 +30813,6 @@ package: noarch: python size: 44219 timestamp: 1694708722178 - purls: - - pkg:pypi/qgis-plugin-manager - platform: linux-64 name: qhull version: '2020.2' @@ -31236,23 +31024,23 @@ package: dependencies: - libcxx >=15.0.7 - pyqt >=5.15.9,<5.16.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - qt-main >=5.15.8,<5.16.0a0 - sip >=6.7.11,<6.8.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qscintilla2-2.14.1-py311h14ede98_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qscintilla2-2.14.1-py312h14105d7_0.conda hash: - md5: a04602fc5f7bd3646199db03245b2e5c - sha256: 0d76b2d46fc08d04e999a8281325b17c172022fafdb5dac39fc8aa715233a89b - build: py311h14ede98_0 + md5: 31d17bbc23db4377185684ed18e2bc19 + sha256: aa3bd33df4c776ab96432c1f4bf12715742dc59d1ae2e013069d1f814e0da366 + build: py312h14105d7_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-3.0-or-later license_family: GPL - size: 1257709 - timestamp: 1695486575127 + size: 1258259 + timestamp: 1695486794043 - platform: win-64 name: qscintilla2 version: 2.14.1 @@ -31286,36 +31074,36 @@ package: manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.9,<1.2.10.0a0 + - alsa-lib >=1.2.10,<1.2.11.0a0 - dbus >=1.13.6,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - gst-plugins-base >=1.22.5,<1.23.0a0 - - gstreamer >=1.22.5,<1.23.0a0 - - harfbuzz >=7.3.0,<8.0a0 - - icu >=72.1,<73.0a0 - - krb5 >=1.21.1,<1.22.0a0 + - gst-plugins-base >=1.22.7,<1.23.0a0 + - gstreamer >=1.22.7,<1.23.0a0 + - harfbuzz >=8.3.0,<9.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 - libclang >=15.0.7,<16.0a0 - libclang13 >=15.0.7 - libcups >=2.3.3,<2.4.0a0 - libevent >=2.1.12,<2.1.13.0a0 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libglib >=2.76.4,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libglib >=2.78.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.3,<16.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libpq >=16.1,<17.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - - libxkbcommon >=1.5.0,<2.0a0 - - libxml2 >=2.11.4,<2.12.0a0 + - libxkbcommon >=1.6.0,<2.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - mysql-libs >=8.0.33,<8.1.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.89,<4.0a0 - - openssl >=3.1.1,<4.0a0 + - nss >=3.95,<4.0a0 + - openssl >=3.2.0,<4.0a0 - pulseaudio-client >=16.1,<16.2.0a0 - xcb-util >=0.4.0,<0.5.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 @@ -31324,135 +31112,137 @@ package: - xcb-util-wm >=0.4.1,<0.5.0a0 - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libx11 >=1.8.7,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - xorg-xf86vidmodeproto - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h7fe3ca9_15.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h450f30e_18.conda hash: - md5: f09d307dd78e61e4eb2c6c2f81056d0e - sha256: 44a1f37d998686dbfcdeb2208d0bb4b5afe2a3cb018a3b0eef6679f7374c7b02 - build: h7fe3ca9_15 + md5: ef0430f8df5dcdedcaaab340b228f30c + sha256: 30b534076fb358dfce1f5bdfddc609198b36fcb27ab8c1e63815c539933de778 + build: h450f30e_18 arch: x86_64 subdir: linux-64 - build_number: 15 + build_number: 18 constrains: - qt 5.15.8 license: LGPL-3.0-only license_family: LGPL - size: 61259456 - timestamp: 1690093537374 + size: 61252089 + timestamp: 1702358560587 - platform: osx-64 name: qt-main version: 5.15.8 category: main manager: conda dependencies: - - gst-plugins-base >=1.22.5,<1.23.0a0 - - gstreamer >=1.22.5,<1.23.0a0 - - icu >=72.1,<73.0a0 - - krb5 >=1.21.1,<1.22.0a0 + - __osx >=10.9 + - gst-plugins-base >=1.22.7,<1.23.0a0 + - gstreamer >=1.22.7,<1.23.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 - libclang >=15.0.7,<16.0a0 - libclang13 >=15.0.7 - libcxx >=15.0.7 - - libglib >=2.76.4,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libglib >=2.78.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.3,<16.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libpq >=16.1,<17.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - mysql-libs >=8.0.33,<8.1.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.89,<4.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/qt-main-5.15.8-heb9da5c_15.conda + - nss >=3.95,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/qt-main-5.15.8-h26cf8db_18.conda hash: - md5: 51d77d08604466f46441140f994215ee - sha256: 8fd43207ccb45c5ec1ffb6240aaed9e82430838c8c8eeda32f6b5767b9cfdb06 - build: heb9da5c_15 + md5: 4116e060ba5ca7bd7be0c1bef3df1f5b + sha256: bf0603fe24611e24eb0ac4febff807b7ceb959e3dcc17aa9973a43c94e635ca8 + build: h26cf8db_18 arch: x86_64 subdir: osx-64 - build_number: 15 + build_number: 18 constrains: - - qt 5.15.8 - __osx >=10.13 + - qt 5.15.8 license: LGPL-3.0-only license_family: LGPL - size: 45666843 - timestamp: 1690100165749 + size: 46263512 + timestamp: 1702367721720 - platform: osx-arm64 name: qt-main version: 5.15.8 category: main manager: conda dependencies: - - gst-plugins-base >=1.22.5,<1.23.0a0 - - gstreamer >=1.22.5,<1.23.0a0 - - icu >=72.1,<73.0a0 - - krb5 >=1.21.1,<1.22.0a0 + - __osx >=10.9 + - gst-plugins-base >=1.22.7,<1.23.0a0 + - gstreamer >=1.22.7,<1.23.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 - libclang >=15.0.7,<16.0a0 - libclang13 >=15.0.7 - libcxx >=15.0.7 - - libglib >=2.76.4,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libglib >=2.78.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libpq >=15.3,<16.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libpq >=16.1,<17.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - mysql-libs >=8.0.33,<8.1.0a0 - nspr >=4.35,<5.0a0 - - nss >=3.89,<4.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qt-main-5.15.8-hab52160_15.conda + - nss >=3.95,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/qt-main-5.15.8-h0a21348_18.conda hash: - md5: ebc02bcc34b8318978a7c8951e5104d7 - sha256: 8b7f0125e3ce9e8c7902755212665ad1ae753f001bae1868eaf3752d0f408212 - build: hab52160_15 + md5: 105ce10cdc734901c46297fb767cab21 + sha256: b93b9c5aeb28ba4736e142394ffcaebaea6d2613b733a235f25700cab8885e4c + build: h0a21348_18 arch: aarch64 subdir: osx-arm64 - build_number: 15 + build_number: 18 constrains: - qt 5.15.8 license: LGPL-3.0-only license_family: LGPL - size: 50152865 - timestamp: 1690100991021 + size: 51321417 + timestamp: 1702367174110 - platform: win-64 name: qt-main version: 5.15.8 category: main manager: conda dependencies: - - gst-plugins-base >=1.22.5,<1.23.0a0 - - gstreamer >=1.22.5,<1.23.0a0 - - icu >=72.1,<73.0a0 - - krb5 >=1.21.1,<1.22.0a0 + - gst-plugins-base >=1.22.7,<1.23.0a0 + - gstreamer >=1.22.7,<1.23.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 - libclang >=15.0.7,<16.0a0 - libclang13 >=15.0.7 - - libglib >=2.76.4,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libglib >=2.78.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.1,<4.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h063a7da_15.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h9e85ed6_18.conda hash: - md5: b18be6e14e118fdb0eb37de227d0f74b - sha256: ad4e4c189e3dd01edd36c63eaf3a2a12fbe2fc943b9c534fc8cc5206c010fff2 - build: h063a7da_15 + md5: 8427460072b90560c0675c37c30386ef + sha256: f23d02b09e52fb2d65d0c94c267bce0b663c0f9931a86bec36af0c6c22aa87e3 + build: h9e85ed6_18 arch: x86_64 subdir: win-64 - build_number: 15 + build_number: 18 constrains: - qt 5.15.8 license: LGPL-3.0-only license_family: LGPL - size: 60506607 - timestamp: 1690097972755 + size: 60810492 + timestamp: 1702363181480 - platform: linux-64 name: qtkeychain version: 0.14.2 @@ -31548,32 +31338,32 @@ package: dependencies: - __glibc >=2.17,<3.0.a0 - glib - - icu >=72.1,<73.0a0 + - icu >=73.2,<74.0a0 - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libglib >=2.78.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libwebp - - libwebp-base >=1.3.0,<2.0a0 - - libxml2 >=2.11.4,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/qtwebkit-5.212-h0396763_12.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qtwebkit-5.212-h60108c6_16.conda hash: - md5: 851201d175ba5c0f8f7cbe151ad25cf4 - sha256: a22d93493eb6daff22172a1463de82857a1562b6a9d974b7f7fc20552ac57f46 - build: h0396763_12 + md5: 1e2785758dc448d977c48a0bd684a02f + sha256: 776fbd436e1bb1d96ad83a87b1cc9c7a1fd5aaa56ddf34ffb4536412b54b2aa1 + build: h60108c6_16 arch: x86_64 subdir: linux-64 - build_number: 12 + build_number: 16 license: LGPL-2.1-only - size: 15591435 - timestamp: 1687492117989 + size: 15557461 + timestamp: 1705298788487 - platform: osx-64 name: qtwebkit version: '5.212' @@ -31582,30 +31372,30 @@ package: dependencies: - __osx >=10.12 - glib - - icu >=72.1,<73.0a0 - - libcxx >=15.0.7 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=15 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libwebp - - libwebp-base >=1.3.0,<2.0a0 - - libxml2 >=2.11.4,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/qtwebkit-5.212-h2bef28d_12.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qtwebkit-5.212-h3b777d0_16.conda hash: - md5: 8302fd2ec48383e30ac8b8515cac354b - sha256: 08539aae7b9afcc7b85842e7bfd8d818686417ad49098f0b6743fe4439daedf4 - build: h2bef28d_12 + md5: 5c2a35e4d27dcf121b53c120bfe49d9e + sha256: f8b851acb06f380d32647d335eae76657dc88226b48334ec221624076e78075a + build: h3b777d0_16 arch: x86_64 subdir: osx-64 - build_number: 12 + build_number: 16 license: LGPL-2.1-only - size: 11850061 - timestamp: 1687496167220 + size: 11686596 + timestamp: 1705302520240 - platform: osx-arm64 name: qtwebkit version: '5.212' @@ -31613,30 +31403,30 @@ package: manager: conda dependencies: - glib - - icu >=72.1,<73.0a0 - - libcxx >=15.0.7 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=15 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libwebp - - libwebp-base >=1.3.0,<2.0a0 - - libxml2 >=2.11.4,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/qtwebkit-5.212-hfc9f050_12.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qtwebkit-5.212-ha51050e_16.conda hash: - md5: 411332cb33a0f9400c5ed1aae1cb79f6 - sha256: 473af550e67f17e413e393e5c7c8e1b46ae9b72f3cb00295450683338a4bbbbd - build: hfc9f050_12 + md5: c29bf3e3fbd9c858d7eedad0cec1de1a + sha256: e2c98f1454742b44961d0fdb6d712903d7c10bd9c8a578c16ed1a3fb670ad288 + build: ha51050e_16 arch: aarch64 subdir: osx-arm64 - build_number: 12 + build_number: 16 license: LGPL-2.1-only - size: 10128557 - timestamp: 1687496973550 + size: 10116631 + timestamp: 1705302904070 - platform: win-64 name: qtwebkit version: '5.212' @@ -31644,14 +31434,14 @@ package: manager: conda dependencies: - glib - - icu >=72.1,<73.0a0 - - libjpeg-turbo >=2.1.5.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.42.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libwebp - - libwebp-base >=1.3.0,<2.0a0 - - libxml2 >=2.11.4,<2.12.0a0 - - libxslt >=1.1.37,<2.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.12.3,<2.13.0a0 + - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 - sqlite @@ -31659,17 +31449,17 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/qtwebkit-5.212-h1efe6ef_12.conda + url: https://conda.anaconda.org/conda-forge/win-64/qtwebkit-5.212-h4d8ddc9_16.conda hash: - md5: 3d785397c3c09191413d11f5c2eb0fc0 - sha256: f32f469978f125bb6d1c75ebc2325cfea09aa28c4bfa12cb19c37e15e4ff6676 - build: h1efe6ef_12 + md5: a63bf802959ef9b0c0f6ebf2295a7d15 + sha256: 07d3edaadb2fd77c0a7adb04b2fe22bfd5ac0c78315cd42aef626bf85e3e81b1 + build: h4d8ddc9_16 arch: x86_64 subdir: win-64 - build_number: 12 + build_number: 16 license: LGPL-2.1-only - size: 10911875 - timestamp: 1687494282901 + size: 11010817 + timestamp: 1705299624569 - platform: linux-64 name: quarto version: 1.3.450 @@ -31770,8 +31560,6 @@ package: noarch: python size: 64615 timestamp: 1702333703635 - purls: - - pkg:pypi/quartodoc - platform: osx-64 name: quartodoc version: 0.7.2 @@ -31803,8 +31591,6 @@ package: noarch: python size: 64615 timestamp: 1702333703635 - purls: - - pkg:pypi/quartodoc - platform: osx-arm64 name: quartodoc version: 0.7.2 @@ -31836,8 +31622,6 @@ package: noarch: python size: 64615 timestamp: 1702333703635 - purls: - - pkg:pypi/quartodoc - platform: win-64 name: quartodoc version: 0.7.2 @@ -31869,8 +31653,6 @@ package: noarch: python size: 64615 timestamp: 1702333703635 - purls: - - pkg:pypi/quartodoc - platform: linux-64 name: qwt version: 6.2.0 @@ -32131,8 +31913,6 @@ package: noarch: python size: 17373 timestamp: 1694242843889 - purls: - - pkg:pypi/readme-renderer - platform: osx-64 name: readme_renderer version: '42.0' @@ -32157,8 +31937,6 @@ package: noarch: python size: 17373 timestamp: 1694242843889 - purls: - - pkg:pypi/readme-renderer - platform: osx-arm64 name: readme_renderer version: '42.0' @@ -32183,8 +31961,6 @@ package: noarch: python size: 17373 timestamp: 1694242843889 - purls: - - pkg:pypi/readme-renderer - platform: win-64 name: readme_renderer version: '42.0' @@ -32209,8 +31985,6 @@ package: noarch: python size: 17373 timestamp: 1694242843889 - purls: - - pkg:pypi/readme-renderer - platform: linux-64 name: referencing version: 0.32.1 @@ -32233,8 +32007,6 @@ package: noarch: python size: 39009 timestamp: 1704489374195 - purls: - - pkg:pypi/referencing - platform: osx-64 name: referencing version: 0.32.1 @@ -32257,8 +32029,6 @@ package: noarch: python size: 39009 timestamp: 1704489374195 - purls: - - pkg:pypi/referencing - platform: osx-arm64 name: referencing version: 0.32.1 @@ -32281,8 +32051,6 @@ package: noarch: python size: 39009 timestamp: 1704489374195 - purls: - - pkg:pypi/referencing - platform: win-64 name: referencing version: 0.32.1 @@ -32305,8 +32073,6 @@ package: noarch: python size: 39009 timestamp: 1704489374195 - purls: - - pkg:pypi/referencing - platform: linux-64 name: requests version: 2.31.0 @@ -32333,8 +32099,6 @@ package: noarch: python size: 56690 timestamp: 1684774408600 - purls: - - pkg:pypi/requests - platform: osx-64 name: requests version: 2.31.0 @@ -32361,8 +32125,6 @@ package: noarch: python size: 56690 timestamp: 1684774408600 - purls: - - pkg:pypi/requests - platform: osx-arm64 name: requests version: 2.31.0 @@ -32389,8 +32151,6 @@ package: noarch: python size: 56690 timestamp: 1684774408600 - purls: - - pkg:pypi/requests - platform: win-64 name: requests version: 2.31.0 @@ -32417,8 +32177,6 @@ package: noarch: python size: 56690 timestamp: 1684774408600 - purls: - - pkg:pypi/requests - platform: linux-64 name: requests-toolbelt version: 1.0.0 @@ -32440,8 +32198,6 @@ package: noarch: python size: 43939 timestamp: 1682953467574 - purls: - - pkg:pypi/requests-toolbelt - platform: osx-64 name: requests-toolbelt version: 1.0.0 @@ -32463,8 +32219,6 @@ package: noarch: python size: 43939 timestamp: 1682953467574 - purls: - - pkg:pypi/requests-toolbelt - platform: osx-arm64 name: requests-toolbelt version: 1.0.0 @@ -32486,8 +32240,6 @@ package: noarch: python size: 43939 timestamp: 1682953467574 - purls: - - pkg:pypi/requests-toolbelt - platform: win-64 name: requests-toolbelt version: 1.0.0 @@ -32509,8 +32261,6 @@ package: noarch: python size: 43939 timestamp: 1682953467574 - purls: - - pkg:pypi/requests-toolbelt - platform: linux-64 name: rfc3339-validator version: 0.1.4 @@ -32532,8 +32282,6 @@ package: noarch: python size: 8064 timestamp: 1638811838081 - purls: - - pkg:pypi/rfc3339-validator - platform: osx-64 name: rfc3339-validator version: 0.1.4 @@ -32555,8 +32303,6 @@ package: noarch: python size: 8064 timestamp: 1638811838081 - purls: - - pkg:pypi/rfc3339-validator - platform: osx-arm64 name: rfc3339-validator version: 0.1.4 @@ -32578,8 +32324,6 @@ package: noarch: python size: 8064 timestamp: 1638811838081 - purls: - - pkg:pypi/rfc3339-validator - platform: win-64 name: rfc3339-validator version: 0.1.4 @@ -32601,8 +32345,6 @@ package: noarch: python size: 8064 timestamp: 1638811838081 - purls: - - pkg:pypi/rfc3339-validator - platform: linux-64 name: rfc3986 version: 2.0.0 @@ -32623,8 +32365,6 @@ package: noarch: python size: 34075 timestamp: 1641825125307 - purls: - - pkg:pypi/rfc3986 - platform: osx-64 name: rfc3986 version: 2.0.0 @@ -32645,8 +32385,6 @@ package: noarch: python size: 34075 timestamp: 1641825125307 - purls: - - pkg:pypi/rfc3986 - platform: osx-arm64 name: rfc3986 version: 2.0.0 @@ -32667,8 +32405,6 @@ package: noarch: python size: 34075 timestamp: 1641825125307 - purls: - - pkg:pypi/rfc3986 - platform: win-64 name: rfc3986 version: 2.0.0 @@ -32689,8 +32425,6 @@ package: noarch: python size: 34075 timestamp: 1641825125307 - purls: - - pkg:pypi/rfc3986 - platform: linux-64 name: rfc3986-validator version: 0.1.1 @@ -32711,8 +32445,6 @@ package: noarch: python size: 7818 timestamp: 1598024297745 - purls: - - pkg:pypi/rfc3986-validator - platform: osx-64 name: rfc3986-validator version: 0.1.1 @@ -32733,8 +32465,6 @@ package: noarch: python size: 7818 timestamp: 1598024297745 - purls: - - pkg:pypi/rfc3986-validator - platform: osx-arm64 name: rfc3986-validator version: 0.1.1 @@ -32755,8 +32485,6 @@ package: noarch: python size: 7818 timestamp: 1598024297745 - purls: - - pkg:pypi/rfc3986-validator - platform: win-64 name: rfc3986-validator version: 0.1.1 @@ -32777,8 +32505,6 @@ package: noarch: python size: 7818 timestamp: 1598024297745 - purls: - - pkg:pypi/rfc3986-validator - platform: linux-64 name: rich version: 13.7.0 @@ -32873,75 +32599,69 @@ package: timestamp: 1700160247583 - platform: linux-64 name: rpds-py - version: 0.16.2 + version: 0.17.1 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.16.2-py311h46250e7_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.17.1-py311h46250e7_0.conda hash: - md5: 79a19e53eae4bc42b7469feb46d90bd4 - sha256: c1fa356a0bb6ff941ae7dd973eacb911708f7d927eb604bdc3e9b91721cef5ef + md5: a206e8c500a27fa82adae7c2f1929675 + sha256: e9e77f20b3cc1653571d3daa0c1c1d206f33c2147f290d74aa53ce49f4d51e5e build: py311h46250e7_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 999717 - timestamp: 1703822864545 - purls: - - pkg:pypi/rpds-py + size: 1017981 + timestamp: 1705160004961 - platform: osx-64 name: rpds-py - version: 0.16.2 + version: 0.17.1 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.16.2-py311h5e0f0e4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.17.1-py311h5e0f0e4_0.conda hash: - md5: 802da2f6d0f60b2decb0cc2cf7b731f4 - sha256: 72e6ad445321997329afaf5f7dbbf2f17d9be887e4eb90322b8bdb81f23ea0a0 + md5: a2efa7efe2b9807cdabbd37ba58e86a7 + sha256: 1e5864088a7236cd9afe656b76aa8324c810c86493fcba54efcfdf23cd486b0c build: py311h5e0f0e4_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 294874 - timestamp: 1703823210475 - purls: - - pkg:pypi/rpds-py + size: 311114 + timestamp: 1705160275676 - platform: osx-arm64 name: rpds-py - version: 0.16.2 + version: 0.17.1 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.16.2-py311h94f323b_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.17.1-py312h5280bc4_0.conda hash: - md5: 844cc52510617832cb4bb9d8e0750e01 - sha256: eaafb94594bc1cd8884307ce3218fc3cc28386069bcebac085a0fdad27005cc6 - build: py311h94f323b_0 + md5: 7b0b4879880d11be49c5edfdae68bc39 + sha256: 1e6a413e4ed984cf9d62c4eb1b921ceb6efc3f8470dbfa2f5a23790724b8ff0d + build: py312h5280bc4_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 292880 - timestamp: 1703823387374 - purls: - - pkg:pypi/rpds-py + size: 310844 + timestamp: 1705160382759 - platform: win-64 name: rpds-py - version: 0.16.2 + version: 0.17.1 category: main manager: conda dependencies: @@ -32950,20 +32670,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.16.2-py311hc37eb10_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.17.1-py311hc37eb10_0.conda hash: - md5: 9fa92bc70b5c4e2c3fee0818b7fdc5e3 - sha256: 4daec229a43f29cdb8400982b04742952f43369ca8a535f58c1d33e1a1cbfe35 + md5: 68868e810c6de8d78f6c60a3099bfdcd + sha256: c55060fc3e5b55a079fa4b8f972afb5b2f8324daad82d4efe492557dde195dd2 build: py311hc37eb10_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 192094 - timestamp: 1703823672783 - purls: - - pkg:pypi/rpds-py + size: 206897 + timestamp: 1705160671156 - platform: linux-64 name: rtree version: 1.1.0 @@ -32985,8 +32703,6 @@ package: license_family: MIT size: 62552 timestamp: 1697503426564 - purls: - - pkg:pypi/rtree - platform: osx-64 name: rtree version: 1.1.0 @@ -33008,8 +32724,6 @@ package: license_family: MIT size: 62672 timestamp: 1697503665618 - purls: - - pkg:pypi/rtree - platform: osx-arm64 name: rtree version: 1.1.0 @@ -33017,23 +32731,21 @@ package: manager: conda dependencies: - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.1.0-py311hd698ff7_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.1.0-py312h22f7183_0.conda hash: - md5: 957242aceae3dcf8049feabf99c18814 - sha256: 3bfa6f07272e4a1311433097e3e2c071926f476b9c8bd38e9520053479fe3b14 - build: py311hd698ff7_0 + md5: 83f1320920b41cc90bccd8d43db3bec8 + sha256: 8400720fac52072aab57d89879d864d9f4f56f2f6ac1f8adcae724792e7fe29e + build: py312h22f7183_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 63362 - timestamp: 1697503597550 - purls: - - pkg:pypi/rtree + size: 62001 + timestamp: 1697503661629 - platform: win-64 name: rtree version: 1.1.0 @@ -33055,8 +32767,6 @@ package: license_family: MIT size: 63487 timestamp: 1697503620756 - purls: - - pkg:pypi/rtree - platform: linux-64 name: ruamel.yaml version: 0.18.5 @@ -33080,8 +32790,6 @@ package: license_family: MIT size: 277088 timestamp: 1699007549765 - purls: - - pkg:pypi/ruamel-yaml - platform: osx-64 name: ruamel.yaml version: 0.18.5 @@ -33104,33 +32812,29 @@ package: license_family: MIT size: 278639 timestamp: 1699007661916 - purls: - - pkg:pypi/ruamel-yaml - platform: osx-arm64 name: ruamel.yaml version: 0.18.5 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - ruamel.yaml.clib >=0.1.2 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.5-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.5-py312he37b823_0.conda hash: - md5: c51813780ac52059c1e472546022e7a5 - sha256: 33c770e213c233e80b48256d17ce0e7bfe504576f2778307826cf1fd1db058d6 - build: py311h05b510d_0 + md5: bbda05ac095a271419f91ef133eddac3 + sha256: 8f4744a698de42cfec04afe6e2246a07bdf7098366b1626e7c7aed24778b84e8 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 277914 - timestamp: 1699007830042 - purls: - - pkg:pypi/ruamel-yaml + size: 272570 + timestamp: 1699007959545 - platform: win-64 name: ruamel.yaml version: 0.18.5 @@ -33156,8 +32860,6 @@ package: license_family: MIT size: 277863 timestamp: 1699007733106 - purls: - - pkg:pypi/ruamel-yaml - platform: linux-64 name: ruamel.yaml.clib version: 0.2.7 @@ -33205,21 +32907,21 @@ package: category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.7-py311heffc1b2_2.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.7-py312h02f2b3b_2.conda hash: - md5: c167b931a12c70f9c1fbf927da7ff0be - sha256: 0c2d1a27afa009d3630b5944ac5fd10df95b92ab5c91c7390ddfc93ee5488349 - build: py311heffc1b2_2 + md5: 39478f82c46bd2fa4e974ef11cf2c0ae + sha256: e3b93abf4255fe1880435328e523b7147c5cf5859c731f643e00e0e598bb891c + build: py312h02f2b3b_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: MIT license_family: MIT - size: 113666 - timestamp: 1695997356455 + size: 113319 + timestamp: 1695997421799 - platform: win-64 name: ruamel.yaml.clib version: 0.2.7 @@ -33245,7 +32947,7 @@ package: timestamp: 1695997456870 - platform: linux-64 name: ruff - version: 0.1.11 + version: 0.1.13 category: main manager: conda dependencies: @@ -33253,64 +32955,64 @@ package: - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.11-py311h7145743_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.13-py311h7145743_0.conda hash: - md5: 7d148942936a7a586fcd5528ba477dbf - sha256: cecdc23d6b179897fe155914cc461cf421c6a26a607fda0ab6e0c6cfadbcde08 + md5: bb58b97b330479667dcf5ce7e5d28a8d + sha256: c70f925ba500a2192e8af0042fa0b618f86be546109c0e9e2190cb11c1395652 build: py311h7145743_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 5483251 - timestamp: 1704293303507 + size: 5505737 + timestamp: 1705264202351 - platform: osx-64 name: ruff - version: 0.1.11 + version: 0.1.13 category: main manager: conda dependencies: - libcxx >=15 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.11-py311ha071555_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.13-py311ha071555_0.conda hash: - md5: 108f666d4b0d67c4dfbd28769927097f - sha256: 1a50dd68d504ca89696ec5738b1448e5b391f470732d8a5265db8e1d747c39ce + md5: dcd486bb0740c36578456122a7ff4719 + sha256: 3690153cc2f78902a709a3713920733d60d413074a9d8c2e02725c766a26be00 build: py311ha071555_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 5296599 - timestamp: 1704298924933 + size: 5311596 + timestamp: 1705265051076 - platform: osx-arm64 name: ruff - version: 0.1.11 + version: 0.1.13 category: main manager: conda dependencies: - libcxx >=15 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.11-py311h8c97afb_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.13-py312h1ae9fbf_0.conda hash: - md5: 31b74cd1042a05ece0949e2a584a4a57 - sha256: c8b1ac1907df121200c18cde7f145f46d4177846de6e68f4a6ef3eec35f4a4c9 - build: py311h8c97afb_0 + md5: 1ff9aa9ce220fbd37217377be9c87da0 + sha256: 9e52c28e5c00572b8d0f16d09376afa32d74f9562d8d8a6697df72a5b440b96b + build: py312h1ae9fbf_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 5093204 - timestamp: 1704300759924 + size: 5121676 + timestamp: 1705264898517 - platform: win-64 name: ruff - version: 0.1.11 + version: 0.1.13 category: main manager: conda dependencies: @@ -33319,38 +33021,38 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.11-py311hc14472d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.13-py311hc14472d_0.conda hash: - md5: eee011b1274627300c8e89e8ca24a67e - sha256: ca19452220d8af043f31b2f72ffd7a5d67665af05ebb4c3e3721866b0d5a25c1 + md5: 8a69350d7c6277755487a713ebbc52dd + sha256: 1c7b17dab580ddeb2d835d639798bf62687d706b80349756b8a5a6e0a94803f6 build: py311hc14472d_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 5337963 - timestamp: 1704304941343 + size: 5346287 + timestamp: 1705265470986 - platform: linux-64 name: s2n - version: 1.3.56 + version: 1.4.1 category: main manager: conda dependencies: - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.56-h06160fa_0.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.1-h06160fa_0.conda hash: - md5: 04b4845b9e9b5a0ee6eba013ecdbbddb - sha256: 4c00411d49fefc6a53167c3120e386b3f35510544a44d2e647615b510a622f29 + md5: 54ae57d17d038b6a7aa7fdb55350d338 + sha256: 6f21a270e5fcf824d71b637ea26e389e469b3dc44a7e51062c27556c6e771b37 build: h06160fa_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 388899 - timestamp: 1698888330995 + size: 331403 + timestamp: 1703228891919 - platform: linux-64 name: scikit-learn version: 1.3.2 @@ -33417,24 +33119,24 @@ package: - libcxx >=16.0.6 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - numpy >=1.26.2,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py311ha25ca4d_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py312h6f466fd_2.conda hash: - md5: f427eff14595109354bd19c94a3d3624 - sha256: d24397673a1f0b609796a716c80b45e3971eb09b987b2a30519a30f5dabeae14 - build: py311ha25ca4d_2 + md5: df61d3e16c2e0e4446b9d81f07595df5 + sha256: a8bd230000b2f57eab23623863adce02958c88ff096c0fa11c9ecb78ca3d7cdd + build: py312h6f466fd_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: BSD-3-Clause license_family: BSD - size: 8852644 - timestamp: 1701932948521 + size: 8576195 + timestamp: 1701932993683 - platform: win-64 name: scikit-learn version: 1.3.2 @@ -33535,23 +33237,23 @@ package: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy >=1.23.5,<1.28 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.4-py311h2b215a9_0.conda + - numpy >=1.26.0,<1.28 + - numpy >=1.26.0,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.4-py312h510ce61_0.conda hash: - md5: eeb78a4ed07acf5636a0cba7b16c8a89 - sha256: a76f172fc8e76c319b9d93c81829fcb3b498ee057e82117a744b37e751e66569 - build: py311h2b215a9_0 + md5: 27af71d0b825de7afa6d1b64b09b8c4b + sha256: 702f1d2899f4822c6cbf84b8329a270fde485ba38d46ff645e84e97c0930d905 + build: py312h510ce61_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14854215 - timestamp: 1700814446442 + size: 14439560 + timestamp: 1700814744154 - platform: win-64 name: scipy version: 1.11.4 @@ -33603,8 +33305,6 @@ package: license_family: BSD size: 32421 timestamp: 1695551942931 - purls: - - pkg:pypi/secretstorage - platform: linux-64 name: semver version: 2.13.0 @@ -33625,8 +33325,6 @@ package: noarch: python size: 15712 timestamp: 1603697876069 - purls: - - pkg:pypi/semver - platform: osx-64 name: semver version: 2.13.0 @@ -33647,8 +33345,6 @@ package: noarch: python size: 15712 timestamp: 1603697876069 - purls: - - pkg:pypi/semver - platform: osx-arm64 name: semver version: 2.13.0 @@ -33669,8 +33365,6 @@ package: noarch: python size: 15712 timestamp: 1603697876069 - purls: - - pkg:pypi/semver - platform: win-64 name: semver version: 2.13.0 @@ -33691,8 +33385,6 @@ package: noarch: python size: 15712 timestamp: 1603697876069 - purls: - - pkg:pypi/semver - platform: linux-64 name: send2trash version: 1.8.2 @@ -33714,8 +33406,6 @@ package: noarch: python size: 22821 timestamp: 1682601391911 - purls: - - pkg:pypi/send2trash - platform: osx-64 name: send2trash version: 1.8.2 @@ -33738,8 +33428,6 @@ package: noarch: python size: 23021 timestamp: 1682601619389 - purls: - - pkg:pypi/send2trash - platform: osx-arm64 name: send2trash version: 1.8.2 @@ -33762,8 +33450,6 @@ package: noarch: python size: 23021 timestamp: 1682601619389 - purls: - - pkg:pypi/send2trash - platform: win-64 name: send2trash version: 1.8.2 @@ -33786,8 +33472,6 @@ package: noarch: python size: 23279 timestamp: 1682601755260 - purls: - - pkg:pypi/send2trash - platform: linux-64 name: setuptools version: 69.0.3 @@ -33808,8 +33492,6 @@ package: noarch: python size: 470548 timestamp: 1704224855187 - purls: - - pkg:pypi/setuptools - platform: osx-64 name: setuptools version: 69.0.3 @@ -33830,8 +33512,6 @@ package: noarch: python size: 470548 timestamp: 1704224855187 - purls: - - pkg:pypi/setuptools - platform: osx-arm64 name: setuptools version: 69.0.3 @@ -33852,8 +33532,6 @@ package: noarch: python size: 470548 timestamp: 1704224855187 - purls: - - pkg:pypi/setuptools - platform: win-64 name: setuptools version: 69.0.3 @@ -33874,109 +33552,99 @@ package: noarch: python size: 470548 timestamp: 1704224855187 - purls: - - pkg:pypi/setuptools - platform: linux-64 name: shapely version: 2.0.2 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - libgcc-ng >=12 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.2-py311he06c224_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.2-py311h2032efe_1.conda hash: - md5: c90e2469d7512f3bba893533a82d7a02 - sha256: 2a02e516c57a2122cf9acaec54b75a821ad5f959a7702b17cb8df2c3fe31ef20 - build: py311he06c224_0 + md5: 4ba860ff851768615b1a25b788022750 + sha256: 5406be99410c471db7ce7bb59f238371525425acd7a7f5180387a7a16ae78b96 + build: py311h2032efe_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 574587 - timestamp: 1697191790758 - purls: - - pkg:pypi/shapely + size: 575187 + timestamp: 1700763034943 - platform: osx-64 name: shapely version: 2.0.2 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.2-py311h359915d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.2-py311h4c12f3d_1.conda hash: - md5: 5569c5122a7938835a8a7c498aaded67 - sha256: 240cca365e75d5f5aa09ee62c95813288d3652f666a1ab227015195316b8f9fe - build: py311h359915d_0 + md5: 24e0f5b8e619f554aa1ac3ab7edc4c9d + sha256: 4964855987357b819188224c19a771e8f8d9a9710dacd57ea4a35675c72df27c + build: py311h4c12f3d_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 543102 - timestamp: 1697191795638 - purls: - - pkg:pypi/shapely + size: 543149 + timestamp: 1700763205223 - platform: osx-arm64 name: shapely version: 2.0.2 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.2-py311h4826c84_0.conda + - geos >=3.12.1,<3.12.2.0a0 + - numpy >=1.26.0,<2.0a0 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.2-py312h04e4829_1.conda hash: - md5: a9de7ff7899a7067646aa7053eb5737c - sha256: 3d08d9553565704fef53d0c9cb901bb2f40337f0a590b3ea714d363a34ee2250 - build: py311h4826c84_0 + md5: aaf872e4c9d47ffcdc7ff9878c6e72aa + sha256: 4f9dd83cde73ec8dff7a5f6c942ce0d798a38620ef711907c48da2e5e23d317c + build: py312h04e4829_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 541397 - timestamp: 1697191908684 - purls: - - pkg:pypi/shapely + size: 528726 + timestamp: 1700763454447 - platform: win-64 name: shapely version: 2.0.2 category: main manager: conda dependencies: - - geos >=3.12.0,<3.12.1.0a0 + - geos >=3.12.1,<3.12.2.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.2-py311h72efec2_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.2-py311h16bee0b_1.conda hash: - md5: 617eaf53ee620cdb0f3b5928c054e6af - sha256: 23adfdb0f4911fd58845485d318e647161b8c2b316c5c0f40ca40295d09e96e3 - build: py311h72efec2_0 + md5: 822636d387d8205157e38fe01819dfaf + sha256: 2fdbb9258bbed6fc9e0949ef4899d31b6255a7178ab1f9e3eae424f1c3eb418e + build: py311h16bee0b_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD - size: 543280 - timestamp: 1697191896614 - purls: - - pkg:pypi/shapely + size: 542350 + timestamp: 1700763505146 - platform: linux-64 name: sip version: 6.7.12 @@ -34002,8 +33670,6 @@ package: license_family: GPL size: 585197 timestamp: 1697300605264 - purls: - - pkg:pypi/sip - platform: osx-64 name: sip version: 6.7.12 @@ -34029,8 +33695,6 @@ package: license_family: GPL size: 573640 timestamp: 1697300780749 - purls: - - pkg:pypi/sip - platform: osx-arm64 name: sip version: 6.7.12 @@ -34041,24 +33705,22 @@ package: - libcxx >=16.0.6 - packaging - ply - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - tomli - url: https://conda.anaconda.org/conda-forge/osx-arm64/sip-6.7.12-py311hbaf5611_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/sip-6.7.12-py312h650e478_0.conda hash: - md5: a7c9cb9dbbb0f5d2052ccf5f52d793b7 - sha256: de207b35783f439e8796bc5cd3421007b79e1a0f8395d5e864bcb1479a2b422f - build: py311hbaf5611_0 + md5: 29d5f8f5730cdfed115c97d38d568c47 + sha256: 25ed677a4cf029f4feaa4994ac7899163ed550184b5f22eed3d543a27a197a76 + build: py312h650e478_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-3.0-only license_family: GPL - size: 570552 - timestamp: 1697300795499 - purls: - - pkg:pypi/sip + size: 565794 + timestamp: 1697300818082 - platform: win-64 name: sip version: 6.7.12 @@ -34085,8 +33747,6 @@ package: license_family: GPL size: 595071 timestamp: 1697300986959 - purls: - - pkg:pypi/sip - platform: linux-64 name: six version: 1.16.0 @@ -34107,8 +33767,6 @@ package: noarch: python size: 14259 timestamp: 1620240338595 - purls: - - pkg:pypi/six - platform: osx-64 name: six version: 1.16.0 @@ -34129,8 +33787,6 @@ package: noarch: python size: 14259 timestamp: 1620240338595 - purls: - - pkg:pypi/six - platform: osx-arm64 name: six version: 1.16.0 @@ -34151,8 +33807,6 @@ package: noarch: python size: 14259 timestamp: 1620240338595 - purls: - - pkg:pypi/six - platform: win-64 name: six version: 1.16.0 @@ -34173,8 +33827,6 @@ package: noarch: python size: 14259 timestamp: 1620240338595 - purls: - - pkg:pypi/six - platform: linux-64 name: snappy version: 1.1.10 @@ -34274,8 +33926,6 @@ package: noarch: python size: 14358 timestamp: 1662051357638 - purls: - - pkg:pypi/sniffio - platform: osx-64 name: sniffio version: 1.3.0 @@ -34296,8 +33946,6 @@ package: noarch: python size: 14358 timestamp: 1662051357638 - purls: - - pkg:pypi/sniffio - platform: osx-arm64 name: sniffio version: 1.3.0 @@ -34318,8 +33966,6 @@ package: noarch: python size: 14358 timestamp: 1662051357638 - purls: - - pkg:pypi/sniffio - platform: win-64 name: sniffio version: 1.3.0 @@ -34340,8 +33986,6 @@ package: noarch: python size: 14358 timestamp: 1662051357638 - purls: - - pkg:pypi/sniffio - platform: linux-64 name: soupsieve version: '2.5' @@ -34362,8 +34006,6 @@ package: noarch: python size: 36754 timestamp: 1693929424267 - purls: - - pkg:pypi/soupsieve - platform: osx-64 name: soupsieve version: '2.5' @@ -34384,8 +34026,6 @@ package: noarch: python size: 36754 timestamp: 1693929424267 - purls: - - pkg:pypi/soupsieve - platform: osx-arm64 name: soupsieve version: '2.5' @@ -34406,8 +34046,6 @@ package: noarch: python size: 36754 timestamp: 1693929424267 - purls: - - pkg:pypi/soupsieve - platform: win-64 name: soupsieve version: '2.5' @@ -34428,8 +34066,6 @@ package: noarch: python size: 36754 timestamp: 1693929424267 - purls: - - pkg:pypi/soupsieve - platform: linux-64 name: sphobjinv version: 2.3.1 @@ -34453,8 +34089,6 @@ package: noarch: python size: 68315 timestamp: 1669810397386 - purls: - - pkg:pypi/sphobjinv - platform: osx-64 name: sphobjinv version: 2.3.1 @@ -34478,8 +34112,6 @@ package: noarch: python size: 68315 timestamp: 1669810397386 - purls: - - pkg:pypi/sphobjinv - platform: osx-arm64 name: sphobjinv version: 2.3.1 @@ -34503,8 +34135,6 @@ package: noarch: python size: 68315 timestamp: 1669810397386 - purls: - - pkg:pypi/sphobjinv - platform: win-64 name: sphobjinv version: 2.3.1 @@ -34528,8 +34158,6 @@ package: noarch: python size: 68315 timestamp: 1669810397386 - purls: - - pkg:pypi/sphobjinv - platform: linux-64 name: sqlite version: 3.44.2 @@ -34638,8 +34266,6 @@ package: noarch: python size: 26205 timestamp: 1669632203115 - purls: - - pkg:pypi/stack-data - platform: osx-64 name: stack_data version: 0.6.2 @@ -34663,8 +34289,6 @@ package: noarch: python size: 26205 timestamp: 1669632203115 - purls: - - pkg:pypi/stack-data - platform: osx-arm64 name: stack_data version: 0.6.2 @@ -34688,8 +34312,6 @@ package: noarch: python size: 26205 timestamp: 1669632203115 - purls: - - pkg:pypi/stack-data - platform: win-64 name: stack_data version: 0.6.2 @@ -34713,33 +34335,31 @@ package: noarch: python size: 26205 timestamp: 1669632203115 - purls: - - pkg:pypi/stack-data - platform: linux-64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - - metis >=5.1.1,<5.1.2.0a0 - - mpfr >=4.2.1,<5.0a0 - - tbb >=2021.10.0 - url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h3ec001c_2.conda + - libblas >=3.8.0,<4.0a0 + - libcblas >=3.8.0,<4.0a0 + - libgcc-ng >=9.4.0 + - liblapack >=3.8.0,<4.0a0 + - libstdcxx-ng >=9.4.0 + - metis >=5.1.0,<5.1.1.0a0 + - mpfr >=4.1.0,<5.0a0 + - tbb >=2021.3.0 + url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h9e50725_1.tar.bz2 hash: - md5: 9b37d27528c5f86ee09bf1fc6834da8e - sha256: 596801423c9183c126bb9a4cf79d8c7b326fb7c089b6f70d4505968e83de874f - build: h3ec001c_2 + md5: a3a685b5f9aeb890ed874502fe56accf + sha256: 176d004eafe3f07110315d1c96ab7245fbba8677364933213404890a0e2e9d1f + build: h9e50725_1 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 1 license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 1452784 - timestamp: 1701945260392 + size: 2516475 + timestamp: 1630001297117 - platform: osx-64 name: suitesparse version: 5.10.1 @@ -34833,8 +34453,6 @@ package: noarch: python size: 35912 timestamp: 1665138565317 - purls: - - pkg:pypi/tabulate - platform: osx-64 name: tabulate version: 0.9.0 @@ -34855,8 +34473,6 @@ package: noarch: python size: 35912 timestamp: 1665138565317 - purls: - - pkg:pypi/tabulate - platform: osx-arm64 name: tabulate version: 0.9.0 @@ -34877,8 +34493,6 @@ package: noarch: python size: 35912 timestamp: 1665138565317 - purls: - - pkg:pypi/tabulate - platform: win-64 name: tabulate version: 0.9.0 @@ -34899,93 +34513,83 @@ package: noarch: python size: 35912 timestamp: 1665138565317 - purls: - - pkg:pypi/tabulate - platform: linux-64 name: tbb - version: 2021.11.0 + version: 2021.7.0 category: main manager: conda dependencies: - libgcc-ng >=12 - - libhwloc >=2.9.3,<2.9.4.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.11.0-h00ab1b0_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.7.0-h924138e_0.tar.bz2 hash: - md5: fde515afbbe6e36eb4564965c20b1058 - sha256: 05f2282cb204eeb62dbc698e14475f0bbb7f1eb07081d7f5da37d61ad3c4acb3 - build: h00ab1b0_0 + md5: 819421f81b127a5547bf96ad57eccdd9 + sha256: 452a6def24912d2a118d863095c3f9cb05fe5c997357431a0ca4452eb7f65f08 + build: h924138e_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 193857 - timestamp: 1702027376143 + size: 2055530 + timestamp: 1668617473224 - platform: osx-64 name: tbb - version: 2021.11.0 + version: 2021.10.0 category: main manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libhwloc >=2.9.3,<2.9.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.11.0-he51d815_0.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.10.0-h1c7c39f_2.conda hash: - md5: cec76a56d90563f267055381b2a1ec0c - sha256: eff33d8d2e28bcb2db829fd90d025af77c80a870341153d08e0c60c3112bebcf - build: he51d815_0 + md5: 73434bcf87082942e938352afae9b0fa + sha256: 81e3fae041696a9a74d493e49ab08ceda0022b4bd3716c1d88c0dae5435af94a + build: h1c7c39f_2 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 2 license: Apache-2.0 license_family: APACHE - size: 172844 - timestamp: 1702027744659 + size: 159786 + timestamp: 1697713666733 - platform: osx-arm64 name: tbb - version: 2021.11.0 + version: 2021.10.0 category: main manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libhwloc >=2.9.3,<2.9.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.11.0-h6aa02a4_0.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.10.0-h1995070_2.conda hash: - md5: b81e28020645db1f8e7c4fc833b21e06 - sha256: c0f37b121e3e4618ce44698349b84cabb3e11a384cd8ae6b74f98ca07eb8e5cd - build: h6aa02a4_0 + md5: 245760f53d4fa23bfb58ffbf89a4edc8 + sha256: 5acedf2ba0d18217a6387f4788086e51cac56cef12ac120335fc3b31d40c0417 + build: h1995070_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 2 license: Apache-2.0 license_family: APACHE - size: 128020 - timestamp: 1702027906391 + size: 125356 + timestamp: 1697713774680 - platform: win-64 name: tbb - version: 2021.11.0 + version: 2021.7.0 category: main manager: conda dependencies: - - libhwloc >=2.9.3,<2.9.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_0.conda + - vs2015_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.7.0-h91493d7_0.tar.bz2 hash: - md5: 517c08eba817fb0e56cfd411ed198261 - sha256: aca5b239ed784161ba98809bcf06f67cc46773a09f5b94da8246d982f8d65a49 + md5: f57be598137919e4f7e7d159960d66a1 + sha256: c3d607499a6e097f4b8b27048ee7166319fd3dfe98aea9e69a69a3d087b986e3 build: h91493d7_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 160300 - timestamp: 1702027823313 + size: 178574 + timestamp: 1668617991077 - platform: linux-64 name: tenacity version: 8.2.3 @@ -35006,8 +34610,6 @@ package: noarch: python size: 22802 timestamp: 1692026941198 - purls: - - pkg:pypi/tenacity - platform: osx-64 name: tenacity version: 8.2.3 @@ -35028,8 +34630,6 @@ package: noarch: python size: 22802 timestamp: 1692026941198 - purls: - - pkg:pypi/tenacity - platform: osx-arm64 name: tenacity version: 8.2.3 @@ -35050,8 +34650,6 @@ package: noarch: python size: 22802 timestamp: 1692026941198 - purls: - - pkg:pypi/tenacity - platform: win-64 name: tenacity version: 8.2.3 @@ -35072,8 +34670,6 @@ package: noarch: python size: 22802 timestamp: 1692026941198 - purls: - - pkg:pypi/tenacity - platform: linux-64 name: terminado version: 0.18.0 @@ -35097,8 +34693,6 @@ package: noarch: python size: 22369 timestamp: 1699810283724 - purls: - - pkg:pypi/terminado - platform: osx-64 name: terminado version: 0.18.0 @@ -35122,8 +34716,6 @@ package: noarch: python size: 22631 timestamp: 1699810378589 - purls: - - pkg:pypi/terminado - platform: osx-arm64 name: terminado version: 0.18.0 @@ -35147,8 +34739,6 @@ package: noarch: python size: 22631 timestamp: 1699810378589 - purls: - - pkg:pypi/terminado - platform: win-64 name: terminado version: 0.18.0 @@ -35172,8 +34762,6 @@ package: noarch: python size: 22855 timestamp: 1699810439015 - purls: - - pkg:pypi/terminado - platform: linux-64 name: threadpoolctl version: 3.2.0 @@ -35256,122 +34844,137 @@ package: timestamp: 1689261378222 - platform: linux-64 name: tiledb - version: 2.16.3 + version: 2.18.3 category: main manager: conda dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - - libabseil >=20230802.0,<20230803.0a0 + - libabseil >=20230802.1,<20230803.0a0 + - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - libgoogle-cloud >=2.12.0,<2.13.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.16.3-h8c794c1_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.18.3-hc1131af_1.conda hash: - md5: 7de728789b0aba16018f726dc5ddbec2 - sha256: f021df4b9cfd1a54aac87a6c0bac604edc8ffb36d5b2c4aa20bf2d759ae04a11 - build: h8c794c1_3 + md5: 7ef4678da990aa2d506e38762e5b76a7 + sha256: 319c186b6d1196f11ad785e27f083dcb579226ad5b7494949dd12e56ebf2db86 + build: hc1131af_1 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 1 license: MIT license_family: MIT - size: 5997190 - timestamp: 1694521488455 + size: 6089520 + timestamp: 1702912628748 - platform: osx-64 name: tiledb - version: 2.16.3 + version: 2.18.3 category: main manager: conda dependencies: - __osx >=10.13 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - - libabseil >=20230802.0,<20230803.0a0 - - libcxx >=15.0.7 + - libabseil >=20230802.1,<20230803.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.16.3-hd3a41d5_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.18.3-h4df5763_1.conda hash: - md5: 53c2d2746f21a60d0c498c36fb32ec56 - sha256: 9144ad40adb982107dd4f5084d1e488b216025eed91a3feeb3506ee4d5bc98dd - build: hd3a41d5_3 + md5: 0a50174449ed147e957f071f22fadfcf + sha256: 18b2a31b400cbefd7537d33637f0daac470591a4b350a28ada5ae4e142498462 + build: h4df5763_1 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 1 license: MIT license_family: MIT - size: 5380880 - timestamp: 1694523293860 + size: 5162791 + timestamp: 1702914006440 - platform: osx-arm64 name: tiledb - version: 2.16.3 + version: 2.18.3 category: main manager: conda dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - - libabseil >=20230802.0,<20230803.0a0 - - libcxx >=15.0.7 + - libabseil >=20230802.1,<20230803.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.16.3-he15c4da_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.18.3-h567544c_1.conda hash: - md5: fcf3711dd1817fd6e8ab59be86aa8dd9 - sha256: c2576bf0344b441f4c7d9212cfa68fe64de88dc9da735cb541c7faa0595d260f - build: he15c4da_3 + md5: 797bffe9a6d88be3b6bf0c571a59f0e9 + sha256: e14de2d84a54110e60fb99be1147ffc649c1bb84a205c9b63a5a44e4765ab4b1 + build: h567544c_1 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 1 license: MIT license_family: MIT - size: 4911600 - timestamp: 1694523575326 + size: 4668972 + timestamp: 1702914095072 - platform: win-64 name: tiledb - version: 2.16.3 + version: 2.18.3 category: main manager: conda dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - - libabseil >=20230802.0,<20230803.0a0 + - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.2.1,<9.0a0 + - libcurl >=8.5.0,<9.0a0 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.16.3-hbf04793_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.18.3-h8e52ccb_1.conda hash: - md5: 3afaf8882d4568eb9c91870102af1b37 - sha256: 4de5494be2ee102d15077bebc63d17422c40dc8d634097136a9a202a3930e502 - build: hbf04793_3 + md5: 5b2c814ab70f11987b33d56c07f4fb88 + sha256: 91bfdfbdaf495fbcbf2364b7ab926d59fa36dec8d3370dca427a98142de15c21 + build: h8e52ccb_1 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 1 license: MIT license_family: MIT - size: 4146973 - timestamp: 1694523739186 + size: 4135432 + timestamp: 1702916525062 - platform: linux-64 name: tinycss2 version: 1.2.1 @@ -35393,8 +34996,6 @@ package: noarch: python size: 23235 timestamp: 1666100385187 - purls: - - pkg:pypi/tinycss2 - platform: osx-64 name: tinycss2 version: 1.2.1 @@ -35416,8 +35017,6 @@ package: noarch: python size: 23235 timestamp: 1666100385187 - purls: - - pkg:pypi/tinycss2 - platform: osx-arm64 name: tinycss2 version: 1.2.1 @@ -35439,8 +35038,6 @@ package: noarch: python size: 23235 timestamp: 1666100385187 - purls: - - pkg:pypi/tinycss2 - platform: win-64 name: tinycss2 version: 1.2.1 @@ -35462,8 +35059,6 @@ package: noarch: python size: 23235 timestamp: 1666100385187 - purls: - - pkg:pypi/tinycss2 - platform: linux-64 name: tk version: 8.6.13 @@ -35563,8 +35158,6 @@ package: noarch: python size: 18433 timestamp: 1604308660817 - purls: - - pkg:pypi/toml - platform: osx-64 name: toml version: 0.10.2 @@ -35585,8 +35178,6 @@ package: noarch: python size: 18433 timestamp: 1604308660817 - purls: - - pkg:pypi/toml - platform: osx-arm64 name: toml version: 0.10.2 @@ -35607,8 +35198,6 @@ package: noarch: python size: 18433 timestamp: 1604308660817 - purls: - - pkg:pypi/toml - platform: win-64 name: toml version: 0.10.2 @@ -35629,8 +35218,6 @@ package: noarch: python size: 18433 timestamp: 1604308660817 - purls: - - pkg:pypi/toml - platform: linux-64 name: tomli version: 2.0.1 @@ -35651,8 +35238,6 @@ package: noarch: python size: 15940 timestamp: 1644342331069 - purls: - - pkg:pypi/tomli - platform: osx-64 name: tomli version: 2.0.1 @@ -35673,8 +35258,6 @@ package: noarch: python size: 15940 timestamp: 1644342331069 - purls: - - pkg:pypi/tomli - platform: osx-arm64 name: tomli version: 2.0.1 @@ -35695,8 +35278,6 @@ package: noarch: python size: 15940 timestamp: 1644342331069 - purls: - - pkg:pypi/tomli - platform: win-64 name: tomli version: 2.0.1 @@ -35717,8 +35298,6 @@ package: noarch: python size: 15940 timestamp: 1644342331069 - purls: - - pkg:pypi/tomli - platform: linux-64 name: tomli-w version: 1.0.0 @@ -35739,8 +35318,6 @@ package: noarch: python size: 10052 timestamp: 1638551820635 - purls: - - pkg:pypi/tomli-w - platform: osx-64 name: tomli-w version: 1.0.0 @@ -35761,8 +35338,6 @@ package: noarch: python size: 10052 timestamp: 1638551820635 - purls: - - pkg:pypi/tomli-w - platform: osx-arm64 name: tomli-w version: 1.0.0 @@ -35783,8 +35358,6 @@ package: noarch: python size: 10052 timestamp: 1638551820635 - purls: - - pkg:pypi/tomli-w - platform: win-64 name: tomli-w version: 1.0.0 @@ -35805,8 +35378,6 @@ package: noarch: python size: 10052 timestamp: 1638551820635 - purls: - - pkg:pypi/tomli-w - platform: linux-64 name: tornado version: 6.3.3 @@ -35828,8 +35399,6 @@ package: license_family: Apache size: 843714 timestamp: 1695373626426 - purls: - - pkg:pypi/tornado - platform: osx-64 name: tornado version: 6.3.3 @@ -35850,31 +35419,27 @@ package: license_family: Apache size: 843855 timestamp: 1695373925218 - purls: - - pkg:pypi/tornado - platform: osx-arm64 name: tornado version: 6.3.3 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.3-py311heffc1b2_1.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.3-py312h02f2b3b_1.conda hash: - md5: a3a94203d225faec0d6bd000ea30b0a1 - sha256: 65e96fcaa2fad8013fdfd1c7cbdc4684b253541c10091fa7acd55b4a3daa87e6 - build: py311heffc1b2_1 + md5: 3ec18cacdeb6f7a87fee073b28bc7118 + sha256: f59281be797e9cfa2f1cfd5bff89a8268823e98fe49aaa6bede9a91b27e887ab + build: py312h02f2b3b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: Apache-2.0 license_family: Apache - size: 843751 - timestamp: 1695373818353 - purls: - - pkg:pypi/tornado + size: 826881 + timestamp: 1695374110756 - platform: win-64 name: tornado version: 6.3.3 @@ -35898,8 +35463,6 @@ package: license_family: Apache size: 845683 timestamp: 1695374005077 - purls: - - pkg:pypi/tornado - platform: linux-64 name: traitlets version: 5.14.1 @@ -35920,8 +35483,6 @@ package: noarch: python size: 110329 timestamp: 1704213177224 - purls: - - pkg:pypi/traitlets - platform: osx-64 name: traitlets version: 5.14.1 @@ -35942,8 +35503,6 @@ package: noarch: python size: 110329 timestamp: 1704213177224 - purls: - - pkg:pypi/traitlets - platform: osx-arm64 name: traitlets version: 5.14.1 @@ -35964,8 +35523,6 @@ package: noarch: python size: 110329 timestamp: 1704213177224 - purls: - - pkg:pypi/traitlets - platform: win-64 name: traitlets version: 5.14.1 @@ -35986,8 +35543,6 @@ package: noarch: python size: 110329 timestamp: 1704213177224 - purls: - - pkg:pypi/traitlets - platform: linux-64 name: trove-classifiers version: 2024.1.8 @@ -36008,8 +35563,6 @@ package: noarch: python size: 18404 timestamp: 1704733002526 - purls: - - pkg:pypi/trove-classifiers - platform: osx-64 name: trove-classifiers version: 2024.1.8 @@ -36030,8 +35583,6 @@ package: noarch: python size: 18404 timestamp: 1704733002526 - purls: - - pkg:pypi/trove-classifiers - platform: osx-arm64 name: trove-classifiers version: 2024.1.8 @@ -36052,8 +35603,6 @@ package: noarch: python size: 18404 timestamp: 1704733002526 - purls: - - pkg:pypi/trove-classifiers - platform: win-64 name: trove-classifiers version: 2024.1.8 @@ -36074,8 +35623,6 @@ package: noarch: python size: 18404 timestamp: 1704733002526 - purls: - - pkg:pypi/trove-classifiers - platform: linux-64 name: twine version: 4.0.2 @@ -36105,8 +35652,6 @@ package: noarch: python size: 30903 timestamp: 1669898686321 - purls: - - pkg:pypi/twine - platform: osx-64 name: twine version: 4.0.2 @@ -36136,8 +35681,6 @@ package: noarch: python size: 30903 timestamp: 1669898686321 - purls: - - pkg:pypi/twine - platform: osx-arm64 name: twine version: 4.0.2 @@ -36167,8 +35710,6 @@ package: noarch: python size: 30903 timestamp: 1669898686321 - purls: - - pkg:pypi/twine - platform: win-64 name: twine version: 4.0.2 @@ -36198,8 +35739,6 @@ package: noarch: python size: 30903 timestamp: 1669898686321 - purls: - - pkg:pypi/twine - platform: linux-64 name: typeguard version: 4.1.5 @@ -36224,8 +35763,6 @@ package: noarch: python size: 33753 timestamp: 1698176750792 - purls: - - pkg:pypi/typeguard - platform: osx-64 name: typeguard version: 4.1.5 @@ -36250,8 +35787,6 @@ package: noarch: python size: 33753 timestamp: 1698176750792 - purls: - - pkg:pypi/typeguard - platform: osx-arm64 name: typeguard version: 4.1.5 @@ -36276,8 +35811,6 @@ package: noarch: python size: 33753 timestamp: 1698176750792 - purls: - - pkg:pypi/typeguard - platform: win-64 name: typeguard version: 4.1.5 @@ -36302,8 +35835,6 @@ package: noarch: python size: 33753 timestamp: 1698176750792 - purls: - - pkg:pypi/typeguard - platform: linux-64 name: types-python-dateutil version: 2.8.19.20240106 @@ -36636,8 +36167,6 @@ package: noarch: python size: 36058 timestamp: 1702176292645 - purls: - - pkg:pypi/typing-extensions - platform: osx-64 name: typing_extensions version: 4.9.0 @@ -36658,8 +36187,6 @@ package: noarch: python size: 36058 timestamp: 1702176292645 - purls: - - pkg:pypi/typing-extensions - platform: osx-arm64 name: typing_extensions version: 4.9.0 @@ -36680,8 +36207,6 @@ package: noarch: python size: 36058 timestamp: 1702176292645 - purls: - - pkg:pypi/typing-extensions - platform: win-64 name: typing_extensions version: 4.9.0 @@ -36702,8 +36227,6 @@ package: noarch: python size: 36058 timestamp: 1702176292645 - purls: - - pkg:pypi/typing-extensions - platform: linux-64 name: typing_inspect version: 0.9.0 @@ -36726,8 +36249,6 @@ package: noarch: python size: 14906 timestamp: 1685820229594 - purls: - - pkg:pypi/typing-inspect - platform: osx-64 name: typing_inspect version: 0.9.0 @@ -36750,8 +36271,6 @@ package: noarch: python size: 14906 timestamp: 1685820229594 - purls: - - pkg:pypi/typing-inspect - platform: osx-arm64 name: typing_inspect version: 0.9.0 @@ -36774,8 +36293,6 @@ package: noarch: python size: 14906 timestamp: 1685820229594 - purls: - - pkg:pypi/typing-inspect - platform: win-64 name: typing_inspect version: 0.9.0 @@ -36798,8 +36315,6 @@ package: noarch: python size: 14906 timestamp: 1685820229594 - purls: - - pkg:pypi/typing-inspect - platform: linux-64 name: typing_utils version: 0.1.0 @@ -36820,8 +36335,6 @@ package: noarch: python size: 13829 timestamp: 1622899345711 - purls: - - pkg:pypi/typing-utils - platform: osx-64 name: typing_utils version: 0.1.0 @@ -36842,8 +36355,6 @@ package: noarch: python size: 13829 timestamp: 1622899345711 - purls: - - pkg:pypi/typing-utils - platform: osx-arm64 name: typing_utils version: 0.1.0 @@ -36864,8 +36375,6 @@ package: noarch: python size: 13829 timestamp: 1622899345711 - purls: - - pkg:pypi/typing-utils - platform: win-64 name: typing_utils version: 0.1.0 @@ -36886,8 +36395,6 @@ package: noarch: python size: 13829 timestamp: 1622899345711 - purls: - - pkg:pypi/typing-utils - platform: linux-64 name: tzcode version: 2023d @@ -37113,21 +36620,21 @@ package: dependencies: - cffi - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py311he4fd1f5_4.conda + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda hash: - md5: 5d5ab5c5af32931e03608034f4a5fd75 - sha256: 384fc81a34e248019d43a115386f77859ab63e0e6f12dade486d76359703743f - build: py311he4fd1f5_4 + md5: 6407429e0969b58b8717dbb4c6c15513 + sha256: 7336cf66feba973207f4903c20b05c3c82e351246df4b6113f72d92b9ee55b81 + build: py312h389731b_4 arch: aarch64 subdir: osx-arm64 build_number: 4 license: MIT license_family: MIT - size: 13958 - timestamp: 1695549884615 + size: 13948 + timestamp: 1695549890285 - platform: win-64 name: ukkonen version: 1.0.1 @@ -37333,8 +36840,6 @@ package: noarch: python size: 85324 timestamp: 1699933655057 - purls: - - pkg:pypi/urllib3 - platform: osx-64 name: urllib3 version: 2.1.0 @@ -37357,8 +36862,6 @@ package: noarch: python size: 85324 timestamp: 1699933655057 - purls: - - pkg:pypi/urllib3 - platform: osx-arm64 name: urllib3 version: 2.1.0 @@ -37381,8 +36884,6 @@ package: noarch: python size: 85324 timestamp: 1699933655057 - purls: - - pkg:pypi/urllib3 - platform: win-64 name: urllib3 version: 2.1.0 @@ -37405,8 +36906,6 @@ package: noarch: python size: 85324 timestamp: 1699933655057 - purls: - - pkg:pypi/urllib3 - platform: win-64 name: vc version: '14.3' @@ -37471,8 +36970,6 @@ package: noarch: python size: 3122816 timestamp: 1701458945559 - purls: - - pkg:pypi/virtualenv - platform: osx-64 name: virtualenv version: 20.25.0 @@ -37496,8 +36993,6 @@ package: noarch: python size: 3122816 timestamp: 1701458945559 - purls: - - pkg:pypi/virtualenv - platform: osx-arm64 name: virtualenv version: 20.25.0 @@ -37521,8 +37016,6 @@ package: noarch: python size: 3122816 timestamp: 1701458945559 - purls: - - pkg:pypi/virtualenv - platform: win-64 name: virtualenv version: 20.25.0 @@ -37546,8 +37039,6 @@ package: noarch: python size: 3122816 timestamp: 1701458945559 - purls: - - pkg:pypi/virtualenv - platform: win-64 name: vs2015_runtime version: 14.38.33130 @@ -37615,22 +37106,22 @@ package: category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 + - python >=3.12.0rc3,<3.13.0a0 + - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 - pyyaml >=3.10 - url: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-3.0.0-py311heffc1b2_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-3.0.0-py312h02f2b3b_1.conda hash: - md5: 67202ddda794d7ff7ca6b6e45337073d - sha256: 3fd810c89bb56b70518f1e60b7d3769ca13ab8a55e572cc90bba61f7a2a3e8b5 - build: py311heffc1b2_1 + md5: b46d14ac225275964abb4b58d94d47c7 + sha256: 545e660efb86da41d31ead3038c2e9f25a67c082ad3109246de2d649c3d036c7 + build: py312h02f2b3b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: Apache-2.0 license_family: APACHE - size: 147013 - timestamp: 1695395641979 + size: 144329 + timestamp: 1695395632282 - platform: win-64 name: watchdog version: 3.0.0 @@ -37672,8 +37163,6 @@ package: noarch: python size: 32709 timestamp: 1704731373922 - purls: - - pkg:pypi/wcwidth - platform: osx-64 name: wcwidth version: 0.2.13 @@ -37694,8 +37183,6 @@ package: noarch: python size: 32709 timestamp: 1704731373922 - purls: - - pkg:pypi/wcwidth - platform: osx-arm64 name: wcwidth version: 0.2.13 @@ -37716,8 +37203,6 @@ package: noarch: python size: 32709 timestamp: 1704731373922 - purls: - - pkg:pypi/wcwidth - platform: win-64 name: wcwidth version: 0.2.13 @@ -37738,8 +37223,6 @@ package: noarch: python size: 32709 timestamp: 1704731373922 - purls: - - pkg:pypi/wcwidth - platform: linux-64 name: webcolors version: '1.13' @@ -37760,8 +37243,6 @@ package: noarch: python size: 18186 timestamp: 1679900907305 - purls: - - pkg:pypi/webcolors - platform: osx-64 name: webcolors version: '1.13' @@ -37782,8 +37263,6 @@ package: noarch: python size: 18186 timestamp: 1679900907305 - purls: - - pkg:pypi/webcolors - platform: osx-arm64 name: webcolors version: '1.13' @@ -37804,8 +37283,6 @@ package: noarch: python size: 18186 timestamp: 1679900907305 - purls: - - pkg:pypi/webcolors - platform: win-64 name: webcolors version: '1.13' @@ -37826,8 +37303,6 @@ package: noarch: python size: 18186 timestamp: 1679900907305 - purls: - - pkg:pypi/webcolors - platform: linux-64 name: webencodings version: 0.5.1 @@ -37928,8 +37403,6 @@ package: noarch: python size: 46626 timestamp: 1701630814576 - purls: - - pkg:pypi/websocket-client - platform: osx-64 name: websocket-client version: 1.7.0 @@ -37950,8 +37423,6 @@ package: noarch: python size: 46626 timestamp: 1701630814576 - purls: - - pkg:pypi/websocket-client - platform: osx-arm64 name: websocket-client version: 1.7.0 @@ -37972,8 +37443,6 @@ package: noarch: python size: 46626 timestamp: 1701630814576 - purls: - - pkg:pypi/websocket-client - platform: win-64 name: websocket-client version: 1.7.0 @@ -37994,8 +37463,6 @@ package: noarch: python size: 46626 timestamp: 1701630814576 - purls: - - pkg:pypi/websocket-client - platform: linux-64 name: wheel version: 0.42.0 @@ -38016,8 +37483,6 @@ package: noarch: python size: 57553 timestamp: 1701013309664 - purls: - - pkg:pypi/wheel - platform: osx-64 name: wheel version: 0.42.0 @@ -38038,8 +37503,6 @@ package: noarch: python size: 57553 timestamp: 1701013309664 - purls: - - pkg:pypi/wheel - platform: osx-arm64 name: wheel version: 0.42.0 @@ -38060,8 +37523,6 @@ package: noarch: python size: 57553 timestamp: 1701013309664 - purls: - - pkg:pypi/wheel - platform: win-64 name: wheel version: 0.42.0 @@ -38082,8 +37543,6 @@ package: noarch: python size: 57553 timestamp: 1701013309664 - purls: - - pkg:pypi/wheel - platform: win-64 name: win_inet_pton version: 1.1.0 @@ -38104,8 +37563,6 @@ package: noarch: python size: 8191 timestamp: 1667051294134 - purls: - - pkg:pypi/win-inet-pton - platform: win-64 name: winpty version: 0.4.3 @@ -38144,8 +37601,6 @@ package: license_family: BSD size: 63465 timestamp: 1699532930817 - purls: - - pkg:pypi/wrapt - platform: osx-64 name: wrapt version: 1.16.0 @@ -38166,31 +37621,27 @@ package: license_family: BSD size: 59558 timestamp: 1699533106157 - purls: - - pkg:pypi/wrapt - platform: osx-arm64 name: wrapt version: 1.16.0 category: main manager: conda dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.16.0-py311h05b510d_0.conda + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.16.0-py312he37b823_0.conda hash: - md5: 35f87feb986222d2ada633b45df0bbc9 - sha256: c071b132b8415ccd1452e0b8002aa79ea59a4fd0b0ac0d3b2fd0ab6b19b3390c - build: py311h05b510d_0 + md5: 86726ebb1f6da39c68f306ae624ee4ed + sha256: 25824dd9a22f2c1e8f205eb55c906b28b2f4748a68cb8e3d95ffdf73f08cbac9 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-2-Clause license_family: BSD - size: 60998 - timestamp: 1699533434768 - purls: - - pkg:pypi/wrapt + size: 59676 + timestamp: 1699533197501 - platform: win-64 name: wrapt version: 1.16.0 @@ -38214,8 +37665,6 @@ package: license_family: BSD size: 62017 timestamp: 1699533574835 - purls: - - pkg:pypi/wrapt - platform: linux-64 name: xarray version: 2023.12.0 @@ -38260,8 +37709,6 @@ package: noarch: python size: 724567 timestamp: 1702073071866 - purls: - - pkg:pypi/xarray - platform: osx-64 name: xarray version: 2023.12.0 @@ -38306,8 +37753,6 @@ package: noarch: python size: 724567 timestamp: 1702073071866 - purls: - - pkg:pypi/xarray - platform: osx-arm64 name: xarray version: 2023.12.0 @@ -38352,8 +37797,6 @@ package: noarch: python size: 724567 timestamp: 1702073071866 - purls: - - pkg:pypi/xarray - platform: win-64 name: xarray version: 2023.12.0 @@ -38398,8 +37841,6 @@ package: noarch: python size: 724567 timestamp: 1702073071866 - purls: - - pkg:pypi/xarray - platform: linux-64 name: xcb-util version: 0.4.0 @@ -38505,69 +37946,69 @@ package: timestamp: 1684679248466 - platform: linux-64 name: xerces-c - version: 3.2.4 + version: 3.2.5 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 - - libcurl >=7.88.1,<9.0a0 + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - - libnsl >=2.0.0,<2.1.0a0 + - libnsl >=2.0.1,<2.1.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.4-h8d71039_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda hash: - md5: 6d5edbe22b07abae2ea0a9065ef6be12 - sha256: 2054940042a03f53202fa145b77ca35b367634f5b316607fe2f2fd7af877247a - build: h8d71039_2 + md5: 63b80ca78d29380fe69e69412dcbe4ac + sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb + build: hac6953d_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 1641810 - timestamp: 1679376850952 + size: 1636164 + timestamp: 1703092965257 - platform: osx-64 name: xerces-c - version: 3.2.4 + version: 3.2.5 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 - - libcurl >=7.88.1,<9.0a0 - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.4-h90c7484_2.conda + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda hash: - md5: 745470e9f5d284dec2ed37b1fa8b3af3 - sha256: f10fb724de7e096ff325b3ae8caa270183bfd65ec407e39d91c1070d664dfb5d - build: h90c7484_2 + md5: ade166000a13c81d9a75f65281e302b0 + sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 + build: hbbe9ea5_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 1361926 - timestamp: 1679377533153 + size: 1346161 + timestamp: 1703093374769 - platform: osx-arm64 name: xerces-c - version: 3.2.4 + version: 3.2.5 category: main manager: conda dependencies: - - icu >=72.1,<73.0a0 - - libcurl >=7.88.1,<9.0a0 - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.4-h68f8447_2.conda + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda hash: - md5: 519710a1d89559034560dcaffc1eb55d - sha256: ccd6a29cfc636ed4301ecc63588928a506003653ebf28b8df3c15b104a9fe98d - build: h68f8447_2 + md5: 5e4741a1e687aee5fc9c409a0476bef2 + sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee + build: hf393695_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: Apache - size: 1277259 - timestamp: 1679377003127 + size: 1270959 + timestamp: 1703093076013 - platform: win-64 name: xerces-c version: 3.2.5 @@ -38630,8 +38071,6 @@ package: noarch: python size: 18460 timestamp: 1681486998644 - purls: - - pkg:pypi/xmipy - platform: osx-64 name: xmipy version: 1.3.1 @@ -38653,8 +38092,6 @@ package: noarch: python size: 18460 timestamp: 1681486998644 - purls: - - pkg:pypi/xmipy - platform: osx-arm64 name: xmipy version: 1.3.1 @@ -38676,8 +38113,6 @@ package: noarch: python size: 18460 timestamp: 1681486998644 - purls: - - pkg:pypi/xmipy - platform: win-64 name: xmipy version: 1.3.1 @@ -38699,8 +38134,6 @@ package: noarch: python size: 18460 timestamp: 1681486998644 - purls: - - pkg:pypi/xmipy - platform: linux-64 name: xorg-kbproto version: 1.0.7 @@ -39070,8 +38503,6 @@ package: noarch: python size: 36184 timestamp: 1698325478381 - purls: - - pkg:pypi/xyzservices - platform: osx-64 name: xyzservices version: 2023.10.1 @@ -39092,8 +38523,6 @@ package: noarch: python size: 36184 timestamp: 1698325478381 - purls: - - pkg:pypi/xyzservices - platform: osx-arm64 name: xyzservices version: 2023.10.1 @@ -39114,8 +38543,6 @@ package: noarch: python size: 36184 timestamp: 1698325478381 - purls: - - pkg:pypi/xyzservices - platform: win-64 name: xyzservices version: 2023.10.1 @@ -39136,8 +38563,6 @@ package: noarch: python size: 36184 timestamp: 1698325478381 - purls: - - pkg:pypi/xyzservices - platform: linux-64 name: xz version: 5.2.6 @@ -39389,8 +38814,6 @@ package: noarch: python size: 18954 timestamp: 1695255262261 - purls: - - pkg:pypi/zipp - platform: osx-64 name: zipp version: 3.17.0 @@ -39411,8 +38834,6 @@ package: noarch: python size: 18954 timestamp: 1695255262261 - purls: - - pkg:pypi/zipp - platform: osx-arm64 name: zipp version: 3.17.0 @@ -39433,8 +38854,6 @@ package: noarch: python size: 18954 timestamp: 1695255262261 - purls: - - pkg:pypi/zipp - platform: win-64 name: zipp version: 3.17.0 @@ -39455,8 +38874,6 @@ package: noarch: python size: 18954 timestamp: 1695255262261 - purls: - - pkg:pypi/zipp - platform: linux-64 name: zlib version: 1.2.13 diff --git a/pixi.toml b/pixi.toml index 356e51e51..f3cea5339 100644 --- a/pixi.toml +++ b/pixi.toml @@ -139,7 +139,7 @@ pytest = "*" pytest-cov = "*" pytest-xdist = "*" python = ">=3.10" -qgis = "3.28.*" +qgis = "*" qgis-plugin-manager = "*" quartodoc = "*" ruff = "*" From 0102b02c814b6b16e8c1c38c1aab9dc41000726c Mon Sep 17 00:00:00 2001 From: Huite Date: Tue, 16 Jan 2024 11:52:53 +0100 Subject: [PATCH 10/82] Docs additions for output, logging, and metadata (#961) Fixes #945 Fixes #950 --- docs/core/usage.qmd | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/core/usage.qmd b/docs/core/usage.qmd index 92272053a..e8e2789bd 100644 --- a/docs/core/usage.qmd +++ b/docs/core/usage.qmd @@ -70,6 +70,25 @@ Currently there are the following allocation settings: - `use_allocation`: A boolean which says whether allocation should be used or not; - `timestep`: a float value in seconds which dictates the update interval for allocations. +## Results settings + +The following entries can be set in the configuration in the `[results]` section. + +entry | type | description +----------------- | ------ | ----------- +compression | String | Compression algorithm: zstd or lz4. +compression_level | Int | Compression level. Higher is more compression. +subgrid | Bool | Compute and output more detailed water levels. + +## Logging settings + +The following entries can be set in the configuration in the `[logging]` section. + +entry | type | description +----------------- | ------ | ----------- +verbosity | String | Verbosity level: debug, info, warn, or error. +timing | Bool | Enable timings. + # GeoPackage database and Arrow tables The input and output tables described below all share that they are tabular files. The Node @@ -95,6 +114,8 @@ apply [dictionary encoding](https://arrow.apache.org/docs/format/Columnar.html#dictionary-encoded-layout) to those columns. +## Table requirements + Below we give details per file, in which we describe the schema of the table using a syntax like this: @@ -112,7 +133,18 @@ Tables are also allowed to have rows for timestamps that are not part of the sim these will be ignored. That makes it easy to prepare data for a larger period, and test models on a shorted period. -When preparing the model for simulation, input validation is performed in the Julia core. The validation rules are described in the [validation](validation.qmd) section. +When preparing the model for simulation, input validation is performed in the Julia core. +The validation rules are described in the [validation](validation.qmd) section. + +## Custom metadata + +It may be advantageous to add metadata to rows. For example, basin areas might have names and +objects such as weirs might have specific identification codes. Additional columns can be freely +added to tables. The column names should be prefixed with `meta_`. They will not be used in +computations or validated by the Julia core. + +The ribasim-python library will automatically add the `meta_` prefix to non-standard columns. +Column names already prefixed with `meta_` will not be updated. # Node From 94ef9ada9f2a30e1976c896aedfa371f400dd463 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:39:52 +0100 Subject: [PATCH 11/82] Remove coupling docs (#963) They now live at https://deltares.github.io/iMOD-Documentation/coupler_ribamod_config.html --- docs/_quarto.yml | 7 - docs/core/index.qmd | 6 + docs/couple/index.qmd | 19 -- docs/couple/modflow-demo.qmd | 239 ------------------------- docs/couple/modflow.qmd | 338 ----------------------------------- 5 files changed, 6 insertions(+), 603 deletions(-) delete mode 100644 docs/couple/index.qmd delete mode 100644 docs/couple/modflow-demo.qmd delete mode 100644 docs/couple/modflow.qmd diff --git a/docs/_quarto.yml b/docs/_quarto.yml index a29c13c49..9be70ea44 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -15,8 +15,6 @@ website: file: python/index.qmd - text: "QGIS plugin" file: qgis/index.qmd - - text: "Coupled models" - file: couple/index.qmd - text: "Contributing" file: contribute/index.qmd right: @@ -40,11 +38,6 @@ website: - python/examples.ipynb - python/reference/index.qmd - python/test-models.qmd - - title: "Coupled models" - contents: - - couple/index.qmd - - couple/modflow.qmd - - couple/modflow-demo.qmd - title: "Contributing" contents: - contribute/index.qmd diff --git a/docs/core/index.qmd b/docs/core/index.qmd index 775ad346b..55a864059 100644 --- a/docs/core/index.qmd +++ b/docs/core/index.qmd @@ -37,3 +37,9 @@ Sim --> Finished Finished -->|no| Con Finished -->|yes| Done ``` + + +# Coupling + +Ribasim can also be coupled to other kernels with the help of iMOD Coupler. +The corresponding documentation can be found within the [iMOD Suite Documentation](https://deltares.github.io/iMOD-Documentation/coupler.html). diff --git a/docs/couple/index.qmd b/docs/couple/index.qmd deleted file mode 100644 index 68457e287..000000000 --- a/docs/couple/index.qmd +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Coupled models" ---- - -Ribasim can be coupled to other software, for instance to model another process or domain, -or to control a simulation from another process. - -To enable this, Ribasim can be compiled as a shared library (`libribasim`) instead of a -command line interface (`ribasim`). This shared library exposes a C API in the form of the -[Basic Model Interface](https://bmi.readthedocs.io/) (BMI). Other software can then load -`libribasim` and load a Ribasim model, exchange data, and control the time stepping. - -An initial coupling to MODFLOW 6 was done in 2022 inside the [Julia core](../core/) as a -proof of concept. Read about the [coupling setup](modflow.qmd) and see the -[demonstration](modflow-demo.qmd). Going forward this and other coupling codes will be -implemented outside of the core, by making use of -[iMOD Coupler](https://deltares.github.io/iMOD-Documentation/coupler_index.html) and -`libribasim`. iMOD Coupler is a generic coupling tool, and can be used to couple to other -models as well. diff --git a/docs/couple/modflow-demo.qmd b/docs/couple/modflow-demo.qmd deleted file mode 100644 index 628532baf..000000000 --- a/docs/couple/modflow-demo.qmd +++ /dev/null @@ -1,239 +0,0 @@ ---- -title: "MODFLOW 6 Demonstration" ---- - -## Example: parametrization - -In our test cases, we will work with the Dutch national groundwater model -(LHM). For testing, we simplify the top boundary conditions to just three -surface water "systems", from large to small: - -1. Primary -2. Secondary -3. Tertiary - -These systems are separated in the groundwater model schematization due to the -relatively small size of the surface waters (several meters in width) in -comparison with relatively coarse cells of the groundwater model (250 m): most -cells in the LHM contain more than one surface water, and are included via -representative parameters which take the physical scaling into account. In case -of sufficiently small cell sizes, no overlap occurs and all surface waters can -be represented in a single grid. - -Ribasim has no knowledge of these systems unless explicitly separated into -different (sub-)basins. In the examples below, these three systems are -represented by one basin with a single volume. For the purposes of testing, we -have not yet created empirical volume-level relationships for the surface water -of every cell extracted from a hydraulic model. Instead, we have chosen an -(over)simplified parametrization of the hydraulic properties, which makes it -easy to verify the behavior of Ribasim and the coupling procedures: - -1. Primary, secondary, and tertiary systems have a rectangular profile: the - area of the surface water does not change with water level or volume. -2. Water depth is constant for a system within a basin. -3. Water depth increases linearly with volume. (This follows from 1.) -4. Water depth is distributed across the systems in a geometric progression: - when the tertiary system contains 0.1 m of water, the secondary system contains -0.2 m, and the primary system contains 0.4 m. -5. Water depth is 0.0 m for all systems when basin volume is 0.0. (This follows from 4.) -6. The distribution of water occurs according to the surface water area (width - times length) used for the LHM parametrization of river bed conductance. - -For freely draining basins, a simplified storage-discharge relationship has -been derived as follows: - -1. The area of the basin polygon has been multiplied by 1 mm/d (roughly the -average precipitation excess in the Netherlands). This yields a "normative -discharge". -2. A corresponding normative volume has been chosen, corresponding with water -depths of 0.4, 0.2, and 0.1 m for the primary, secondary, and tertiary surface -waters respectively. -3. A dead storage volume has been chosen, corresponding with water depths of -0.2, 0.1, and 0.05 m for the primary, secondary, and tertiary surface waters -respectively. The basin only starts discharging when the storage volume exceeds -this value. - -:::{.callout-note} -Ribasim is not limited to such oversimplified parametrization! Ribasim uses -tabulations and therefore supports arbitrary (piecewise linear) volume-depth -and volume-discharge relationships. -::: - -A visual representation of this simplified conceptual schematization is given -in @fig-volume-depth and @fig-volume-discharge. - -![Distribution of water depths over the primary, secondary, and tertiary system.](https://user-images.githubusercontent.com/13662783/187665858-d01fd60f-f3c2-4662-af82-cf8acfbe169b.PNG){#fig-volume-depth} - -![Discharge as a function of basin storage volume.](https://user-images.githubusercontent.com/13662783/187668931-c04d4126-9208-44f5-bafa-4c5f74a96dc9.PNG){#fig-volume-discharge} - -An example of the resulting parameters for a single cell is shown in -@tbl-hupsel-v-h. The first row shows the water levels when the basin is empty. -The level for primary, secondary, and tertiary are equal to the bottom -elevation of the surface waters. The second row shows the volume and levels for -water depths of 0.4, 0.2, and 0.1 m. The third row shows the volume and levels -for a tenfold larger volume. This results in implausible water levels with -depths of 4.0, 2.0 and 1.0 m; the water level in the primary system is over -two meters higher than in the tertiary system. In reality, the surface waters -would overflow and surface ponding would occur; this mechanism is ignored -in the test cases for the sake of simplicity. - -| Volume (m3) | Primary (m NAP) | Secondary (m NAP) | Tertiary (m NAP) | -|-------------|-----------------|-------------------|------------------| -| 0.0 | 25.65 | 25.83 | 26.60 | -| 6843.1 | 26.05 | 26.03 | 26.70 | -| 68431.0 | 29.65 | 27.83 | 27.60 | - -: Volume-level table for a single cell in the Hupsel basin. {#tbl-hupsel-v-h} - -@fig-grid-volume shows the volume of the first row of the cell based -input for the primary system. Symbology is set to unique values. While water -levels differ per cell in this parametrization, the "normative volume" defined -above is shared by all cells in a basin. - -![Basin normative volume of the primary system.](https://user-images.githubusercontent.com/13662783/187672671-20d22031-3b50-474a-9ee1-4408c25a4f30.PNG){#fig-grid-volume} - -@fig-grid-volume shows the water level corresponding to the normative storage -volume based input for the primary system (it corresponds to the value shown in -the first row of the primary column in @tbl-hupsel-v-h). We see a clear gradient -from west to east: as our simplified parametrization assumes a constant water -depth for all cells in a single system, water levels spatially fall and rise -with the bottom elevation. - -![Water level corresponding to the normative basin volume of the primary system.](https://user-images.githubusercontent.com/13662783/187672663-99b9efd3-5e09-4d6f-bd3a-4180ff5b2ce4.PNG){#fig-grid-level} - -## Example: Configuration - -An example of the MODFLOW 6 section of TOML configuration required for a coupled -run can be seen below: - -```TOML -[modflow] -simulation = "../data/hupsel/mfsim.nam" -mode = "sequential" -timestep = 86400.0 - -[modflow.models] - -[modflow.models.gwf] -type = "gwf" -dataset = "../data/volume_level_profile-hupsel.nc" -basins = "basin_id" - -[[modflow.models.gwf.bounds]] -river = "RIV_P" -drain = "DRN_P" -profile = "profile_primary" - -[[modflow.models.gwf.bounds]] -river = "RIV_S" -drain = "DRN_S" -profile = "profile_secondary" - -[[modflow.models.gwf.bounds]] -drain = "DRN_T" -profile = "profile_tertiary" -``` - -The section starts by stating the path to the MODFLOW 6 simulation name file -(`simulation`). The next section contains the information regarding the -MODFLOW 6 model(s) to couple to Ribasim's basins. Per model, a path to the coupling -parameter dataset is provided (`dataset`), along with the variable to use as -the basin identification number (`basins`). Next, for every boundary condition -that should be coupled to Ribasim, the package names (`river`, `drain`) used by -MODFLOW 6 must be specified (as we look for these names in the MODFLOW 6 memory), -along with the name of the variable in the coupling dataset which provides the -volume-level relationship (`profile`). - -As can be seen in the example, the coupling mechanism supports coupling of: - -1. A single drainage package (`drain` entry). -2. A single river package (`river` entry). -3. A combination of river and drainage package (when infiltration conductance -does not equal drainage conductance) both (`river` and `drain` entry). - -## Test case: Hupsel - -To test the coupling, the following simulations have been setup and run: - -1. A standalone MODFLOW 6 run of sequential steady-states (i.e. no storage) with -differing groundwater recharge values. -2. A coupled run where the MODFLOW 6 stages are updated by the Ribasim coupler -process, but without Ribasim. This results in volumes of 0.0, so all MODFLOW 6 -water levels are set equal to bed elevation. -3. A coupled run where the water levels are updated by Ribasim. - -From these tests, we expect the following behavior: - -1. Drainage terms should remain largely the same when the water level is lowered in a steady-state: - the amount of recharge is fixed, and this is locally drained. -2. In case of negative recharge (evapotranspiration), infiltration occurs in the surface waters. - Infiltration should be zero when the basin volume is 0. - -![Water balance of the MODFLOW 6 boundary conditions for the Hupsel basin for a standalone MODFLOW 6 run. The four sequential steady states (01, 02, 03, 04) use net groundwater recharge values of 1.0, 0.5, -0.05 and -0.1 mm/d.](https://user-images.githubusercontent.com/13662783/187715341-fd99dc06-2eda-4b84-a201-650dc7220574.png){#fig-hupsel-gwb-steady} - -@fig-hupsel-gwb-steady shows the water balance of steady-state for submodel of the -LHM that has been by selecting the cells belonging to the district containing -the Hupsel catch, the Berkel. - -The Hupsel basin show the expected behavior: for a net groundwater recharge of -1.0 mm/d, most is precipitation with a minor part lateral inflow from higher -areas. In terms of outgoing flows, most of the precipitation ends up in the -surface water, primarily in the many ditches of the tertiary system. Only a -relatively small part of the water leaves the basin via the groundwater. -Interbasin flows through the groundwater form such a minor role, as the aquifer -is thin and transmissivity is limited. - -Reducing groundwater recharge to 0.5 mm/d reduces all flows, with the tertiary -system playing a less dominant role, relatively speaking: as its elevation is -the highest compared to the primary and secondary system, the head difference -is reduced strongest for the tertiary system. - -With evapotranspiration (ET) excess (-0.05 and 0.1 mm/d; low values are chosen here -since most ET would be drawn from storage, which is not available in a -steady-state model), the surface waters provide mostly inflow, and recharge is -a negative term. In this case, the secondary system provides a small amount of -infiltration; most of the water is drawn from the surroundings instead. - -![Water balance of the MODFLOW 6 boundary conditions for the Hupsel basin for a zero volume run. The four sequential steady states (01, 02, 03, 04) use net groundwater recharge values of 1.0, 0.5, -0.05 and -0.1 mm/d.](https://user-images.githubusercontent.com/13662783/187715349-9eee8830-9b03-4a88-b7c9-b16004c694f6.png){#fig-hupsel-gwb-volume0} - -@fig-hupsel-gwb-volume0 shows the same model, with 0-basin volume which causes -water levels to be set equal to bed elevation. Consequently, primary and -secondary outflow terms are larger for positive groundwater recharge as they -drain at a lower level and intercept the water before the tertiary system does. -Secondly, with negative groundwater recharge, no infiltration occurs and the -water is drawn from the surroundings instead. This shows the coupling mechanism -adjusting MODFLOW 6 water levels successfully. - -## Test case: de Tol - -To test the coupling, the following simulations have been setup and run: - -1. A standalone MODFLOW 6 run of sequential steady-states (i.e. no storage) with -differing groundwater recharge values. -2. A coupled run where the MODFLOW 6 stages are updated by the Ribasim coupler -process, but without Ribasim. This results in volumes of 0.0, so all MODFLOW 6 -water levels are set equal to bed elevation. -3. A coupled run where the water levels are updated by Ribasim. - -![Water balance of the MODFLOW 6 boundary conditions for De Tol basin for a standalone MODFLOW 6 run. The four sequential steady states (01, 02, 03, 04) use net groundwater recharge values of 1.0, 0.5, -0.05 and -0.1 mm/d.](https://user-images.githubusercontent.com/13662783/187769185-f63a5821-dfe8-4d99-b43e-780962e73870.png){#fig-tol-gwb-steady} - -@fig-tol-gwb-steady shows the water balance of steady-state for a submodel of -the LHM for the Polder de Tol and its surroundings. While groundwater recharge -is the dominant ingoing flow, lateral groundwater flow (over the entire depth -of the groundwater model) is a sizable inflow for the area; the larger lateral -inflow shows that De Tol is a net receiver of groundwater which is mostly -discharged through the secondary system. In contrast to the Hupsel, the -tertiary system is almost entirely absent: drainage occurs not through -ephemeral tertiary ditches, but by the permanently water-bearing ditches of the -primary and secondary system. Unlike the Hupsel, the water balance does not -shrink to very small discharges, as there is sizable regional groundwater flow. - -![Water balance of the MODFLOW 6 boundary conditions for De Tol basin for a zero volume run. The four sequential steady states (01, 02, 03, 04) use net groundwater recharge values of 1.0, 0.5, -0.05 and -0.1 mm/d.](https://user-images.githubusercontent.com/13662783/187769180-91f6344c-3489-4200-8a0c-d5e82a28ebaf.png){#fig-tol-gwb-volume0} - -@fig-tol-gwb-volume0 shows the same model, with 0-basin volume which causes -water levels to be set equal to bed elevation. The total discharge is larger: -the primary and secondary systems are set to lower levels, and so the head -difference is larger. While De Tol's evapotranspiration excess can be fed by -the regional groundwater, the primary and secondary ditches also provide some -part; as expected, they do not feed when the coupling mechanism adjusts -MODFLOW 6's water levels. diff --git a/docs/couple/modflow.qmd b/docs/couple/modflow.qmd deleted file mode 100644 index 60862bbcc..000000000 --- a/docs/couple/modflow.qmd +++ /dev/null @@ -1,338 +0,0 @@ ---- -title: "MODFLOW 6" ---- - -Ribasim has been designed to provide a computationally efficient representation of -surface water for MODFLOW 6. It does so by connecting to basic MODFLOW 6 boundary -conditions: the river and drainage packages. - -Ribasim connects to MODFLOW 6 via the Basic Model Interface (BMI) and Extended -Model Interface (XMI) [@hughes2022modflow]. BMI describes the interface to -initialize a model, get values from its memory, run a timestep, etc. XMI -extends this interface to allow much finer control into MODFLOW 6's solution -procedures. We have written a Julia package [@modflowinterface] which -implements this interface for the Julia programming language. In coupling, Ribasim -uses this interface to get the head values, the boundary condition water -levels, and the budgets term of the MODFLOW 6 groundwater model while MODFLOW 6 -is running. - -Additionally, links can be made with other (BMI/XMI-compliant) processes and -models. One example of such a link is using the surface runoff and the -agricultural irrigation demand calculated by an unsaturated zone model; in the -Netherlands Hydrological Instrument MetaSWAP provides this demand. - -# MODFLOW Concepts -## Drainage - -The drainage package can be simulated to agricultural drains, ditches, or -draining streams. The amount of water removed from the aquifer is proportional -to the difference between the groundwater head and the drainage elevation. -Drainage only occurs when the head is larger than the elevation; this boundary -condition does not allow infiltration into the groundwater. - -$$ -Q_{drain} = \left\{ - \begin{array}{ c l } - C_{drain} (\phi - h_{drain}) & \quad \textrm{if } \phi > h_{drain} \\ - 0 & \quad \textrm{otherwise} - \end{array} -\right. -$$ - -## River - -The river package can both drain the groundwater, or infiltrate surface water -to the groundwater. It limits the amount of water that can infiltrate when -the groundwater head falls below the river bottom, in which cases it assumes -atmospheric pressure conditions underneath the surface water. - -$$ -Q_{river} = \left\{ - \begin{array}{ c l } - C_{river} (\phi - h_{river}) & \quad \textrm{if } \phi > b_{river} \\ - C_{river} (h_{river} - b_{river}) & \quad \textrm{if } \phi <= b_{river} - \end{array} -\right. -$$ - -In the Netherlands, it is somewhat common to make a distinction between the -drainage and infiltration conductance of surface waters. Drainage conductance -is often larger than the infiltration conductance due to clogging processes, -seepage through sides of the ditches, less contracted flow lines, etc. - -$$ -Q_{river} = \left\{ - \begin{array}{ c l } - C_{river,drn} (\phi - h_{river}) & \quad \textrm{if } \phi > h_{river} \\ - C_{river,inf} (\phi - h_{river}) & \quad \textrm{if } \phi <= h_{river} \\ - C_{river,inf} (h_{river} - b_{river}) & \quad \textrm{if } \phi <= b_{river} - \end{array} -\right. -$$ - -MODFLOW 6 does not support this (currently), but an identical effect may be -achieved by "stacking" a drainage package on top of a river package with these -values: - -$$ -\begin{array}{ c l } - h_{drain} = h_{river} \\ - C_{drain} = C_{river,drn} - C_{river,inf} -\end{array} -$$ - -# Coupling - -Broadly speaking, three schemes are commonly considered for coupling -hydrological kernels [@vanwalsum2011integration], [@hughes2012documentation]: - -1. Sequential: the first model computes a timestep and calculates a state or flux. -This is passed on to the second model, which then computes its timestep. -2. Iterative: the first model computes a timestep and calculates a state or -flux. This is passed on to the second models, which computes its timestep. This -results in an updated boundary condition for the first model, which recomputes -the timestep, then the second model recomputes its timestep, etc. These -iterations are repeated until some convergence criteria are met. -3. Fully coupled: all equations (e.g. the governing equations of both -groundwater flow and surface water flow) are solved at the same time. - -Each scheme has its advantages and disadvantages. Numerically speaking, the -fully coupled approach is most robust, but it effectively means a single -all-encompassing hydrological kernel. The first scheme is computationally the -cheapest, but states and fluxes lag one timestep behind, so that mass -conservation is not guaranteed. For example, based on its river levels, -MODFLOW 6 may compute a infiltration flux. Ribasim then runs its timestep, and -finds that given MODFLOW 6's infiltration flux, no water is present in the -surface waters: the infiltration flux has been overestimated by MODFLOW 6, and -mass is not conserved. - -Such an error is avoided in the second scheme: states and fluxes only lag a -single iteration behind, and the iterations are repeated until the difference -is negligible. Taking the example from above, the emptying of the surface -waters would result in lower water levels and recuded infiltration in the -second iteration. Mass is conserved, but at a higher computational cost. - -Currently, we have only implemented the sequential scheme for coupling Ribasim to -MODFLOW 6. However, the iterative solution is relatively easy to implement: it -is in essence a repeated sequential step. - -## Numerical solution in MODFLOW - -MODFLOW uses a backward-in-time implicit solution scheme. This creates a large -system of equations (a water balance for every cell), which it solves by -repeatedly solving a linearized system of equations instead. In matrix form, -this system of equations is expressed by: - -$$ -\mathbf{Ax} = \mathbf{b} -$$ - -Where $\mathbf{x}$ is a vector containing the head of every cell. - -For the boundary conditions, this requires linearization of the flow equations. -Flow from outside of the aquifer (cell) may be represented by: - -$$ -a = p\phi + q -$$ - -(Equation 2-6 in the MODFLOW 6 documentation [@langevin2017documentation].) - -For e.g. a draining boundary condition, the flow is head dependent: - -$$ -a = C(h - \phi) = -C\phi + Ch -$$ - -With $C$ the conductance, $h$ the boundary head or elevation, and $\phi$ -the groundwater head. - -In MODFLOW's internal formulation, the term in $\mathbf{A}$ is called -"coefficient of head" or hcof. Terms in $\mathbf{b}$ are called "right hand -side" or rhs. We can separate the equation above: - -$$ -\begin{aligned} -p = \text{hcof} = -C \\ -q = \textrm{rhs} = -Ch \\ -a = -C\phi + Ch = \text{hcof} * \phi - \text{rhs} -\end{aligned} -$$ - -For every boundary condition, MODFLOW 6 stores the `hcof` and `rhs` values. This -makes it quite convenient for us to compute the water budget for every boundary -condition: we simply multiply the hcof value by the head of the cell and -subtract the rhs. - -Note that hcof may have a value of 0! For example, when for a river boundary -the $\phi <= b_{river}$ condition occurs, the flow into the cell is -controlled only by $h_{river}$ and $b_{river}$ (equal to recharge for the -linear solution). - -## Sequential coupled solution - -A coupled run stars by initializing both models and creating the exchange -information: which MODFLOW 6 boundary condition is connected to which Ribasim -basin. While the model is running, the model proceeds through time as follows: - -1. Ribasim solves the equations on a basin level; this occurs with adaptive -timestepping via ModelingToolkit. -2. At a specified time (in accordance with the MODFLOW 6 time discretization), -the volumes are converted to MODFLOW 6 boundary condition levels using a -Callback function. -3. MODFLOW 6 runs a timestep. -4. The drainage and infiltration budgets are computed from MODFLOW 6 using the -equations described above and aggregated per basin. -5. The aggregated values are set as Ribasim boundary conditions, and Ribasim -solves until the next preset exchange time. - -These steps run until the final timestep is finished. - -## Iterative coupled solution - -:::{.callout-note} -We have not implemented an iterative coupled solution yet. The section below -describes an approach. -::: - -The simplest form of a iterative solution occurs as follows: - -1. MODFLOW 6 computes drainage and infiltration flows. -2. Ribasim uses these flows to compute a storage volume for the basin. -3. The volume is translated to a water level for every MODFLOW 6 boundary -condition in the basins. -4. MODFLOW 6 recomputes drainage and infiltration flows with the updated water -levels, etc. - -Such a scheme is not maximally efficient: the discharge and infiltration terms -are not constant, but are driven by a head difference. This head difference -depends on the level of the boundary conditions and head of every cell of the -groundwater model. If the surface waters of a basin empty, the water level will -decrease and drainage and infiltration flows will change. Ideally, we can -provide Ribasim with more information, so that it may estimate drainage and -infiltration terms better. - -As groundwater flow is often (approximately) linear, we can use linearization -to more efficiently compute the flow from Ribasim's side as well. In the iterative -coupled solution, we are solving both MODFLOW 6 and Ribasim repeatedly, until they -produce same drainage or infiltration (approximately). One of Ribasim's basins -contains many MODFLOW cells with boundary conditions. We could add every -boundary condition to Ribasim's equations, but this is costly and cumbersome. -Fortunately, linearization allows us to "stack" (superpose) all the different -boundary conditions into a single, simple equation. In linear form, every -equation takes the form of: - -$$ -a = ph + q -$$ - -Note the $h$ rather than $\phi$, we are formulating from Ribasim's -perspective! We can sum all coefficients for p and q to provide a linear -groundwater response to Ribasim. - -### Drainage - -From Ribasim's perspective, the groundwater head is constant given a timestep, -so that: - -\begin{align} -p = -C \\ -q = -C\phi -\end{align} - -When the head falls below the drainage elevation, the coefficients are 0. - -### River - -From Ribasim's perspective, infiltration is never limited when the head falls below -the bottom: - -\begin{align} -p = -C \\ -q = -Cb -\end{align} - -Otherwise, infiltration and drainage occur with the same equation as for the -drainage package: - -\begin{align} -p = -C \\ -q = -C\phi -\end{align} - - -# Assigning MODFLOW water levels - -Principally, MODFLOW deals with water levels; Ribasim deals with water volumes. -The translation from a water volume to a water level for a single boundary -condition is straightforward: - -\begin{align} -\Delta d = \frac{\Delta V}{A} \\ -h = b + d -\end{align} - -Where $d$ is water depth, $V$ is volume, $A$ is area, $h$ is water level, and -$b$ is the bed elevation. - -However, the primary complication is that where Ribasim has **one volume**, -MODFLOW has **many levels** to adjust. The sum of all these adjustments times -their respective areas should result in the basin volume change: - -$$ -\sum_{i=1}^{j=m} \sum_{j=1}^{i=n} \Delta d_{i,j} A_{i,j} = \Delta V_{basin} -$$ - -where $i$ is the index of the boundary condition and $j$ the index of the cell. - -It should be obvious that there are many ways to distribute this volume change -across the adjustment of every boundary condition of every cell. The main -question is when the basin volume grows or decreases, how should this volume -change be distributed across the basin? - -The best method to find an answer to this question is to run a hydraulic model, -extract water heights, and compute the total volume. This can then be used as a -lookup table for every cell. These runs can also be used for parametrizing the -volume-discharge lookup tables. In coupling to Ribasim, we need only find the -appropriate volume and assign the associated water level. For efficiency, this -lookup table can be discretized in a limited number of steps, and in coupling -the level will be interpolated. - -:::{.callout-note} -Great care is required when parametrizing these volume-level relationships. -As Ribasim does not know the properties of the surface water, it can perform -very limited validation of the volume-level lookup tables. As the total -volume of the basin is distributed across **all** boundary conditions, it -should be checked that the change of the water column for every boundary -condition matches the total volume change of the basin. -::: - -In principle, all (stationary!) hydraulic behavior of the basin can be described -approximately by these lookup tables. - -## Parametrization - -In coupling Ribasim to MODFLOW 6, relations translating the Ribasim volume must be -given **for every every cell** of every boundary condition. These consist of -piecewise linear relationships between the basin volume and its associated -water level for the boundary condition in the cell. - -These values are stored in a netCDF dataset. This dataset must meet the following -requirements: - -1. It must contain a `x` and `y` coordinate. The extent and cell size of these -coordinates must match the domain of the coupled MODFLOW 6 model exactly. -2. It must contain a variable (x, y) denoting the basin IDs. -3. It must contain a volume-level variable (x, y, row, column) for every -coupled MODFLOW 6 boundary condition, describing the volume-level lookup table -per cell. - -:::{.callout-note} -The `x` and `y` coordinates are valid for structured MODFLOW 6 models (DIS). -Discretized-by-vertices (DISV) and fully unstructured discretization (DISU). -are not yet supported, but require no fundamental changes: one basin is -connected to multiple MODFLOW 6 cells, and the coupling parameters must match -the (structured, unstructured) grid of the MODFLOW 6 model exactly. -::: - -The MODFLOW 6 coupling example cases show examples of such a parametrization. From ed8f0b8b92fdde92f01ab03f02b7c7c0630388e0 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 16 Jan 2024 15:47:52 +0100 Subject: [PATCH 12/82] Add pixi task to update registry (#962) With our current workflow, it can happen that dev A updates the packages in Manifest.toml, and dev B gets the error: ``` ERROR: Unsatisfiable requirements detected for package X ``` The problem is that dev B's local registry is outdated, so it is not aware of the new versions of X that are being used. This adds a task to update the registry, and runs it by default when building or installing. That should make this error more rare, and perhaps easier to resolve. Note that this is an issue that may get resolved in Pkg in the future; https://github.com/JuliaLang/Pkg.jl/issues/3713 --- pixi.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index f3cea5339..c042758da 100644 --- a/pixi.toml +++ b/pixi.toml @@ -21,16 +21,22 @@ install-ribasim-testmodels = "pip install --no-deps --editable python/ribasim_te install-pre-commit = "pre-commit install" install-without-pre-commit = { depends_on = [ "install-julia", + "update-registry-julia", "install-ribasim-python", "install-ribasim-api", "install-ribasim-testmodels", ] } install = { depends_on = ["install-without-pre-commit", "install-pre-commit"] } # Instantiate +update-registry-julia = "julia --eval='using Pkg; Registry.update()'" instantiate-julia = "julia --project --eval='using Pkg; Pkg.instantiate()'" +initialize-julia = { depends_on = [ + "update-registry-julia", + "instantiate-julia", +] } # Docs build-julia-docs = { cmd = "julia --project=docs docs/make.jl", depends_on = [ - "instantiate-julia", + "initialize-julia", ] } quartodoc-build = { cmd = "quartodoc build && rm objects.json", cwd = "docs" } quarto-preview = { cmd = "quarto preview docs", depends_on = [ @@ -56,15 +62,15 @@ lint = { depends_on = [ # Build build-ribasim-cli = { cmd = "julia --project build.jl --app", cwd = "build/create_binaries", depends_on = [ "generate-testmodels", - "instantiate-julia", + "initialize-julia", ] } build-libribasim = { cmd = "julia --project build.jl --lib", cwd = "build/create_binaries", depends_on = [ "generate-testmodels", - "instantiate-julia", + "initialize-julia", ] } build = { "cmd" = "julia --project build.jl --app --lib", cwd = "build/create_binaries", depends_on = [ "generate-testmodels", - "instantiate-julia", + "initialize-julia", ] } remove-artifacts = "julia --eval 'rm(joinpath(Base.DEPOT_PATH[1], \"artifacts\"), force=true, recursive=true)'" From 76f4b32c651f518afe750a6960e1c418a8a1a09b Mon Sep 17 00:00:00 2001 From: Bart de Koning <74617371+SouthEndMusic@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:38:06 +0100 Subject: [PATCH 13/82] Fix looped subnetwork (#965) Fixes https://github.com/Deltares/Ribasim/issues/692. It now also runs fine with the cli (which I think I ran for the first time ever ^^). --- .../ribasim_testmodels/__init__.py | 6 ++---- .../ribasim_testmodels/allocation.py | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/python/ribasim_testmodels/ribasim_testmodels/__init__.py b/python/ribasim_testmodels/ribasim_testmodels/__init__.py index a26ee232f..0ddc0cfb1 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/__init__.py +++ b/python/ribasim_testmodels/ribasim_testmodels/__init__.py @@ -7,8 +7,8 @@ import ribasim_testmodels from ribasim_testmodels.allocation import ( allocation_example_model, - # looped_subnetwork_model, fractional_flow_subnetwork_model, + looped_subnetwork_model, minimal_subnetwork_model, subnetwork_model, user_model, @@ -82,9 +82,7 @@ "subnetwork_model", "minimal_subnetwork_model", "fractional_flow_subnetwork_model", - # Disable until this issue is resolved: - # https://github.com/Deltares/Ribasim/issues/692 - # "looped_subnetwork_model", + "looped_subnetwork_model", ] # provide a mapping from model name to its constructor, so we can iterate over all models diff --git a/python/ribasim_testmodels/ribasim_testmodels/allocation.py b/python/ribasim_testmodels/ribasim_testmodels/allocation.py index c3416c4d4..4a218bd98 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/allocation.py +++ b/python/ribasim_testmodels/ribasim_testmodels/allocation.py @@ -422,12 +422,15 @@ def looped_subnetwork_model(): dtype=np.int64, ) lines = node.geometry_from_connectivity(from_id, to_id) + allocation_network_id = len(from_id) * [None] + allocation_network_id[0] = 1 edge = ribasim.Edge( df=gpd.GeoDataFrame( data={ "from_node_id": from_id, "to_node_id": to_id, "edge_type": len(from_id) * ["flow"], + "allocation_network_id": allocation_network_id, }, geometry=lines, crs="EPSG:28992", @@ -454,13 +457,13 @@ def looped_subnetwork_model(): } ) - state = pd.DataFrame(data={"node_id": [2, 7, 9, 15, 17, 21], "level": 1.0}) + state = pd.DataFrame(data={"node_id": [2, 7, 9, 11, 15, 17, 21], "level": 1.0}) basin = ribasim.Basin(profile=profile, static=static, state=state) # Setup the flow boundary: flow_boundary = ribasim.FlowBoundary( - static=pd.DataFrame(data={"node_id": [5], "flow_rate": [4.5]}) + static=pd.DataFrame(data={"node_id": [5], "flow_rate": [4.5e-3]}) ) # Setup the users: @@ -468,7 +471,7 @@ def looped_subnetwork_model(): static=pd.DataFrame( data={ "node_id": [1, 12, 18, 20, 24], - "demand": 1.0, + "demand": 1.0e-3, "return_factor": 0.9, "min_level": 0.9, "priority": [2, 1, 3, 3, 2], @@ -481,8 +484,8 @@ def looped_subnetwork_model(): static=pd.DataFrame( data={ "node_id": [6, 16], - "flow_rate": 4.0, - "max_flow_rate": 4.0, + "flow_rate": 4.0e-3, + "max_flow_rate": 4.0e-3, } ) ) @@ -490,7 +493,7 @@ def looped_subnetwork_model(): # Setup the outlets: outlet = ribasim.Outlet( static=pd.DataFrame( - data={"node_id": [3, 8, 10, 22], "flow_rate": 3.0, "max_flow_rate": 3.0} + data={"node_id": [3, 8, 10, 22], "flow_rate": 3.0e-3, "max_flow_rate": 3.0} ) ) @@ -514,6 +517,9 @@ def looped_subnetwork_model(): ) ) + # Setup allocation: + allocation = ribasim.Allocation(use_allocation=True, timestep=86400) + model = ribasim.Model( network=ribasim.Network(node=node, edge=edge), basin=basin, @@ -523,6 +529,7 @@ def looped_subnetwork_model(): outlet=outlet, tabulated_rating_curve=rating_curve, terminal=terminal, + allocation=allocation, starttime="2020-01-01 00:00:00", endtime="2021-01-01 00:00:00", ) From c49adb123a43c536c1180cff9a0dec139c88bdff Mon Sep 17 00:00:00 2001 From: "git@evetion.nl" Date: Thu, 18 Jan 2024 15:54:55 +0100 Subject: [PATCH 14/82] TeamCity change in 'Ribasim' project: commit current project settings --- .../buildTypes/Ribasim_GenerateTestmodels.xml | 72 +++++++++++++++++++ .../Ribasim_Ribasim_MakeGitHubRelease.xml | 52 +++++++++++--- .../Ribasim/vcsRoots/Ribasim_Ribasim.xml | 8 +-- .../Ribasim_Linux_BuildRibasimCli.xml | 2 +- .../Ribasim_Linux_TestRibasimCli.xml | 2 +- .teamcity/Ribasim_Linux/project-config.xml | 10 --- .../Ribasim_Windows_BuildRibasimCli.xml | 2 +- .../Ribasim_Windows_TestRibasimCli.xml | 2 +- .teamcity/Ribasim_Windows/project-config.xml | 10 --- 9 files changed, 123 insertions(+), 37 deletions(-) create mode 100644 .teamcity/Ribasim/buildTypes/Ribasim_GenerateTestmodels.xml diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_GenerateTestmodels.xml b/.teamcity/Ribasim/buildTypes/Ribasim_GenerateTestmodels.xml new file mode 100644 index 000000000..0b356de7c --- /dev/null +++ b/.teamcity/Ribasim/buildTypes/Ribasim_GenerateTestmodels.xml @@ -0,0 +1,72 @@ + + + Generate Testmodels + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml index 9796de878..e9b85c898 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml @@ -26,7 +26,8 @@ if [ -n "$tag_name" ]; then --generate-notes \ ribasim_cli_linux.zip \ ribasim_cli_windows.zip \ - ribasim_qgis.zip + ribasim_qgis.zip \ + generated_testmodels.zip echo "Release created successfully." @@ -54,12 +55,6 @@ fi]]> - - - - - - @@ -73,17 +68,21 @@ fi]]> + + + + - + - + @@ -99,6 +98,34 @@ fi]]> diff --git a/.teamcity/Ribasim/vcsRoots/Ribasim_Ribasim.xml b/.teamcity/Ribasim/vcsRoots/Ribasim_Ribasim.xml index 009f56270..6d2362381 100644 --- a/.teamcity/Ribasim/vcsRoots/Ribasim_Ribasim.xml +++ b/.teamcity/Ribasim/vcsRoots/Ribasim_Ribasim.xml @@ -3,18 +3,18 @@ Ribasim - + - - + + - + diff --git a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml index fe7e58cb1..2e30ad363 100644 --- a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml +++ b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml @@ -4,7 +4,7 @@ - diff --git a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimCli.xml b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimCli.xml index 1567ef194..2fd093858 100644 --- a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimCli.xml +++ b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimCli.xml @@ -77,7 +77,7 @@ pixi run test-ribasim-cli]]> - + diff --git a/.teamcity/Ribasim_Linux/project-config.xml b/.teamcity/Ribasim_Linux/project-config.xml index 8e0b37808..5890cd0f7 100644 --- a/.teamcity/Ribasim_Linux/project-config.xml +++ b/.teamcity/Ribasim_Linux/project-config.xml @@ -3,16 +3,6 @@ Linux - - - - - - - - - - diff --git a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml index 4c453c733..53a99c7db 100644 --- a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml +++ b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml @@ -4,7 +4,7 @@ - diff --git a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_TestRibasimCli.xml b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_TestRibasimCli.xml index 2cb6b90bd..67dd0f46f 100644 --- a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_TestRibasimCli.xml +++ b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_TestRibasimCli.xml @@ -66,7 +66,7 @@ - + diff --git a/.teamcity/Ribasim_Windows/project-config.xml b/.teamcity/Ribasim_Windows/project-config.xml index 7c87b36dd..44f897fe2 100644 --- a/.teamcity/Ribasim_Windows/project-config.xml +++ b/.teamcity/Ribasim_Windows/project-config.xml @@ -17,16 +17,6 @@ - - - - - - - - - - From feb0901bae5cbb5408a93717cef20cfac53b1cae Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Thu, 18 Jan 2024 16:55:54 +0100 Subject: [PATCH 15/82] Move AWS connection to top. --- .teamcity/Ribasim/project-config.xml | 14 ++++++++++++++ .teamcity/Ribasim_Linux/project-config.xml | 14 -------------- .teamcity/Ribasim_Windows/project-config.xml | 14 -------------- 3 files changed, 14 insertions(+), 28 deletions(-) diff --git a/.teamcity/Ribasim/project-config.xml b/.teamcity/Ribasim/project-config.xml index abc9950e4..48a3307fa 100644 --- a/.teamcity/Ribasim/project-config.xml +++ b/.teamcity/Ribasim/project-config.xml @@ -46,6 +46,20 @@ + + + + + + + + + + + + + + diff --git a/.teamcity/Ribasim_Linux/project-config.xml b/.teamcity/Ribasim_Linux/project-config.xml index 5890cd0f7..2cad6ccfb 100644 --- a/.teamcity/Ribasim_Linux/project-config.xml +++ b/.teamcity/Ribasim_Linux/project-config.xml @@ -3,20 +3,6 @@ Linux - - - - - - - - - - - - - - diff --git a/.teamcity/Ribasim_Windows/project-config.xml b/.teamcity/Ribasim_Windows/project-config.xml index 44f897fe2..79e9fcbe0 100644 --- a/.teamcity/Ribasim_Windows/project-config.xml +++ b/.teamcity/Ribasim_Windows/project-config.xml @@ -3,20 +3,6 @@ Windows - - - - - - - - - - - - - - From 52bbca4319f3a88d0a64c7d1400d9210dbac838c Mon Sep 17 00:00:00 2001 From: "git@evetion.nl" Date: Thu, 18 Jan 2024 16:57:59 +0100 Subject: [PATCH 16/82] TeamCity change in 'Ribasim' project: artifact dependencies of 'Push successful nightly build to S3' build configuration were updated --- .../Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml index 2839b9d94..fd685aa04 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml @@ -45,14 +45,14 @@ aws s3 cp ribasim*.whl s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWind - - - - + + + + From a0b8d08842f24fc2547b9e5ffc33ab150831d684 Mon Sep 17 00:00:00 2001 From: "git@evetion.nl" Date: Thu, 18 Jan 2024 16:58:39 +0100 Subject: [PATCH 17/82] TeamCity change in 'Ribasim' project: artifact dependencies of 'Push successful nightly build to S3' build configuration were updated --- .../Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml index fd685aa04..3000e2534 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml @@ -49,6 +49,10 @@ aws s3 cp ribasim*.whl s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWind + + + + From 4d226ddb32f42e953a35fa1cbf27e72f9dcf102a Mon Sep 17 00:00:00 2001 From: "git@evetion.nl" Date: Thu, 18 Jan 2024 17:00:36 +0100 Subject: [PATCH 18/82] TeamCity change in 'Ribasim' project: runners of 'Push successful nightly build to S3' build configuration were updated --- .../Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml index 3000e2534..9fe85659d 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_PushSuccessfulNightlyBuildToS3.xml @@ -11,7 +11,8 @@ set -euxo pipefail . /usr/share/Modules/init/bash module load aws -aws s3 cp ribasim_cli.zip s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_cli.zip +aws s3 cp ribasim_cli_windows.zip s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_cli_windows.zip +aws s3 cp ribasim_cli_linux.zip s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_cli_linux.zip aws s3 cp ribasim_qgis.zip s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/ribasim_qgis.zip aws s3 cp ribasim*.whl s3://ribasim/teamcity/Ribasim_Ribasim/BuildRibasimCliWindows/latest/]]> From 605e5b9b20eea77cd29ab3f39f06f7bfe6933571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:48:07 +0100 Subject: [PATCH 19/82] Bump prefix-dev/setup-pixi from 0.4.1 to 0.4.3 (#974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.4.1 to 0.4.3.
Release notes

Sourced from prefix-dev/setup-pixi's releases.

v0.4.3

What's Changed

🐛 Bug fixes

Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.4.2...v0.4.3

v0.4.2

What's Changed

✨ New features

👷🏻 CI

📝 Documentation

⬆️ Dependency updates

🤷🏻 Other changes

New Contributors

Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.4.1...v0.4.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefix-dev/setup-pixi&package-manager=github_actions&previous-version=0.4.1&new-version=0.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/core_tests.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/python_lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index db295c482..a5020269f 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -33,7 +33,7 @@ jobs: with: cache-compiled: "true" cache-registries: "true" - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.4.3 with: pixi-version: "latest" - name: Prepare pixi diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ccfc83f5b..ef6eea4c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: with: cache-compiled: "true" cache-registries: "true" - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.4.3 with: pixi-version: "latest" - name: Prepare pixi diff --git a/.github/workflows/python_lint.yml b/.github/workflows/python_lint.yml index 12e87fafb..47310710d 100644 --- a/.github/workflows/python_lint.yml +++ b/.github/workflows/python_lint.yml @@ -16,7 +16,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.4.3 with: pixi-version: "latest" - name: Prepare pixi From dba2f9e0af735fade9e2160c33bdff98ddc7a946 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:28:41 +0100 Subject: [PATCH 20/82] Pin number of processes used in Python tests to 4 (#975) Otherwise, some machines get stack overflow errors when running Python tests --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index c042758da..3a3fd6447 100644 --- a/pixi.toml +++ b/pixi.toml @@ -75,9 +75,9 @@ build = { "cmd" = "julia --project build.jl --app --lib", cwd = "build/create_bi remove-artifacts = "julia --eval 'rm(joinpath(Base.DEPOT_PATH[1], \"artifacts\"), force=true, recursive=true)'" # Test -test-ribasim-python = "pytest --numprocesses=auto python/ribasim/tests" +test-ribasim-python = "pytest --numprocesses=4 python/ribasim/tests" test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests" -test-ribasim-cli = "pytest --numprocesses=auto --basetemp=build/ribasim_cli/tests/temp --junitxml=report.xml build/ribasim_cli/tests" +test-ribasim-cli = "pytest --numprocesses=4 --basetemp=build/ribasim_cli/tests/temp --junitxml=report.xml build/ribasim_cli/tests" test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.test()'", depends_on = [ "generate-testmodels", ] } From 4430e6d8e3d854f66ed519f8deee458ed517cdcb Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:36:36 +0100 Subject: [PATCH 21/82] Disable qgis tests (#976) They are red for far too long now --- .github/workflows/qgis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qgis.yml b/.github/workflows/qgis.yml index e2dc1f0ab..67f159a35 100644 --- a/.github/workflows/qgis.yml +++ b/.github/workflows/qgis.yml @@ -11,6 +11,7 @@ jobs: test-qgis: name: "Test" runs-on: ubuntu-latest + if: false # Disable tests until we have time to fix them defaults: run: working-directory: .docker From b00b314834e567bd9c9aa037e6b06de7823600e9 Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Tue, 23 Jan 2024 10:05:11 +0100 Subject: [PATCH 22/82] TeamCity change in 'Ribasim / Linux' project: build features of 'Build ribasim_cli' build configuration were updated --- .../buildTypes/Ribasim_Linux_BuildRibasimCli.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml index 2e30ad363..f203da184 100644 --- a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml +++ b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_BuildRibasimCli.xml @@ -90,12 +90,6 @@ pixi run build-ribasim-cli]]> - - - - - - From 9f6eb8c145f0fe3e71a9db8ec0aceb38ef69bf6a Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Tue, 23 Jan 2024 10:05:56 +0100 Subject: [PATCH 23/82] TeamCity change in 'Ribasim / Linux' project: triggers of 'Test ribasim_api' build configuration were updated --- .../Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml index 7849428d2..8fb65f23d 100644 --- a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml +++ b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml @@ -53,7 +53,7 @@ pixi run test-ribasim-api]]> - + From 839c0e69af7865a34edb4d033b4a1b5ed5438cd7 Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Tue, 23 Jan 2024 10:06:26 +0100 Subject: [PATCH 24/82] TeamCity change in 'Ribasim / Linux' project: triggers of 'Test ribasim_api' build configuration were updated --- .../Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml index 8fb65f23d..8ba314363 100644 --- a/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml +++ b/.teamcity/Ribasim_Linux/buildTypes/Ribasim_Linux_TestRibasimApi.xml @@ -53,7 +53,7 @@ pixi run test-ribasim-api]]> - + From eb7f512d003bdc4810c9503bce18423d151aab65 Mon Sep 17 00:00:00 2001 From: Maarten Pronk <8655030+evetion@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:07:52 +0100 Subject: [PATCH 25/82] Refactor `sort_keys` implementation (#970) Fixes #956 While ideally we set the sort_keys on the Schema of a TableModel, or on the TableModel themselves, this is not directly possible AFAIK: - Schemas are autogenerated, and sort_keys is not something we can serialize or parse in a JSONSchema - The TableModels are generic (TableModel[T]), so specific sort_keys can't be hardcoded to a class. The previous approach was to hold the sort keys in a `Dict[table, sort_keys]` on a NodeModel (which holds multiple tables), and passing them on when save/sort was called from the Node. This PR improves on that approach by introducing a private _sort_keys on the TableModel, which is always set (from an empty list by default) on initialization from the NodeModel. Instead of keeping a separate Dict with sort_keys on a NodeModel, we now set them in the `Field` attribute `json_schema_extra` (the only customizable attribute of a Field) for each field. Each field of a NodeModel is now validated by default (also on assignment), and if a sort_keys is present for a fieldtype, it is set on the TableModel. Based on the initial exploration by @deltamarnix in https://github.com/Deltares/Ribasim/tree/feat/sort-keys-in-tablemodel --- python/ribasim/ribasim/config.py | 122 +++++++++++---------------- python/ribasim/ribasim/input_base.py | 31 +++++-- python/ribasim/tests/test_io.py | 10 ++- 3 files changed, 79 insertions(+), 84 deletions(-) diff --git a/python/ribasim/ribasim/config.py b/python/ribasim/ribasim/config.py index e992e811b..167f8fb64 100644 --- a/python/ribasim/ribasim/config.py +++ b/python/ribasim/ribasim/config.py @@ -79,154 +79,132 @@ class Logging(ChildModel): class Terminal(NodeModel): static: TableModel[TerminalStaticSchema] = Field( - default_factory=TableModel[TerminalStaticSchema] + default_factory=TableModel[TerminalStaticSchema], + json_schema_extra={"sort_keys": ["node_id"]}, ) - _sort_keys: dict[str, list[str]] = {"static": ["node_id"]} - class PidControl(NodeModel): static: TableModel[PidControlStaticSchema] = Field( - default_factory=TableModel[PidControlStaticSchema] + default_factory=TableModel[PidControlStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) time: TableModel[PidControlTimeSchema] = Field( - default_factory=TableModel[PidControlTimeSchema] + default_factory=TableModel[PidControlTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "time"]}, ) - _sort_keys: dict[str, list[str]] = { - "static": ["node_id", "control_state"], - "time": ["node_id", "time"], - } - class LevelBoundary(NodeModel): static: TableModel[LevelBoundaryStaticSchema] = Field( - default_factory=TableModel[LevelBoundaryStaticSchema] + default_factory=TableModel[LevelBoundaryStaticSchema], + json_schema_extra={"sort_keys": ["node_id"]}, ) time: TableModel[LevelBoundaryTimeSchema] = Field( - default_factory=TableModel[LevelBoundaryTimeSchema] + default_factory=TableModel[LevelBoundaryTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "time"]}, ) - _sort_keys: dict[str, list[str]] = { - "static": ["node_id"], - "time": ["node_id", "time"], - } - class Pump(NodeModel): static: TableModel[PumpStaticSchema] = Field( - default_factory=TableModel[PumpStaticSchema] + default_factory=TableModel[PumpStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) - _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} - class TabulatedRatingCurve(NodeModel): static: TableModel[TabulatedRatingCurveStaticSchema] = Field( - default_factory=TableModel[TabulatedRatingCurveStaticSchema] + default_factory=TableModel[TabulatedRatingCurveStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state", "level"]}, ) time: TableModel[TabulatedRatingCurveTimeSchema] = Field( - default_factory=TableModel[TabulatedRatingCurveTimeSchema] + default_factory=TableModel[TabulatedRatingCurveTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "time", "level"]}, ) - _sort_keys: dict[str, list[str]] = { - "static": ["node_id", "control_state", "level"], - "time": ["node_id", "time", "level"], - } class User(NodeModel): static: TableModel[UserStaticSchema] = Field( - default_factory=TableModel[UserStaticSchema] + default_factory=TableModel[UserStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "priority"]}, + ) + time: TableModel[UserTimeSchema] = Field( + default_factory=TableModel[UserTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "priority", "time"]}, ) - time: TableModel[UserTimeSchema] = Field(default_factory=TableModel[UserTimeSchema]) - - _sort_keys: dict[str, list[str]] = { - "static": ["node_id", "priority"], - "time": ["node_id", "priority", "time"], - } class FlowBoundary(NodeModel): static: TableModel[FlowBoundaryStaticSchema] = Field( - default_factory=TableModel[FlowBoundaryStaticSchema] + default_factory=TableModel[FlowBoundaryStaticSchema], + json_schema_extra={"sort_keys": ["node_id"]}, ) time: TableModel[FlowBoundaryTimeSchema] = Field( - default_factory=TableModel[FlowBoundaryTimeSchema] + default_factory=TableModel[FlowBoundaryTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "time"]}, ) - _sort_keys: dict[str, list[str]] = { - "static": ["node_id"], - "time": ["node_id", "time"], - } - class Basin(NodeModel): profile: TableModel[BasinProfileSchema] = Field( - default_factory=TableModel[BasinProfileSchema] + default_factory=TableModel[BasinProfileSchema], + json_schema_extra={"sort_keys": ["node_id", "level"]}, ) state: TableModel[BasinStateSchema] = Field( - default_factory=TableModel[BasinStateSchema] + default_factory=TableModel[BasinStateSchema], + json_schema_extra={"sort_keys": ["node_id"]}, ) static: TableModel[BasinStaticSchema] = Field( - default_factory=TableModel[BasinStaticSchema] + default_factory=TableModel[BasinStaticSchema], + json_schema_extra={"sort_keys": ["node_id"]}, ) time: TableModel[BasinTimeSchema] = Field( - default_factory=TableModel[BasinTimeSchema] + default_factory=TableModel[BasinTimeSchema], + json_schema_extra={"sort_keys": ["node_id", "time"]}, ) subgrid: TableModel[BasinSubgridSchema] = Field( - default_factory=TableModel[BasinSubgridSchema] + default_factory=TableModel[BasinSubgridSchema], + json_schema_extra={"sort_keys": ["subgrid_id", "basin_level"]}, ) - _sort_keys: dict[str, list[str]] = { - "static": ["node_id"], - "state": ["node_id"], - "profile": ["node_id", "level"], - "time": ["node_id", "time"], - "subgrid": ["subgrid_id", "basin_level"], - } - class ManningResistance(NodeModel): static: TableModel[ManningResistanceStaticSchema] = Field( - default_factory=TableModel[ManningResistanceStaticSchema] + default_factory=TableModel[ManningResistanceStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) - _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} - class DiscreteControl(NodeModel): condition: TableModel[DiscreteControlConditionSchema] = Field( - default_factory=TableModel[DiscreteControlConditionSchema] + default_factory=TableModel[DiscreteControlConditionSchema], + json_schema_extra={ + "sort_keys": ["node_id", "listen_feature_id", "variable", "greater_than"] + }, ) logic: TableModel[DiscreteControlLogicSchema] = Field( - default_factory=TableModel[DiscreteControlLogicSchema] + default_factory=TableModel[DiscreteControlLogicSchema], + json_schema_extra={"sort_keys": ["node_id", "truth_state"]}, ) - _sort_keys: dict[str, list[str]] = { - "condition": ["node_id", "listen_feature_id", "variable", "greater_than"], - "logic": ["node_id", "truth_state"], - } - class Outlet(NodeModel): static: TableModel[OutletStaticSchema] = Field( - default_factory=TableModel[OutletStaticSchema] + default_factory=TableModel[OutletStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) - _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} - class LinearResistance(NodeModel): static: TableModel[LinearResistanceStaticSchema] = Field( - default_factory=TableModel[LinearResistanceStaticSchema] + default_factory=TableModel[LinearResistanceStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) - _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} - class FractionalFlow(NodeModel): static: TableModel[FractionalFlowStaticSchema] = Field( - default_factory=TableModel[FractionalFlowStaticSchema] + default_factory=TableModel[FractionalFlowStaticSchema], + json_schema_extra={"sort_keys": ["node_id", "control_state"]}, ) - - _sort_keys: dict[str, list[str]] = {"static": ["node_id", "control_state"]} diff --git a/python/ribasim/ribasim/input_base.py b/python/ribasim/ribasim/input_base.py index 1538bfafa..17b066d01 100644 --- a/python/ribasim/ribasim/input_base.py +++ b/python/ribasim/ribasim/input_base.py @@ -9,6 +9,7 @@ Any, Generic, TypeVar, + cast, ) import geopandas as gpd @@ -20,6 +21,8 @@ ConfigDict, DirectoryPath, Field, + PrivateAttr, + ValidationInfo, field_validator, model_serializer, model_validator, @@ -158,6 +161,7 @@ def _load(cls, filepath: Path | None) -> dict[str, Any]: class TableModel(FileModel, Generic[TableT]): df: DataFrame[TableT] | None = Field(default=None, exclude=True, repr=False) + _sort_keys: list[str] = PrivateAttr(default=[]) @field_validator("df") @classmethod @@ -219,15 +223,14 @@ def _save( self, directory: DirectoryPath, input_dir: DirectoryPath, - sort_keys: list[str] = ["node_id"], ) -> None: # TODO directory could be used to save an arrow file db_path = context_file_loading.get().get("database") if self.df is not None and self.filepath is not None: - self.sort(sort_keys) + self.sort() self._write_arrow(self.filepath, directory, input_dir) elif self.df is not None and db_path is not None: - self.sort(sort_keys) + self.sort() self._write_table(db_path) def _write_table(self, temp_path: Path) -> None: @@ -289,13 +292,13 @@ def _from_arrow(cls, path: FilePath) -> pd.DataFrame: directory = context_file_loading.get().get("directory", Path(".")) return pd.read_feather(directory / path) - def sort(self, sort_keys: list[str]): + def sort(self): """Sort the table as required. Sorting is done automatically before writing the table. """ if self.df is not None: - self.df.sort_values(sort_keys, ignore_index=True, inplace=True) + self.df.sort_values(self._sort_keys, ignore_index=True, inplace=True) @classmethod def tableschema(cls) -> TableT: @@ -374,7 +377,7 @@ def _write_table(self, path: FilePath) -> None: gdf.to_file(path, layer=self.tablename(), driver="GPKG") - def sort(self, sort_keys: list[str]): + def sort(self): self.df.sort_index(inplace=True) @@ -392,8 +395,6 @@ def check_parent(self) -> "ChildModel": class NodeModel(ChildModel): """Base class to handle combining the tables for a single node type.""" - _sort_keys: dict[str, list[str]] = {} - @model_serializer(mode="wrap") def set_modeld( self, serializer: Callable[[type["NodeModel"]], dict[str, Any]] @@ -401,6 +402,19 @@ def set_modeld( content = serializer(self) return dict(filter(lambda x: x[1], content.items())) + @field_validator("*") + @classmethod + def set_sort_keys(cls, v: Any, info: ValidationInfo) -> Any: + """Set sort keys for all TableModels if present in FieldInfo.""" + if isinstance(v, (TableModel,)): + field = cls.model_fields[getattr(info, "field_name")] + extra = field.json_schema_extra + if extra is not None and isinstance(extra, dict): + # We set sort_keys ourselves as list[str] in json_schema_extra + # but mypy doesn't know. + v._sort_keys = cast(list[str], extra.get("sort_keys", [])) + return v + @classmethod def get_input_type(cls): return cls.__name__ @@ -434,7 +448,6 @@ def _save(self, directory: DirectoryPath, input_dir: DirectoryPath, **kwargs): getattr(self, field)._save( directory, input_dir, - sort_keys=self._sort_keys[field], ) def _repr_content(self) -> str: diff --git a/python/ribasim/tests/test_io.py b/python/ribasim/tests/test_io.py index b1ac52056..e86b9456b 100644 --- a/python/ribasim/tests/test_io.py +++ b/python/ribasim/tests/test_io.py @@ -111,9 +111,13 @@ def test_sort(level_setpoint_with_minmax, tmp_path): # apply a wrong sort, then call the sort method to restore order table.df.sort_values("greater_than", ascending=False, inplace=True) assert table.df.iloc[0]["greater_than"] == 15.0 - sort_keys = model.discrete_control._sort_keys["condition"] - assert sort_keys == ["node_id", "listen_feature_id", "variable", "greater_than"] - table.sort(sort_keys) + assert table._sort_keys == [ + "node_id", + "listen_feature_id", + "variable", + "greater_than", + ] + table.sort() assert table.df.iloc[0]["greater_than"] == 5.0 # re-apply wrong sort, then check if it gets sorted on write From ec7234d41462bf4a12e77f77814cd54984d4adfb Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 23 Jan 2024 10:44:14 +0100 Subject: [PATCH 26/82] Always require 'Basin / state' as an initial condition (#977) Before we put a volume of 1 m3 in if no initial condition was given. But since this will not always work well, and there is no other number that makes a good default, it is best to remove this feature and request an explicit initial condition. --- core/src/bmi.jl | 12 ++----- core/src/utils.jl | 26 +++++++++++----- core/src/validation.jl | 24 -------------- core/test/bmi_test.jl | 2 +- core/test/run_models_test.jl | 2 +- core/test/utils_test.jl | 4 +-- .../ribasim_testmodels/backwater.py | 8 +++-- .../ribasim_testmodels/basic.py | 11 +++++-- .../ribasim_testmodels/discrete_control.py | 4 ++- .../ribasim_testmodels/invalid.py | 31 ++++++++++++++++--- .../ribasim_testmodels/time.py | 9 +++++- .../ribasim_testmodels/trivial.py | 4 ++- 12 files changed, 78 insertions(+), 59 deletions(-) diff --git a/core/src/bmi.jl b/core/src/bmi.jl index d2d7f43bb..7f11ee34d 100644 --- a/core/src/bmi.jl +++ b/core/src/bmi.jl @@ -73,16 +73,8 @@ function BMI.initialize(T::Type{Model}, config::Config)::Model end @debug "Read database into memory." - storage = if isempty(state) - # default to nearly empty basins, perhaps make required input - fill(1.0, n) - else - storages, errors = get_storages_from_levels(parameters.basin, state.level) - if errors - error("Encountered errors while parsing the initial levels of basins.") - end - storages - end + storage = get_storages_from_levels(parameters.basin, state.level) + # Synchronize level with storage set_current_basin_properties!(parameters.basin, storage) diff --git a/core/src/utils.jl b/core/src/utils.jl index 5040f786c..20ff9f75c 100644 --- a/core/src/utils.jl +++ b/core/src/utils.jl @@ -374,16 +374,28 @@ function get_storage_from_level(basin::Basin, state_idx::Int, level::Float64)::F end """Compute the storages of the basins based on the water level of the basins.""" -function get_storages_from_levels( - basin::Basin, - levels::Vector, -)::Tuple{Vector{Float64}, Bool} - storages = Float64[] +function get_storages_from_levels(basin::Basin, levels::Vector)::Vector{Float64} + errors = false + state_length = length(levels) + basin_length = length(basin.level) + if state_length != basin_length + @error "Unexpected 'Basin / state' length." state_length basin_length + errors = true + end + storages = zeros(state_length) for (i, level) in enumerate(levels) - push!(storages, get_storage_from_level(basin, i, level)) + storage = get_storage_from_level(basin, i, level) + if isnan(storage) + errors = true + end + storages[i] = storage + end + if errors + error("Encountered errors while parsing the initial levels of basins.") end - return storages, any(isnan.(storages)) + + return storages end """ diff --git a/core/src/validation.jl b/core/src/validation.jl index d49dc3506..922b02fe2 100644 --- a/core/src/validation.jl +++ b/core/src/validation.jl @@ -338,30 +338,6 @@ function variable_nt(s::Any) NamedTuple{names}((getfield(s, x) for x in names)) end -function is_consistent(node, edge, state, static, profile, time) - - # Check that node ids exist - # TODO Do we need to check the reverse as well? All ids in use? - ids = node.fid - @assert edge.from_node_id ⊆ ids "Edge from_node_id not in node ids" - @assert edge.to_node_id ⊆ ids "Edge to_node_id not in node ids" - @assert state.node_id ⊆ ids "State id not in node ids" - @assert static.node_id ⊆ ids "Static id not in node ids" - @assert profile.node_id ⊆ ids "Profile id not in node ids" - @assert time.node_id ⊆ ids "Time id not in node ids" - - # Check edges for uniqueness - @assert allunique(edge, [:from_node_id, :to_node_id]) "Duplicate edge found" - - # TODO Check states - - # TODO Check statics - - # TODO Check forcings - - true -end - # functions used by sort(x; by) sort_by_fid(row) = row.fid sort_by_id(row) = row.node_id diff --git a/core/test/bmi_test.jl b/core/test/bmi_test.jl index 8c6c95dc7..39599eeac 100644 --- a/core/test/bmi_test.jl +++ b/core/test/bmi_test.jl @@ -49,7 +49,7 @@ end toml_path = normpath(@__DIR__, "../../generated_testmodels/basic/ribasim.toml") model = BMI.initialize(Ribasim.Model, toml_path) storage0 = BMI.get_value_ptr(model, "volume") - @test storage0 == ones(4) + @test storage0 ≈ ones(4) @test_throws "Unknown variable foo" BMI.get_value_ptr(model, "foo") BMI.update_until(model, 86400.0) storage = BMI.get_value_ptr(model, "volume") diff --git a/core/test/run_models_test.jl b/core/test/run_models_test.jl index 995b07032..227ec010f 100644 --- a/core/test/run_models_test.jl +++ b/core/test/run_models_test.jl @@ -73,7 +73,7 @@ @test flow.from_node_id[1:4] == [6, typemax(Int), 0, 6] @test flow.to_node_id[1:4] == [6, typemax(Int), typemax(Int), 0] - @test basin.storage[1] == 1.0 + @test basin.storage[1] ≈ 1.0 @test basin.level[1] ≈ 0.044711584 # The exporter interpolates 1:1 for three subgrid elements, but shifted by 1.0 meter. diff --git a/core/test/utils_test.jl b/core/test/utils_test.jl index ed2bc1a1e..d4263a878 100644 --- a/core/test/utils_test.jl +++ b/core/test/utils_test.jl @@ -125,9 +125,7 @@ end logger = TestLogger() with_logger(logger) do - storages, errors = Ribasim.get_storages_from_levels(basin, [-1.0]) - @test isnan(storages[1]) - @test errors + @test_throws ErrorException Ribasim.get_storages_from_levels(basin, [-1.0]) end @test length(logger.logs) == 1 diff --git a/python/ribasim_testmodels/ribasim_testmodels/backwater.py b/python/ribasim_testmodels/ribasim_testmodels/backwater.py index e9adc4f07..42e950ec9 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/backwater.py +++ b/python/ribasim_testmodels/ribasim_testmodels/backwater.py @@ -52,16 +52,17 @@ def backwater_model(): ) # Rectangular profile, width of 1.0 m. + basin_ids = ids[node_type == "Basin"] profile = pd.DataFrame( data={ - "node_id": np.repeat(ids[node_type == "Basin"], 2), + "node_id": np.repeat(basin_ids, 2), "area": [20.0, 20.0] * n_basin, "level": [0.0, 1.0] * n_basin, } ) static = pd.DataFrame( data={ - "node_id": ids[node_type == "Basin"], + "node_id": basin_ids, "drainage": 0.0, "potential_evaporation": 0.0, "infiltration": 0.0, @@ -69,7 +70,8 @@ def backwater_model(): "urban_runoff": 0.0, } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame(data={"node_id": basin_ids, "level": 0.05}) + basin = ribasim.Basin(profile=profile, static=static, state=state) manning_resistance = ribasim.ManningResistance( static=pd.DataFrame( diff --git a/python/ribasim_testmodels/ribasim_testmodels/basic.py b/python/ribasim_testmodels/ribasim_testmodels/basic.py index 7a3982173..657314b95 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/basic.py +++ b/python/ribasim_testmodels/ribasim_testmodels/basic.py @@ -36,8 +36,10 @@ def basic_model() -> ribasim.Model: ) static = static.iloc[[0, 0, 0, 0]] static["node_id"] = [1, 3, 6, 9] - - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame( + data={"node_id": static["node_id"], "level": 0.04471158417652035} + ) + basin = ribasim.Basin(profile=profile, static=static, state=state) # Setup linear resistance: linear_resistance = ribasim.LinearResistance( @@ -303,8 +305,11 @@ def tabulated_rating_curve_model() -> ribasim.Model: "urban_runoff": 0.0, } ) + state = pd.DataFrame( + data={"node_id": static["node_id"], "level": 0.04471158417652035} + ) - basin = ribasim.Basin(profile=profile, static=static) + basin = ribasim.Basin(profile=profile, static=static, state=state) # Set up a rating curve node: # Discharge: lose 1% of storage volume per day at storage = 1000.0. diff --git a/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py b/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py index 6481214ad..e82b606a0 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py +++ b/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py @@ -511,7 +511,9 @@ def tabulated_rating_curve_control_model() -> ribasim.Model: } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame(data={"node_id": [1], "level": 0.04471158417652035}) + + basin = ribasim.Basin(profile=profile, static=static, state=state) # Set up a rating curve node: # Discharge: lose 1% of storage volume per day at storage = 100.0. diff --git a/python/ribasim_testmodels/ribasim_testmodels/invalid.py b/python/ribasim_testmodels/ribasim_testmodels/invalid.py index 19cee6613..7301f7f2a 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/invalid.py +++ b/python/ribasim_testmodels/ribasim_testmodels/invalid.py @@ -61,7 +61,9 @@ def invalid_qh_model(): } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame(data={"node_id": [3], "level": 1.4112729908597084}) + + basin = ribasim.Basin(profile=profile, static=static, state=state) rating_curve_static = pd.DataFrame( # Invalid: levels must not be repeated @@ -171,7 +173,14 @@ def invalid_fractional_flow_model(): } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame( + data={ + "node_id": [1, 2], + "level": 1.4112729908597084, + } + ) + + basin = ribasim.Basin(profile=profile, static=static, state=state) # Setup terminal: terminal = ribasim.Terminal(static=pd.DataFrame(data={"node_id": [5, 6]})) @@ -263,7 +272,14 @@ def invalid_discrete_control_model(): } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame( + data={ + "node_id": [1, 3], + "level": 1.4112729908597084, + } + ) + + basin = ribasim.Basin(profile=profile, static=static, state=state) # Setup pump: pump = ribasim.Pump( @@ -391,7 +407,14 @@ def invalid_edge_types_model(): } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame( + data={ + "node_id": [1, 3], + "level": 0.04471158417652035, + } + ) + + basin = ribasim.Basin(profile=profile, static=static, state=state) # Setup pump: pump = ribasim.Pump( diff --git a/python/ribasim_testmodels/ribasim_testmodels/time.py b/python/ribasim_testmodels/ribasim_testmodels/time.py index bb34dfea7..42a0bdd6a 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/time.py +++ b/python/ribasim_testmodels/ribasim_testmodels/time.py @@ -66,7 +66,14 @@ def flow_boundary_time_model(): } ) - basin = ribasim.Basin(profile=profile, static=static) + state = pd.DataFrame( + data={ + "node_id": [2], + "level": 0.04471158417652035, + } + ) + + basin = ribasim.Basin(profile=profile, static=static, state=state) n_times = 100 time = pd.date_range( diff --git a/python/ribasim_testmodels/ribasim_testmodels/trivial.py b/python/ribasim_testmodels/ribasim_testmodels/trivial.py index 664b69197..99b5067cf 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/trivial.py +++ b/python/ribasim_testmodels/ribasim_testmodels/trivial.py @@ -74,6 +74,8 @@ def trivial_model() -> ribasim.Model: } ) + state = pd.DataFrame(data={"node_id": [6], "level": 0.04471158417652035}) + # Create a subgrid level interpolation from one basin to three elements. Scale one to one, but: # # 22. start at -1.0 @@ -88,7 +90,7 @@ def trivial_model() -> ribasim.Model: "subgrid_level": [-1.0, 0.0, 0.0, 1.0, 1.0, 2.0], } ) - basin = ribasim.Basin(profile=profile, static=static, subgrid=subgrid) + basin = ribasim.Basin(profile=profile, static=static, state=state, subgrid=subgrid) # Set up a rating curve node: # Discharge: lose 1% of storage volume per day at storage = 1000.0. From 8032975bc157f07371d2f922c97fd416ee23e9b7 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:07:41 +0100 Subject: [PATCH 27/82] Add cron job to auto-update pixi lock file (#978) This way there will be a PR that updates the lock file every month --- .github/workflows/core_tests.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/pixi_auto_update.yml | 32 ++++++++++++++++++++++++++ .github/workflows/pre-commit_check.yml | 2 +- .github/workflows/python_lint.yml | 2 +- .github/workflows/python_tests.yml | 2 +- .github/workflows/qgis.yml | 2 +- 7 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/pixi_auto_update.yml diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index a5020269f..50015322d 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -1,7 +1,7 @@ name: Julia Tests on: push: - branches: [main] + branches: [main, update/pixi-lock] paths-ignore: [".teamcity/**"] tags: ["*"] pull_request: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ef6eea4c1..4497abdda 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ name: Docs on: push: - branches: [main] + branches: [main, update/pixi-lock] paths-ignore: [".teamcity/**"] pull_request: merge_group: diff --git a/.github/workflows/pixi_auto_update.yml b/.github/workflows/pixi_auto_update.yml new file mode 100644 index 000000000..96e7c513a --- /dev/null +++ b/.github/workflows/pixi_auto_update.yml @@ -0,0 +1,32 @@ +name: Pixi auto update + +on: + schedule: + # At 03:00 on day 1 of the month + - cron: "0 3 1 * *" + # on demand + workflow_dispatch: + +jobs: + auto-update: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + - uses: prefix-dev/setup-pixi@v0.4.3 + with: + pixi-version: "latest" + cache: false + - name: Update pixi lock file + run: | + rm pixi.lock + pixi install + - uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} + branch: update/pixi-lock + title: Update pixi lock file + commit-message: "Update `pixi.lock`" + body: Update pixi dependencies to the latest version. + author: "GitHub " diff --git a/.github/workflows/pre-commit_check.yml b/.github/workflows/pre-commit_check.yml index 17d1ae7a2..fb5f88949 100644 --- a/.github/workflows/pre-commit_check.yml +++ b/.github/workflows/pre-commit_check.yml @@ -4,7 +4,7 @@ on: pull_request: merge_group: push: - branches: [main, update/pre-commit-hooks] + branches: [main, update/pre-commit-hooks, update/pixi-lock] jobs: check: diff --git a/.github/workflows/python_lint.yml b/.github/workflows/python_lint.yml index 47310710d..a5a08c9a5 100644 --- a/.github/workflows/python_lint.yml +++ b/.github/workflows/python_lint.yml @@ -1,7 +1,7 @@ name: Python Lint on: push: - branches: [main] + branches: [main, update/pixi-lock] paths-ignore: [".teamcity/**"] tags: ["*"] pull_request: diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 07022ddde..6089785e8 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -1,7 +1,7 @@ name: Ribasim Python Tests on: push: - branches: [main] + branches: [main, update/pixi-lock] paths-ignore: [".teamcity/**"] tags: ["*"] pull_request: diff --git a/.github/workflows/qgis.yml b/.github/workflows/qgis.yml index 67f159a35..608820001 100644 --- a/.github/workflows/qgis.yml +++ b/.github/workflows/qgis.yml @@ -2,7 +2,7 @@ name: QGIS Tests on: push: - branches: [main] + branches: [main, update/pixi-lock] paths-ignore: [".teamcity/**"] tags: ["*"] pull_request: From 616e642bfeca9a846b57f44da099f84a0f23917f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:34:36 +0100 Subject: [PATCH 28/82] Update pixi lock file (#979) Update pixi dependencies to the latest version. Co-authored-by: GitHub --- pixi.lock | 3407 +++++++++++++++++++++++++++-------------------------- 1 file changed, 1707 insertions(+), 1700 deletions(-) diff --git a/pixi.lock b/pixi.lock index d9ecf8b92..ac270a7a4 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2283,7 +2283,7 @@ package: - azure-core-cpp >=1.10.3,<2.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - openssl >=3.2.0,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.5.0-hb858b4b_2.conda hash: @@ -2306,7 +2306,7 @@ package: - __osx >=10.9 - azure-core-cpp >=1.10.3,<2.0a0 - libcxx >=16.0.6 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - openssl >=3.2.0,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.5.0-hf4badfb_2.conda hash: @@ -2329,7 +2329,7 @@ package: - __osx >=10.9 - azure-core-cpp >=1.10.3,<2.0a0 - libcxx >=16.0.6 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - openssl >=3.2.0,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.5.0-h607ffeb_2.conda hash: @@ -2535,16 +2535,16 @@ package: timestamp: 1695447533107 - platform: linux-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -2552,20 +2552,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: osx-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -2573,20 +2573,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: osx-arm64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -2594,20 +2594,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: win-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -2615,8 +2615,8 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: linux-64 name: black version: 23.12.1 @@ -2720,52 +2720,51 @@ package: timestamp: 1703318197279 - platform: win-64 name: blas - version: '2.120' + version: '2.121' category: main manager: conda dependencies: - - blas-devel 3.9.0 20_win64_openblas - - libblas 3.9.0 20_win64_openblas - - libcblas 3.9.0 20_win64_openblas - - liblapack 3.9.0 20_win64_openblas - - liblapacke 3.9.0 20_win64_openblas + - blas-devel 3.9.0 21_win64_mkl + - libblas 3.9.0 21_win64_mkl + - libcblas 3.9.0 21_win64_mkl + - liblapack 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl - m2w64-gcc-libs - m2w64-gcc-libs-core - url: https://conda.anaconda.org/conda-forge/win-64/blas-2.120-openblas.conda + url: https://conda.anaconda.org/conda-forge/win-64/blas-2.121-mkl.conda hash: - md5: 81ea12db893b9efe05f9917a64e16e1b - sha256: 76a74b5079a49baf61a533ad07d88d48159787e6c48cabb8a9fcb2f4c3839cb1 - build: openblas + md5: 87ae78b8197b890e5a429f91769dfac7 + sha256: b44ac779599779a81528348fab050e9b7676f1944281e9ac586609a15df0838a + build: mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 license: BSD-3-Clause - license_family: BSD - size: 15865 - timestamp: 1700569256726 + size: 17016 + timestamp: 1705980772111 - platform: win-64 name: blas-devel version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_openblas - - libcblas 3.9.0 20_win64_openblas - - liblapack 3.9.0 20_win64_openblas - - liblapacke 3.9.0 20_win64_openblas - - openblas 0.3.25.* - url: https://conda.anaconda.org/conda-forge/win-64/blas-devel-3.9.0-20_win64_openblas.conda + - libblas 3.9.0 21_win64_mkl + - libcblas 3.9.0 21_win64_mkl + - liblapack 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl + - mkl >=2024.0.0,<2025.0a0 + - mkl-devel 2024.0.* + url: https://conda.anaconda.org/conda-forge/win-64/blas-devel-3.9.0-21_win64_mkl.conda hash: - md5: 80149a7136333f69537583ec5db94d20 - sha256: 052cbd0a02088722975a443a03dfe773f2aa8a4fe424d5b7cd1a2c475be37f57 - build: 20_win64_openblas + md5: dfb57411138b9548b9d6c65f7fe6af32 + sha256: b9346a22ad49510e6dd548077324087f058415074dbd78371b63e4db189079b0 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 license: BSD-3-Clause - license_family: BSD - size: 15224 - timestamp: 1700569072491 + size: 16459 + timestamp: 1705980621558 - platform: linux-64 name: bleach version: 6.1.0 @@ -6229,94 +6228,94 @@ package: timestamp: 1701883312560 - platform: linux-64 name: draco - version: 1.5.6 + version: 1.5.7 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/draco-1.5.6-hf52228f_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/draco-1.5.7-h00ab1b0_0.conda hash: - md5: 78f6f186ed220aa0376e5b638a49d85d - sha256: 4e09d6ecd88dc7ed935d5cf8c64c89eacc8e5ec379d7eff1a62222bbfb3ac7ea - build: hf52228f_0 + md5: 9cb0f7901c5279c48f1e3506c8d6cb94 + sha256: 97722216c26379b2d9fe9ceed783074d6f84b2594ebc2fc0b0cad084ca50aa3d + build: h00ab1b0_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 918696 - timestamp: 1676076506876 + size: 915252 + timestamp: 1705581915577 - platform: osx-64 name: draco - version: 1.5.6 + version: 1.5.7 category: main manager: conda dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/draco-1.5.6-hb8565cd_0.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/draco-1.5.7-h7728843_0.conda hash: - md5: 714d9926f4de0f8751236537a4e44d06 - sha256: b0c5395cf70c371e3ddd9f4e8aae484a92390119f64d7974dda0035a400e922f - build: hb8565cd_0 + md5: 6fb1e85e3c898d165b3411e756e21c89 + sha256: fe288b7f9f1b9aad6d668c61c31da71ec81d941eb2b3017290cd94e96a8e13ea + build: h7728843_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 771865 - timestamp: 1676076937797 + size: 757816 + timestamp: 1705582507448 - platform: osx-arm64 name: draco - version: 1.5.6 + version: 1.5.7 category: main manager: conda dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/draco-1.5.6-hffc8910_0.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-arm64/draco-1.5.7-h2ffa867_0.conda hash: - md5: e1fd6f57316492dbe13ef7e07d34cc94 - sha256: 3aef2a741f874856244480a8950172a72b4fafe9018ead746cac0923d6ea7f2f - build: hffc8910_0 + md5: 979906be9f4d62aac631e7f2cb049a85 + sha256: 51d2020043b7cf6af0aeb8ac7b5ccf6e5abb8f9362fa2c882afd7011b774f927 + build: h2ffa867_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 726658 - timestamp: 1676077020143 + size: 738431 + timestamp: 1705582600037 - platform: win-64 name: draco - version: 1.5.6 + version: 1.5.7 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/draco-1.5.6-h181d51b_0.conda + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/draco-1.5.7-h181d51b_0.conda hash: - md5: 8daa5664f8e610239c7f5a767bc82291 - sha256: 08ccde6a6858301ecfa2e623ad4b7b2d21a178e669726a4cccd4f12fa8adff25 + md5: 6d47b543a7a809bb11227c1e2ffe4755 + sha256: 99fa2b75f19181bfb972d8f3c5ae7dc2f81e08a810ce7d0170bd85829a844c2c build: h181d51b_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 2339094 - timestamp: 1676076991561 + size: 2360167 + timestamp: 1705582481779 - platform: linux-64 name: editables - version: '0.3' + version: '0.5' category: main manager: conda dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/editables-0.5-pyhd8ed1ab_0.conda hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 + md5: 9873878e2a069bc358b69e9a29c1ecd5 + sha256: de160a7494e7bc72360eea6a29cbddf194d0a79f45ff417a4de20e6858cf79a9 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -6324,19 +6323,19 @@ package: license: MIT license_family: MIT noarch: python - size: 8431 - timestamp: 1649618340031 + size: 10988 + timestamp: 1705857085102 - platform: osx-64 name: editables - version: '0.3' + version: '0.5' category: main manager: conda dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/editables-0.5-pyhd8ed1ab_0.conda hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 + md5: 9873878e2a069bc358b69e9a29c1ecd5 + sha256: de160a7494e7bc72360eea6a29cbddf194d0a79f45ff417a4de20e6858cf79a9 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -6344,19 +6343,19 @@ package: license: MIT license_family: MIT noarch: python - size: 8431 - timestamp: 1649618340031 + size: 10988 + timestamp: 1705857085102 - platform: osx-arm64 name: editables - version: '0.3' + version: '0.5' category: main manager: conda dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/editables-0.5-pyhd8ed1ab_0.conda hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 + md5: 9873878e2a069bc358b69e9a29c1ecd5 + sha256: de160a7494e7bc72360eea6a29cbddf194d0a79f45ff417a4de20e6858cf79a9 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -6364,19 +6363,19 @@ package: license: MIT license_family: MIT noarch: python - size: 8431 - timestamp: 1649618340031 + size: 10988 + timestamp: 1705857085102 - platform: win-64 name: editables - version: '0.3' + version: '0.5' category: main manager: conda dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/editables-0.5-pyhd8ed1ab_0.conda hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 + md5: 9873878e2a069bc358b69e9a29c1ecd5 + sha256: de160a7494e7bc72360eea6a29cbddf194d0a79f45ff417a4de20e6858cf79a9 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -6384,8 +6383,8 @@ package: license: MIT license_family: MIT noarch: python - size: 8431 - timestamp: 1649618340031 + size: 10988 + timestamp: 1705857085102 - platform: linux-64 name: eigen version: 3.4.0 @@ -7095,7 +7094,7 @@ package: - cligj >=0.5 - gdal - libgcc-ng >=12 - - libgdal >=3.8.0,<3.9.0a0 + - libgdal >=3.8.2,<3.9.0a0 - libstdcxx-ng >=12 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 @@ -7103,64 +7102,62 @@ package: - setuptools - shapely - six - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.5-py311hf8e0aa6_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.5-py311hf8e0aa6_3.conda hash: - md5: 01464abc0630e2285a799a2fa8370a8e - sha256: b01852ee1d8b23276bc69829c3013cbc1fe2004917cf5c5855fe2a22674112d7 - build: py311hf8e0aa6_2 + md5: a5277325e005e9d014eca37187b3f4a2 + sha256: e0059445263a8a959066f2760beb9a5bfd49a89f64bf82716be79e456894fbf9 + build: py311hf8e0aa6_3 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 988939 - timestamp: 1702005035463 + size: 991823 + timestamp: 1704131485394 - platform: osx-64 name: fiona version: 1.9.5 category: main manager: conda dependencies: - - __osx >=10.9 - attrs >=19.2.0 - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - libcxx >=16.0.6 - - libgdal >=3.8.0,<3.9.0a0 + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - shapely - six - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311h809632c_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311hd2ff552_3.conda hash: - md5: cbe710fd5d800f110896f829c3e73a73 - sha256: a6d7c1d5770ad0ebfb8e4642be9837f923853bc18be1dbf94c92ca36bd814e68 - build: py311h809632c_2 + md5: c2d0463951b4501e6e4a8a5062183558 + sha256: bdae4a129ac89fc2ccca801dd557cd36665db6682c166fde4a2d9555d016b77b + build: py311hd2ff552_3 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 871589 - timestamp: 1702005345517 + size: 871836 + timestamp: 1704131848389 - platform: osx-arm64 name: fiona version: 1.9.5 category: main manager: conda dependencies: - - __osx >=10.9 - attrs >=19.2.0 - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - libcxx >=16.0.6 - - libgdal >=3.8.0,<3.9.0a0 + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - numpy >=1.26.2,<2.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython @@ -7168,18 +7165,18 @@ package: - setuptools - shapely - six - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py312hfe67d44_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py312hd158ed5_3.conda hash: - md5: d292d3f14325d6f081d38361207c4aa6 - sha256: fa610b918358069c00c131e882a1c6288491caf74eedb20b347e3f10001e6c03 - build: py312hfe67d44_2 + md5: c0df0974bca13cacce11836265eb1292 + sha256: 716c8da1cbb8e717ee657256429bafd0f26d12e12dc0d5b2410526d33525e660 + build: py312hd158ed5_3 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 854322 - timestamp: 1702005617227 + size: 852682 + timestamp: 1704131999871 - platform: win-64 name: fiona version: 1.9.5 @@ -7191,7 +7188,7 @@ package: - click-plugins >=1.0 - cligj >=0.5 - gdal - - libgdal >=3.8.0,<3.9.0a0 + - libgdal >=3.8.2,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 @@ -7201,18 +7198,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311hbcf8545_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311hbcf8545_3.conda hash: - md5: 8ec693136d8d90b65f5f0d1928d5c2f1 - sha256: 17cb2d229e2a6ff17207316a40eb87772e1f09f227da3f7fea2bb5fc983a0f25 - build: py311hbcf8545_2 + md5: 7f9ed9c2e7fc1bb47568954df4209fdb + sha256: 83782b6a6c0c3217d8fef584aebaf73d3ca4aca05c49e9672867834f8b38864d + build: py311hbcf8545_3 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 840146 - timestamp: 1702006708779 + size: 841008 + timestamp: 1704132501738 - platform: linux-64 name: folium version: 0.15.1 @@ -8306,95 +8303,93 @@ package: timestamp: 1673596757510 - platform: linux-64 name: gdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal 3.8.1 h4b8bffa_3 + - libgdal 3.8.3 hcd1fc54_0 - libstdcxx-ng >=12 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.8.1-py311h39b4e0e_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.8.3-py311h39b4e0e_0.conda hash: - md5: 2e4843bc8a685e7a23be981c689eeb1d - sha256: c624d680c2676a2d7e85a12b81e5495281d7422ef417ce90c30ea4b882eda290 - build: py311h39b4e0e_3 + md5: a0119e816e54d16b8403bbe4594e8904 + sha256: 8bf754761c4716e5660322f550e1b232774035bad4236b68c51a3f48de10359c + build: py311h39b4e0e_0 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 1678504 - timestamp: 1702295530636 + size: 1682415 + timestamp: 1704804147711 - platform: osx-64 name: gdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal 3.8.1 h4d894c1_3 - - libxml2 >=2.12.2,<2.13.0a0 + - libcxx >=15 + - libgdal 3.8.3 h89a805d_0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.8.1-py311h3711aba_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.8.3-py311hd4433e8_0.conda hash: - md5: 9ee9598797b8bfbdc1dd60d5233d808d - sha256: d82e1d7e8cf9d434ea6d036bde0cada968a110f7952c212abdea2284016bcab1 - build: py311h3711aba_3 + md5: 362fbdd4838af7f6f4a0f6e53d929620 + sha256: 4a2a58aa3f207318a04e0ce42f27c5dae7e080456e14aeed83a770ed8a5082a8 + build: py311hd4433e8_0 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 1661822 - timestamp: 1702298376679 + size: 1661144 + timestamp: 1704805777003 - platform: osx-arm64 name: gdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal 3.8.1 h6929f36_3 - - libxml2 >=2.12.2,<2.13.0a0 - - numpy >=1.26.2,<2.0a0 + - libcxx >=15 + - libgdal 3.8.3 h7e86f1f_0 + - libxml2 >=2.12.3,<3.0.0a0 + - numpy >=1.26.3,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.1-py312h88c7ffa_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.3-py312h30d4138_0.conda hash: - md5: c2922a50961a7eb737b37cf94edf3604 - sha256: 48443d07709dbd6686d5e937e9df36567327e44d3c483feea1ef00a30a94eadc - build: py312h88c7ffa_3 + md5: b1cf7d5e3f2c6ab8509984440b1121ae + sha256: 1831c0efdeeb692798e344777e141b12397bb4fef4852198a85b761706cd3f89 + build: py312h30d4138_0 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 1627819 - timestamp: 1702300280318 + size: 1633332 + timestamp: 1704806310525 - platform: win-64 name: gdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal 3.8.1 hf69a6b9_3 - - libxml2 >=2.12.2,<2.13.0a0 + - libgdal 3.8.3 h576f4c1_0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 @@ -8402,18 +8397,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.8.1-py311hff9a05f_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.8.3-py311hff9a05f_0.conda hash: - md5: 1769114193ca9d117a5c54af78c79e08 - sha256: 71365454202485e4d43cc8c1804a225fe81e18c1f3aacad9679eb7b37767e999 - build: py311hff9a05f_3 + md5: 6411651370791dace843940ecfcb679a + sha256: 42b5f07f084e3e2aef0d2f64481d7dc66f70a8b7bba48e7477b752f47f8730bc + build: py311hff9a05f_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 1648454 - timestamp: 1702303472590 + size: 1638637 + timestamp: 1704805877427 - platform: linux-64 name: genson version: 1.2.2 @@ -8786,68 +8781,70 @@ package: - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hf074850_14.conda + url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-h6b2125f_15.conda hash: - md5: 1d53ee057d8481bd2b4c2c34c8e92aac - sha256: b00958767cb5607bdb3bbcec0b2056b3e48c0f9e34c31ed8ac01c9bd36704dab - build: hf074850_14 + md5: 218a726155bd9ae1787b26054eed8566 + sha256: f7dcc865f5522713048397702490ba917abf9d2fbfe89d6b703e0ea333a27b01 + build: h6b2125f_15 arch: x86_64 subdir: linux-64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 133225 - timestamp: 1695943012677 + size: 133164 + timestamp: 1702091590935 - platform: osx-64 name: geotiff version: 1.7.1 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - __osx >=10.9 + - libcxx >=16.0.6 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h889ec99_14.conda + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h509af15_15.conda hash: - md5: c994aeaa43a92403ecc723dba66b3f1f - sha256: 2d6d54763b4cc41a90d7ca810681c44eaff077027a7b6f5df676736fa0299746 - build: h889ec99_14 + md5: 96cb876ae9551821ad4cd6ce860d75f1 + sha256: e6047c9008746788d265ec6b30551387efd204a5a9a599f0f0359956e8513e76 + build: h509af15_15 arch: x86_64 subdir: osx-64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 118139 - timestamp: 1695943158175 + size: 118949 + timestamp: 1702091820418 - platform: osx-arm64 name: geotiff version: 1.7.1 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - __osx >=10.9 + - libcxx >=16.0.6 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h71398c0_14.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h7bcba05_15.conda hash: - md5: f2a5ed847c17df7b45467210f5a7c15d - sha256: 0af388cc45d1813c57ba5f30032b22a8fdf9bc2762bacf4101168009d51d24ce - build: h71398c0_14 + md5: b3f8b9192d9d8053d64e94c62a798d7e + sha256: 27384be625449600b940f32f9f54addc1d186ea1c6e2d1dd70d4b8f118c6e8bc + build: h7bcba05_15 arch: aarch64 subdir: osx-arm64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 118458 - timestamp: 1695943465844 + size: 116230 + timestamp: 1702092165137 - platform: win-64 name: geotiff version: 1.7.1 @@ -8857,23 +8854,23 @@ package: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-hcf4a93f_14.conda + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-hbf5ca3a_15.conda hash: - md5: ba4fadef391cfecb95ad9dc8617fe481 - sha256: 12f8e01f8cb4dccfbd16af9f88f81aa6ccda8607d98a9eb1f7f305c3f455439f - build: hcf4a93f_14 + md5: b57ca6d86e2f217bf5277e15361e88a8 + sha256: 7e50e631cf86ebf19e1a25e13b4d778d6166f17a28583c18c3794576b370fbcf + build: hbf5ca3a_15 arch: x86_64 subdir: win-64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 125625 - timestamp: 1695943530332 + size: 125707 + timestamp: 1702092204962 - platform: linux-64 name: gettext version: 0.21.1 @@ -9421,16 +9418,16 @@ package: timestamp: 1604365484436 - platform: linux-64 name: griffe - version: 0.38.1 + version: 0.39.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.39.1-pyhd8ed1ab_0.conda hash: - md5: a7f00e8afb90a766122f880f98f8d182 - sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + md5: 749f8001c996e588bcf46a46df2d16f3 + sha256: 761d6586a06abc95536fa6924093e452fa374c47e7826428f377d07387bf23e4 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -9438,20 +9435,20 @@ package: license: MIT license_family: MIT noarch: python - size: 418809 - timestamp: 1701866604875 + size: 369460 + timestamp: 1705637974962 - platform: osx-64 name: griffe - version: 0.38.1 + version: 0.39.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.39.1-pyhd8ed1ab_0.conda hash: - md5: a7f00e8afb90a766122f880f98f8d182 - sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + md5: 749f8001c996e588bcf46a46df2d16f3 + sha256: 761d6586a06abc95536fa6924093e452fa374c47e7826428f377d07387bf23e4 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -9459,20 +9456,20 @@ package: license: MIT license_family: MIT noarch: python - size: 418809 - timestamp: 1701866604875 + size: 369460 + timestamp: 1705637974962 - platform: osx-arm64 name: griffe - version: 0.38.1 + version: 0.39.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.39.1-pyhd8ed1ab_0.conda hash: - md5: a7f00e8afb90a766122f880f98f8d182 - sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + md5: 749f8001c996e588bcf46a46df2d16f3 + sha256: 761d6586a06abc95536fa6924093e452fa374c47e7826428f377d07387bf23e4 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -9480,20 +9477,20 @@ package: license: MIT license_family: MIT noarch: python - size: 418809 - timestamp: 1701866604875 + size: 369460 + timestamp: 1705637974962 - platform: win-64 name: griffe - version: 0.38.1 + version: 0.39.1 category: main manager: conda dependencies: - colorama >=0.4 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.38.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/griffe-0.39.1-pyhd8ed1ab_0.conda hash: - md5: a7f00e8afb90a766122f880f98f8d182 - sha256: a266a55657242a2dab60c6d8b5a568dcf02c979356610bf24f2527f09df78bd5 + md5: 749f8001c996e588bcf46a46df2d16f3 + sha256: 761d6586a06abc95536fa6924093e452fa374c47e7826428f377d07387bf23e4 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -9501,8 +9498,8 @@ package: license: MIT license_family: MIT noarch: python - size: 418809 - timestamp: 1701866604875 + size: 369460 + timestamp: 1705637974962 - platform: linux-64 name: gsl version: '2.7' @@ -10973,7 +10970,7 @@ package: timestamp: 1701972722357 - platform: linux-64 name: ipykernel - version: 6.28.0 + version: 6.29.0 category: main manager: conda dependencies: @@ -10991,10 +10988,10 @@ package: - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyhd33586a_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyhd33586a_0.conda hash: - md5: 726e1192b05b38c8c008fd67bc237969 - sha256: d2a44085c5ed177b7ff7fa710c76e7ad2fb21a28ebc7389ee446225438b7fa5e + md5: 10915bfa94b94f4ad0f347efd124a339 + sha256: fa82aa089d474d11e63deb4b433acb9618294fe6b3b08123d7a269f72c0cc8ca build: pyhd33586a_0 arch: x86_64 subdir: linux-64 @@ -11002,11 +10999,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116021 - timestamp: 1703631907512 + size: 118235 + timestamp: 1705418139873 - platform: osx-64 name: ipykernel - version: 6.28.0 + version: 6.29.0 category: main manager: conda dependencies: @@ -11025,10 +11022,10 @@ package: - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyh3cd1d5f_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyh3cd1d5f_0.conda hash: - md5: 6d7a64ceac7e85b878ed3d31b1591ca3 - sha256: 9c987390dfeb1d36a85344785d20c0dc5c9684c013e4f1f6446c57dfdb43f5bd + md5: 17b1e24f82177f01ac7c6c518288612c + sha256: 6df088b8d356281347a71388315c7bbf49f0a5a10e6b16000553a43d74f5222d build: pyh3cd1d5f_0 arch: x86_64 subdir: osx-64 @@ -11036,11 +11033,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116327 - timestamp: 1703632075278 + size: 118633 + timestamp: 1705418395667 - platform: osx-arm64 name: ipykernel - version: 6.28.0 + version: 6.29.0 category: main manager: conda dependencies: @@ -11059,10 +11056,10 @@ package: - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyh3cd1d5f_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyh3cd1d5f_0.conda hash: - md5: 6d7a64ceac7e85b878ed3d31b1591ca3 - sha256: 9c987390dfeb1d36a85344785d20c0dc5c9684c013e4f1f6446c57dfdb43f5bd + md5: 17b1e24f82177f01ac7c6c518288612c + sha256: 6df088b8d356281347a71388315c7bbf49f0a5a10e6b16000553a43d74f5222d build: pyh3cd1d5f_0 arch: aarch64 subdir: osx-arm64 @@ -11070,11 +11067,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116327 - timestamp: 1703632075278 + size: 118633 + timestamp: 1705418395667 - platform: win-64 name: ipykernel - version: 6.28.0 + version: 6.29.0 category: main manager: conda dependencies: @@ -11092,10 +11089,10 @@ package: - pyzmq >=24 - tornado >=6.1 - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.28.0-pyha63f2e9_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyha63f2e9_0.conda hash: - md5: c75b7c545f4b2f1cdbd2dd50227befde - sha256: db66ea95ccee5da0d41f68402bc58922d5cc5641cbbec8b6ff610f83af935c39 + md5: 8b921cd22399207c2a6127a039d3dd20 + sha256: 571ce3ba87a8b4f4174772cce277a7bed1625091fb4d6928e460c64050978377 build: pyha63f2e9_0 arch: x86_64 subdir: win-64 @@ -11103,8 +11100,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 116749 - timestamp: 1703632228905 + size: 118737 + timestamp: 1705418522294 - platform: linux-64 name: ipython version: 8.20.0 @@ -11975,7 +11972,7 @@ package: timestamp: 1695397742357 - platform: linux-64 name: jsonschema - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -11986,10 +11983,10 @@ package: - python >=3.8 - referencing >=0.28.4 - rpds-py >=0.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda hash: - md5: 1116d79def5268414fb0917520b2bbf1 - sha256: 77aae609097d06deedb8ef8407a44b23d5fef95962ba6fe1c959ac7bd6195296 + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -11997,11 +11994,11 @@ package: license: MIT license_family: MIT noarch: python - size: 71908 - timestamp: 1700160056678 + size: 72817 + timestamp: 1705707712082 - platform: osx-64 name: jsonschema - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12012,10 +12009,10 @@ package: - python >=3.8 - referencing >=0.28.4 - rpds-py >=0.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda hash: - md5: 1116d79def5268414fb0917520b2bbf1 - sha256: 77aae609097d06deedb8ef8407a44b23d5fef95962ba6fe1c959ac7bd6195296 + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12023,11 +12020,11 @@ package: license: MIT license_family: MIT noarch: python - size: 71908 - timestamp: 1700160056678 + size: 72817 + timestamp: 1705707712082 - platform: osx-arm64 name: jsonschema - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12038,10 +12035,10 @@ package: - python >=3.8 - referencing >=0.28.4 - rpds-py >=0.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda hash: - md5: 1116d79def5268414fb0917520b2bbf1 - sha256: 77aae609097d06deedb8ef8407a44b23d5fef95962ba6fe1c959ac7bd6195296 + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12049,11 +12046,11 @@ package: license: MIT license_family: MIT noarch: python - size: 71908 - timestamp: 1700160056678 + size: 72817 + timestamp: 1705707712082 - platform: win-64 name: jsonschema - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12064,10 +12061,10 @@ package: - python >=3.8 - referencing >=0.28.4 - rpds-py >=0.7.1 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda hash: - md5: 1116d79def5268414fb0917520b2bbf1 - sha256: 77aae609097d06deedb8ef8407a44b23d5fef95962ba6fe1c959ac7bd6195296 + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12075,8 +12072,8 @@ package: license: MIT license_family: MIT noarch: python - size: 71908 - timestamp: 1700160056678 + size: 72817 + timestamp: 1705707712082 - platform: linux-64 name: jsonschema-specifications version: 2023.12.1 @@ -12167,7 +12164,7 @@ package: timestamp: 1703778502971 - platform: linux-64 name: jsonschema-with-format-nongpl - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12175,16 +12172,16 @@ package: - idna - isoduration - jsonpointer >1.13 - - jsonschema >=4.20.0,<4.20.1.0a0 + - jsonschema >=4.21.1,<4.21.2.0a0 - python - rfc3339-validator - rfc3986-validator >0.1.0 - uri-template - webcolors >=1.11 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda hash: - md5: a168c5f84010711f6d4ae650bc22b480 - sha256: 03558b25daa57137fdf98e92731ba50ff5506f265294ac2eef5ec465c76ecf57 + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -12192,11 +12189,11 @@ package: license: MIT license_family: MIT noarch: python - size: 7268 - timestamp: 1700160104380 + size: 7452 + timestamp: 1705707742938 - platform: osx-64 name: jsonschema-with-format-nongpl - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12204,16 +12201,16 @@ package: - idna - isoduration - jsonpointer >1.13 - - jsonschema >=4.20.0,<4.20.1.0a0 + - jsonschema >=4.21.1,<4.21.2.0a0 - python - rfc3339-validator - rfc3986-validator >0.1.0 - uri-template - webcolors >=1.11 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda hash: - md5: a168c5f84010711f6d4ae650bc22b480 - sha256: 03558b25daa57137fdf98e92731ba50ff5506f265294ac2eef5ec465c76ecf57 + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12221,11 +12218,11 @@ package: license: MIT license_family: MIT noarch: python - size: 7268 - timestamp: 1700160104380 + size: 7452 + timestamp: 1705707742938 - platform: osx-arm64 name: jsonschema-with-format-nongpl - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12233,16 +12230,16 @@ package: - idna - isoduration - jsonpointer >1.13 - - jsonschema >=4.20.0,<4.20.1.0a0 + - jsonschema >=4.21.1,<4.21.2.0a0 - python - rfc3339-validator - rfc3986-validator >0.1.0 - uri-template - webcolors >=1.11 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda hash: - md5: a168c5f84010711f6d4ae650bc22b480 - sha256: 03558b25daa57137fdf98e92731ba50ff5506f265294ac2eef5ec465c76ecf57 + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12250,11 +12247,11 @@ package: license: MIT license_family: MIT noarch: python - size: 7268 - timestamp: 1700160104380 + size: 7452 + timestamp: 1705707742938 - platform: win-64 name: jsonschema-with-format-nongpl - version: 4.20.0 + version: 4.21.1 category: main manager: conda dependencies: @@ -12262,16 +12259,16 @@ package: - idna - isoduration - jsonpointer >1.13 - - jsonschema >=4.20.0,<4.20.1.0a0 + - jsonschema >=4.21.1,<4.21.2.0a0 - python - rfc3339-validator - rfc3986-validator >0.1.0 - uri-template - webcolors >=1.11 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.20.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda hash: - md5: a168c5f84010711f6d4ae650bc22b480 - sha256: 03558b25daa57137fdf98e92731ba50ff5506f265294ac2eef5ec465c76ecf57 + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12279,8 +12276,8 @@ package: license: MIT license_family: MIT noarch: python - size: 7268 - timestamp: 1700160104380 + size: 7452 + timestamp: 1705707742938 - platform: linux-64 name: juliaup version: 1.12.5 @@ -12359,17 +12356,17 @@ package: timestamp: 1700709334996 - platform: linux-64 name: jupyter-lsp - version: 2.2.1 + version: 2.2.2 category: main manager: conda dependencies: - importlib-metadata >=4.8.3 - jupyter_server >=1.1.2 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda hash: - md5: d1a5efc65bfabc3bfebf4d3a204da897 - sha256: 0f995f60609fb50db74bed3637165ad202cf091ec0804519c11b6cffce901e88 + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -12377,21 +12374,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 52842 - timestamp: 1701092192921 + size: 55130 + timestamp: 1705532233523 - platform: osx-64 name: jupyter-lsp - version: 2.2.1 + version: 2.2.2 category: main manager: conda dependencies: - importlib-metadata >=4.8.3 - jupyter_server >=1.1.2 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda hash: - md5: d1a5efc65bfabc3bfebf4d3a204da897 - sha256: 0f995f60609fb50db74bed3637165ad202cf091ec0804519c11b6cffce901e88 + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12399,21 +12396,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 52842 - timestamp: 1701092192921 + size: 55130 + timestamp: 1705532233523 - platform: osx-arm64 name: jupyter-lsp - version: 2.2.1 + version: 2.2.2 category: main manager: conda dependencies: - importlib-metadata >=4.8.3 - jupyter_server >=1.1.2 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda hash: - md5: d1a5efc65bfabc3bfebf4d3a204da897 - sha256: 0f995f60609fb50db74bed3637165ad202cf091ec0804519c11b6cffce901e88 + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12421,21 +12418,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 52842 - timestamp: 1701092192921 + size: 55130 + timestamp: 1705532233523 - platform: win-64 name: jupyter-lsp - version: 2.2.1 + version: 2.2.2 category: main manager: conda dependencies: - importlib-metadata >=4.8.3 - jupyter_server >=1.1.2 - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda hash: - md5: d1a5efc65bfabc3bfebf4d3a204da897 - sha256: 0f995f60609fb50db74bed3637165ad202cf091ec0804519c11b6cffce901e88 + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12443,8 +12440,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 52842 - timestamp: 1701092192921 + size: 55130 + timestamp: 1705532233523 - platform: linux-64 name: jupyter_client version: 8.6.0 @@ -12749,7 +12746,7 @@ package: timestamp: 1699286038042 - platform: linux-64 name: jupyter_server - version: 2.12.4 + version: 2.12.5 category: main manager: conda dependencies: @@ -12772,10 +12769,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda hash: - md5: 2d36059b1f736bd04ebee69d75205575 - sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -12783,11 +12780,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320608 - timestamp: 1704986996386 + size: 320177 + timestamp: 1705418316315 - platform: osx-64 name: jupyter_server - version: 2.12.4 + version: 2.12.5 category: main manager: conda dependencies: @@ -12810,10 +12807,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda hash: - md5: 2d36059b1f736bd04ebee69d75205575 - sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -12821,11 +12818,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320608 - timestamp: 1704986996386 + size: 320177 + timestamp: 1705418316315 - platform: osx-arm64 name: jupyter_server - version: 2.12.4 + version: 2.12.5 category: main manager: conda dependencies: @@ -12848,10 +12845,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda hash: - md5: 2d36059b1f736bd04ebee69d75205575 - sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -12859,11 +12856,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320608 - timestamp: 1704986996386 + size: 320177 + timestamp: 1705418316315 - platform: win-64 name: jupyter_server - version: 2.12.4 + version: 2.12.5 category: main manager: conda dependencies: @@ -12886,10 +12883,10 @@ package: - tornado >=6.2.0 - traitlets >=5.6.0 - websocket-client - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda hash: - md5: 2d36059b1f736bd04ebee69d75205575 - sha256: b8b2344b80cac49a5643525751f980a4c18913b6d6ae03d499dd5ddfceaa2b8b + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -12897,95 +12894,91 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 320608 - timestamp: 1704986996386 + size: 320177 + timestamp: 1705418316315 - platform: linux-64 name: jupyter_server_terminals - version: 0.5.1 + version: 0.5.2 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda hash: - md5: 919e6d570f8b3839f3a1ed99b25088af - sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 19704 - timestamp: 1703611253700 + size: 19876 + timestamp: 1706006876397 - platform: osx-64 name: jupyter_server_terminals - version: 0.5.1 + version: 0.5.2 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda hash: - md5: 919e6d570f8b3839f3a1ed99b25088af - sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 19704 - timestamp: 1703611253700 + size: 19876 + timestamp: 1706006876397 - platform: osx-arm64 name: jupyter_server_terminals - version: 0.5.1 + version: 0.5.2 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda hash: - md5: 919e6d570f8b3839f3a1ed99b25088af - sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 19704 - timestamp: 1703611253700 + size: 19876 + timestamp: 1706006876397 - platform: win-64 name: jupyter_server_terminals - version: 0.5.1 + version: 0.5.2 category: main manager: conda dependencies: - python >=3.8 - terminado >=0.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda hash: - md5: 919e6d570f8b3839f3a1ed99b25088af - sha256: 488676cc34049a8a80002d323c4d83c03e6188a8f31ebfb02d43e20d183b3662 + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause - license_family: BSD noarch: python - size: 19704 - timestamp: 1703611253700 + size: 19876 + timestamp: 1706006876397 - platform: linux-64 name: jupyterlab - version: 4.0.10 + version: 4.0.11 category: main manager: conda dependencies: @@ -13004,10 +12997,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.11-pyhd8ed1ab_0.conda hash: - md5: a2a505f332f32914004f9b058fd9d0c2 - sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c + md5: 42370604825af7396ef4317b67b22e2c + sha256: a6193a5160b9d3760a6b898858c69e9cfafddb126db45782429fc6b898011eee build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -13015,11 +13008,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5516592 - timestamp: 1703881575801 + size: 5861540 + timestamp: 1705683961171 - platform: osx-64 name: jupyterlab - version: 4.0.10 + version: 4.0.11 category: main manager: conda dependencies: @@ -13038,10 +13031,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.11-pyhd8ed1ab_0.conda hash: - md5: a2a505f332f32914004f9b058fd9d0c2 - sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c + md5: 42370604825af7396ef4317b67b22e2c + sha256: a6193a5160b9d3760a6b898858c69e9cfafddb126db45782429fc6b898011eee build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -13049,11 +13042,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5516592 - timestamp: 1703881575801 + size: 5861540 + timestamp: 1705683961171 - platform: osx-arm64 name: jupyterlab - version: 4.0.10 + version: 4.0.11 category: main manager: conda dependencies: @@ -13072,10 +13065,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.11-pyhd8ed1ab_0.conda hash: - md5: a2a505f332f32914004f9b058fd9d0c2 - sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c + md5: 42370604825af7396ef4317b67b22e2c + sha256: a6193a5160b9d3760a6b898858c69e9cfafddb126db45782429fc6b898011eee build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -13083,11 +13076,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5516592 - timestamp: 1703881575801 + size: 5861540 + timestamp: 1705683961171 - platform: win-64 name: jupyterlab - version: 4.0.10 + version: 4.0.11 category: main manager: conda dependencies: @@ -13106,10 +13099,10 @@ package: - tomli - tornado >=6.2.0 - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.10-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.11-pyhd8ed1ab_0.conda hash: - md5: a2a505f332f32914004f9b058fd9d0c2 - sha256: 056abf47ec7c6bfb32f5e01eedca32ac881d85cc6e648c0b86dce65f64ceb06c + md5: 42370604825af7396ef4317b67b22e2c + sha256: a6193a5160b9d3760a6b898858c69e9cfafddb126db45782429fc6b898011eee build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -13117,8 +13110,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 5516592 - timestamp: 1703881575801 + size: 5861540 + timestamp: 1705683961171 - platform: linux-64 name: jupyterlab_pygments version: 0.3.0 @@ -14209,7 +14202,7 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 @@ -14236,7 +14229,7 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 @@ -14263,7 +14256,7 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 @@ -14289,7 +14282,7 @@ package: manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 @@ -15051,100 +15044,95 @@ package: category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-20_linux64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda hash: - md5: 2b7bb4f7562c8cf334fc2e20c2d28abc - sha256: 8a0ee1de693a9b3da4a11b95ec81b40dd434bd01fa1f5f38f8268cd2146bf8f0 - build: 20_linux64_openblas + md5: 0ac9f44fc096772b0aa092119b00c3ca + sha256: ebd5c91f029f779fb88a1fcbd1e499559a9c258e3674ff58a2fbb4e375ae56d9 + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas - - libcblas 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas - blas * openblas - - liblapack 3.9.0 20_linux64_openblas + - libcblas 3.9.0 21_linux64_openblas + - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause - license_family: BSD - size: 14433 - timestamp: 1700568383457 + size: 14691 + timestamp: 1705979549006 - platform: osx-64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-20_osx64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-21_osx64_openblas.conda hash: - md5: 1673476d205d14a9042172be795f63cb - sha256: 89cac4653b52817d44802d96c13e5f194320e2e4ea805596641d0f3e22e32525 - build: 20_osx64_openblas + md5: 23286066c595986aa0df6452a8416c08 + sha256: 5381eab20f4793996cf22e58461ea8a3a4dff1442bb45663b5920f2d26288688 + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: + - libcblas 3.9.0 21_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas - - liblapack 3.9.0 20_osx64_openblas - - liblapacke 3.9.0 20_osx64_openblas - - libcblas 3.9.0 20_osx64_openblas + - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause - license_family: BSD - size: 14739 - timestamp: 1700568675962 + size: 14822 + timestamp: 1705979699547 - platform: osx-arm64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-20_osxarm64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-21_osxarm64_openblas.conda hash: - md5: 49bc8dec26663241ee064b2d7116ec2d - sha256: 5b5b8394352c8ca06b15dcc9319d0af3e9f1dc03fc0a6f6deef05d664d6b763a - build: 20_osxarm64_openblas + md5: b3804f4af39eca9d77360b12811e6d1d + sha256: 9a553af92af9f241457f4d14eabb872bc341cd0ddea1da6e7939e9c6a7ee1a25 + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osxarm64_openblas - - liblapacke 3.9.0 20_osxarm64_openblas - - libcblas 3.9.0 20_osxarm64_openblas + - libcblas 3.9.0 21_osxarm64_openblas + - liblapack 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause - license_family: BSD - size: 14722 - timestamp: 1700568881837 + size: 14915 + timestamp: 1705980172730 - platform: win-64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - libopenblas 0.3.25 pthreads_hc140b1d_0 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-20_win64_openblas.conda + - mkl 2024.0.0 h66d3029_49657 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda hash: - md5: a61b73fe9bdaed0970ae4c88fc27efbf - sha256: 30e0b6aeac632839eab946790ff96a001c815547beb759b8b458f53624568941 - build: 20_win64_openblas + md5: ebba3846d11201fe54277e4965ba5250 + sha256: ad47053cee17802df875203aba191b04d97a50d820dbf75a114a50972c517334 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_win64_openblas - - liblapacke 3.9.0 20_win64_openblas - - libcblas 3.9.0 20_win64_openblas - - blas * openblas - track_features: blas_openblas + - liblapack 3.9.0 21_win64_mkl + - blas * mkl + - libcblas 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause - license_family: BSD - size: 3951472 - timestamp: 1700568908903 + size: 5017135 + timestamp: 1705980415163 - platform: linux-64 name: libboost-headers version: 1.84.0 @@ -15483,93 +15471,88 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-20_linux64_openblas.conda + - libblas 3.9.0 21_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda hash: - md5: 36d486d72ab64ffea932329a1d3729a3 - sha256: 0e34fb0f82262f02fcb279ab4a1db8d50875dc98e3019452f8f387e6bf3c0247 - build: 20_linux64_openblas + md5: 4a3816d06451c4946e2db26b86472cb6 + sha256: 467bbfbfe1a1aeb8b1f9f6485eedd8ed1b6318941bf3702da72336ccf4dc25a6 + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas - blas * openblas - - liblapack 3.9.0 20_linux64_openblas + - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause - license_family: BSD - size: 14383 - timestamp: 1700568410580 + size: 14614 + timestamp: 1705979564122 - platform: osx-64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-20_osx64_openblas.conda + - libblas 3.9.0 21_osx64_openblas + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-21_osx64_openblas.conda hash: - md5: b324ad206d39ce529fb9073f9d062062 - sha256: b0a4eab6d22b865d9b0e39f358f17438602621709db66b8da159197bedd2c5eb - build: 20_osx64_openblas + md5: 7a1b54774bad723e8ba01ca48eb301b5 + sha256: e2b1455612d4cfb3ac3170f0c538516ebd0b113780ac6603338245354e1b2f02 + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osx64_openblas - - liblapacke 3.9.0 20_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas + - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause - license_family: BSD - size: 14648 - timestamp: 1700568722960 + size: 14715 + timestamp: 1705979715508 - platform: osx-arm64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-20_osxarm64_openblas.conda + - libblas 3.9.0 21_osxarm64_openblas + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-21_osxarm64_openblas.conda hash: - md5: 89f4718753c08afe8cda4dd5791ba94c - sha256: d3a74638f60e034202e373cf2950c69a8d831190d497881d13cbf789434d2489 - build: 20_osxarm64_openblas + md5: 48e9d42c65ce664d8fccef2ac6af853c + sha256: 4510e3e4824693c3f80fc54e72d81dd89acaa6e6d68cd948af0870a640ea7eeb + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osxarm64_openblas - - liblapacke 3.9.0 20_osxarm64_openblas + - liblapack 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause - license_family: BSD - size: 14642 - timestamp: 1700568912840 + size: 14800 + timestamp: 1705980195551 - platform: win-64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_openblas - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-20_win64_openblas.conda + - libblas 3.9.0 21_win64_mkl + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda hash: - md5: 7dd68adfa1762d78fb69791a9ada4d2c - sha256: f7a61992ec87c678eb888a201a0a58a9b5e2a7f3d2cace9a36fd3af763cbc804 - build: 20_win64_openblas + md5: 38e5ec23bc2b62f9dd971143aa9dddb7 + sha256: 886505d0a4a5b508b2255991395aadecdad140719ba0d413411fec86491a9283 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_win64_openblas - - liblapacke 3.9.0 20_win64_openblas - - blas * openblas - track_features: blas_openblas + - liblapack 3.9.0 21_win64_mkl + - blas * mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause - license_family: BSD - size: 3951396 - timestamp: 1700568966249 + size: 5017024 + timestamp: 1705980469944 - platform: linux-64 name: libclang version: 15.0.7 @@ -15641,7 +15624,7 @@ package: manager: conda dependencies: - libclang13 15.0.7 default_h85b4d89_4 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -16424,26 +16407,6 @@ package: license_family: BSD size: 394383 timestamp: 1687765514062 -- platform: win-64 - name: libflang - version: 5.0.0 - category: main - manager: conda - dependencies: - - openmp 5.0.0 - - vc >=14,<15.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libflang-5.0.0-h6538335_20180525.tar.bz2 - hash: - md5: 9f473a344e18668e99a93f7e21a54b69 - sha256: 0b893b511190332320f4a3e3d6424fbd350271ffbca34eb25b5cd8bc451f1a05 - build: h6538335_20180525 - arch: x86_64 - subdir: win-64 - build_number: 20180525 - track_features: flang - license: Apache 2.0 - size: 531143 - timestamp: 1527899216421 - platform: linux-64 name: libgcc-ng version: 13.2.0 @@ -16488,7 +16451,7 @@ package: timestamp: 1701383493365 - platform: linux-64 name: libgdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: @@ -16502,7 +16465,7 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -16522,7 +16485,7 @@ package: - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -16530,30 +16493,29 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.8.1-h4b8bffa_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.8.3-hcd1fc54_0.conda hash: - md5: b551f3f9b22fcea9f2176e0288d7ebc8 - sha256: 3e3053d7afe067b5e560fe60fe577e01a4e65de3fa456dd5872b75a9c7bfc38f - build: h4b8bffa_3 + md5: ef5ae0528509a7987cf29e8827f46938 + sha256: 70b40ec4c171010895920000bf877b7454474df0d7473117277b22a0727b7aa4 + build: hcd1fc54_0 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 11077596 - timestamp: 1702295382743 + size: 11101027 + timestamp: 1704803734573 - platform: osx-64 name: libgdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -16563,12 +16525,12 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - libcurl >=8.5.0,<9.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 @@ -16581,7 +16543,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -16589,30 +16551,29 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.8.1-h4d894c1_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.8.3-h89a805d_0.conda hash: - md5: 64a436dcf858eaeb38524f56e82ac0a9 - sha256: bab5da8b5fbf147c040ae3a6b3440437e2cf789ae1329841169409454f8405dc - build: h4d894c1_3 + md5: 691a6cd896f9581e6314f34b66a1f044 + sha256: c520121ffe25471a036d2e51d438c329f4d6728341a2ddec7f60490475d58df3 + build: h89a805d_0 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 9373962 - timestamp: 1702297525822 + size: 9367357 + timestamp: 1704805209823 - platform: osx-arm64 name: libgdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -16622,12 +16583,12 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - libcurl >=8.5.0,<9.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 @@ -16640,7 +16601,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -16648,26 +16609,26 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.8.1-h6929f36_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.8.3-h7e86f1f_0.conda hash: - md5: 8b45a1152af3c1de414152eb1c784f6f - sha256: 636e89d3debd40bc8927f9507519f8b9b64dba7184fbce806ffd32d5b6189464 - build: h6929f36_3 + md5: dd42aa63e28b0e8c5d4af6d7995ab151 + sha256: fa94cfe093975c61b426c5d9bcde7e0d52d9623cd515a21bc14b941f024eec31 + build: h7e86f1f_0 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 8517302 - timestamp: 1702297730616 + size: 8517743 + timestamp: 1704806041904 - platform: win-64 name: libgdal - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: @@ -16678,7 +16639,7 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 @@ -16695,7 +16656,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -16703,29 +16664,29 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.4,<3.3.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.8.1-hf69a6b9_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.8.3-h576f4c1_0.conda hash: - md5: 8e055abeee741ce629388f95a954b67c - sha256: b6f9fb356de5d3529dd6f1902c98f90cbee9cfb797c28fc80202bda0fb04f2d6 - build: hf69a6b9_3 + md5: 8228dbae3ff2d87967d45da2b63f5065 + sha256: d7fd2fde551b8a5c619877ccab9caad19a6a67b47ce5862e43b241d56d5535d4 + build: h576f4c1_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 8604137 - timestamp: 1702298571533 + size: 8643997 + timestamp: 1704805491676 - platform: linux-64 name: libgdal-arrow-parquet - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: @@ -16739,17 +16700,17 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=14.0.1,<15.0a0 - - libarrow-dataset >=14.0.1,<15.0a0 + - libarrow >=14.0.2,<15.0a0 + - libarrow-dataset >=14.0.2,<15.0a0 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libgdal 3.8.1 h4b8bffa_3 + - libgdal 3.8.3 hcd1fc54_0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - - libparquet >=14.0.1,<15.0a0 + - libparquet >=14.0.2,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 @@ -16758,38 +16719,37 @@ package: - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - openssl >=3.2.0,<4.0a0 - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-arrow-parquet-3.8.1-haa8e18a_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-arrow-parquet-3.8.3-h69fca0d_0.conda hash: - md5: fe69bce54179e41ed783704e43039493 - sha256: 984635cd1ea3975919e848fb72a7b8ff5418be3f30dff05d4477f03134bc5793 - build: haa8e18a_3 + md5: 3126edeab36b2b79d763bb99dc10f817 + sha256: 2d491c0079a3779338711c26c5d54254d397ee54dae537a2e38b37b1de8ab8f3 + build: h69fca0d_0 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 717509 - timestamp: 1702296554885 + size: 717013 + timestamp: 1704804535876 - platform: osx-64 name: libgdal-arrow-parquet - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -16799,55 +16759,54 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=14.0.1,<15.0a0 - - libarrow-dataset >=14.0.1,<15.0a0 - - libcxx >=16.0.6 + - libarrow >=14.0.2,<15.0a0 + - libarrow-dataset >=14.0.2,<15.0a0 + - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.8.1 h4d894c1_3 + - libgdal 3.8.3 h89a805d_0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - - libparquet >=14.0.1,<15.0a0 + - libparquet >=14.0.2,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - openssl >=3.2.0,<4.0a0 - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-arrow-parquet-3.8.1-h62689eb_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-arrow-parquet-3.8.3-h3cb0702_0.conda hash: - md5: 98abbb72a1bb8feea555a8e4fe538d08 - sha256: 1643a7d31b1cfd0cacc3db218036f9f4c48ef97cd1ba92da475ceb9e1d69b9a4 - build: h62689eb_3 + md5: eb13d76c9a36691bcf4c62ad668322e0 + sha256: 43f4d2c86028a7bcc7c3ccb54fde44ae476777c8a307325d9427c066721fb2c1 + build: h3cb0702_0 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 663039 - timestamp: 1702300635829 + size: 662708 + timestamp: 1704807296945 - platform: osx-arm64 name: libgdal-arrow-parquet - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -16857,51 +16816,51 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=14.0.1,<15.0a0 - - libarrow-dataset >=14.0.1,<15.0a0 - - libcxx >=16.0.6 + - libarrow >=14.0.2,<15.0a0 + - libarrow-dataset >=14.0.2,<15.0a0 + - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.8.1 h6929f36_3 + - libgdal 3.8.3 h7e86f1f_0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - - libparquet >=14.0.1,<15.0a0 + - libparquet >=14.0.2,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - openssl >=3.2.0,<4.0a0 - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-arrow-parquet-3.8.1-h1789115_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-arrow-parquet-3.8.3-h2460107_0.conda hash: - md5: 1681bffa834859ce03a9b0f19b147f2b - sha256: 0c0a3523f3518b5425b6cee7c0e8948e8afdf3ebc3f9c274c718ebdf26c07753 - build: h1789115_3 + md5: f5eab6bd460e6aa88b2009ed6c6bd664 + sha256: 1a9fc3e9fe0624717058b30e7fb91575d16092a7c1ab6a9b73533708fab3b6a6 + build: h2460107_0 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 651160 - timestamp: 1702300821058 + size: 651300 + timestamp: 1704807634652 - platform: win-64 name: libgdal-arrow-parquet - version: 3.8.1 + version: 3.8.3 category: main manager: conda dependencies: @@ -16912,88 +16871,88 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - libarchive >=3.7.2,<3.8.0a0 - - libarrow >=14.0.1,<15.0a0 - - libarrow-dataset >=14.0.1,<15.0a0 + - libarrow >=14.0.2,<15.0a0 + - libarrow-dataset >=14.0.2,<15.0a0 - libexpat >=2.5.0,<3.0a0 - - libgdal 3.8.1 hf69a6b9_3 + - libgdal 3.8.3 h576f4c1_0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - - libparquet >=14.0.1,<15.0a0 + - libparquet >=14.0.2,<15.0a0 - libpng >=1.6.39,<1.7.0a0 - libpq >=16.1,<17.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - openssl >=3.2.0,<4.0a0 - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - qhull >=2020.2,<2020.3.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - tiledb >=2.19.0,<2.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.4,<3.3.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-arrow-parquet-3.8.1-h98ab263_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-arrow-parquet-3.8.3-h5cc1e32_0.conda hash: - md5: a19357c97d556ff8529c312bf896e3f1 - sha256: 72c5dd16d187de07ca383dc093580df9f6e16c92bb9e49857932ab1367705587 - build: h98ab263_3 + md5: 7ac0242a8682f3a19250573370befafa + sha256: 2646ed1c21e4871da3f0ae8ae04b5b7b3161000a1276cce7f86af8794d3810fa + build: h5cc1e32_0 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 0 license: MIT license_family: MIT - size: 657942 - timestamp: 1702305852423 + size: 657763 + timestamp: 1704807723760 - platform: osx-64 name: libgfortran version: 5.0.0 category: main manager: conda dependencies: - - libgfortran5 13.2.0 h2873a65_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda + - libgfortran5 13.2.0 h2873a65_2 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_2.conda hash: - md5: b55fd11ab6318a6e67ac191309701d5a - sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - build: 13_2_0_h97931a8_1 + md5: b8e969b34c05efc0c7d6bcd4f6bf5612 + sha256: 3561afe1621afb876110db15094a181f4059d3ddecf64aa59928823f689c8a06 + build: 13_2_0_h97931a8_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 109855 - timestamp: 1694165674845 + size: 110134 + timestamp: 1705767012602 - platform: osx-arm64 name: libgfortran version: 5.0.0 category: main manager: conda dependencies: - - libgfortran5 13.2.0 hf226fd6_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_1.conda + - libgfortran5 13.2.0 hf226fd6_2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_2.conda hash: - md5: 1ad37a5c60c250bb2b4a9f75563e181c - sha256: bc8750e7893e693fa380bf2f342d4a5ce44995467cbdf72e56a00e5106b4892d - build: 13_2_0_hd922786_1 + md5: 50c44da4cd89e99a5b18382f565585d8 + sha256: 8af9f94c34150567f2993392c7c1036c99b6844625aea0338535293e4d7b5d23 + build: 13_2_0_hd922786_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 110095 - timestamp: 1694172198016 + size: 110207 + timestamp: 1705769417313 - platform: linux-64 name: libgfortran-ng version: 13.2.0 @@ -17041,20 +17000,20 @@ package: manager: conda dependencies: - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_2.conda hash: - md5: 3af564516b5163cd8cc08820413854bc - sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - build: h2873a65_1 + md5: d510329afae76a26709e23b8509d2d48 + sha256: c9c8bbaaa6011fb9cf0daf22d71001a058689d2858daae0aa0b16b62b8ea7e93 + build: h2873a65_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 constrains: - - libgfortran 5.0.0 13_2_0_*_1 + - libgfortran 5.0.0 13_2_0_*_2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1571764 - timestamp: 1694165583047 + size: 1572047 + timestamp: 1705766952437 - platform: osx-arm64 name: libgfortran5 version: 13.2.0 @@ -17062,20 +17021,20 @@ package: manager: conda dependencies: - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_2.conda hash: - md5: 4480d71b98c87faafab132d33e23135e - sha256: cb9cb11e49a6a8466ea7556a723080d3aeefd556df9b444b941afc5b54368b22 - build: hf226fd6_1 + md5: 55c6859a3606c1516d89768a05ce9074 + sha256: 0b7e069f0227402deef36d04a2695411b0302ef99fe6bf8a9488e472d2e217c1 + build: hf226fd6_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 constrains: - - libgfortran 5.0.0 13_2_0_*_1 + - libgfortran 5.0.0 13_2_0_*_2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 995733 - timestamp: 1694172076009 + size: 997116 + timestamp: 1705769362034 - platform: linux-64 name: libglib version: 2.78.3 @@ -17461,6 +17420,92 @@ package: license_family: APACHE size: 14228484 timestamp: 1700260902057 +- platform: linux-64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.11.5,<3.0.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.9.3-default_h554bfaf_1009.conda + hash: + md5: f36ddc11ca46958197a45effdd286e45 + sha256: 6950fee24766d03406e0f6f965262a5d98829c71eed8d1004f313892423b559b + build: default_h554bfaf_1009 + arch: x86_64 + subdir: linux-64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2615665 + timestamp: 1694532603730 +- platform: osx-64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libxml2 >=2.11.5,<3.0.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.9.3-default_h24e0189_1009.conda + hash: + md5: 22fcbfd2a4cdf941b074a00b773b43dd + sha256: a9fc54b481d0477cdf5700d702d44fc04fe00ffe63fc253aa0c6d2944abe8f3f + build: default_h24e0189_1009 + arch: x86_64 + subdir: osx-64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2555838 + timestamp: 1699473547291 +- platform: osx-arm64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libxml2 >=2.11.5,<3.0.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.9.3-default_h4394839_1009.conda + hash: + md5: 8c30d3b6ed7c46fce04cc623d83b6c22 + sha256: b9a0574f8919f3943a4f5c81d2d40da94913afcbe02098685abce001a526141c + build: default_h4394839_1009 + arch: aarch64 + subdir: osx-arm64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2530597 + timestamp: 1699473469798 +- platform: win-64 + name: libhwloc + version: 2.9.3 + category: main + manager: conda + dependencies: + - libxml2 >=2.11.5,<3.0.0a0 + - pthreads-win32 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda + hash: + md5: 87da045f6d26ce9fe20ad76a18f6a18a + sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 + build: default_haede6df_1009 + arch: x86_64 + subdir: win-64 + build_number: 1009 + license: BSD-3-Clause + license_family: BSD + size: 2578462 + timestamp: 1694533393675 - platform: linux-64 name: libiconv version: '1.17' @@ -17714,117 +17759,110 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-20_linux64_openblas.conda + - libblas 3.9.0 21_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda hash: - md5: 6fabc51f5e647d09cc010c40061557e0 - sha256: ad7745b8d0f2ccb9c3ba7aaa7167d62fc9f02e45eb67172ae5f0dfb5a3b1a2cc - build: 20_linux64_openblas + md5: 1a42f305615c3867684e049e85927531 + sha256: 64b5c35dce00dd6f9f53178b2fe87116282e00967970bd6551a5a42923806ded + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas - - libcblas 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas + - libcblas 3.9.0 21_linux64_openblas - blas * openblas license: BSD-3-Clause - license_family: BSD - size: 14350 - timestamp: 1700568424034 + size: 14599 + timestamp: 1705979579648 - platform: osx-64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-20_osx64_openblas.conda + - libblas 3.9.0 21_osx64_openblas + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-21_osx64_openblas.conda hash: - md5: 704bfc2af1288ea973b6755281e6ad32 - sha256: d64e11b93dada339cd0dcc057b3f3f6a5114b8c9bdf90cf6c04cbfa75fb02104 - build: 20_osx64_openblas + md5: cf0e4d82cfca6cd9d6c9ed3df45907c9 + sha256: 5d0ef4743e8684ad436e31bd3c378d48642815a20c260d358668ba29cd80987a + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: + - libcblas 3.9.0 21_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas - - liblapacke 3.9.0 20_osx64_openblas - - libcblas 3.9.0 20_osx64_openblas license: BSD-3-Clause - license_family: BSD - size: 14658 - timestamp: 1700568740660 + size: 14738 + timestamp: 1705979734819 - platform: osx-arm64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-20_osxarm64_openblas.conda + - libblas 3.9.0 21_osxarm64_openblas + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-21_osxarm64_openblas.conda hash: - md5: 1fefac78f2315455ce2d7f34782eac0a - sha256: e13f79828a7752f6e0a74cbe62df80c551285f6c37de86bc3bd9987c97faca57 - build: 20_osxarm64_openblas + md5: a4510e3913ef552d69ab2080a0048523 + sha256: a917e99f26d205df1ec22d7a9fff0d2f2f3c7ba06ea2be886dc220a8340d5917 + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_osxarm64_openblas - - libcblas 3.9.0 20_osxarm64_openblas + - libcblas 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause - license_family: BSD - size: 14648 - timestamp: 1700568930669 + size: 14829 + timestamp: 1705980215575 - platform: win-64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_openblas - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-20_win64_openblas.conda + - libblas 3.9.0 21_win64_mkl + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda hash: - md5: 9cb79754c302c7c577cfe3ea5d9f8787 - sha256: 8a485f6c7507e9988e4e4ba6951113ffd1747943b6c6ced4d718b0fb2c45afcb - build: 20_win64_openblas + md5: c4740f091cb75987390087934354a621 + sha256: 3fa7c08dd4edf59cb0907d2e5b74e6be890e0671f845e1bae892d212d118a7e9 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_win64_openblas - - libcblas 3.9.0 20_win64_openblas - - blas * openblas - track_features: blas_openblas + - blas * mkl + - libcblas 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause - license_family: BSD - size: 3951256 - timestamp: 1700569004431 + size: 5017043 + timestamp: 1705980523462 - platform: win-64 name: liblapacke version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_openblas - - libcblas 3.9.0 20_win64_openblas - - liblapack 3.9.0 20_win64_openblas - url: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-20_win64_openblas.conda + - libblas 3.9.0 21_win64_mkl + - libcblas 3.9.0 21_win64_mkl + - liblapack 3.9.0 21_win64_mkl + url: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-21_win64_mkl.conda hash: - md5: 3fbc606f6e7f370be2d19f506c087ff0 - sha256: 23798b040bdb36a94916f7867c1e1458fe22d7ec74b973bd4844e4a19a3504ad - build: 20_win64_openblas + md5: a4844669ed07bb5b7f182e9ca4de2a70 + sha256: 965820dbb7f0da76487b4682e045343543b78d63568007f1d66fa555d0011f0e + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - blas * openblas - track_features: blas_openblas + - blas * mkl license: BSD-3-Clause - license_family: BSD - size: 3950570 - timestamp: 1700569043222 + size: 5040017 + timestamp: 1705980578057 - platform: linux-64 name: libllvm15 version: 15.0.7 @@ -17833,7 +17871,7 @@ package: dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda @@ -17855,7 +17893,7 @@ package: manager: conda dependencies: - libcxx >=16 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda @@ -17877,7 +17915,7 @@ package: manager: conda dependencies: - libcxx >=16 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda hash: @@ -17905,7 +17943,7 @@ package: - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 @@ -17937,7 +17975,7 @@ package: - libaec >=1.1.2,<2.0a0 - libcurl >=8.5.0,<9.0a0 - libcxx >=16.0.6 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 @@ -17969,7 +18007,7 @@ package: - libaec >=1.1.2,<2.0a0 - libcurl >=8.5.0,<9.0a0 - libcxx >=16.0.6 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 @@ -17999,7 +18037,7 @@ package: - hdf5 >=1.14.3,<1.14.4.0a0 - libaec >=1.1.2,<2.0a0 - libcurl >=8.5.0,<9.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 @@ -18227,97 +18265,73 @@ package: timestamp: 1610382533961 - platform: linux-64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgcc-ng >=12 - libgfortran-ng - libgfortran5 >=12.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.25-pthreads_h413a1c8_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda hash: - md5: d172b34a443b95f86089e8229ddc9a17 - sha256: 628564517895ee1b09cf72c817548bd80ef1acce6a8214a8520d9f7b44c4cfaf + md5: 760ae35415f5ba8b15d09df5afe8b23a + sha256: b626954b5a1113dafec8df89fa8bf18ce9b4701464d9f084ddd7fc9fac404bbd build: pthreads_h413a1c8_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 5545169 - timestamp: 1700536004164 + size: 5578031 + timestamp: 1704950143521 - platform: osx-64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgfortran 5.* - libgfortran5 >=12.3.0 - llvm-openmp >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.25-openmp_hfef2a42_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.26-openmp_hfef2a42_0.conda hash: - md5: a01b96f00c3155c830d98a518c7dcbfb - sha256: 9895bccdbaa34958ab7dd1f29de66d1dfb94c551c7bb5a663666a500c67ee93c + md5: 9df60162aea811087267b515f359536c + sha256: 4a5994cc608708eca19b90b642a144bb073e4a1cd27b824281dfcae67917204e build: openmp_hfef2a42_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 6019426 - timestamp: 1700537709900 + size: 6044576 + timestamp: 1704951566923 - platform: osx-arm64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgfortran 5.* - libgfortran5 >=12.3.0 - llvm-openmp >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.25-openmp_h6c19121_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.26-openmp_h6c19121_0.conda hash: - md5: a1843550403212b9dedeeb31466ade03 - sha256: b112e0d500bc0314ea8d393efac3ab8c67857e5a2b345348c98e703ee92723e5 + md5: 000970261d954431ccca3cce68d873d8 + sha256: 2a59b92c412fd0f59a8079dfa21c561ae17e72e72e47d4d7aee474bf6fd642e1 build: openmp_h6c19121_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 2896390 - timestamp: 1700535987588 -- platform: win-64 - name: libopenblas - version: 0.3.25 - category: main - manager: conda - dependencies: - - libflang >=5.0.0,<6.0.0.a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libopenblas-0.3.25-pthreads_hc140b1d_0.conda - hash: - md5: 0375d199e1522c017a4ac089fb157fdf - sha256: 44dc971fe9d5d06147db51ff04ac8925eb2d4aebf2e008216499077573b3f636 - build: pthreads_hc140b1d_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - openblas >=0.3.25,<0.3.26.0a0 - license: BSD-3-Clause - license_family: BSD - size: 3945962 - timestamp: 1700539087970 + size: 2917606 + timestamp: 1704950245195 - platform: linux-64 name: libopus version: 1.3.1 @@ -18650,23 +18664,22 @@ package: manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-hc4f2305_0.conda hash: - md5: c0f2660a38d96e55c6aae15a06ee277b - sha256: 4c0cd48fa2b0ac5cad6204d686bcb8e51bc5906c25180919ecf8f3000c0eade5 - build: h0ee05dc_0 + md5: b0f4b64fca855d81e9cde1ceecbcb333 + sha256: 6516b3a430ae3678190a1ece9a8cb38a3ddd9c3acedc3955b76c1e668eeb2eb1 + build: hc4f2305_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2134003 - timestamp: 1696557204512 + size: 2121595 + timestamp: 1705835096979 - platform: osx-arm64 name: libprotobuf version: 4.24.4 @@ -19106,23 +19119,23 @@ package: - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h72606ae_3.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h7bd4643_4.conda hash: - md5: e81575beafa769a8ca4c7b5135f336b1 - sha256: 9c60d2f209757e5e81adb6508b7cfd4e9ffbe7a8db954104e724bf322e7933b8 - build: h72606ae_3 + md5: 127d36f9ee392fa81b45e81867ce30ab + sha256: 2d07badb81296f42dd0c59b02dbf7d64ca2c78c086226327c1e11e11f71effbd + build: h7bd4643_4 arch: x86_64 subdir: linux-64 - build_number: 3 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 3888079 - timestamp: 1701354279954 + size: 4066136 + timestamp: 1702008260311 - platform: osx-64 name: libspatialite version: 5.1.0 @@ -19137,23 +19150,23 @@ package: - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.44.2,<4.0a0 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-haf058c1_3.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hebe6af1_4.conda hash: - md5: 20d0be4b10af95b736467c68a5532258 - sha256: 4174f3cfd64c820406672d80d0bb7b6fe897f30742f8a235f5087390d0117d74 - build: haf058c1_3 + md5: 9e8f3012e1b4460819395357cc7c4371 + sha256: 48ff63495ed9ed86db1fb62ea51e1053747e76481200fb33aa164f7bdb1bec93 + build: hebe6af1_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 3317526 - timestamp: 1701354614036 + size: 3145354 + timestamp: 1702008546896 - platform: osx-arm64 name: libspatialite version: 5.1.0 @@ -19168,23 +19181,23 @@ package: - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.44.2,<4.0a0 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hbcbf9a1_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-h69abc6b_4.conda hash: - md5: 8b12939c6ba6d831e2a71aa580d6a4e5 - sha256: dc568aa2e1aa6da29f47bfc63b5d55f406debfa2b68d61cb50bfb73e5f0d8164 - build: hbcbf9a1_3 + md5: 87ffacbac2645cf24734708c63dd2e18 + sha256: c81faf3ac0c571f3e56c23e0eb9f70217516bf47c244fc9eed6544405f8fe786 + build: h69abc6b_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 3012885 - timestamp: 1701354351237 + size: 4104523 + timestamp: 1702008452166 - platform: win-64 name: libspatialite version: 5.1.0 @@ -19196,26 +19209,26 @@ package: - geos >=3.12.1,<3.12.2.0a0 - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.44.2,<4.0a0 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h7bd4b97_3.conda + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hf2f0abc_4.conda hash: - md5: 93e2a9757cce46cdefa0a1b50d8c4c5a - sha256: 6122fc77cbf75b571281f9affa3dc324d11e21c9409c7dc3ef3b0a6c3e624032 - build: h7bd4b97_3 + md5: 15d5d74335f53b34f05e6ee83c2e6119 + sha256: 30356fe967052feb909ae8b6011637ffe57aaaf6add65399400fca04a97189b7 + build: hf2f0abc_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 8580745 - timestamp: 1701354485547 + size: 8606085 + timestamp: 1702008651881 - platform: linux-64 name: libsqlite version: 3.44.2 @@ -20117,7 +20130,7 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.6.0-hd429924_1.conda @@ -20134,7 +20147,7 @@ package: timestamp: 1701352639132 - platform: linux-64 name: libxml2 - version: 2.12.3 + version: 2.12.4 category: main manager: conda dependencies: @@ -20143,21 +20156,21 @@ package: - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.3-h232c23b_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.4-h232c23b_1.conda hash: - md5: bc6ac4c0cea148d924f621985bc3892b - sha256: 31dd757689a1a28e42021208b6c740e84bcfdfee213a39c9bcc0dfbc33acf7a5 - build: h232c23b_0 + md5: 53e951fab78d7e3bab40745f7b3d1620 + sha256: f6828b44da29bbfbf367ddbc72902e84ea5f5de933be494d6aac4a35826afed0 + build: h232c23b_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 704325 - timestamp: 1702421185813 + size: 704907 + timestamp: 1705355040145 - platform: osx-64 name: libxml2 - version: 2.12.3 + version: 2.12.4 category: main manager: conda dependencies: @@ -20165,21 +20178,21 @@ package: - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.3-hc0ae0f7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.4-hc0ae0f7_1.conda hash: - md5: 959e8dad65f624a362546d96005e47f6 - sha256: c3d702cf3c8ba2fecbad3390e21f5e81413a8c46c85f949699a83b090e4340c0 - build: hc0ae0f7_0 + md5: 6ffac7334d3c1672845bc4b2a9e39835 + sha256: edccf142e32ee5c6619aebf36c29acdb942bde32fc0585882f5848d86b3e5acd + build: hc0ae0f7_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 620557 - timestamp: 1702421462396 + size: 619880 + timestamp: 1705355303675 - platform: osx-arm64 name: libxml2 - version: 2.12.3 + version: 2.12.4 category: main manager: conda dependencies: @@ -20187,21 +20200,21 @@ package: - libiconv >=1.17,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.3-h0d0cfa8_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.4-h0d0cfa8_1.conda hash: - md5: 84e330ed40b5bf8e95a65529ccb94a14 - sha256: c23c34af9037abc6749d59271fbdbb584f0cdcd87e17c2f011f099e63e0d7a7d - build: h0d0cfa8_0 + md5: 2ce68362b6ba7e78a066abce22811df7 + sha256: 70863a5554cbdd573cf852571a6ef015e5376f8969068725523a01dff7ff4de3 + build: h0d0cfa8_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 587197 - timestamp: 1702421465671 + size: 588541 + timestamp: 1705355310031 - platform: win-64 name: libxml2 - version: 2.12.3 + version: 2.12.4 category: main manager: conda dependencies: @@ -20210,18 +20223,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.3-hc3477c8_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.4-hc3477c8_1.conda hash: - md5: aaf98fb3bff9a03a3de8713f5f363107 - sha256: e3433de95f18cffa25162ef56b338c0e540d0f53b528a2b36e34d299a4a1a45a - build: hc3477c8_0 + md5: bc7291fa70257ccf420b564c870a53b2 + sha256: b3aa51adb9fb9413227cedc0ce7c5d9f9cf99940911cca3da117e940a8b778ce + build: hc3477c8_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1753556 - timestamp: 1702421410496 + size: 1570461 + timestamp: 1705355510142 - platform: linux-64 name: libxslt version: 1.1.39 @@ -20229,7 +20242,7 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda hash: md5: e71f31f8cfb0a91439f2086fc8aa0461 @@ -20248,7 +20261,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libxslt-1.1.39-h03b04e6_0.conda hash: md5: a6e0cec6b3517ffc6b5d36a920fc9312 @@ -20267,7 +20280,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 url: https://conda.anaconda.org/conda-forge/osx-arm64/libxslt-1.1.39-h223e5b9_0.conda hash: md5: 560c9cacc33e927f55b998eaa0cb1732 @@ -20286,7 +20299,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.1,<2.13.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 @@ -20474,24 +20487,6 @@ package: license_family: Other size: 55800 timestamp: 1686575452215 -- platform: win-64 - name: llvm-meta - version: 5.0.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/llvm-meta-5.0.0-0.tar.bz2 - hash: - md5: 213b5b5ad34008147a824460e50a691c - sha256: 090bbeacc3297ff579b53f55ad184f05c30e316fe9d5d7df63df1d2ad4578b79 - build: '0' - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 2667 - platform: osx-64 name: llvm-openmp version: 17.0.6 @@ -20539,7 +20534,7 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 @@ -20561,7 +20556,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 @@ -20583,7 +20578,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.12,<3.13.0a0 @@ -20606,7 +20601,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 @@ -21062,75 +21057,75 @@ package: timestamp: 1686175179621 - platform: linux-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py311h459d7ec_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.4-py311h459d7ec_0.conda hash: - md5: 71120b5155a0c500826cf81536721a15 - sha256: e1a9930f35e39bf65bc293e24160b83ebf9f800f02749f65358e1c04882ee6b0 - build: py311h459d7ec_1 + md5: ee1b39a6ad0c74155593176ff3664f15 + sha256: c40562c70cad3bd0262c73449e8806bd6742cbbd5b413810cf6bae52f283466e + build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 27174 - timestamp: 1695367575909 + size: 27098 + timestamp: 1705779086424 - platform: osx-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py311h2725bcf_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.4-py311he705e18_0.conda hash: - md5: 52ee86f482b552e547e2b1d6c01adf55 - sha256: 5a8f8caa89eeba6ea6e9e96d3e7c109b675bc3c6ed4b109b8931757da2411d48 - build: py311h2725bcf_1 + md5: 3eb9b0554eb3d9e63e53680e2d1a6501 + sha256: f363e1ce55fbc670506519cce0600b89e4ec963b946331af3012e359e44a11c1 + build: py311he705e18_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 25917 - timestamp: 1695367980802 + size: 26208 + timestamp: 1705779239736 - platform: osx-arm64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython + - python >=3.12,<3.13.0a0 + - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py312h02f2b3b_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.4-py312he37b823_0.conda hash: - md5: b96439c0c4c8b5e098629d1a4211a996 - sha256: 5d1505cbc95f7c41c229e7e7db61e1faf9fcd174d8f09debbf113fe7ee174062 - build: py312h02f2b3b_1 + md5: dda1bbe19ffae341fe8bebd9e292f1a8 + sha256: 8756fa7a972d51ebd99f364949bc3b4f2e1e72a4f17ba726bdc96c9414b22659 + build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 26318 - timestamp: 1695368020481 + size: 26228 + timestamp: 1705779300913 - platform: win-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -21139,20 +21134,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py311ha68e1ae_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.4-py311ha68e1ae_0.conda hash: - md5: bc93b9d445824cfce3933b5dcc1087b4 - sha256: 435c4c2df8d98cd49d8332d22b6f4847fc4b594500f0cdf0f9437274c668642b - build: py311ha68e1ae_1 + md5: 81319232a1e6d181c7cef73d76413af0 + sha256: 687f7043ad786080f0ab3fb8c2492901892e576d8e16a9696b483c6a2a0815dc + build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 29466 - timestamp: 1695367841578 + size: 29604 + timestamp: 1705779573288 - platform: linux-64 name: matplotlib version: 3.8.2 @@ -21568,42 +21563,40 @@ package: timestamp: 1693402645559 - platform: osx-64 name: metis - version: 5.1.1 + version: 5.1.0 category: main manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.1-h93d8f39_2.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.0-he965462_1007.conda hash: - md5: cc31955178e62d3216adff6b41d53946 - sha256: 418ce2ffaee71a4fc41ec5c92ba8d5ce2443b6976eca1c3168c5cef9ff8f164e - build: h93d8f39_2 + md5: 0c64ad59bbcae7772c16a55cbd353e25 + sha256: a79b36e0c623dfab95cc2c0fce1870e90de5f2328fefa9a1b17351eb0f3ac02e + build: he965462_1007 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 1007 license: Apache-2.0 license_family: APACHE - size: 3909018 - timestamp: 1698847717162 + size: 3881273 + timestamp: 1693402943049 - platform: osx-arm64 name: metis - version: 5.1.1 + version: 5.1.0 category: main manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.1-h965bd2d_2.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.0-h13dd4ca_1007.conda hash: - md5: ce57da6097b9e7775e184522be89aee5 - sha256: 38ded0910eec64c45505ad93ddd35142212ec0649ed2e5a6dcf13dad968b8924 - build: h965bd2d_2 + md5: afefade086a45ae6703dffe83516010a + sha256: fae516bee76df367128cf81dae13e7d11ce039ff61665ca59a1c57dee0731973 + build: h13dd4ca_1007 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 1007 license: Apache-2.0 license_family: APACHE - size: 3883845 - timestamp: 1698847750729 + size: 3832170 + timestamp: 1693403045166 - platform: linux-64 name: minizip version: 4.0.4 @@ -21805,6 +21798,44 @@ package: license_family: Proprietary size: 108505947 timestamp: 1701973497498 +- platform: win-64 + name: mkl-devel + version: 2024.0.0 + category: main + manager: conda + dependencies: + - mkl 2024.0.0 h66d3029_49657 + - mkl-include 2024.0.0 h66d3029_49657 + url: https://conda.anaconda.org/conda-forge/win-64/mkl-devel-2024.0.0-h57928b3_49657.conda + hash: + md5: 385b9dcf11c859acc506dcb40451f904 + sha256: f680af5df0788b6383336d55429014e2329cca2e2bcf6adc2acec0a686a6586d + build: h57928b3_49657 + arch: x86_64 + subdir: win-64 + build_number: 49657 + license: LicenseRef-ProprietaryIntel + license_family: Proprietary + size: 5259841 + timestamp: 1701973856091 +- platform: win-64 + name: mkl-include + version: 2024.0.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/win-64/mkl-include-2024.0.0-h66d3029_49657.conda + hash: + md5: 4477b53b9f7edc041962c92a5d5e9caa + sha256: 9e6e0a2a32eb798a0f0571430dc6f4c31ad4446579c36dd42ec45e8bf0c40533 + build: h66d3029_49657 + arch: x86_64 + subdir: win-64 + build_number: 49657 + license: LicenseRef-ProprietaryIntel + license_family: Proprietary + size: 698431 + timestamp: 1701972737138 - platform: linux-64 name: mock version: 5.1.0 @@ -22617,7 +22648,7 @@ package: timestamp: 1684791049212 - platform: linux-64 name: nbconvert-core - version: 7.14.1 + version: 7.14.2 category: main manager: conda dependencies: @@ -22638,25 +22669,25 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda hash: - md5: 59c8838578e777b7fb27ff64eeb7c8f4 - sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 license: BSD-3-Clause license_family: BSD noarch: python - size: 187581 - timestamp: 1704987233996 + size: 187942 + timestamp: 1705418659841 - platform: osx-64 name: nbconvert-core - version: 7.14.1 + version: 7.14.2 category: main manager: conda dependencies: @@ -22677,25 +22708,25 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda hash: - md5: 59c8838578e777b7fb27ff64eeb7c8f4 - sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 license: BSD-3-Clause license_family: BSD noarch: python - size: 187581 - timestamp: 1704987233996 + size: 187942 + timestamp: 1705418659841 - platform: osx-arm64 name: nbconvert-core - version: 7.14.1 + version: 7.14.2 category: main manager: conda dependencies: @@ -22716,25 +22747,25 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda hash: - md5: 59c8838578e777b7fb27ff64eeb7c8f4 - sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 license: BSD-3-Clause license_family: BSD noarch: python - size: 187581 - timestamp: 1704987233996 + size: 187942 + timestamp: 1705418659841 - platform: win-64 name: nbconvert-core - version: 7.14.1 + version: 7.14.2 category: main manager: conda dependencies: @@ -22755,22 +22786,22 @@ package: - python >=3.8 - tinycss2 - traitlets >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda hash: - md5: 59c8838578e777b7fb27ff64eeb7c8f4 - sha256: 3557bbab9a14bbf5be787b9a7a0ae4b6ef2f0dd93aeddb1cab74fbb47bd33e38 + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - nbconvert =7.14.1=*_0 - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 license: BSD-3-Clause license_family: BSD noarch: python - size: 187581 - timestamp: 1704987233996 + size: 187942 + timestamp: 1705418659841 - platform: linux-64 name: nbformat version: 5.9.2 @@ -22923,15 +22954,15 @@ package: timestamp: 1698751574074 - platform: linux-64 name: nest-asyncio - version: 1.5.8 + version: 1.6.0 category: main manager: conda dependencies: - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22939,19 +22970,19 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 11630 - timestamp: 1697083896431 + size: 11638 + timestamp: 1705850780510 - platform: osx-64 name: nest-asyncio - version: 1.5.8 + version: 1.6.0 category: main manager: conda dependencies: - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -22959,19 +22990,19 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 11630 - timestamp: 1697083896431 + size: 11638 + timestamp: 1705850780510 - platform: osx-arm64 name: nest-asyncio - version: 1.5.8 + version: 1.6.0 category: main manager: conda dependencies: - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -22979,19 +23010,19 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 11630 - timestamp: 1697083896431 + size: 11638 + timestamp: 1705850780510 - platform: win-64 name: nest-asyncio - version: 1.5.8 + version: 1.6.0 category: main manager: conda dependencies: - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -22999,8 +23030,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 11630 - timestamp: 1697083896431 + size: 11638 + timestamp: 1705850780510 - platform: linux-64 name: networkx version: 3.2.1 @@ -23578,7 +23609,7 @@ package: timestamp: 1669785182058 - platform: linux-64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -23588,21 +23619,20 @@ package: - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.96-h1d7d5a4_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.97-h1d7d5a4_0.conda hash: - md5: 1c8f8b8eb041ecd54053fc4b6ad57957 - sha256: 9f73d55f42085d7bca59c675fea57dae2a21f3d62530e47b3d89db89ca444767 + md5: b916d71a3032416e3f9136090d814472 + sha256: a1a62d415e5b5ddbd799ad6d92b2c4a4351fda00b54d96cac2ce7afa04b2d698 build: h1d7d5a4_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MPL-2.0 - license_family: MOZILLA - size: 2000770 - timestamp: 1702668797006 + size: 2014022 + timestamp: 1705921777003 - platform: osx-64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -23610,21 +23640,20 @@ package: - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.96-ha05da47_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.97-ha05da47_0.conda hash: - md5: fdfd6f19418016d84aa194b600105f6e - sha256: ea86ccfbe04bd00922b82a365dfa96aa8039875c7ec5fbb73fddf4111e045e2c + md5: 6408f35df2c8ba0642b13d32915a789b + sha256: fe26704cb733d412fafbeaf0cc4c402f9623757bc2241381d7480a22cdeb64e4 build: ha05da47_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MPL-2.0 - license_family: MOZILLA - size: 1886944 - timestamp: 1702669322117 + size: 1902273 + timestamp: 1705922096082 - platform: osx-arm64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -23632,18 +23661,17 @@ package: - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.96-h5ce2875_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.97-h5ce2875_0.conda hash: - md5: 45ec872f4ca4959c6a8aca9e6775b743 - sha256: b63b570c931a3469c836ba39291487e594e46f2248700155e79fe8ac45c18c9d + md5: 5d2d69c2cce2c58171648a1fd34d6732 + sha256: 27786510a52aeb1115c31d8127fcc57fdec38bcef22882dd3bd05d04ca5c393d build: h5ce2875_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MPL-2.0 - license_family: MOZILLA - size: 1785366 - timestamp: 1702669351418 + size: 1803657 + timestamp: 1705922174903 - platform: linux-64 name: numpy version: 1.26.3 @@ -23951,29 +23979,6 @@ package: noarch: python size: 29115 timestamp: 1656021470538 -- platform: win-64 - name: openblas - version: 0.3.25 - category: main - manager: conda - dependencies: - - libflang >=5.0.0,<6.0.0.a0 - - libopenblas 0.3.25 pthreads_hc140b1d_0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/openblas-0.3.25-pthreads_h3721920_0.conda - hash: - md5: 5317587fc58db4e2b89e2e13f9ca7910 - sha256: 8b4a981c15a407cc0e33c807953c44087eb28457ebec211332ef29fd0ecaf752 - build: pthreads_h3721920_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 166802 - timestamp: 1700539109359 - platform: linux-64 name: openjpeg version: 2.5.0 @@ -24065,24 +24070,6 @@ package: license_family: BSD size: 236847 timestamp: 1694708878963 -- platform: win-64 - name: openmp - version: 5.0.0 - category: main - manager: conda - dependencies: - - llvm-meta 5.0.0|5.0.0.* - - vc 14.* - url: https://conda.anaconda.org/conda-forge/win-64/openmp-5.0.0-vc14_1.tar.bz2 - hash: - md5: 8284c925330fa53668ade00db3c9e787 - sha256: 05c19170938b589f59049679d4e0679c98160fecc6fd1bf721b0f4980bd235dd - build: vc14_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: NCSA - size: 590466 - platform: linux-64 name: openssl version: 3.2.0 @@ -24275,16 +24262,16 @@ package: timestamp: 1700373245961 - platform: linux-64 name: overrides - version: 7.4.0 + version: 7.6.0 category: main manager: conda dependencies: - python >=3.6 - typing_utils - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.6.0-pyhd8ed1ab_0.conda hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 3ed0205566229c23c70fd9e6318e0568 + sha256: caa3afb0e2ae034cf71a14532646e7fde10ee3c070d20ea906fcf57b62e8c744 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24292,20 +24279,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 29976 - timestamp: 1691338962381 + size: 30196 + timestamp: 1705794347236 - platform: osx-64 name: overrides - version: 7.4.0 + version: 7.6.0 category: main manager: conda dependencies: - python >=3.6 - typing_utils - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.6.0-pyhd8ed1ab_0.conda hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 3ed0205566229c23c70fd9e6318e0568 + sha256: caa3afb0e2ae034cf71a14532646e7fde10ee3c070d20ea906fcf57b62e8c744 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24313,20 +24300,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 29976 - timestamp: 1691338962381 + size: 30196 + timestamp: 1705794347236 - platform: osx-arm64 name: overrides - version: 7.4.0 + version: 7.6.0 category: main manager: conda dependencies: - python >=3.6 - typing_utils - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.6.0-pyhd8ed1ab_0.conda hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 3ed0205566229c23c70fd9e6318e0568 + sha256: caa3afb0e2ae034cf71a14532646e7fde10ee3c070d20ea906fcf57b62e8c744 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -24334,20 +24321,20 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 29976 - timestamp: 1691338962381 + size: 30196 + timestamp: 1705794347236 - platform: win-64 name: overrides - version: 7.4.0 + version: 7.6.0 category: main manager: conda dependencies: - python >=3.6 - typing_utils - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.6.0-pyhd8ed1ab_0.conda hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 3ed0205566229c23c70fd9e6318e0568 + sha256: caa3afb0e2ae034cf71a14532646e7fde10ee3c070d20ea906fcf57b62e8c744 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24355,8 +24342,8 @@ package: license: Apache-2.0 license_family: APACHE noarch: python - size: 29976 - timestamp: 1691338962381 + size: 30196 + timestamp: 1705794347236 - platform: linux-64 name: owslib version: 0.29.3 @@ -24539,7 +24526,7 @@ package: timestamp: 1696202521121 - platform: linux-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: @@ -24551,74 +24538,72 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.4-py311h320fe9a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.0-py311h320fe9a_0.conda hash: - md5: e44ccb61b6621bf3f8053ae66eba7397 - sha256: 4f40035c77c381e0151c0fb0b39d0dfc343947f7d283c2bced2123273c5d4884 + md5: b9e7a2cb2c47bbb99c05d1892500be45 + sha256: 2198fb053d15ac5e1ea73990b6a1d6a08b4312bbb3364890cfd7d984840119e9 build: py311h320fe9a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14990951 - timestamp: 1702057771639 + size: 15736776 + timestamp: 1705728915635 - platform: osx-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.1.4-py311h1eadf79_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.0-py311h8f6166a_0.conda hash: - md5: 905aff7f27a734e251526b9a7ecc20ac - sha256: 994d226d29293c1b118c0902af50719c5fc25c63c2c6cf7be7808b44226e19eb - build: py311h1eadf79_0 + md5: dcfc21d98671c8b540fdc8ccb201e0da + sha256: 79c7fac5c24e2e82f9a53f7070a7e689c048e9dce374d7810c7ef0797855853d + build: py311h8f6166a_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14378188 - timestamp: 1702058207156 + size: 14860946 + timestamp: 1705729295540 - platform: osx-arm64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - numpy >=1.26.2,<2.0a0 + - libcxx >=15 + - numpy >=1.26.3,<2.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.12.* *_cp312 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py312h9e53831_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.0-py312h88edd18_0.conda hash: - md5: e85369cef4da4eb9e9c44fcc3f43c62b - sha256: 0262d7d91d74b8f41c5b051b58b4159d8a9f2a226e4f90157368a85eeabb05be - build: py312h9e53831_0 + md5: 118b50e4e7c92c1554cdd5b14816a122 + sha256: 96718cc34d54c72c380c75387ecf5ef8838f56acc9fa6fac882a914afb073a6f + build: py312h88edd18_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 13892865 - timestamp: 1702058090296 + size: 14480741 + timestamp: 1705729364215 - platform: win-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: @@ -24631,18 +24616,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.1.4-py311hf63dbb6_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.0-py311hf63dbb6_0.conda hash: - md5: 5179a87c529fa08864d899f05e16345b - sha256: be6d27e9c7e83c4dbc40003f2d62b79a5af0a3febb3a69a496d867763d983958 + md5: 19e55b3676a5f783c44d864fbb29ef41 + sha256: 20dbb4f8013b39b6f62350b1e82e3c97a00573f6d54e86152c8e27fda69f3a32 build: py311hf63dbb6_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 13785578 - timestamp: 1702058272745 + size: 14570059 + timestamp: 1705729588827 - platform: linux-64 name: pandas-stubs version: 2.1.4.231227 @@ -25316,103 +25301,101 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.2,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.6.2-h614f5e7_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.6.2-h5958a67_2.conda hash: - md5: db7bc7a4f9c1d690f980338bc5594826 - sha256: a6997c1f9628de8be65f24774ea0e805aadcefb964e9e1d7f3c7d7932a3fa447 - build: h614f5e7_1 + md5: b4aca44aa7770b1ba178e76d1ffa407f + sha256: cf6d68dd573f8db3fe2e0437398e5b9ce2f747b7e2176ff1fc9e703ab48f24cb + build: h5958a67_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 4379362 - timestamp: 1702378653094 + size: 4406370 + timestamp: 1703409363110 - platform: osx-64 name: pdal version: 2.6.2 category: main manager: conda dependencies: - - __osx >=10.9 - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal >=3.8.1,<3.9.0a0 + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.6.2-h818632a_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.6.2-hd613b54_2.conda hash: - md5: f072f3af33c68144edae76cc1a78eb5e - sha256: 02b88cd6487b4be359de1123c89ede24539b047639130a5233ae8b74731ebf6d - build: h818632a_1 + md5: a28332b6c40295cc25299b9d32a620ff + sha256: b613cdd9e986d680fab5ad56e70376d2e8aa19739a8189b9a55c18d49aa0d482 + build: hd613b54_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 constrains: - __osx >=10.15 license: BSD-3-Clause license_family: BSD - size: 3042229 - timestamp: 1702380329750 + size: 3154903 + timestamp: 1703410891228 - platform: osx-arm64 name: pdal version: 2.6.2 category: main manager: conda dependencies: - - __osx >=10.9 - ceres-solver >=2.2.0,<2.3.0a0 - curl - draco - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal >=3.8.1,<3.9.0a0 + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.6.2-h95130b0_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.6.2-h55873e5_2.conda hash: - md5: d1f6c9558e4eec23ee5183064a65b740 - sha256: 31a8548bbe205d10ccb4983e56854dd7aaf818c2c69e73294d4872c4d871d47a - build: h95130b0_1 + md5: 3160d20d9291abad5244b2e30ca35432 + sha256: 05602aacf5d1fc47ec7cd2aaf1c6f85e4addd6a19a588ad4044b849be332243b + build: h55873e5_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 2846030 - timestamp: 1702380528378 + size: 2770423 + timestamp: 1703410856970 - platform: win-64 name: pdal version: 2.6.2 @@ -25426,32 +25409,32 @@ package: - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.2,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - mkl - nitro - openssl >=3.2.0,<4.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - tiledb >=2.19.0,<2.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.6.2-hd01e5c3_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.6.2-hf0e614a_2.conda hash: - md5: 8d9e1fc3d16033939735d286018ea313 - sha256: 29006bc5871ec5078a2b55a32374b431c7ef27c5139549576c63ea0de4036427 - build: hd01e5c3_1 + md5: 2550e11ed88db63a17ad1ef8437ac378 + sha256: d5bbc77c0b924f81c4542ed17e53b24af28f6106a1d1307ebddcfea8baed41b7 + build: hf0e614a_2 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 2931463 - timestamp: 1702380867920 + size: 2901420 + timestamp: 1703411365898 - platform: linux-64 name: pep517 version: 0.13.0 @@ -26374,16 +26357,17 @@ package: timestamp: 1693086745921 - platform: linux-64 name: plum-dispatch - version: 2.2.2 + version: 2.3.2 category: main manager: conda dependencies: - beartype >=0.12 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.2.2-pyhd8ed1ab_0.conda + - python >=3.8 + - rich >=10.0 + url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.3.2-pyhd8ed1ab_0.conda hash: - md5: 37554e10ea04118c3806cdee27a2ee90 - sha256: 1e9e05b0c64caef7a2ea9e4857bf12fe728a93cb341bb15275c707a153c55afd + md5: 29adbde22baf625ec8e4e1f9ed0142b2 + sha256: 7baa22fc9af7e5740376434ad103cc38b384739e4180ffb14838d7c1eccfcca1 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -26391,20 +26375,21 @@ package: license: MIT license_family: MIT noarch: python - size: 30640 - timestamp: 1695462244703 + size: 36048 + timestamp: 1705836650950 - platform: osx-64 name: plum-dispatch - version: 2.2.2 + version: 2.3.2 category: main manager: conda dependencies: - beartype >=0.12 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.2.2-pyhd8ed1ab_0.conda + - python >=3.8 + - rich >=10.0 + url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.3.2-pyhd8ed1ab_0.conda hash: - md5: 37554e10ea04118c3806cdee27a2ee90 - sha256: 1e9e05b0c64caef7a2ea9e4857bf12fe728a93cb341bb15275c707a153c55afd + md5: 29adbde22baf625ec8e4e1f9ed0142b2 + sha256: 7baa22fc9af7e5740376434ad103cc38b384739e4180ffb14838d7c1eccfcca1 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -26412,20 +26397,21 @@ package: license: MIT license_family: MIT noarch: python - size: 30640 - timestamp: 1695462244703 + size: 36048 + timestamp: 1705836650950 - platform: osx-arm64 name: plum-dispatch - version: 2.2.2 + version: 2.3.2 category: main manager: conda dependencies: - beartype >=0.12 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.2.2-pyhd8ed1ab_0.conda + - python >=3.8 + - rich >=10.0 + url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.3.2-pyhd8ed1ab_0.conda hash: - md5: 37554e10ea04118c3806cdee27a2ee90 - sha256: 1e9e05b0c64caef7a2ea9e4857bf12fe728a93cb341bb15275c707a153c55afd + md5: 29adbde22baf625ec8e4e1f9ed0142b2 + sha256: 7baa22fc9af7e5740376434ad103cc38b384739e4180ffb14838d7c1eccfcca1 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -26433,20 +26419,21 @@ package: license: MIT license_family: MIT noarch: python - size: 30640 - timestamp: 1695462244703 + size: 36048 + timestamp: 1705836650950 - platform: win-64 name: plum-dispatch - version: 2.2.2 + version: 2.3.2 category: main manager: conda dependencies: - beartype >=0.12 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.2.2-pyhd8ed1ab_0.conda + - python >=3.8 + - rich >=10.0 + url: https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.3.2-pyhd8ed1ab_0.conda hash: - md5: 37554e10ea04118c3806cdee27a2ee90 - sha256: 1e9e05b0c64caef7a2ea9e4857bf12fe728a93cb341bb15275c707a153c55afd + md5: 29adbde22baf625ec8e4e1f9ed0142b2 + sha256: 7baa22fc9af7e5740376434ad103cc38b384739e4180ffb14838d7c1eccfcca1 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -26454,8 +26441,8 @@ package: license: MIT license_family: MIT noarch: python - size: 30640 - timestamp: 1695462244703 + size: 36048 + timestamp: 1705836650950 - platform: linux-64 name: ply version: '3.11' @@ -26764,7 +26751,7 @@ package: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - libpq 16.1 h33b98f1_7 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 @@ -26789,7 +26776,7 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 ha925e61_7 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 @@ -26814,23 +26801,23 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 h0f8b458_7 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.11.6,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tzcode - tzdata - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.1-h1d0603d_7.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.1-hc6ab77f_7.conda hash: - md5: 69c2cda2fa0234a7c1f823f696f8180d - sha256: 1b527b6d23626837879e9fd832f225d27366188d05880f598ea17f7495f21994 - build: h1d0603d_7 + md5: bba5c8dd372e5e2cf81bf71e6104fa7b + sha256: 5830151c5b72e95ecbff45b36a88405875514ea27cfce1b5381e98d6cee9974a + build: hc6ab77f_7 arch: aarch64 subdir: osx-arm64 build_number: 7 license: PostgreSQL - size: 4337896 - timestamp: 1702130917295 + size: 4370857 + timestamp: 1702130955037 - platform: win-64 name: postgresql version: '16.1' @@ -26839,7 +26826,7 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 hdb24f17_7 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - ucrt >=10.0.20348.0 @@ -27062,105 +27049,109 @@ package: timestamp: 1702177397758 - platform: linux-64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: - libcurl >=8.4.0,<9.0a0 - libgcc-ng >=12 - - libsqlite >=3.43.2,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - sqlite - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.3.0-h1d62c97_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.3.1-h1d62c97_0.conda hash: - md5: b5e57a0c643da391bef850922963eece - sha256: 252f6c31101719e3d524679e69ae81e6323b93b143e1360169bf50e89386bf24 - build: h1d62c97_2 + md5: 44ec51d0857d9be26158bb85caa74fdb + sha256: 234f8f7b255dc9036812ec30d097c0725047f3fc7e8e0bc7944e4e17d242ab99 + build: h1d62c97_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2960725 - timestamp: 1697808524668 + size: 3004737 + timestamp: 1701484763294 - platform: osx-64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: + - __osx >=10.9 - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libcxx >=16.0.6 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - sqlite - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.0-h23b96cc_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.1-h81faed2_0.conda hash: - md5: 63e960e8c8020936c0b73f23bfed16dd - sha256: e1b0f351103555e0d8ab641aeba4076173c3b7a2f8ed738b43ec66709d51be15 - build: h23b96cc_2 + md5: 3940ef505861767d26659645f9ec0460 + sha256: 51bc021e25c88a12151d6ab4d3e956e72ea21d2684315f6ea99ee699aaefc1ea + build: h81faed2_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2732625 - timestamp: 1697809094266 + size: 2713966 + timestamp: 1701485089266 - platform: osx-arm64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: + - __osx >=10.9 - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libcxx >=16.0.6 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - sqlite - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.3.0-h52fb9d0_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.3.1-h93d94ba_0.conda hash: - md5: 31cbb3c9d6f8611a657e1b1a4cb5c63d - sha256: 6a76ab5ac69b1379d874a5b1405c15f13cc9fb3622a4a8837519c3328286e781 - build: h52fb9d0_2 + md5: dee5405f12027dd1dbe7a97e239febb0 + sha256: e25fdb0457f3b3aef811d13f563539a18d4f5cf8231fda1e69e6ae8597cac7b4 + build: h93d94ba_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2599795 - timestamp: 1697808957598 + size: 2618805 + timestamp: 1701485156644 - platform: win-64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.3.0-he13c7e8_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/proj-9.3.1-he13c7e8_0.conda hash: - md5: 4e6d2a06874a1a6cd66e842d29bcd373 - sha256: 67a5d032a0343dc8182ef50221d9ee47edb50d34cd94813e65111901cbbbc6d3 - build: he13c7e8_2 + md5: 57aa204e187d515bb2600bc74a7e7dfc + sha256: bcf34f3610e2c34a74fccf76e47e0fd41d36afd8fc043920fef0ab34230bcd01 + build: he13c7e8_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2645178 - timestamp: 1697808796596 + size: 2663958 + timestamp: 1701485332654 - platform: linux-64 name: prometheus_client version: 0.19.0 @@ -27335,69 +27326,69 @@ package: timestamp: 1702399557137 - platform: linux-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - libgcc-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.7-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda hash: - md5: b4f2d78860bf9c8887b528c10995b427 - sha256: a2f08e5bcca5e067c452708d5ce6389c1012c7b6139ffe26b3386674f036eb27 + md5: 9bc62d25dcf64eec484974a3123c9d57 + sha256: 467788418a2c71fb3df9ac0a6282ae693d1070a6cb47cb59bdb529b53acaee1c build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 501433 - timestamp: 1702833218128 + size: 505516 + timestamp: 1705722586221 - platform: osx-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.7-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda hash: - md5: d99e96df7c4457d2b1b83d69491f2966 - sha256: 43ab1bbe0a13828c4996ae2e115e5ca991673700075f5754cdae06b661589762 + md5: 31aa294c58b3058c179a7a9593e99e18 + sha256: fcff83f4d265294b54821656a10be62421da377885ab2e9811a80eb76419b3fe build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 509042 - timestamp: 1702833401807 + size: 513371 + timestamp: 1705722716862 - platform: osx-arm64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.7-py312he37b823_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py312he37b823_0.conda hash: - md5: 00640e0b8840957446332c2000abe569 - sha256: 7a36c86600c01e14143c9cec5e261c0d4338139ca6a3dc6416609f7e203ab133 + md5: cd6e99b9c5a623735161973b5f693a86 + sha256: a996bd5f878da264d1d3ba7fde717b0a2c158a86645efb1e899d087cca74832d build: py312he37b823_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 494999 - timestamp: 1702833539830 + size: 499490 + timestamp: 1705722767772 - platform: win-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: @@ -27406,18 +27397,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.7-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda hash: - md5: bcf89370650e51c5158c2bdfbe67e9c8 - sha256: 1d32b407361dfb200bc8e9f614482471cba306a45f3cf2f04a1d46b35dcb87f1 + md5: 17e48538806e7c682d2ffcbd5c9f9aa0 + sha256: 77760f2ce0d2be9339d94d0fb5b3d102659355563f5b6471a1231525e63ff581 build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 520059 - timestamp: 1702833841329 + size: 520242 + timestamp: 1705723070638 - platform: linux-64 name: psycopg2 version: 2.9.9 @@ -27584,6 +27575,24 @@ package: license_family: MIT size: 6417 timestamp: 1606147814351 +- platform: win-64 + name: pthreads-win32 + version: 2.9.1 + category: main + manager: conda + dependencies: + - vc 14.* + url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 + hash: + md5: e2da8758d7d51ff6aa78a14dfb9dbed4 + sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 + build: hfa6e2cd_3 + arch: x86_64 + subdir: win-64 + build_number: 3 + license: LGPL 2 + size: 144301 + timestamp: 1537755684331 - platform: linux-64 name: ptvsd version: 4.3.2 @@ -28567,21 +28576,21 @@ package: dependencies: - certifi - libgcc-ng >=12 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.6.1-py311h1facc83_4.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.6.1-py311hca0b8b9_5.conda hash: - md5: 75d504c6787edc377ebdba087a26a61b - sha256: 4eb94c421b5c635b770e5fbd2774cf1dd4570ad69baf1c248f978943df352896 - build: py311h1facc83_4 + md5: cac429fcb9126d5e6f02c8ba61c2a811 + sha256: 268f77203171d4711d1264fa5fa0e7b066362e7f7c72753deb8c4d40fd40e55b + build: py311hca0b8b9_5 arch: x86_64 subdir: linux-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 551801 - timestamp: 1699268320734 + size: 552320 + timestamp: 1702028242116 - platform: osx-64 name: pyproj version: 3.6.1 @@ -28589,21 +28598,21 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.6.1-py311he36daed_4.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.6.1-py311hb91e5a3_5.conda hash: - md5: 28930c73c9c05d44d053620d44397b79 - sha256: d1d44bb257545006b128d30b4454c42e3f7cd133a1c53998afcf7253529f8263 - build: py311he36daed_4 + md5: 08bdce93070973621ff5416d297196e4 + sha256: 1a8a0634cd1ae9fe7935614cb6e9c8ade72821c5361365f83a4a8d368e7f373c + build: py311hb91e5a3_5 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 488697 - timestamp: 1699268417495 + size: 488851 + timestamp: 1702028474389 - platform: osx-arm64 name: pyproj version: 3.6.1 @@ -28611,22 +28620,22 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py312h33684bb_4.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py312h4d912e0_5.conda hash: - md5: 4bfc7162ce21ab011422b2c7a80eb39b - sha256: 49da8ca06968a4f4fe6f480709cb3fd346f0cf59f6bb5815e5bbc46d4f46ba34 - build: py312h33684bb_4 + md5: 665a07a48339e9af060119dec25646a8 + sha256: 776f5610dc6cb6703c87bab44ecb8d83e04b40abf94200962aea13bda2d9fec7 + build: py312h4d912e0_5 arch: aarch64 subdir: osx-arm64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 487092 - timestamp: 1699268630477 + size: 485156 + timestamp: 1702028605807 - platform: win-64 name: pyproj version: 3.6.1 @@ -28634,24 +28643,24 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.6.1-py311h517f58c_4.conda + url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.6.1-py311h82130bc_5.conda hash: - md5: dae3c70f429ba572c615a54571904a55 - sha256: 084f0685616b53903238d941611cfdfe6ba49650307220a78ec9f7d9d89c0056 - build: py311h517f58c_4 + md5: 80565c1816e897193c2ea4ef8e3fd4cc + sha256: a51281db4d150fbeea64a41ac3a052185f92b2d8fba1f39db38e623151989328 + build: py311h82130bc_5 arch: x86_64 subdir: win-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 737448 - timestamp: 1699268741548 + size: 736683 + timestamp: 1702028617496 - platform: linux-64 name: pyqt version: 5.15.9 @@ -30452,7 +30461,7 @@ package: timestamp: 1704858655491 - platform: linux-64 name: qgis - version: 3.34.2 + version: 3.34.3 category: main manager: conda dependencies: @@ -30467,7 +30476,7 @@ package: - laz-perf - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libpq >=16.1,<17.0a0 - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 @@ -30483,7 +30492,7 @@ package: - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - psycopg2 - pygments - pyproj @@ -30507,21 +30516,21 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/linux-64/qgis-3.34.2-py311h8f39315_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/qgis-3.34.3-py311ha16602e_0.conda hash: - md5: f325de72f6a5b99b3f5e1db12a1e2812 - sha256: b48bf97a4d0d624ef756301fb0df47fef1da9640a2cd2bba840c688813a16aa6 - build: py311h8f39315_0 + md5: 51cae087c4e6cdb5c905075b42a2dbcf + sha256: c865da5e924c7eebeb8ec0f33e0ac3bca118cdb1452e0e7840022cf3d10d5826 + build: py311ha16602e_0 arch: x86_64 subdir: linux-64 build_number: 0 license: GPL-2.0-only license_family: GPL - size: 92157932 - timestamp: 1703377383001 + size: 92054419 + timestamp: 1705742316909 - platform: osx-64 name: qgis - version: 3.34.2 + version: 3.34.3 category: main manager: conda dependencies: @@ -30538,7 +30547,7 @@ package: - laz-perf - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libpq >=16.1,<17.0a0 - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 @@ -30553,7 +30562,7 @@ package: - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - psycopg2 - pygments - pyproj @@ -30577,11 +30586,11 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.34.2-py311h8ff824c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.34.3-py311hfb4095b_0.conda hash: - md5: 382ae930fd2beacb6ffa09925fc91c1c - sha256: 548e840da5c1f8d32f7b694713c3981b3197c86adb8479983f564cb68f4c0e7b - build: py311h8ff824c_0 + md5: c8861fbad8b7557929871164596cb79e + sha256: 1fe27bb6b31887a8392f4a2e7ff6e9023c69ba8e500160e2f28d7ad16f66954e + build: py311hfb4095b_0 arch: x86_64 subdir: osx-64 build_number: 0 @@ -30589,11 +30598,11 @@ package: - __osx >=10.15 license: GPL-2.0-only license_family: GPL - size: 74974842 - timestamp: 1703383570214 + size: 74685455 + timestamp: 1705742799318 - platform: osx-arm64 name: qgis - version: 3.34.2 + version: 3.34.3 category: main manager: conda dependencies: @@ -30609,7 +30618,7 @@ package: - laz-perf - libcxx >=15 - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libpq >=16.1,<17.0a0 - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 @@ -30624,7 +30633,7 @@ package: - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - psycopg2 - pygments - pyproj @@ -30649,11 +30658,11 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.34.2-py312h740248c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.34.3-py312h775a663_0.conda hash: - md5: 761f2185abb3983924ddd057a8c22a66 - sha256: 65a7cb054ce5d013f50608cc65ebb2ce6faae1afb13a2f1416818062787bd0a2 - build: py312h740248c_0 + md5: d786b2c284cdb0d18928eaf83827f6a1 + sha256: 1a9ad73b5d03ba4e8ee1c862f3480eaec3260de5e82df2e231c4dca53ce1ee1b + build: py312h775a663_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -30661,11 +30670,11 @@ package: - __osx >=11.0 license: GPL-2.0-only license_family: GPL - size: 71833535 - timestamp: 1703383502144 + size: 71881293 + timestamp: 1705743339851 - platform: win-64 name: qgis - version: 3.34.2 + version: 3.34.3 category: main manager: conda dependencies: @@ -30680,7 +30689,7 @@ package: - khronos-opencl-icd-loader >=2023.4.17 - laz-perf - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.8.1,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libpq >=16.1,<17.0a0 - libprotobuf >=4.24.4,<4.24.5.0a0 - libspatialindex >=1.9.3,<1.9.4.0a0 @@ -30694,7 +30703,7 @@ package: - pdal >=2.6.2,<2.7.0a0 - plotly - postgresql - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - psycopg2 - pygments - pyproj @@ -30721,18 +30730,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - yaml - url: https://conda.anaconda.org/conda-forge/win-64/qgis-3.34.2-py311hfaa9231_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/qgis-3.34.3-py311h1d565df_0.conda hash: - md5: cb2a452b57851215e5fedf8e3da07b35 - sha256: d1d1f8aa74dbe309b8498ff3cebdc46e36577efc878608ddbf658b9f7f76ec35 - build: py311hfaa9231_0 + md5: e94c099f0e344a9c04857d8c5184cad6 + sha256: 7ba97ac9a5f99ddaceb45a3bb7d4a68ffd5eee80fe42f40afa1b7b218526de93 + build: py311h1d565df_0 arch: x86_64 subdir: win-64 build_number: 0 license: GPL-2.0-only license_family: GPL - size: 72002569 - timestamp: 1703382136909 + size: 71614889 + timestamp: 1705744847837 - platform: linux-64 name: qgis-plugin-manager version: 1.6.1 @@ -31098,7 +31107,7 @@ package: - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - libxkbcommon >=1.6.0,<2.0a0 - - libxml2 >=2.12.2,<2.13.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - mysql-libs >=8.0.33,<8.1.0a0 - nspr >=4.35,<5.0a0 @@ -31347,7 +31356,7 @@ package: - libstdcxx-ng >=12 - libwebp - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 @@ -31379,7 +31388,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libwebp - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 @@ -31410,7 +31419,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libwebp - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 @@ -31440,7 +31449,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libwebp - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 @@ -32684,49 +32693,49 @@ package: timestamp: 1705160671156 - platform: linux-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - libspatialindex >=1.9.3,<1.9.4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/rtree-1.1.0-py311h3bb2b0f_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rtree-1.2.0-py311h3bb2b0f_0.conda hash: - md5: 341bbb97186f23835d2d0456d96c5aba - sha256: 555d5b653283380ed397f4bbfa47ab7c62c2173ca06f9dadc5eb0b1bd99c95a7 + md5: 6bbf9846cbb38ab4fd631357a3f4ede2 + sha256: 1ebca72bb9683ec6e8acfc7d32de9fe23b2a714d9c5b197f8e342d7ff4399265 build: py311h3bb2b0f_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 62552 - timestamp: 1697503426564 + size: 63868 + timestamp: 1705698076612 - platform: osx-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - libspatialindex >=1.9.3,<1.9.4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/rtree-1.1.0-py311hbc1f44b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/rtree-1.2.0-py311hbc1f44b_0.conda hash: - md5: 4cf922188989b372f053537cea29a5ec - sha256: 7421188ce73f9c1cfe4ba8d476570f04994c42e7a33a4ffa52dcd325f58d577c + md5: 6cb743682b44e5b8fbaab3c9f430c5dd + sha256: b60dc5f1ff169cc7290be2364759a64a0dcc862804da856511e61761982efee3 build: py311hbc1f44b_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 62672 - timestamp: 1697503665618 + size: 63708 + timestamp: 1705698312709 - platform: osx-arm64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: @@ -32734,39 +32743,39 @@ package: - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.1.0-py312h22f7183_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.2.0-py312h22f7183_0.conda hash: - md5: 83f1320920b41cc90bccd8d43db3bec8 - sha256: 8400720fac52072aab57d89879d864d9f4f56f2f6ac1f8adcae724792e7fe29e + md5: 3949cd3f9b5fb20fe200e85dd4389447 + sha256: b1a3af529dd2c8e724fc11889588e8bddabbde6907e6c8998ea7495ddb7703da build: py312h22f7183_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 62001 - timestamp: 1697503661629 + size: 63205 + timestamp: 1705698210947 - platform: win-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - libspatialindex >=1.9.3,<1.9.4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/rtree-1.1.0-py311hcacb13a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rtree-1.2.0-py311hcacb13a_0.conda hash: - md5: d02d32b82431af0097bb0bce78720ad8 - sha256: 97db7dd5cc1b36379468084796bbd49c7428f9f81677294f940a364505f6272c + md5: 43e6e9ac051d92d50296a3f10000da13 + sha256: c449572e3db2b0daf5c3b426bb2ffa3b54baaeff08c6c84d5bce69964346e93a build: py311hcacb13a_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 63487 - timestamp: 1697503620756 + size: 63643 + timestamp: 1705698251888 - platform: linux-64 name: ruamel.yaml version: 0.18.5 @@ -32955,18 +32964,18 @@ package: - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.13-py311h7145743_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.13-py311h7145743_1.conda hash: - md5: bb58b97b330479667dcf5ce7e5d28a8d - sha256: c70f925ba500a2192e8af0042fa0b618f86be546109c0e9e2190cb11c1395652 - build: py311h7145743_0 + md5: bca815522cef8590a2db75071aa6e6ae + sha256: 0b394a66f05a8dbfc587b8611bd0ae9d70cffb62d4c572528f0ff0fd1ed3a396 + build: py311h7145743_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 5505737 - timestamp: 1705264202351 + size: 5513237 + timestamp: 1705434214051 - platform: osx-64 name: ruff version: 0.1.13 @@ -32976,18 +32985,18 @@ package: - libcxx >=15 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.13-py311ha071555_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.13-py311ha071555_1.conda hash: - md5: dcd486bb0740c36578456122a7ff4719 - sha256: 3690153cc2f78902a709a3713920733d60d413074a9d8c2e02725c766a26be00 - build: py311ha071555_0 + md5: 25d6563a275402a2c6d10d3f4586b14e + sha256: a19524f4dca7885627588f4e1ff2fa557c6ccae09a699477100f0734859b5e17 + build: py311ha071555_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 5311596 - timestamp: 1705265051076 + size: 5326400 + timestamp: 1705435070046 - platform: osx-arm64 name: ruff version: 0.1.13 @@ -32998,18 +33007,18 @@ package: - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.13-py312h1ae9fbf_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.13-py312h1ae9fbf_1.conda hash: - md5: 1ff9aa9ce220fbd37217377be9c87da0 - sha256: 9e52c28e5c00572b8d0f16d09376afa32d74f9562d8d8a6697df72a5b440b96b - build: py312h1ae9fbf_0 + md5: e84c9feb4adc9b834d5d7e15706803c7 + sha256: 962f29c9d51fa7cf501b4d1b0d40af304f0a3e9162a9263ddaf28430be683b09 + build: py312h1ae9fbf_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 5121676 - timestamp: 1705264898517 + size: 5120355 + timestamp: 1705435282011 - platform: win-64 name: ruff version: 0.1.13 @@ -33021,18 +33030,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.13-py311hc14472d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.13-py311hc14472d_1.conda hash: - md5: 8a69350d7c6277755487a713ebbc52dd - sha256: 1c7b17dab580ddeb2d835d639798bf62687d706b80349756b8a5a6e0a94803f6 - build: py311hc14472d_0 + md5: 5d8f34e93eadb2b28e69c97af77983ae + sha256: 479be4f9e879cb9c944b902175623b735ed7f25f157d54b01f103f3f94634d70 + build: py311hc14472d_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 5346287 - timestamp: 1705265470986 + size: 5345075 + timestamp: 1705435330934 - platform: linux-64 name: s2n version: 1.4.1 @@ -33055,12 +33064,12 @@ package: timestamp: 1703228891919 - platform: linux-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - _openmp_mutex >=4.5 - - joblib >=1.1.1 + - joblib >=1.2.0 - libgcc-ng >=12 - libstdcxx-ng >=12 - numpy >=1.23.5,<2.0a0 @@ -33068,27 +33077,26 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py311hc009520_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.4.0-py311hc009520_0.conda hash: - md5: 9821f8e497a791858226f535e5e0be62 - sha256: 1133cd9209207528d4fdd88ffb300a04794942e5d474c607ed1f0578fe218fd2 - build: py311hc009520_2 + md5: 00dddf34e32a268242365329d51fb0f7 + sha256: 49687ed86108f76c99684d91a010dad57caf5f6ac7e8f455802e2e48271e1b72 + build: py311hc009520_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 9584461 - timestamp: 1701932478676 + size: 10313816 + timestamp: 1705657991141 - platform: osx-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 + - joblib >=1.2.0 + - libcxx >=15 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - numpy >=1.23.5,<2.0a0 @@ -33096,54 +33104,53 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.2-py311h66081b9_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.4.0-py311he2b4599_0.conda hash: - md5: a774c2628441ed6f4db9d7026ab1c7f4 - sha256: 8a2b2660524d06c32c7a2a5af9f3f918b17f34a01990f6190e1e7f37233cdb47 - build: py311h66081b9_2 + md5: b6c5642db94d25c95b3ad381496b889e + sha256: 7603b77638690a523057319146acdf0188a2c5b42cc26c813145f4a0e206bb6f + build: py311he2b4599_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8844063 - timestamp: 1701932797038 + size: 9289509 + timestamp: 1705658332462 - platform: osx-arm64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 + - joblib >=1.2.0 + - libcxx >=15 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - - numpy >=1.26.2,<2.0a0 + - numpy >=1.26.3,<2.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py312h6f466fd_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.4.0-py312hd4306f4_0.conda hash: - md5: df61d3e16c2e0e4446b9d81f07595df5 - sha256: a8bd230000b2f57eab23623863adce02958c88ff096c0fa11c9ecb78ca3d7cdd - build: py312h6f466fd_2 + md5: 09adddeafb8aebe96a5d7e87f1ddcc05 + sha256: 90d7bd1f275623f754113301e34b9cfcf677f2bd0174c59a185a2ff1d52f2922 + build: py312hd4306f4_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8576195 - timestamp: 1701932993683 + size: 9221233 + timestamp: 1705658546055 - platform: win-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - joblib >=1.1.1 + - joblib >=1.2.0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 @@ -33152,21 +33159,21 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.3.2-py311h142b183_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.4.0-py311h142b183_0.conda hash: - md5: 788c05d6a941420c896eb1312d7f7158 - sha256: 6b5a2f3eb21c0b42aa575e26b527c2510b84c1c0561bb762830ca89aa90377ae - build: py311h142b183_2 + md5: 91cc6e6a398c35cee3c389e02ac8d130 + sha256: 031d0044b5cd8784aa3fce53da2711cb967998f688a09800d672445af2e40d3f + build: py311h142b183_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8281220 - timestamp: 1701932934751 + size: 9004599 + timestamp: 1705658539200 - platform: linux-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: @@ -33181,28 +33188,26 @@ package: - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.4-py311h64a7726_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.12.0-py311h64a7726_1.conda hash: - md5: 9ac5334f1b5ed072d3dbc342503d7868 - sha256: 29b2fd4ce8ed591df89b6a1c4f598a414322f94ea1a973b366267d43ecf40ffd - build: py311h64a7726_0 + md5: b976f44f483086f9877fe4b951745340 + sha256: 2e6089cbba12b10648b9b13f323a689755f4a67c7486c850e8df86840c1cb995 + build: py311h64a7726_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause - license_family: BSD - size: 16045599 - timestamp: 1700813453003 + size: 17218973 + timestamp: 1705980496506 - platform: osx-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libgfortran 5.* - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 @@ -33211,52 +33216,49 @@ package: - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.4-py311he0bea55_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.12.0-py311h86d0cd9_1.conda hash: - md5: baee74d27482a81394b088b3517e2143 - sha256: f174683a50833c463ec1cf23198970294f4e3a12f5df8f3997a4d4cee640bc08 - build: py311he0bea55_0 + md5: 10f7c30bdbe3900c8d0a941cdd5498b0 + sha256: 317b03b42633ccae2a601a6c96603520be4a746c410f10bdf4b41a49477de0a7 + build: py311h86d0cd9_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause - license_family: BSD - size: 15934429 - timestamp: 1700814198750 + size: 16740996 + timestamp: 1705980335177 - platform: osx-arm64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libgfortran 5.* - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy >=1.26.0,<1.28 - - numpy >=1.26.0,<2.0a0 + - numpy >=1.26.3,<1.28 + - numpy >=1.26.3,<2.0a0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.4-py312h510ce61_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.12.0-py312h9d7df2b_1.conda hash: - md5: 27af71d0b825de7afa6d1b64b09b8c4b - sha256: 702f1d2899f4822c6cbf84b8329a270fde485ba38d46ff645e84e97c0930d905 - build: py312h510ce61_0 + md5: 12c143ad80e95bfe51dadec5bb540536 + sha256: 937c2a828674ba58db9ec4ef0569c312ee4d57088bd7cd3973d38cdae037f4b1 + build: py312h9d7df2b_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: BSD-3-Clause - license_family: BSD - size: 14439560 - timestamp: 1700814744154 + size: 15398414 + timestamp: 1705980677877 - platform: win-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: @@ -33270,18 +33272,17 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.4-py311h0b4df5a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.12.0-py311h0b4df5a_1.conda hash: - md5: 7e367331519517cc9ba4635ceba0414c - sha256: a3ab79cf0c209b03b8cf95b9520d7a9afffaa9a803d9f33ede355ed98731239c - build: py311h0b4df5a_0 + md5: 99451b034f23fb00c0e6da87835dc618 + sha256: be8aeb4ddd5cb7ae7628db3b7631154f711c63ef17d3743b130b3b9152cea7b8 + build: py311h0b4df5a_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause - license_family: BSD - size: 14921421 - timestamp: 1700815001090 + size: 15846296 + timestamp: 1705981278915 - platform: linux-64 name: secretstorage version: 3.3.3 @@ -34341,75 +34342,73 @@ package: category: main manager: conda dependencies: - - libblas >=3.8.0,<4.0a0 - - libcblas >=3.8.0,<4.0a0 - - libgcc-ng >=9.4.0 - - liblapack >=3.8.0,<4.0a0 - - libstdcxx-ng >=9.4.0 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 - metis >=5.1.0,<5.1.1.0a0 - - mpfr >=4.1.0,<5.0a0 - - tbb >=2021.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h9e50725_1.tar.bz2 + - mpfr >=4.2.1,<5.0a0 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h5a4f163_3.conda hash: - md5: a3a685b5f9aeb890ed874502fe56accf - sha256: 176d004eafe3f07110315d1c96ab7245fbba8677364933213404890a0e2e9d1f - build: h9e50725_1 + md5: f363554b9084fb9d5e3366fbbc0d18e0 + sha256: 235c9321cb76896f3304eea87248a74f52d8c088a38b9cbd98a5366e34756b90 + build: h5a4f163_3 arch: x86_64 subdir: linux-64 - build_number: 1 - license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 2516475 - timestamp: 1630001297117 + build_number: 3 + license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 + size: 1457359 + timestamp: 1705676854887 - platform: osx-64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - - metis >=5.1.1,<5.1.2.0a0 + - metis >=5.1.0,<5.1.1.0a0 - mpfr >=4.2.1,<5.0a0 - - tbb >=2021.10.0 - url: https://conda.anaconda.org/conda-forge/osx-64/suitesparse-5.10.1-h0a40b7c_2.conda + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-64/suitesparse-5.10.1-h4bf45ed_3.conda hash: - md5: 31ae28651c3e544afa792b37e00deccd - sha256: e38ceeb1f3fa8e36ee73c912ec2408c2e4bcbdbf25d1bdfc9d44c442a27fa0a8 - build: h0a40b7c_2 + md5: 54b150bd31ab31d735b6daafb8df1fcf + sha256: 34afddecceb3fbffcc14090ec1ceaf6a57fcf95811571c7c664622c63a4b3869 + build: h4bf45ed_3 arch: x86_64 subdir: osx-64 - build_number: 2 - license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 1480877 - timestamp: 1701945645 + build_number: 3 + license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 + size: 1480812 + timestamp: 1705677334586 - platform: osx-arm64 name: suitesparse version: 5.10.1 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - - metis >=5.1.1,<5.1.2.0a0 + - metis >=5.1.0,<5.1.1.0a0 - mpfr >=4.2.1,<5.0a0 - - tbb >=2021.10.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/suitesparse-5.10.1-h88be0ae_2.conda + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/suitesparse-5.10.1-h79486c6_3.conda hash: - md5: 66c2bdc4a851a1e6a75f6ad53fc65068 - sha256: eda0096bfa20713bca6367f8cddc7c889bc2917ff825b7689a594e6ecab21a4e - build: h88be0ae_2 + md5: 01db3ca43ae81129b959890c3aaaac43 + sha256: 3e32cbb873c022c90dbe24348af9eddccbb422e3a8fcfb154b81a0c1e07be49c + build: h79486c6_3 arch: aarch64 subdir: osx-arm64 - build_number: 2 - license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) - size: 1126645 - timestamp: 1701945720181 + build_number: 3 + license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 + size: 1125223 + timestamp: 1705677285644 - platform: win-64 name: suitesparse version: 5.4.0 @@ -34515,81 +34514,89 @@ package: timestamp: 1665138565317 - platform: linux-64 name: tbb - version: 2021.7.0 + version: 2021.11.0 category: main manager: conda dependencies: - libgcc-ng >=12 + - libhwloc >=2.9.3,<2.9.4.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.7.0-h924138e_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.11.0-h00ab1b0_0.conda hash: - md5: 819421f81b127a5547bf96ad57eccdd9 - sha256: 452a6def24912d2a118d863095c3f9cb05fe5c997357431a0ca4452eb7f65f08 - build: h924138e_0 + md5: fde515afbbe6e36eb4564965c20b1058 + sha256: 05f2282cb204eeb62dbc698e14475f0bbb7f1eb07081d7f5da37d61ad3c4acb3 + build: h00ab1b0_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 2055530 - timestamp: 1668617473224 + size: 193857 + timestamp: 1702027376143 - platform: osx-64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.10.0-h1c7c39f_2.conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libhwloc >=2.9.3,<2.9.4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.11.0-he51d815_0.conda hash: - md5: 73434bcf87082942e938352afae9b0fa - sha256: 81e3fae041696a9a74d493e49ab08ceda0022b4bd3716c1d88c0dae5435af94a - build: h1c7c39f_2 + md5: cec76a56d90563f267055381b2a1ec0c + sha256: eff33d8d2e28bcb2db829fd90d025af77c80a870341153d08e0c60c3112bebcf + build: he51d815_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 159786 - timestamp: 1697713666733 + size: 172844 + timestamp: 1702027744659 - platform: osx-arm64 name: tbb - version: 2021.10.0 + version: 2021.11.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.10.0-h1995070_2.conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libhwloc >=2.9.3,<2.9.4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.11.0-h6aa02a4_0.conda hash: - md5: 245760f53d4fa23bfb58ffbf89a4edc8 - sha256: 5acedf2ba0d18217a6387f4788086e51cac56cef12ac120335fc3b31d40c0417 - build: h1995070_2 + md5: b81e28020645db1f8e7c4fc833b21e06 + sha256: c0f37b121e3e4618ce44698349b84cabb3e11a384cd8ae6b74f98ca07eb8e5cd + build: h6aa02a4_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: Apache-2.0 license_family: APACHE - size: 125356 - timestamp: 1697713774680 + size: 128020 + timestamp: 1702027906391 - platform: win-64 name: tbb - version: 2021.7.0 + version: 2021.11.0 category: main manager: conda dependencies: + - libhwloc >=2.9.3,<2.9.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.7.0-h91493d7_0.tar.bz2 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_0.conda hash: - md5: f57be598137919e4f7e7d159960d66a1 - sha256: c3d607499a6e097f4b8b27048ee7166319fd3dfe98aea9e69a69a3d087b986e3 + md5: 517c08eba817fb0e56cfd411ed198261 + sha256: aca5b239ed784161ba98809bcf06f67cc46773a09f5b94da8246d982f8d65a49 build: h91493d7_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 178574 - timestamp: 1668617991077 + size: 160300 + timestamp: 1702027823313 - platform: linux-64 name: tenacity version: 8.2.3 @@ -34844,7 +34851,7 @@ package: timestamp: 1689261378222 - platform: linux-64 name: tiledb - version: 2.18.3 + version: 2.19.0 category: main manager: conda dependencies: @@ -34858,26 +34865,26 @@ package: - libgcc-ng >=12 - libgoogle-cloud >=2.12.0,<2.13.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.18.3-hc1131af_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.19.0-hc1131af_0.conda hash: - md5: 7ef4678da990aa2d506e38762e5b76a7 - sha256: 319c186b6d1196f11ad785e27f083dcb579226ad5b7494949dd12e56ebf2db86 - build: hc1131af_1 + md5: 51f6de9ca86bdeeb92e89e4abccd03e8 + sha256: b2896839b41289205562b211a6e45ebdbb97018e076c1ae4faecbfcc421810d0 + build: hc1131af_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 6089520 - timestamp: 1702912628748 + size: 6108287 + timestamp: 1703264040484 - platform: osx-64 name: tiledb - version: 2.18.3 + version: 2.19.0 category: main manager: conda dependencies: @@ -34891,26 +34898,26 @@ package: - libcurl >=8.5.0,<9.0a0 - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.18.3-h4df5763_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.19.0-h4df5763_0.conda hash: - md5: 0a50174449ed147e957f071f22fadfcf - sha256: 18b2a31b400cbefd7537d33637f0daac470591a4b350a28ada5ae4e142498462 - build: h4df5763_1 + md5: eab42c6e4909c3901eaca7c5daf30be8 + sha256: cf5f78eb9f2bd85d0d7eb69c5c816db15abac4010f46c972ba0f8ed1e1033b0c + build: h4df5763_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 5162791 - timestamp: 1702914006440 + size: 5191749 + timestamp: 1703265062981 - platform: osx-arm64 name: tiledb - version: 2.18.3 + version: 2.19.0 category: main manager: conda dependencies: @@ -34923,26 +34930,26 @@ package: - libcurl >=8.5.0,<9.0a0 - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.18.3-h567544c_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.19.0-h567544c_0.conda hash: - md5: 797bffe9a6d88be3b6bf0c571a59f0e9 - sha256: e14de2d84a54110e60fb99be1147ffc649c1bb84a205c9b63a5a44e4765ab4b1 - build: h567544c_1 + md5: 60e4d67eedc2f19bfbdf964187f52d15 + sha256: beeeefd593a5f0fa70b25d7d9563dd54c3840e85f6c5d982e2066f7904077191 + build: h567544c_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 4668972 - timestamp: 1702914095072 + size: 4679383 + timestamp: 1703265601163 - platform: win-64 name: tiledb - version: 2.18.3 + version: 2.19.0 category: main manager: conda dependencies: @@ -34955,7 +34962,7 @@ package: - libcrc32c >=1.1.2,<1.2.0a0 - libcurl >=8.5.0,<9.0a0 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.12.3,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 @@ -34963,18 +34970,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.18.3-h8e52ccb_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.19.0-h8e52ccb_0.conda hash: - md5: 5b2c814ab70f11987b33d56c07f4fb88 - sha256: 91bfdfbdaf495fbcbf2364b7ab926d59fa36dec8d3370dca427a98142de15c21 - build: h8e52ccb_1 + md5: f8ec375b1b4025c647fe0ceace2d944c + sha256: e1f715cf84085709a5e88eb83bbfed26cad2df203c03dd23903b35ca192e6fae + build: h8e52ccb_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: MIT license_family: MIT - size: 4135432 - timestamp: 1702916525062 + size: 4126320 + timestamp: 1703268310493 - platform: linux-64 name: tinycss2 version: 1.2.1 @@ -36553,20 +36560,20 @@ package: - libnuma >=2.0.16,<3.0a0 - libstdcxx-ng >=12 - rdma-core >=49 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_3.conda hash: - md5: 5798de4587dc70fa6db81663e79f176a - sha256: 81fdea1a5ee5075bf4cbdc665b08d0e2ee9d3476f9d16acc58e2bbd913e9197b - build: h75e419f_2 + md5: 5baf4efbca923cdf73490c62cc7de1e2 + sha256: 7b5ccea54cac81bda2704e1c4cf06dba17dd683871e785fa11a1788ed289be9a + build: h75e419f_3 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 3 constrains: - cuda-version >=11.2,<12 license: BSD-3-Clause license_family: BSD - size: 15338569 - timestamp: 1702446360682 + size: 15172395 + timestamp: 1705978902381 - platform: linux-64 name: ukkonen version: 1.0.1 @@ -37667,180 +37674,180 @@ package: timestamp: 1699533574835 - platform: linux-64 name: xarray - version: 2023.12.0 + version: 2024.1.0 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 7103106672d9b25f2b2270797307698e + sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - flox >=0.5 + - distributed >=2022.7 - hdf5 >=1.12 - - iris >=3.2 - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - - pint >=0.19 + - toolz >=0.12 - nc-time-axis >=1.4 - - scipy >=1.8 + - cartopy >=0.20 + - bottleneck >=1.3 + - pint >=0.19 - seaborn >=0.11 - - dask-core >=2022.7 - - netcdf4 >=1.6.0 - numba >=0.55 - - bottleneck >=1.3 - - cartopy >=0.20 - - sparse >=0.13 + - matplotlib-base >=3.5 - zarr >=2.12 + - sparse >=0.13 - cftime >=1.6 - - toolz >=0.12 - - matplotlib-base >=3.5 + - scipy >=1.8 + - h5py >=3.6 + - iris >=3.2 + - netcdf4 >=1.6.0 + - dask-core >=2022.7 + - flox >=0.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730939 + timestamp: 1705615455494 - platform: osx-64 name: xarray - version: 2023.12.0 + version: 2024.1.0 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 7103106672d9b25f2b2270797307698e + sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - flox >=0.5 + - distributed >=2022.7 - hdf5 >=1.12 - - iris >=3.2 - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - - pint >=0.19 + - toolz >=0.12 - nc-time-axis >=1.4 - - scipy >=1.8 + - cartopy >=0.20 + - bottleneck >=1.3 + - pint >=0.19 - seaborn >=0.11 - - dask-core >=2022.7 - - netcdf4 >=1.6.0 - numba >=0.55 - - bottleneck >=1.3 - - cartopy >=0.20 - - sparse >=0.13 + - matplotlib-base >=3.5 - zarr >=2.12 + - sparse >=0.13 - cftime >=1.6 - - toolz >=0.12 - - matplotlib-base >=3.5 + - scipy >=1.8 + - h5py >=3.6 + - iris >=3.2 + - netcdf4 >=1.6.0 + - dask-core >=2022.7 + - flox >=0.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730939 + timestamp: 1705615455494 - platform: osx-arm64 name: xarray - version: 2023.12.0 + version: 2024.1.0 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 7103106672d9b25f2b2270797307698e + sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - flox >=0.5 + - distributed >=2022.7 - hdf5 >=1.12 - - iris >=3.2 - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - - pint >=0.19 + - toolz >=0.12 - nc-time-axis >=1.4 - - scipy >=1.8 + - cartopy >=0.20 + - bottleneck >=1.3 + - pint >=0.19 - seaborn >=0.11 - - dask-core >=2022.7 - - netcdf4 >=1.6.0 - numba >=0.55 - - bottleneck >=1.3 - - cartopy >=0.20 - - sparse >=0.13 + - matplotlib-base >=3.5 - zarr >=2.12 + - sparse >=0.13 - cftime >=1.6 - - toolz >=0.12 - - matplotlib-base >=3.5 + - scipy >=1.8 + - h5py >=3.6 + - iris >=3.2 + - netcdf4 >=1.6.0 + - dask-core >=2022.7 + - flox >=0.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730939 + timestamp: 1705615455494 - platform: win-64 name: xarray - version: 2023.12.0 + version: 2024.1.0 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 7103106672d9b25f2b2270797307698e + sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - flox >=0.5 + - distributed >=2022.7 - hdf5 >=1.12 - - iris >=3.2 - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - - pint >=0.19 + - toolz >=0.12 - nc-time-axis >=1.4 - - scipy >=1.8 + - cartopy >=0.20 + - bottleneck >=1.3 + - pint >=0.19 - seaborn >=0.11 - - dask-core >=2022.7 - - netcdf4 >=1.6.0 - numba >=0.55 - - bottleneck >=1.3 - - cartopy >=0.20 - - sparse >=0.13 + - matplotlib-base >=3.5 - zarr >=2.12 + - sparse >=0.13 - cftime >=1.6 - - toolz >=0.12 - - matplotlib-base >=3.5 + - scipy >=1.8 + - h5py >=3.6 + - iris >=3.2 + - netcdf4 >=1.6.0 + - dask-core >=2022.7 + - flox >=0.5 license: Apache-2.0 license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730939 + timestamp: 1705615455494 - platform: linux-64 name: xcb-util version: 0.4.0 From 8af3073ee0d78e8c31f042214d0eeabca8dba11a Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:55:00 +0100 Subject: [PATCH 29/82] Auto update Julia manifest (#980) As discussed: https://github.com/Deltares/Ribasim/pull/978#pullrequestreview-1838741269 --- .github/workflows/core_tests.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/julia_auto_update.yml | 31 +++++++++++++++++++++++++ pixi.toml | 1 + 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/julia_auto_update.yml diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index 50015322d..9e57902fb 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -1,7 +1,7 @@ name: Julia Tests on: push: - branches: [main, update/pixi-lock] + branches: [main, update/pixi-lock, update/julia-manifest] paths-ignore: [".teamcity/**"] tags: ["*"] pull_request: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4497abdda..0bba37774 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ name: Docs on: push: - branches: [main, update/pixi-lock] + branches: [main, update/pixi-lock, update/julia-manifest] paths-ignore: [".teamcity/**"] pull_request: merge_group: diff --git a/.github/workflows/julia_auto_update.yml b/.github/workflows/julia_auto_update.yml new file mode 100644 index 000000000..42de6be7e --- /dev/null +++ b/.github/workflows/julia_auto_update.yml @@ -0,0 +1,31 @@ +name: Julia auto update + +on: + schedule: + # At 03:00 on day 1 of the month + - cron: "0 3 1 * *" + # on demand + workflow_dispatch: + +jobs: + auto-update: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + - uses: prefix-dev/setup-pixi@v0.4.3 + with: + pixi-version: "latest" + - name: Update pixi lock file + run: | + pixi run update-manifest-julia + pixi install + - uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} + branch: update/julia-manifest + title: Update Julia manifest + commit-message: "Update Julia manifest" + body: Update Julia dependencies to the latest version. + author: "GitHub " diff --git a/pixi.toml b/pixi.toml index 3a3fd6447..27342235e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -29,6 +29,7 @@ install-without-pre-commit = { depends_on = [ install = { depends_on = ["install-without-pre-commit", "install-pre-commit"] } # Instantiate update-registry-julia = "julia --eval='using Pkg; Registry.update()'" +update-manifest-julia = "julia --eval='using Pkg; Pkg.update()'" instantiate-julia = "julia --project --eval='using Pkg; Pkg.instantiate()'" initialize-julia = { depends_on = [ "update-registry-julia", From 9e0435353540f4fb1891b79ad5aec81b8d18a156 Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Tue, 23 Jan 2024 16:12:26 +0100 Subject: [PATCH 30/82] Fix copy paste mistake --- .github/workflows/julia_auto_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/julia_auto_update.yml b/.github/workflows/julia_auto_update.yml index 42de6be7e..d745eb34c 100644 --- a/.github/workflows/julia_auto_update.yml +++ b/.github/workflows/julia_auto_update.yml @@ -17,7 +17,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.4.3 with: pixi-version: "latest" - - name: Update pixi lock file + - name: Update Julia manifest file run: | pixi run update-manifest-julia pixi install From d9288704268a2a40817ee951ae43b1a9ec3ae4d0 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Wed, 24 Jan 2024 10:01:10 +0100 Subject: [PATCH 31/82] Julia manifest update the root environment (#981) Instead to the global one. Now it works, I manually triggered the action from this branch in #982. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub --- Manifest.toml | 80 +++++++++++++++++++++++++++------------------------ pixi.toml | 2 +- 2 files changed, 43 insertions(+), 39 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index a4e91fb27..b7c0d6488 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -138,9 +138,9 @@ version = "0.1.5" [[deps.Bzip2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] -git-tree-sha1 = "19a35467a82e236ff51bc17a3a44b69ef35185a2" +git-tree-sha1 = "9e2a6b69137e6969bab0152632dcb3bc108c8bdd" uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0" -version = "1.0.8+0" +version = "1.0.8+1" [[deps.CPUSummary]] deps = ["CpuId", "IfElse", "PrecompileTools", "Static"] @@ -190,9 +190,9 @@ version = "0.7.3" [[deps.CodecZstd]] deps = ["TranscodingStreams", "Zstd_jll"] -git-tree-sha1 = "f69e46bf7b307d15a896b57d5b3321c01cd64923" +git-tree-sha1 = "23373fecba848397b1705f6183188a0c0bc86917" uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2" -version = "0.8.1" +version = "0.8.2" [[deps.CommonSolve]] git-tree-sha1 = "0eee5eb66b1cf62cd6ad1b460238e60e4b09400c" @@ -207,9 +207,9 @@ version = "0.3.0" [[deps.Compat]] deps = ["TOML", "UUIDs"] -git-tree-sha1 = "ed2ebb1ff7550226ddb584ba8352facf8d9ffb22" +git-tree-sha1 = "75bd5b6fc5089df449b5d35fa501c846c9b6549b" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "4.11.0" +version = "4.12.0" weakdeps = ["Dates", "LinearAlgebra"] [deps.Compat.extensions] @@ -309,9 +309,9 @@ uuid = "a10d1c49-ce27-4219-8d33-6db1a4562965" version = "2.5.0" [[deps.DataAPI]] -git-tree-sha1 = "8da84edb865b0b5b0100c0666a9bc9a0b71c553c" +git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe" uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" -version = "1.15.0" +version = "1.16.0" [[deps.DataFrames]] deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] @@ -355,15 +355,15 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" [[deps.Dictionaries]] deps = ["Indexing", "Random", "Serialization"] -git-tree-sha1 = "e82c3c97b5b4ec111f3c1b55228cebc7510525a2" +git-tree-sha1 = "5bde104a45593207307e1481a58e0339d4643fca" uuid = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" -version = "0.3.25" +version = "0.3.26" [[deps.DiffEqBase]] deps = ["ArrayInterface", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PreallocationTools", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Static", "StaticArraysCore", "Statistics", "Tricks", "TruncatedStacktraces"] -git-tree-sha1 = "044648af911974c3928058c1f8c83f159dece274" +git-tree-sha1 = "6af33c2eb7478db06bcf5c810e6f3dda53aac2ac" uuid = "2b5f629d-d688-5b77-993f-72d75c75574e" -version = "6.145.6" +version = "6.146.0" [deps.DiffEqBase.extensions] DiffEqBaseChainRulesCoreExt = "ChainRulesCore" @@ -598,9 +598,9 @@ version = "1.9.0" [[deps.HiGHS]] deps = ["HiGHS_jll", "MathOptInterface", "PrecompileTools", "SparseArrays"] -git-tree-sha1 = "fce13308f09771b160232903cad57be39a8a0ebb" +git-tree-sha1 = "2b650f670ad691b94f506e88b4f3ab591a13f809" uuid = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" -version = "1.7.5" +version = "1.8.0" [[deps.HiGHS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"] @@ -622,9 +622,9 @@ version = "1.24.2" [[deps.IOCapture]] deps = ["Logging", "Random"] -git-tree-sha1 = "d75853a0bdbfb1ac815478bacd89cd27b550ace6" +git-tree-sha1 = "8b72179abc660bfab5e28472e019392b97d0985c" uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89" -version = "0.2.3" +version = "0.2.4" [[deps.IfElse]] git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1" @@ -691,9 +691,9 @@ version = "1.0.0" [[deps.JLD2]] deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "Pkg", "PrecompileTools", "Printf", "Reexport", "Requires", "TranscodingStreams", "UUIDs"] -git-tree-sha1 = "853b9e0b876e8c7093a824c4f83c619d23525e64" +git-tree-sha1 = "7c0008f0b7622c6c0ee5c65cbc667b69f8a65672" uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819" -version = "0.4.43" +version = "0.4.45" [[deps.JLLWrappers]] deps = ["Artifacts", "Preferences"] @@ -900,9 +900,9 @@ weakdeps = ["ChainRulesCore", "ForwardDiff", "SpecialFunctions"] [[deps.LoweredCodeUtils]] deps = ["JuliaInterpreter"] -git-tree-sha1 = "38756922d32476c8f41f73560b910fc805a5a103" +git-tree-sha1 = "20ce1091ba18bcdae71ad9b71ee2367796ba6c48" uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" -version = "2.4.3" +version = "2.4.4" [[deps.Lz4_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] @@ -918,9 +918,9 @@ version = "2024.0.0+0" [[deps.MacroTools]] deps = ["Markdown", "Random"] -git-tree-sha1 = "b211c553c199c111d998ecdaf7623d1b89b69f93" +git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df" uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -version = "0.5.12" +version = "0.5.13" [[deps.ManualMemory]] git-tree-sha1 = "bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd" @@ -1025,10 +1025,10 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" version = "1.2.0" [[deps.NonlinearSolve]] -deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "EnumX", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "LazyArrays", "LineSearches", "LinearAlgebra", "LinearSolve", "MaybeInplace", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"] -git-tree-sha1 = "72b036b728461272ae1b1c3f7096cb4c319d8793" +deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "LazyArrays", "LineSearches", "LinearAlgebra", "LinearSolve", "MaybeInplace", "PrecompileTools", "Preferences", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArraysCore", "TimerOutputs"] +git-tree-sha1 = "78bdd3a4a62865cf43c53d63783b0cbfddcdbbe6" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" -version = "3.4.0" +version = "3.5.0" [deps.NonlinearSolve.extensions] NonlinearSolveBandedMatricesExt = "BandedMatrices" @@ -1203,9 +1203,9 @@ version = "1.3.4" [[deps.RecursiveArrayTools]] deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"] -git-tree-sha1 = "4943624c0e437ddf6362a82e5319bc8e83d80857" +git-tree-sha1 = "dd7fc1923fde0cc6cdff451352d17924b0704ca1" uuid = "731186ca-8d62-57ce-b412-fbd966d074cd" -version = "3.5.2" +version = "3.5.4" [deps.RecursiveArrayTools.extensions] RecursiveArrayToolsFastBroadcastExt = "FastBroadcast" @@ -1291,9 +1291,9 @@ version = "3.43.0+0" [[deps.SciMLBase]] deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"] -git-tree-sha1 = "b2714ddd879525c825f427e861f5059a96b287f7" +git-tree-sha1 = "de41474ac529bf81598e064587421cc5ebc28fa0" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -version = "2.18.0" +version = "2.20.0" [deps.SciMLBase.extensions] SciMLBaseChainRulesCoreExt = "ChainRulesCore" @@ -1344,16 +1344,18 @@ deps = ["Distributed", "Mmap", "Random", "Serialization"] uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" [[deps.SimpleNonlinearSolve]] -deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "MaybeInplace", "PrecompileTools", "Reexport", "SciMLBase", "StaticArraysCore"] -git-tree-sha1 = "8d672bd91dc432fb286b6d4bcf1a5dc417e932a3" +deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FastClosures", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "MaybeInplace", "PrecompileTools", "Reexport", "SciMLBase", "StaticArraysCore"] +git-tree-sha1 = "470c5f97af31fa35926b45eb01e53a46c8d7d35f" uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" -version = "1.2.0" +version = "1.3.1" [deps.SimpleNonlinearSolve.extensions] SimpleNonlinearSolvePolyesterForwardDiffExt = "PolyesterForwardDiff" + SimpleNonlinearSolveStaticArraysExt = "StaticArrays" [deps.SimpleNonlinearSolve.weakdeps] PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b" + StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [[deps.SimpleTraits]] deps = ["InteractiveUtils", "MacroTools"] @@ -1388,17 +1390,19 @@ version = "1.10.0" [[deps.SparseDiffTools]] deps = ["ADTypes", "Adapt", "ArrayInterface", "Compat", "DataStructures", "FiniteDiff", "ForwardDiff", "Graphs", "LinearAlgebra", "PackageExtensionCompat", "Random", "Reexport", "SciMLOperators", "Setfield", "SparseArrays", "StaticArrayInterface", "StaticArrays", "Tricks", "UnPack", "VertexSafeGraphs"] -git-tree-sha1 = "c281e11db4eacb36a292a054bac83c5a0aca2a26" +git-tree-sha1 = "3b38ae7a1cbe9b8b1344359599753957644b03d4" uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804" -version = "2.15.0" +version = "2.16.0" [deps.SparseDiffTools.extensions] SparseDiffToolsEnzymeExt = "Enzyme" + SparseDiffToolsPolyesterForwardDiffExt = "PolyesterForwardDiff" SparseDiffToolsSymbolicsExt = "Symbolics" SparseDiffToolsZygoteExt = "Zygote" [deps.SparseDiffTools.weakdeps] Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" + PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" @@ -1437,9 +1441,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"] [[deps.StaticArrays]] deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"] -git-tree-sha1 = "4e17a790909b17f7bf1496e3aec138cf01b60b3b" +git-tree-sha1 = "f68dd04d131d9a8a8eb836173ee8f105c360b0c5" uuid = "90137ffa-7385-5640-81b9-e52037218182" -version = "1.9.0" +version = "1.9.1" weakdeps = ["ChainRulesCore", "Statistics"] [deps.StaticArrays.extensions] @@ -1476,9 +1480,9 @@ version = "0.3.4" [[deps.StructArrays]] deps = ["Adapt", "ConstructionBase", "DataAPI", "GPUArraysCore", "StaticArraysCore", "Tables"] -git-tree-sha1 = "0a3db38e4cce3c54fe7a71f831cd7b6194a54213" +git-tree-sha1 = "1b0b1205a56dc288b71b1961d48e351520702e24" uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" -version = "0.6.16" +version = "0.6.17" [[deps.StructTypes]] deps = ["Dates", "UUIDs"] diff --git a/pixi.toml b/pixi.toml index 27342235e..27ff761d0 100644 --- a/pixi.toml +++ b/pixi.toml @@ -29,7 +29,7 @@ install-without-pre-commit = { depends_on = [ install = { depends_on = ["install-without-pre-commit", "install-pre-commit"] } # Instantiate update-registry-julia = "julia --eval='using Pkg; Registry.update()'" -update-manifest-julia = "julia --eval='using Pkg; Pkg.update()'" +update-manifest-julia = "julia --project --eval='using Pkg; Pkg.update()'" instantiate-julia = "julia --project --eval='using Pkg; Pkg.instantiate()'" initialize-julia = { depends_on = [ "update-registry-julia", From 2d7c382476b142c10ae859bc1bca3086f15cc940 Mon Sep 17 00:00:00 2001 From: Huite Date: Thu, 25 Jan 2024 12:46:34 +0100 Subject: [PATCH 32/82] Add update_subgrid_level to BMI functions (#986) Fixes #985 --- build/libribasim/src/libribasim.jl | 6 ++++++ core/src/bmi.jl | 5 +++++ python/ribasim_api/tests/test_bmi.py | 11 +++++++++++ python/ribasim_testmodels/ribasim_testmodels/basic.py | 11 ++++++++++- 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/build/libribasim/src/libribasim.jl b/build/libribasim/src/libribasim.jl index ccaf3fb54..ee216288f 100644 --- a/build/libribasim/src/libribasim.jl +++ b/build/libribasim/src/libribasim.jl @@ -100,6 +100,12 @@ Base.@ccallable function update_until(time::Cdouble)::Cint end end +Base.@ccallable function update_subgrid_level()::Cint + @try_c begin + Ribasim.update_subgrid_level(model) + end +end + Base.@ccallable function get_current_time(time::Ptr{Cdouble})::Cint @try_c begin t = BMI.get_current_time(model) diff --git a/core/src/bmi.jl b/core/src/bmi.jl index 7f11ee34d..9b9a7993d 100644 --- a/core/src/bmi.jl +++ b/core/src/bmi.jl @@ -633,6 +633,11 @@ function BMI.update_until(model::Model, time)::Model return model end +function update_subgrid_level(model::Model)::Model + update_subgrid_level!(model.integrator) + return model +end + function BMI.get_value_ptr(model::Model, name::AbstractString) if name == "volume" model.integrator.u.storage diff --git a/python/ribasim_api/tests/test_bmi.py b/python/ribasim_api/tests/test_bmi.py index 4318eec81..01342a274 100644 --- a/python/ribasim_api/tests/test_bmi.py +++ b/python/ribasim_api/tests/test_bmi.py @@ -57,6 +57,17 @@ def test_update_until(libribasim, basic, tmp_path): assert actual_time == pytest.approx(expected_time) +def test_update_subgrid_level(libribasim, basic, tmp_path): + basic.write(tmp_path / "ribasim.toml") + config_file = str(tmp_path / "ribasim.toml") + libribasim.initialize(config_file) + libribasim.update_subgrid_level() + level = libribasim.get_value_ptr("subgrid_level") + # The subgrid levels are initialized with NaN. + # After calling update, they should have regular values. + assert np.isfinite(level).all() + + def test_get_var_type(libribasim, basic, tmp_path): basic.write(tmp_path / "ribasim.toml") config_file = str(tmp_path / "ribasim.toml") diff --git a/python/ribasim_testmodels/ribasim_testmodels/basic.py b/python/ribasim_testmodels/ribasim_testmodels/basic.py index 657314b95..8d449d8c2 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/basic.py +++ b/python/ribasim_testmodels/ribasim_testmodels/basic.py @@ -39,7 +39,16 @@ def basic_model() -> ribasim.Model: state = pd.DataFrame( data={"node_id": static["node_id"], "level": 0.04471158417652035} ) - basin = ribasim.Basin(profile=profile, static=static, state=state) + # This is a 1:1 translation. + subgrid = pd.DataFrame( + data={ + "node_id": profile["node_id"], + "subgrid_id": profile["node_id"], + "basin_level": profile["level"], + "subgrid_level": profile["level"], + } + ) + basin = ribasim.Basin(profile=profile, static=static, state=state, subgrid=subgrid) # Setup linear resistance: linear_resistance = ribasim.LinearResistance( From 9763561ea51630a826df5f2fd9dad592e33f721c Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 25 Jan 2024 13:42:38 +0100 Subject: [PATCH 33/82] Pin pandas to less noisy 2.1.4 (#988) Addresses part of #984, at least for our dev environment. I'm keeping #984 open to remind us to unpin it when a new pandera is out. This also adds [xugrid](https://github.com/Deltares/xugrid) and netCDF4 to our pixi environment. Not as a ribasim dependency, but will need it to run conversion scripts from #969. --- pixi.lock | 4458 ++++++++++++++++++++++++++++++++++++++++------------- pixi.toml | 6 +- 2 files changed, 3371 insertions(+), 1093 deletions(-) diff --git a/pixi.lock b/pixi.lock index ac270a7a4..b076825ff 100644 --- a/pixi.lock +++ b/pixi.lock @@ -311,15 +311,15 @@ package: timestamp: 1649077760928 - platform: linux-64 name: argcomplete - version: 3.2.1 + version: 3.2.2 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.2-pyhd8ed1ab_0.conda hash: - md5: 0801250abb3d5b86010e20324f0dde94 - sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 + md5: 4017741f57d9bbf3cf184ca147859f78 + sha256: 8a1d1f92d40c6686d10ecce290a42560d023ecc02676f54dcfedfc0ede354f52 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -327,19 +327,19 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 40094 - timestamp: 1702228373768 + size: 40113 + timestamp: 1706095451334 - platform: osx-64 name: argcomplete - version: 3.2.1 + version: 3.2.2 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.2-pyhd8ed1ab_0.conda hash: - md5: 0801250abb3d5b86010e20324f0dde94 - sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 + md5: 4017741f57d9bbf3cf184ca147859f78 + sha256: 8a1d1f92d40c6686d10ecce290a42560d023ecc02676f54dcfedfc0ede354f52 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -347,19 +347,19 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 40094 - timestamp: 1702228373768 + size: 40113 + timestamp: 1706095451334 - platform: osx-arm64 name: argcomplete - version: 3.2.1 + version: 3.2.2 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.2-pyhd8ed1ab_0.conda hash: - md5: 0801250abb3d5b86010e20324f0dde94 - sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 + md5: 4017741f57d9bbf3cf184ca147859f78 + sha256: 8a1d1f92d40c6686d10ecce290a42560d023ecc02676f54dcfedfc0ede354f52 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -367,19 +367,19 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 40094 - timestamp: 1702228373768 + size: 40113 + timestamp: 1706095451334 - platform: win-64 name: argcomplete - version: 3.2.1 + version: 3.2.2 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.2.2-pyhd8ed1ab_0.conda hash: - md5: 0801250abb3d5b86010e20324f0dde94 - sha256: af221f16a23feea4d91db75b35c5720c9c448814af815fe6d45c5627eb75e897 + md5: 4017741f57d9bbf3cf184ca147859f78 + sha256: 8a1d1f92d40c6686d10ecce290a42560d023ecc02676f54dcfedfc0ede354f52 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -387,8 +387,8 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 40094 - timestamp: 1702228373768 + size: 40113 + timestamp: 1706095451334 - platform: linux-64 name: argon2-cffi version: 23.1.0 @@ -535,21 +535,21 @@ package: manager: conda dependencies: - cffi >=1.0.1 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py312h02f2b3b_4.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py311heffc1b2_4.conda hash: - md5: 015edbb6fae68ab35881f55f149d4725 - sha256: 1cfcf4b2d36a3b183a5cb1c69f85768166e50af6ced5ae381c440666a6da12c6 - build: py312h02f2b3b_4 + md5: e9a56c22ca1215ed3a7b6a9e8c4e6f07 + sha256: b9ab23e4f0d615432949d4b93723bd04b3c4aef725aa03b1e993903265c1b975 + build: py311heffc1b2_4 arch: aarch64 subdir: osx-arm64 build_number: 4 license: MIT license_family: MIT - size: 33607 - timestamp: 1695387216062 + size: 34126 + timestamp: 1695386994453 - platform: win-64 name: argon2-cffi-bindings version: 21.2.0 @@ -2283,7 +2283,7 @@ package: - azure-core-cpp >=1.10.3,<2.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - openssl >=3.2.0,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.5.0-hb858b4b_2.conda hash: @@ -2455,15 +2455,15 @@ package: timestamp: 1702422720584 - platform: linux-64 name: beartype - version: 0.16.2 + version: 0.17.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.16.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.17.0-pyhd8ed1ab_0.conda hash: - md5: 6a53852635d38c4dcf6bb53180c4ef04 - sha256: 62827782463af3ca4873fb2bc9dd7a85e7d237c8f9bdc1cdf2a099c8e4136f48 + md5: 9643d7bc2205d6d1f68a97559a58780c + sha256: 197c3b0a18b8a80d4f01b54f33f9c01e641a66a6c7a473879f322d42bf577562 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2471,19 +2471,19 @@ package: license: MIT license_family: MIT noarch: python - size: 673129 - timestamp: 1695447533107 + size: 723894 + timestamp: 1706176648344 - platform: osx-64 name: beartype - version: 0.16.2 + version: 0.17.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.16.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.17.0-pyhd8ed1ab_0.conda hash: - md5: 6a53852635d38c4dcf6bb53180c4ef04 - sha256: 62827782463af3ca4873fb2bc9dd7a85e7d237c8f9bdc1cdf2a099c8e4136f48 + md5: 9643d7bc2205d6d1f68a97559a58780c + sha256: 197c3b0a18b8a80d4f01b54f33f9c01e641a66a6c7a473879f322d42bf577562 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2491,19 +2491,19 @@ package: license: MIT license_family: MIT noarch: python - size: 673129 - timestamp: 1695447533107 + size: 723894 + timestamp: 1706176648344 - platform: osx-arm64 name: beartype - version: 0.16.2 + version: 0.17.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.16.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.17.0-pyhd8ed1ab_0.conda hash: - md5: 6a53852635d38c4dcf6bb53180c4ef04 - sha256: 62827782463af3ca4873fb2bc9dd7a85e7d237c8f9bdc1cdf2a099c8e4136f48 + md5: 9643d7bc2205d6d1f68a97559a58780c + sha256: 197c3b0a18b8a80d4f01b54f33f9c01e641a66a6c7a473879f322d42bf577562 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -2511,19 +2511,19 @@ package: license: MIT license_family: MIT noarch: python - size: 673129 - timestamp: 1695447533107 + size: 723894 + timestamp: 1706176648344 - platform: win-64 name: beartype - version: 0.16.2 + version: 0.17.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.16.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beartype-0.17.0-pyhd8ed1ab_0.conda hash: - md5: 6a53852635d38c4dcf6bb53180c4ef04 - sha256: 62827782463af3ca4873fb2bc9dd7a85e7d237c8f9bdc1cdf2a099c8e4136f48 + md5: 9643d7bc2205d6d1f68a97559a58780c + sha256: 197c3b0a18b8a80d4f01b54f33f9c01e641a66a6c7a473879f322d42bf577562 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2531,8 +2531,8 @@ package: license: MIT license_family: MIT noarch: python - size: 673129 - timestamp: 1695447533107 + size: 723894 + timestamp: 1706176648344 - platform: linux-64 name: beautifulsoup4 version: 4.12.3 @@ -2678,21 +2678,21 @@ package: - packaging >=22.0 - pathspec >=0.9 - platformdirs >=2 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.12.1-py312h81bd7bf_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-23.12.1-py311h267d04e_0.conda hash: - md5: 2a49927214911226ca1cf914ae6d3a76 - sha256: 7edf3c73bb6131e5d219d053369342f893429211360e65a44ace5bad9ace5445 - build: py312h81bd7bf_0 + md5: c4cfd1e85e013c9a0995166897d06b73 + sha256: b4ebb13643a6d77429f24b3fb3985d8e7eebd4804ea59b0834273ba0de451220 + build: py311h267d04e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 373423 - timestamp: 1703318004930 + size: 379989 + timestamp: 1703317897071 - platform: win-64 name: black version: 23.12.1 @@ -2740,6 +2740,7 @@ package: subdir: win-64 build_number: 21 license: BSD-3-Clause + license_family: BSD size: 17016 timestamp: 1705980772111 - platform: win-64 @@ -2763,6 +2764,7 @@ package: subdir: win-64 build_number: 21 license: BSD-3-Clause + license_family: BSD size: 16459 timestamp: 1705980621558 - platform: linux-64 @@ -3052,6 +3054,122 @@ package: noarch: python size: 14075 timestamp: 1698243713437 +- platform: linux-64 + name: bokeh + version: 3.3.3 + category: main + manager: conda + dependencies: + - contourpy >=1 + - jinja2 >=2.9 + - numpy >=1.16 + - packaging >=16.8 + - pandas >=1.2 + - pillow >=7.1.0 + - python >=3.9 + - pyyaml >=3.10 + - tornado >=5.1 + - xyzservices >=2021.09.1 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.3-pyhd8ed1ab_0.conda + hash: + md5: e6b7ca7e29811c2f72f93e8188171caa + sha256: 68a7e59b98235cef7fecced56a76056e54392d6961129c2b3b135fc5ec92a6c3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 4941170 + timestamp: 1704748161694 +- platform: osx-64 + name: bokeh + version: 3.3.3 + category: main + manager: conda + dependencies: + - contourpy >=1 + - jinja2 >=2.9 + - numpy >=1.16 + - packaging >=16.8 + - pandas >=1.2 + - pillow >=7.1.0 + - python >=3.9 + - pyyaml >=3.10 + - tornado >=5.1 + - xyzservices >=2021.09.1 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.3-pyhd8ed1ab_0.conda + hash: + md5: e6b7ca7e29811c2f72f93e8188171caa + sha256: 68a7e59b98235cef7fecced56a76056e54392d6961129c2b3b135fc5ec92a6c3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 4941170 + timestamp: 1704748161694 +- platform: osx-arm64 + name: bokeh + version: 3.3.3 + category: main + manager: conda + dependencies: + - contourpy >=1 + - jinja2 >=2.9 + - numpy >=1.16 + - packaging >=16.8 + - pandas >=1.2 + - pillow >=7.1.0 + - python >=3.9 + - pyyaml >=3.10 + - tornado >=5.1 + - xyzservices >=2021.09.1 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.3-pyhd8ed1ab_0.conda + hash: + md5: e6b7ca7e29811c2f72f93e8188171caa + sha256: 68a7e59b98235cef7fecced56a76056e54392d6961129c2b3b135fc5ec92a6c3 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 4941170 + timestamp: 1704748161694 +- platform: win-64 + name: bokeh + version: 3.3.3 + category: main + manager: conda + dependencies: + - contourpy >=1 + - jinja2 >=2.9 + - numpy >=1.16 + - packaging >=16.8 + - pandas >=1.2 + - pillow >=7.1.0 + - python >=3.9 + - pyyaml >=3.10 + - tornado >=5.1 + - xyzservices >=2021.09.1 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.3-pyhd8ed1ab_0.conda + hash: + md5: e6b7ca7e29811c2f72f93e8188171caa + sha256: 68a7e59b98235cef7fecced56a76056e54392d6961129c2b3b135fc5ec92a6c3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 4941170 + timestamp: 1704748161694 - platform: linux-64 name: branca version: 0.7.0 @@ -3362,14 +3480,14 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py311ha891d26_1.conda hash: - md5: 1bc01b9ffdf42beb1a9fe4e9222e0567 - sha256: 3418b1738243abba99e931c017b952771eeaa1f353c07f7d45b55e83bb74fcb3 - build: py312h9f69965_1 + md5: 5e802b015e33447d1283d599d21f052b + sha256: 2d78c79ccf2c17236c52ef217a4c34b762eb7908a6903d94439f787aac1c8f4b + build: py311ha891d26_1 arch: aarch64 subdir: osx-arm64 build_number: 1 @@ -3377,8 +3495,8 @@ package: - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT - size: 343435 - timestamp: 1695990731924 + size: 343332 + timestamp: 1695991223439 - platform: win-64 name: brotli-python version: 1.1.0 @@ -4241,21 +4359,21 @@ package: dependencies: - libffi >=3.4,<4.0a0 - pycparser - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py311h4a08483_0.conda hash: - md5: 960ecbd65860d3b1de5e30373e1bffb1 - sha256: 1544403cb1a5ca2aeabf0dac86d9ce6066d6fb4363493643b33ffd1b78038d18 - build: py312h8e38eb3_0 + md5: cbdde0484a47b40e6ce2a4e5aaeb48d7 + sha256: 9430416328fe2a28e206e703de771817064c8613a79a6a21fe7107f6a783104c + build: py311h4a08483_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 284245 - timestamp: 1696002181644 + size: 292511 + timestamp: 1696002194472 - platform: win-64 name: cffi version: 1.16.0 @@ -4451,6 +4569,95 @@ package: license: LicenseRef-fitsio size: 563597 timestamp: 1700704657931 +- platform: linux-64 + name: cftime + version: 1.6.3 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/linux-64/cftime-1.6.3-py311h1f0f07a_0.conda + hash: + md5: b7e6d52b39e199238c3400cafaabafb3 + sha256: 733698aeaba7e86de82300e016f5a7ee16875d5cf21b927fe6c6f183e6f0d57f + build: py311h1f0f07a_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 248470 + timestamp: 1698610153918 +- platform: osx-64 + name: cftime + version: 1.6.3 + category: main + manager: conda + dependencies: + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-64/cftime-1.6.3-py311hc9a392d_0.conda + hash: + md5: 1ff674a61d45e398cc4bf75a116d6a32 + sha256: d3f434996bed1f94b193eaa6d74faf84860fa485ce1ae5e3dabb99053e9c7a98 + build: py311hc9a392d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 211864 + timestamp: 1698610262887 +- platform: osx-arm64 + name: cftime + version: 1.6.3 + category: main + manager: conda + dependencies: + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cftime-1.6.3-py311h9ea6feb_0.conda + hash: + md5: a6953d69d4f0fbd72436b3b8cb51f04a + sha256: 662d97c84192831aa0322d46432dab89e549a89383fdccf90caed33edcffc009 + build: py311h9ea6feb_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + size: 206114 + timestamp: 1698610333282 +- platform: win-64 + name: cftime + version: 1.6.3 + category: main + manager: conda + dependencies: + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/cftime-1.6.3-py311h59ca53f_0.conda + hash: + md5: a1eeb8f4a2bf8b01c4b7ef15dad96e4b + sha256: 845a5bbafacf1a47fd4682cd558e36d98ee7fa4de9ebfa0ff605c9e9db3c441f + build: py311h59ca53f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 186745 + timestamp: 1698610652141 - platform: linux-64 name: chardet version: 5.2.0 @@ -4497,21 +4704,21 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/chardet-5.2.0-py312h81bd7bf_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/chardet-5.2.0-py311h267d04e_1.conda hash: - md5: ea728c39b7453cb5f7177bc44ee22c73 - sha256: 2451501ec933017ff77c18436884baa90b289420c43ad4bdb4fe60d55e5dcdfd - build: py312h81bd7bf_1 + md5: 2aa7eb0b906818f900e2075fc244976f + sha256: 69541a0c834baa0b404cb55f8389bb53f8e9d6962055d68285635d6fbc04334c + build: py311h267d04e_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: LGPL-2.1-only license_family: GPL - size: 263585 - timestamp: 1695469015195 + size: 269754 + timestamp: 1695469210623 - platform: win-64 name: chardet version: 5.2.0 @@ -4865,6 +5072,86 @@ package: noarch: python size: 10255 timestamp: 1633637895378 +- platform: linux-64 + name: cloudpickle + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 753d29fe41bb881e4b9c004f0abf973f + sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 24746 + timestamp: 1697464875382 +- platform: osx-64 + name: cloudpickle + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 753d29fe41bb881e4b9c004f0abf973f + sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 24746 + timestamp: 1697464875382 +- platform: osx-arm64 + name: cloudpickle + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 753d29fe41bb881e4b9c004f0abf973f + sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 24746 + timestamp: 1697464875382 +- platform: win-64 + name: cloudpickle + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 753d29fe41bb881e4b9c004f0abf973f + sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 24746 + timestamp: 1697464875382 - platform: linux-64 name: cmarkgfm version: 0.8.0 @@ -4915,21 +5202,21 @@ package: manager: conda dependencies: - cffi >=1.0.0 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-0.8.0-py312h02f2b3b_3.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-0.8.0-py311heffc1b2_3.conda hash: - md5: ffedee35be7a5015d09e2660a66b89c9 - sha256: 2e95c3797cd2796f32de8408626d63cb1283f2b7b0826021d2e26cc58d9231a0 - build: py312h02f2b3b_3 + md5: 5cb88950ae060fe9220ed27c2d06987d + sha256: d27c4d0cf73cd86551a403fa8363f61bdd270418a348aebbd51f5ca26be0661e + build: py311heffc1b2_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: MIT license_family: MIT - size: 113474 - timestamp: 1695670347968 + size: 114180 + timestamp: 1695670152127 - platform: win-64 name: cmarkgfm version: 0.8.0 @@ -5173,21 +5460,21 @@ package: - __osx >=10.9 - libcxx >=16.0.6 - numpy >=1.20,<2 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.0-py312h76e736e_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.0-py311hd03642b_0.conda hash: - md5: 1dadb551925202b61d137da997f99e08 - sha256: 9651380de808917b67ca6d93d1ffa9db5ef0889c6e0ed87379ef0696517b47e3 - build: py312h76e736e_0 + md5: c0fa0bea0af7ecdea23bf983655fa2d0 + sha256: 3ec341c3a33bbb7f60e9a96214e0e08c4ba9e4a553b18104194e7843abbb4ef4 + build: py311hd03642b_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 237646 - timestamp: 1699041880921 + size: 240223 + timestamp: 1699041881051 - platform: win-64 name: contourpy version: 1.2.0 @@ -5261,22 +5548,22 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - tomli - url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.4.0-py312he37b823_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.4.0-py311h05b510d_0.conda hash: - md5: 51d9b25b512e0cb6a9db9f6c28c694cd - sha256: aef75809d0b51d00cf01e91f0651c27584279468bd00819c316ecdad320d9d00 - build: py312he37b823_0 + md5: 7a801e12fd286ee7d3be2bf7fb1e029f + sha256: 78c909fcedf2aa360b95e4ea395706557df4adde27ce3b9086f7e2934c26a2b2 + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 355577 - timestamp: 1703727615757 + size: 365440 + timestamp: 1703727575915 - platform: win-64 name: coverage version: 7.4.0 @@ -5303,7 +5590,7 @@ package: timestamp: 1703727762345 - platform: linux-64 name: cryptography - version: 41.0.7 + version: 42.0.0 category: main manager: conda dependencies: @@ -5312,18 +5599,18 @@ package: - openssl >=3.1.4,<4.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.7-py311hcb13ee4_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-42.0.0-py311hcb13ee4_0.conda hash: - md5: ca6e04ac7262ecaec846e483d6fdc6c8 - sha256: 0959d015727ae5f55f385556a0a19b9f6036752ea05f78a99cb534803e325cab - build: py311hcb13ee4_1 + md5: fbe3e1fe48bc9137f71ff2c1cb95d14b + sha256: f63afd05c1230f47212eb35e92dfd3300fb6c94c0e1d75e432a27b3267d21dd9 + build: py311hcb13ee4_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT license_family: BSD - size: 2044035 - timestamp: 1701563449491 + size: 2044499 + timestamp: 1706068357584 - platform: linux-64 name: curl version: 8.5.0 @@ -5502,6 +5789,95 @@ package: noarch: python size: 13458 timestamp: 1696677888423 +- platform: linux-64 + name: cytoolz + version: 0.12.2 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/linux-64/cytoolz-0.12.2-py311h459d7ec_1.conda + hash: + md5: afe341dbe834ae76d2c23157ff00e633 + sha256: 96efb822226a57f15a97b07626602b74bcf204a13fa55c63664496718496da41 + build: py311h459d7ec_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 393997 + timestamp: 1695545323707 +- platform: osx-64 + name: cytoolz + version: 0.12.2 + category: main + manager: conda + dependencies: + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/osx-64/cytoolz-0.12.2-py311h2725bcf_1.conda + hash: + md5: d9c0b3f76158bab142e87173de61aae2 + sha256: 58861b45b3075ad0fd012137b6f4435ef4734c5b7a4a806c92a8e9bac81567f4 + build: py311h2725bcf_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 344463 + timestamp: 1695545474783 +- platform: osx-arm64 + name: cytoolz + version: 0.12.2 + category: main + manager: conda + dependencies: + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cytoolz-0.12.2-py311heffc1b2_1.conda + hash: + md5: 9ba273ea58e52932188ac9a701c65e1c + sha256: 983165d18666b71476211ce574a8c574e9e8f549ec069a4ee8fe0eb629278ad6 + build: py311heffc1b2_1 + arch: aarch64 + subdir: osx-arm64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 351392 + timestamp: 1695545581191 +- platform: win-64 + name: cytoolz + version: 0.12.2 + category: main + manager: conda + dependencies: + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - toolz >=0.10.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/cytoolz-0.12.2-py311ha68e1ae_1.conda + hash: + md5: 428d339fa2522d956fca378fdc148fa4 + sha256: 650c43315379b69fdf4dd7c210cebd50b792ea3a2b870c84021f856de088e93d + build: py311ha68e1ae_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 321377 + timestamp: 1695545585126 - platform: linux-64 name: dart-sass version: 1.58.3 @@ -5556,6 +5932,246 @@ package: license_family: MIT size: 2846260 timestamp: 1683598954152 +- platform: linux-64 + name: dask + version: 2024.1.0 + category: main + manager: conda + dependencies: + - bokeh >=2.4.2,!=3.0.* + - cytoolz >=0.11.0 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - distributed >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - lz4 >=4.3.2 + - numpy >=1.21 + - pandas >=1.3 + - pyarrow >=7.0 + - pyarrow-hotfix + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 972955a551de85754e66bb61bd628232 + sha256: b6f6cfbd68026633b3b65ce817ac7f92f1defc2fa6aed9d4a2d70f2224d06d0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7515 + timestamp: 1705107766795 +- platform: osx-64 + name: dask + version: 2024.1.0 + category: main + manager: conda + dependencies: + - bokeh >=2.4.2,!=3.0.* + - cytoolz >=0.11.0 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - distributed >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - lz4 >=4.3.2 + - numpy >=1.21 + - pandas >=1.3 + - pyarrow >=7.0 + - pyarrow-hotfix + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 972955a551de85754e66bb61bd628232 + sha256: b6f6cfbd68026633b3b65ce817ac7f92f1defc2fa6aed9d4a2d70f2224d06d0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7515 + timestamp: 1705107766795 +- platform: osx-arm64 + name: dask + version: 2024.1.0 + category: main + manager: conda + dependencies: + - bokeh >=2.4.2,!=3.0.* + - cytoolz >=0.11.0 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - distributed >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - lz4 >=4.3.2 + - numpy >=1.21 + - pandas >=1.3 + - pyarrow >=7.0 + - pyarrow-hotfix + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 972955a551de85754e66bb61bd628232 + sha256: b6f6cfbd68026633b3b65ce817ac7f92f1defc2fa6aed9d4a2d70f2224d06d0a + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7515 + timestamp: 1705107766795 +- platform: win-64 + name: dask + version: 2024.1.0 + category: main + manager: conda + dependencies: + - bokeh >=2.4.2,!=3.0.* + - cytoolz >=0.11.0 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - distributed >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - lz4 >=4.3.2 + - numpy >=1.21 + - pandas >=1.3 + - pyarrow >=7.0 + - pyarrow-hotfix + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 972955a551de85754e66bb61bd628232 + sha256: b6f6cfbd68026633b3b65ce817ac7f92f1defc2fa6aed9d4a2d70f2224d06d0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7515 + timestamp: 1705107766795 +- platform: linux-64 + name: dask-core + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.1 + - cloudpickle >=1.5.0 + - fsspec >=2021.09.0 + - importlib_metadata >=4.13.0 + - packaging >=20.0 + - partd >=1.2.0 + - python >=3.9 + - pyyaml >=5.3.1 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: cab4cec272dc1e30086f7d32faa4f130 + sha256: a5d2dd0ed941e2c0067b3b6c4d594838f70c59ed4450e7344049bde9a3c2b654 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 870822 + timestamp: 1705098230606 +- platform: osx-64 + name: dask-core + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.1 + - cloudpickle >=1.5.0 + - fsspec >=2021.09.0 + - importlib_metadata >=4.13.0 + - packaging >=20.0 + - partd >=1.2.0 + - python >=3.9 + - pyyaml >=5.3.1 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: cab4cec272dc1e30086f7d32faa4f130 + sha256: a5d2dd0ed941e2c0067b3b6c4d594838f70c59ed4450e7344049bde9a3c2b654 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 870822 + timestamp: 1705098230606 +- platform: osx-arm64 + name: dask-core + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.1 + - cloudpickle >=1.5.0 + - fsspec >=2021.09.0 + - importlib_metadata >=4.13.0 + - packaging >=20.0 + - partd >=1.2.0 + - python >=3.9 + - pyyaml >=5.3.1 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: cab4cec272dc1e30086f7d32faa4f130 + sha256: a5d2dd0ed941e2c0067b3b6c4d594838f70c59ed4450e7344049bde9a3c2b654 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 870822 + timestamp: 1705098230606 +- platform: win-64 + name: dask-core + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.1 + - cloudpickle >=1.5.0 + - fsspec >=2021.09.0 + - importlib_metadata >=4.13.0 + - packaging >=20.0 + - partd >=1.2.0 + - python >=3.9 + - pyyaml >=5.3.1 + - toolz >=0.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: cab4cec272dc1e30086f7d32faa4f130 + sha256: a5d2dd0ed941e2c0067b3b6c4d594838f70c59ed4450e7344049bde9a3c2b654 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 870822 + timestamp: 1705098230606 - platform: linux-64 name: datamodel-code-generator version: 0.24.2 @@ -5755,21 +6371,21 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.0-py312h9f69965_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.0-py311ha891d26_1.conda hash: - md5: 86aa5172acd2140b7a5134397938dd5a - sha256: d626f7e616ad7082e828fd4991a919d1f26925b5586fbd28baece8a3aa95ae52 - build: py312h9f69965_1 + md5: 575b875f1e7901213e9a0f44db9deccc + sha256: a7c3b4abf2d3d5256be7e891e76c86dd52e3893e9495d468e3c95e82932b9d7b + build: py311ha891d26_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 2764216 - timestamp: 1695534715799 + size: 2957693 + timestamp: 1695534717336 - platform: win-64 name: debugpy version: 1.8.0 @@ -6149,6 +6765,158 @@ package: noarch: python size: 274915 timestamp: 1702383349284 +- platform: linux-64 + name: distributed + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.0 + - cloudpickle >=1.5.0 + - cytoolz >=0.10.1 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - locket >=1.0.0 + - msgpack-python >=1.0.0 + - packaging >=20.0 + - psutil >=5.7.2 + - python >=3.9 + - pyyaml >=5.3.1 + - sortedcontainers >=2.0.5 + - tblib >=1.6.0 + - toolz >=0.10.0 + - tornado >=6.0.4 + - urllib3 >=1.24.3 + - zict >=3.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 6c7822204c9e438b2f298e82127f05ec + sha256: 3a376ff500035e602c8fcfb1624aee75ccf12ec89409e620576d97194ff87590 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 789739 + timestamp: 1705103952389 +- platform: osx-64 + name: distributed + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.0 + - cloudpickle >=1.5.0 + - cytoolz >=0.10.1 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - locket >=1.0.0 + - msgpack-python >=1.0.0 + - packaging >=20.0 + - psutil >=5.7.2 + - python >=3.9 + - pyyaml >=5.3.1 + - sortedcontainers >=2.0.5 + - tblib >=1.6.0 + - toolz >=0.10.0 + - tornado >=6.0.4 + - urllib3 >=1.24.3 + - zict >=3.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 6c7822204c9e438b2f298e82127f05ec + sha256: 3a376ff500035e602c8fcfb1624aee75ccf12ec89409e620576d97194ff87590 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 789739 + timestamp: 1705103952389 +- platform: osx-arm64 + name: distributed + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.0 + - cloudpickle >=1.5.0 + - cytoolz >=0.10.1 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - locket >=1.0.0 + - msgpack-python >=1.0.0 + - packaging >=20.0 + - psutil >=5.7.2 + - python >=3.9 + - pyyaml >=5.3.1 + - sortedcontainers >=2.0.5 + - tblib >=1.6.0 + - toolz >=0.10.0 + - tornado >=6.0.4 + - urllib3 >=1.24.3 + - zict >=3.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 6c7822204c9e438b2f298e82127f05ec + sha256: 3a376ff500035e602c8fcfb1624aee75ccf12ec89409e620576d97194ff87590 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 789739 + timestamp: 1705103952389 +- platform: win-64 + name: distributed + version: 2024.1.0 + category: main + manager: conda + dependencies: + - click >=8.0 + - cloudpickle >=1.5.0 + - cytoolz >=0.10.1 + - dask-core >=2024.1.0,<2024.1.1.0a0 + - jinja2 >=2.10.3 + - locket >=1.0.0 + - msgpack-python >=1.0.0 + - packaging >=20.0 + - psutil >=5.7.2 + - python >=3.9 + - pyyaml >=5.3.1 + - sortedcontainers >=2.0.5 + - tblib >=1.6.0 + - toolz >=0.10.0 + - tornado >=6.0.4 + - urllib3 >=1.24.3 + - zict >=3.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2024.1.0-pyhd8ed1ab_0.conda + hash: + md5: 6c7822204c9e438b2f298e82127f05ec + sha256: 3a376ff500035e602c8fcfb1624aee75ccf12ec89409e620576d97194ff87590 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - openssl !=1.1.1e + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 789739 + timestamp: 1705103952389 - platform: linux-64 name: docutils version: 0.20.1 @@ -6193,20 +6961,20 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py312h81bd7bf_3.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py311h267d04e_3.conda hash: - md5: 50ea9a1ab48349f343ca2ae82833bda4 - sha256: e1ad41c6401ab2ada143d6e1dbbe6ae8afbe3e651211bb414b9ae1f0f8c13249 - build: py312h81bd7bf_3 + md5: 29944e93a6f38b2e0fd4f6b743558959 + sha256: 21af625c067faa77cd3aa2bfd8ca2449cdacdb1b531da8b4cbb476f4a928fdd9 + build: py311h267d04e_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - size: 901757 - timestamp: 1701883118423 + size: 919194 + timestamp: 1701883260630 - platform: win-64 name: docutils version: 0.20.1 @@ -7158,25 +7926,25 @@ package: - gdal - libcxx >=15 - libgdal >=3.8.2,<3.9.0a0 - - numpy >=1.26.2,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - setuptools - shapely - six - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py312hd158ed5_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py311h1c26527_3.conda hash: - md5: c0df0974bca13cacce11836265eb1292 - sha256: 716c8da1cbb8e717ee657256429bafd0f26d12e12dc0d5b2410526d33525e660 - build: py312hd158ed5_3 + md5: 9b0293affd39de0a112177719433f0ff + sha256: 6139ca75612db01d29edae993d8d94ec8d517500e4e84c0d74a23f85de1075dd + build: py311h1c26527_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: BSD-3-Clause license_family: BSD - size: 852682 - timestamp: 1704131999871 + size: 875017 + timestamp: 1704132018180 - platform: win-64 name: fiona version: 1.9.5 @@ -7929,21 +8697,21 @@ package: dependencies: - brotli - munkres - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.47.2-py312he37b823_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.47.2-py311h05b510d_0.conda hash: - md5: 059babd4480dd912b4ff5192ef01d00e - sha256: c4d52a2f0738f058fbec1c5af0c635af444783bb45a98e67a5b806b099e69440 - build: py312he37b823_0 + md5: ab42446b6d0b5f5a47b9f047c0e2875f + sha256: 080b6ff8d07465641671ce254b04e254c48cf169558f381dba2482814cec8d49 + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 2696488 - timestamp: 1704980384001 + size: 2715277 + timestamp: 1704980490019 - platform: win-64 name: fonttools version: 4.47.2 @@ -8221,6 +8989,86 @@ package: license_family: MOZILLA size: 77439 timestamp: 1694953013560 +- platform: linux-64 + name: fsspec + version: 2023.12.2 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.12.2-pyhca7485f_0.conda + hash: + md5: bf40f2a8835b78b1f91083d306b493d2 + sha256: 9269a5464698e0fde1f9c78544552817370c26df86e2a5a7518544b6a55ae8ee + build: pyhca7485f_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 126890 + timestamp: 1702336105574 +- platform: osx-64 + name: fsspec + version: 2023.12.2 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.12.2-pyhca7485f_0.conda + hash: + md5: bf40f2a8835b78b1f91083d306b493d2 + sha256: 9269a5464698e0fde1f9c78544552817370c26df86e2a5a7518544b6a55ae8ee + build: pyhca7485f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 126890 + timestamp: 1702336105574 +- platform: osx-arm64 + name: fsspec + version: 2023.12.2 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.12.2-pyhca7485f_0.conda + hash: + md5: bf40f2a8835b78b1f91083d306b493d2 + sha256: 9269a5464698e0fde1f9c78544552817370c26df86e2a5a7518544b6a55ae8ee + build: pyhca7485f_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 126890 + timestamp: 1702336105574 +- platform: win-64 + name: fsspec + version: 2023.12.2 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.12.2-pyhca7485f_0.conda + hash: + md5: bf40f2a8835b78b1f91083d306b493d2 + sha256: 9269a5464698e0fde1f9c78544552817370c26df86e2a5a7518544b6a55ae8ee + build: pyhca7485f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 126890 + timestamp: 1702336105574 - platform: linux-64 name: future version: 0.18.3 @@ -8311,7 +9159,7 @@ package: - libgcc-ng >=12 - libgdal 3.8.3 hcd1fc54_0 - libstdcxx-ng >=12 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 @@ -8364,23 +9212,23 @@ package: - libcxx >=15 - libgdal 3.8.3 h7e86f1f_0 - libxml2 >=2.12.3,<3.0.0a0 - - numpy >=1.26.3,<2.0a0 + - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.3-py312h30d4138_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.3-py311h4a095a9_0.conda hash: - md5: b1cf7d5e3f2c6ab8509984440b1121ae - sha256: 1831c0efdeeb692798e344777e141b12397bb4fef4852198a85b761706cd3f89 - build: py312h30d4138_0 + md5: 1d0d0f1484ed8b1430f0fe84b419b4c6 + sha256: da005ebd48ca404d76dcd855d0a2a0dd46c8b092f1cce17156f8493452669e68 + build: py311h4a095a9_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 1633332 - timestamp: 1704806310525 + size: 1646788 + timestamp: 1704806807441 - platform: win-64 name: gdal version: 3.8.3 @@ -9585,14 +10433,14 @@ package: timestamp: 1626371462874 - platform: linux-64 name: gst-plugins-base - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: - __glibc >=2.17,<3.0.a0 - alsa-lib >=1.2.10,<1.2.11.0a0 - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 h98fc4e7_1 + - gstreamer 1.22.9 h98fc4e7_0 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - libglib >=2.78.3,<3.0a0 @@ -9607,26 +10455,25 @@ package: - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.8-h8e1006c_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.9-h8e1006c_0.conda hash: - md5: 3926dab94fe06d88ade0e716d77b8cf8 - sha256: 5d3d3fddd57204976097e01b156f1fa41cfe246a939719d2b72696aa060d1150 - build: h8e1006c_1 + md5: 614b81f8ed66c56b640faee7076ad14a + sha256: a4312c96a670fdbf9ff0c3efd935e42fa4b655ff33dcc52c309b76a2afaf03f0 + build: h8e1006c_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 2707117 - timestamp: 1704608229364 + size: 2709696 + timestamp: 1706154948546 - platform: osx-64 name: gst-plugins-base - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 hf63bbb8_1 + - gstreamer 1.22.9 hf63bbb8_0 - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 @@ -9634,26 +10481,25 @@ package: - libpng >=1.6.39,<1.7.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.8-h3fb38fc_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.9-h3fb38fc_0.conda hash: - md5: 14ac59de5f1c79710e6db11d9f826317 - sha256: 38a11873952b0be575341706cfcd5c71b42247a168b8b418bb3d51919e9a0d23 - build: h3fb38fc_1 + md5: a0a4e1596c79cb67ba243e5e4dfd559f + sha256: c633c837b6e24da03129144ac1ab5940f43035a639b39bb2a1b086ea2f025e8f + build: h3fb38fc_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 2344402 - timestamp: 1704608551221 + size: 2344738 + timestamp: 1706155251056 - platform: osx-arm64 name: gst-plugins-base - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 h551c6ff_1 + - gstreamer 1.22.9 h551c6ff_0 - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 @@ -9661,26 +10507,25 @@ package: - libpng >=1.6.39,<1.7.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gst-plugins-base-1.22.8-h09b4b5e_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gst-plugins-base-1.22.9-h09b4b5e_0.conda hash: - md5: ea0e61ed6e038f7bf1c1a23da70ff273 - sha256: cb5b234345e3f559f7748bade9e8b51b5ae5f39224b392340d1ff42cb699860d - build: h09b4b5e_1 + md5: de6c7944b3378db095218f0c76f0a054 + sha256: 8856911ccef5b9829601b08f19c7353cd5b86c8e58e87d7eb30d0511a2e23689 + build: h09b4b5e_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 1919749 - timestamp: 1704608709710 + size: 1917386 + timestamp: 1706155193009 - platform: win-64 name: gst-plugins-base - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 hb4038d2_1 + - gstreamer 1.22.9 hb4038d2_0 - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libvorbis >=1.3.7,<1.4.0a0 @@ -9688,21 +10533,20 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.8-h001b923_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.9-h001b923_0.conda hash: - md5: abe4d4f0820e367987d2ba73a84cf328 - sha256: 76ca48fefb88699d82ebb01ebfa2f28dee0b52055803f4b2c075b7d58cf83531 - build: h001b923_1 + md5: 304b9124de13767ea8c933f72f50b348 + sha256: 509a67ce9ad9c6a992694a2ecfaff99a6aa9681a8ceab5dfa448b76cc686e887 + build: h001b923_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 2056819 - timestamp: 1704608568666 + size: 2034401 + timestamp: 1706155374324 - platform: linux-64 name: gstreamer - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: @@ -9713,21 +10557,20 @@ package: - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.8-h98fc4e7_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.9-h98fc4e7_0.conda hash: - md5: 1b52a89485ab573a5bb83a5225ff706e - sha256: d9d24c2b67a0ea00fc9bb1afc1d45f32da9d341b81ee2830986aa66456da0e66 - build: h98fc4e7_1 + md5: bcc7157b06fce7f5e055402a8135dfd8 + sha256: aa2395bf1790f72d2706bac77430f765ec1318ca22e60e791c13ae452c045263 + build: h98fc4e7_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 1980992 - timestamp: 1704607965412 + size: 1981554 + timestamp: 1706154826325 - platform: osx-64 name: gstreamer - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: @@ -9736,21 +10579,20 @@ package: - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.8-hf63bbb8_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.9-hf63bbb8_0.conda hash: - md5: 2a6b9d29186ccb6ca92334c808e99b15 - sha256: e531a0d53661643fd2e442645867d5cc307a9d0e06ff0fe02ffe477f9b7b238d - build: hf63bbb8_1 + md5: 1581bb03c4655191284a3eab9ee8690d + sha256: be9d64972f997e1f865673cbb059a8c653f1fb38ff5e6c6a049699823bad0d9f + build: hf63bbb8_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 1785517 - timestamp: 1704608002639 + size: 1781693 + timestamp: 1706154946526 - platform: osx-arm64 name: gstreamer - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: @@ -9759,21 +10601,20 @@ package: - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gstreamer-1.22.8-h551c6ff_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gstreamer-1.22.9-h551c6ff_0.conda hash: - md5: 0185b4c4a5eb29f5735c84f95af09fce - sha256: 9db359102672540314d8341c432ce632cd973ce582de56cce3df4ad764cda835 - build: h551c6ff_1 + md5: f5025efbcae14c20393d6e55eef2e1b4 + sha256: 9c4944fe57ceddaf007abe4cec9a28486186bf25535ef176f089bc6cb24efe45 + build: h551c6ff_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 1339483 - timestamp: 1704608111153 + size: 1344295 + timestamp: 1706154905073 - platform: win-64 name: gstreamer - version: 1.22.8 + version: 1.22.9 category: main manager: conda dependencies: @@ -9784,18 +10625,17 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.8-hb4038d2_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.9-hb4038d2_0.conda hash: - md5: d24ef655de29ac3b1e14aae9cc2eb66b - sha256: 802b22a009d0c8f45dc86de1f7eace313d5fc7e41f852b62d03395a2f1659c79 - build: hb4038d2_1 + md5: 0480eecdb44a71929d5e78bf1a8644fb + sha256: d2ba5248e1874608e6eb4e9d8f9a6af99c8395aec88696c4bfcc077e701d88f5 + build: hb4038d2_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: LGPL-2.0-or-later - license_family: LGPL - size: 1937873 - timestamp: 1704608156356 + size: 1930741 + timestamp: 1706155201555 - platform: linux-64 name: harfbuzz version: 8.3.0 @@ -9823,7 +10663,7 @@ package: timestamp: 1699925311766 - platform: linux-64 name: hatchling - version: 1.21.0 + version: 1.21.1 category: main manager: conda dependencies: @@ -9835,22 +10675,21 @@ package: - python >=3.7 - tomli >=1.2.2 - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.1-pyhd8ed1ab_0.conda hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 + md5: 06f93e43be153b8de3955bdf636cb0ef + sha256: ca648490ba47939ff43b880935a4968ea2b18d2c25281129185bb6b4aa7f1c9b build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT - license_family: MIT noarch: python - size: 58703 - timestamp: 1702967711898 + size: 58374 + timestamp: 1706161223269 - platform: osx-64 name: hatchling - version: 1.21.0 + version: 1.21.1 category: main manager: conda dependencies: @@ -9862,22 +10701,21 @@ package: - python >=3.7 - tomli >=1.2.2 - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.1-pyhd8ed1ab_0.conda hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 + md5: 06f93e43be153b8de3955bdf636cb0ef + sha256: ca648490ba47939ff43b880935a4968ea2b18d2c25281129185bb6b4aa7f1c9b build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT - license_family: MIT noarch: python - size: 58703 - timestamp: 1702967711898 + size: 58374 + timestamp: 1706161223269 - platform: osx-arm64 name: hatchling - version: 1.21.0 + version: 1.21.1 category: main manager: conda dependencies: @@ -9889,22 +10727,21 @@ package: - python >=3.7 - tomli >=1.2.2 - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.1-pyhd8ed1ab_0.conda hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 + md5: 06f93e43be153b8de3955bdf636cb0ef + sha256: ca648490ba47939ff43b880935a4968ea2b18d2c25281129185bb6b4aa7f1c9b build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT - license_family: MIT noarch: python - size: 58703 - timestamp: 1702967711898 + size: 58374 + timestamp: 1706161223269 - platform: win-64 name: hatchling - version: 1.21.0 + version: 1.21.1 category: main manager: conda dependencies: @@ -9916,19 +10753,18 @@ package: - python >=3.7 - tomli >=1.2.2 - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.1-pyhd8ed1ab_0.conda hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 + md5: 06f93e43be153b8de3955bdf636cb0ef + sha256: ca648490ba47939ff43b880935a4968ea2b18d2c25281129185bb6b4aa7f1c9b build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT - license_family: MIT noarch: python - size: 58703 - timestamp: 1702967711898 + size: 58374 + timestamp: 1706161223269 - platform: linux-64 name: hdf4 version: 4.2.15 @@ -11935,21 +12771,21 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jsonpointer-2.4-py312h81bd7bf_3.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jsonpointer-2.4-py311h267d04e_3.conda hash: - md5: 327361b24f5348cab04ad9b1f74e831d - sha256: 6cb2d17da9083e05f5ead7902a5cd6ec9567cd3da972c65c03f090515c9fa176 - build: py312h81bd7bf_3 + md5: b6008a5b9180e58a235f5e45432dfe2e + sha256: 807d6c44f3e34139bfd25db4409381a6ce37fad2902c58f10fa7e1c30a64333d + build: py311h267d04e_3 arch: aarch64 subdir: osx-arm64 build_number: 3 license: BSD-3-Clause license_family: BSD - size: 18542 - timestamp: 1695397720755 + size: 18841 + timestamp: 1695397944650 - platform: win-64 name: jsonpointer version: '2.4' @@ -12597,22 +13433,22 @@ package: manager: conda dependencies: - platformdirs >=2.5 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.1-py312h81bd7bf_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.1-py311h267d04e_0.conda hash: - md5: 64dc06b5c9b1ff20ad9afcf00f588cfc - sha256: 56e3b3527364b8065a178112c146f07a59106eefe0a73f6cfaac38ea0f93eec8 - build: py312h81bd7bf_0 + md5: f6aab68724a56fbc7c68ee792e684c0a + sha256: 8f533d11b726d5c7a65a2d83ee2a2c5fcf0a09d8db56dd08b43287fc16570e3f + build: py311h267d04e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 92987 - timestamp: 1704727587406 + size: 95028 + timestamp: 1704727720116 - platform: win-64 name: jupyter_core version: 5.7.1 @@ -12913,6 +13749,7 @@ package: subdir: linux-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 19876 timestamp: 1706006876397 @@ -12933,6 +13770,7 @@ package: subdir: osx-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 19876 timestamp: 1706006876397 @@ -12953,6 +13791,7 @@ package: subdir: osx-arm64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 19876 timestamp: 1706006876397 @@ -12973,6 +13812,7 @@ package: subdir: win-64 build_number: 0 license: BSD-3-Clause + license_family: BSD noarch: python size: 19876 timestamp: 1706006876397 @@ -13451,22 +14291,23 @@ package: category: main manager: conda dependencies: + - importlib_metadata >=4.11.4 - jaraco.classes - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py312h81bd7bf_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py311h267d04e_0.conda hash: - md5: 3a6735f11d9604cbafd0ab1c3e9ac77e - sha256: 6d7fd6cb2310674f0736ee6ddd5f752663df92db9e9e0bfd43fa4bb06c6a2b7b - build: py312h81bd7bf_0 + md5: 3ef01ab147d3d43bb0990eba7a1fcaec + sha256: f7791c4a77253a2278eaa3dad298f578af5af4f5e8e69e46c6dca23259dd949a + build: py311h267d04e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 77030 - timestamp: 1699924369964 + size: 78964 + timestamp: 1699924228781 - platform: win-64 name: keyring version: 24.3.0 @@ -13615,21 +14456,21 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py312h389731b_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py311he4fd1f5_1.conda hash: - md5: 77eeca70c1c4f4187d6b199015c99ee5 - sha256: ee1a2189dc405f59c27ee1f061076d8761684c0fcd38cccc215630d8debf9f85 - build: py312h389731b_1 + md5: 4c871d65040b8c7bbb914df7f8f11492 + sha256: 907af50734789d47b3e8b2148dde763699dc746c64e5849baf6bd720c8cd0235 + build: py311he4fd1f5_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: BSD-3-Clause license_family: BSD - size: 61747 - timestamp: 1695380538266 + size: 61946 + timestamp: 1695380538042 - platform: win-64 name: kiwisolver version: 1.4.5 @@ -14202,7 +15043,7 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libxml2 >=2.12.2,<3.0.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 @@ -15060,6 +15901,7 @@ package: - libcblas 3.9.0 21_linux64_openblas - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause + license_family: BSD size: 14691 timestamp: 1705979549006 - platform: osx-64 @@ -15084,6 +15926,7 @@ package: - blas * openblas - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause + license_family: BSD size: 14822 timestamp: 1705979699547 - platform: osx-arm64 @@ -15108,6 +15951,7 @@ package: - blas * openblas - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause + license_family: BSD size: 14915 timestamp: 1705980172730 - platform: win-64 @@ -15131,6 +15975,7 @@ package: - libcblas 3.9.0 21_win64_mkl - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause + license_family: BSD size: 5017135 timestamp: 1705980415163 - platform: linux-64 @@ -15485,6 +16330,7 @@ package: - blas * openblas - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause + license_family: BSD size: 14614 timestamp: 1705979564122 - platform: osx-64 @@ -15507,6 +16353,7 @@ package: - blas * openblas - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause + license_family: BSD size: 14715 timestamp: 1705979715508 - platform: osx-arm64 @@ -15529,6 +16376,7 @@ package: - blas * openblas - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause + license_family: BSD size: 14800 timestamp: 1705980195551 - platform: win-64 @@ -15551,6 +16399,7 @@ package: - blas * mkl - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause + license_family: BSD size: 5017024 timestamp: 1705980469944 - platform: linux-64 @@ -16485,7 +17334,7 @@ package: - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -16719,7 +17568,7 @@ package: - libtiff >=4.6.0,<4.7.0a0 - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - openssl >=3.2.0,<4.0a0 @@ -17420,27 +18269,6 @@ package: license_family: APACHE size: 14228484 timestamp: 1700260902057 -- platform: linux-64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<3.0.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.9.3-default_h554bfaf_1009.conda - hash: - md5: f36ddc11ca46958197a45effdd286e45 - sha256: 6950fee24766d03406e0f6f965262a5d98829c71eed8d1004f313892423b559b - build: default_h554bfaf_1009 - arch: x86_64 - subdir: linux-64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2615665 - timestamp: 1694532603730 - platform: osx-64 name: libhwloc version: 2.9.3 @@ -17773,6 +18601,7 @@ package: - libcblas 3.9.0 21_linux64_openblas - blas * openblas license: BSD-3-Clause + license_family: BSD size: 14599 timestamp: 1705979579648 - platform: osx-64 @@ -17795,6 +18624,7 @@ package: - liblapacke 3.9.0 21_osx64_openblas - blas * openblas license: BSD-3-Clause + license_family: BSD size: 14738 timestamp: 1705979734819 - platform: osx-arm64 @@ -17817,6 +18647,7 @@ package: - blas * openblas - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause + license_family: BSD size: 14829 timestamp: 1705980215575 - platform: win-64 @@ -17839,6 +18670,7 @@ package: - libcblas 3.9.0 21_win64_mkl - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause + license_family: BSD size: 5017043 timestamp: 1705980523462 - platform: win-64 @@ -17861,8 +18693,70 @@ package: constrains: - blas * mkl license: BSD-3-Clause + license_family: BSD size: 5040017 timestamp: 1705980578057 +- platform: linux-64 + name: libllvm14 + version: 14.0.6 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm14-14.0.6-hcd5def8_4.conda + hash: + md5: 73301c133ded2bf71906aa2104edae8b + sha256: 225cc7c3b20ac1db1bdb37fa18c95bf8aecef4388e984ab2f7540a9f4382106a + build: hcd5def8_4 + arch: x86_64 + subdir: linux-64 + build_number: 4 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 31484415 + timestamp: 1690557554081 +- platform: osx-64 + name: libllvm14 + version: 14.0.6 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm14-14.0.6-hc8e404f_4.conda + hash: + md5: ed06753e2ba7c66ed0ca7f19578fcb68 + sha256: 0df3902a300cfe092425f86144d5e00ef67be3cd1cc89fd63084d45262a772ad + build: hc8e404f_4 + arch: x86_64 + subdir: osx-64 + build_number: 4 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 22467131 + timestamp: 1690563140552 +- platform: osx-arm64 + name: libllvm14 + version: 14.0.6 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm14-14.0.6-hd1a9a77_4.conda + hash: + md5: 9f3dce5d26ea56a9000cd74c034582bd + sha256: 6f603914fe8633a615f0d2f1383978eb279eeb552079a78449c9fbb43f22a349 + build: hd1a9a77_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 20571387 + timestamp: 1690559110016 - platform: linux-64 name: libllvm15 version: 15.0.7 @@ -17871,7 +18765,7 @@ package: dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda @@ -17943,7 +18837,7 @@ package: - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.2,<3.0.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 @@ -19119,7 +20013,7 @@ package: - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.44.2,<4.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.2,<3.0.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - proj >=9.3.1,<9.3.2.0a0 - sqlite @@ -20130,7 +21024,7 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - - libxml2 >=2.12.1,<3.0.0a0 + - libxml2 >=2.12.1,<2.13.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.6.0-hd429924_1.conda @@ -20242,7 +21136,7 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 + - libxml2 >=2.12.1,<2.13.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda hash: md5: e71f31f8cfb0a91439f2086fc8aa0461 @@ -20527,6 +21421,180 @@ package: license_family: APACHE size: 274631 timestamp: 1701222947083 +- platform: linux-64 + name: llvmlite + version: 0.41.1 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libllvm14 >=14.0.6,<14.1.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.41.1-py311ha6695c7_0.conda + hash: + md5: 60fa8c1f3fb0d99dd10a9af2aff9c400 + sha256: 6510aee9e700e3d000a5eb1ac39455c306572baac8ea3a708743890e16499cf1 + build: py311ha6695c7_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 3237369 + timestamp: 1697812484572 +- platform: osx-64 + name: llvmlite + version: 0.41.1 + category: main + manager: conda + dependencies: + - libllvm14 >=14.0.6,<14.1.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-64/llvmlite-0.41.1-py311hb5c2e0a_0.conda + hash: + md5: 9a2b325146497a6197a2d44b8762ccb2 + sha256: 891153e5aef3ea6ffe53b52aa2244736ebad4771fa7a69c5887cbe76e03237bd + build: py311hb5c2e0a_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 367355 + timestamp: 1697812782198 +- platform: osx-arm64 + name: llvmlite + version: 0.41.1 + category: main + manager: conda + dependencies: + - libllvm14 >=14.0.6,<14.1.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvmlite-0.41.1-py311hf5d242d_0.conda + hash: + md5: 0ef98376c9ffd4d344d1de563f405406 + sha256: 5957c1bb252221a0ab595f0341d7ae465caf096532fbd4f2180aaa6857e6f032 + build: py311hf5d242d_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 365384 + timestamp: 1697812989463 +- platform: win-64 + name: llvmlite + version: 0.41.1 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - vs2015_runtime + url: https://conda.anaconda.org/conda-forge/win-64/llvmlite-0.41.1-py311h5bc0dda_0.conda + hash: + md5: 13f71d9ece680a74d1b6a4117ef46bc6 + sha256: 0ebc278a5737c0893e139b3ef70330caceab09ddf39329b9e2c594883d990538 + build: py311h5bc0dda_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 17135087 + timestamp: 1697813161849 +- platform: linux-64 + name: locket + version: 1.0.0 + category: main + manager: conda + dependencies: + - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* + url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 91e27ef3d05cc772ce627e51cff111c4 + sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 8250 + timestamp: 1650660473123 +- platform: osx-64 + name: locket + version: 1.0.0 + category: main + manager: conda + dependencies: + - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* + url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 91e27ef3d05cc772ce627e51cff111c4 + sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 8250 + timestamp: 1650660473123 +- platform: osx-arm64 + name: locket + version: 1.0.0 + category: main + manager: conda + dependencies: + - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* + url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 91e27ef3d05cc772ce627e51cff111c4 + sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 8250 + timestamp: 1650660473123 +- platform: win-64 + name: locket + version: 1.0.0 + category: main + manager: conda + dependencies: + - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* + url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 91e27ef3d05cc772ce627e51cff111c4 + sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 8250 + timestamp: 1650660473123 - platform: linux-64 name: lxml version: 5.1.0 @@ -20534,7 +21602,7 @@ package: manager: conda dependencies: - libgcc-ng >=12 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - python >=3.11,<3.12.0a0 @@ -20581,20 +21649,20 @@ package: - libxml2 >=2.12.3,<3.0.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lxml-5.1.0-py312h9bf3b9e_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lxml-5.1.0-py311h85df328_0.conda hash: - md5: ff623d12bba9a6a4e892fa17c2a35d0b - sha256: 89272ef9521c8a859ef6396585e313a1f085a9d85e1579d36660b5966f43e588 - build: py312h9bf3b9e_0 + md5: b1d7d7f115acc5401060aa200dbf554d + sha256: 495fb2de603c9616de6e1f7667af3256c214bd730420affd6f89bffc0b2b6f11 + build: py311h85df328_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause and MIT-CMU - size: 1223959 - timestamp: 1704724844405 + size: 1231511 + timestamp: 1704724865849 - platform: win-64 name: lxml version: 5.1.0 @@ -20620,6 +21688,95 @@ package: license: BSD-3-Clause and MIT-CMU size: 1111835 timestamp: 1704724965701 +- platform: linux-64 + name: lz4 + version: 4.3.3 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - lz4-c >=1.9.3,<1.10.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py311h38e4bf4_0.conda + hash: + md5: 3910c815fc788621f88b2bdc0fa9f0a6 + sha256: 61d20694cf17fd621fc07859ccdd810be9de702fd0fa5c8f60f0ef4602b8bcde + build: py311h38e4bf4_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 39927 + timestamp: 1704831250044 +- platform: osx-64 + name: lz4 + version: 4.3.3 + category: main + manager: conda + dependencies: + - lz4-c >=1.9.3,<1.10.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-4.3.3-py311hdfabcfc_0.conda + hash: + md5: 23c26f7a049deecd3aa1d2ac4fe3b732 + sha256: 213229b2b04df7bcf77966aef5bef0b628b8801feebd2d11e19e88113f01b896 + build: py311hdfabcfc_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 36864 + timestamp: 1704831579795 +- platform: osx-arm64 + name: lz4 + version: 4.3.3 + category: main + manager: conda + dependencies: + - lz4-c >=1.9.3,<1.10.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-4.3.3-py311hd44b8e9_0.conda + hash: + md5: 55e5496cc171c496f2f1930de465b863 + sha256: 94e21299626e9910d9a42de2d28e8ffc018af2dc0ecd247905d06b2a418f313a + build: py311hd44b8e9_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 110848 + timestamp: 1704831784856 +- platform: win-64 + name: lz4 + version: 4.3.3 + category: main + manager: conda + dependencies: + - lz4-c >=1.9.3,<1.10.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/lz4-4.3.3-py311haddf500_0.conda + hash: + md5: 5e0fceb00bc784481e1ac2aa44b1e844 + sha256: 1f826e3a559eed39113d4d3b8131b937abf9d3139e63786ff0c8c295f0a5a652 + build: py311haddf500_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 77111 + timestamp: 1704831874474 - platform: linux-64 name: lz4-c version: 1.9.4 @@ -21106,14 +22263,14 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.4-py312he37b823_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.4-py311h05b510d_0.conda hash: - md5: dda1bbe19ffae341fe8bebd9e292f1a8 - sha256: 8756fa7a972d51ebd99f364949bc3b4f2e1e72a4f17ba726bdc96c9414b22659 - build: py312he37b823_0 + md5: c1d9420a91aadc57b9ddecf7ddd424da + sha256: e17b94ceea02692dc64e7fab1ddf1f8a4357d4556519edf730052c40fc7e6e1b + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -21121,8 +22278,8 @@ package: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 26228 - timestamp: 1705779300913 + size: 26782 + timestamp: 1705779307397 - platform: win-64 name: markupsafe version: 2.1.4 @@ -21200,21 +22357,21 @@ package: manager: conda dependencies: - matplotlib-base >=3.8.2,<3.8.3.0a0 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 - tornado >=5 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.8.2-py312h1f38498_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.8.2-py311ha1ab1f8_0.conda hash: - md5: 0c50bc2f5653c04ae9e0df27f1be152f - sha256: 61f6b238aa0ec100c3226c25e4bf9ff9854ac99b7fc035fca628ae0e5ae6b637 - build: py312h1f38498_0 + md5: 5f6939c9d4badfeeea1d98ccc9041d89 + sha256: e2a6419cfcba1a514a24c74e57e17e39ac8b15a3856ae9f23bd4c3d0e0ddd0fb + build: py311ha1ab1f8_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: PSF-2.0 license_family: PSF - size: 8539 - timestamp: 1700510200819 + size: 8587 + timestamp: 1700510516179 - platform: win-64 name: matplotlib version: 3.8.2 @@ -21323,26 +22480,26 @@ package: - kiwisolver >=1.3.1 - libcxx >=16.0.6 - numpy >=1.21,<2 - - numpy >=1.26.0,<2.0a0 + - numpy >=1.23.5,<2.0a0 - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python-dateutil >=2.7 - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.8.2-py312hba9b818_0.conda + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.8.2-py311hfdba5f6_0.conda hash: - md5: 1f91c58bfc318e787bf75b8812f36ac1 - sha256: 4bc2d68ed1a4a5fba56f82d54a60e76d3efbb59e11db5ed32fce58e2662fa20a - build: py312hba9b818_0 + md5: 2531c01b5d6066fb5283639d7a923779 + sha256: fa0ca87917aa449f7d7d6fb3941d0b01e0e9712342a9891af5540647f3398ece + build: py311hfdba5f6_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: PSF-2.0 license_family: PSF - size: 7670437 - timestamp: 1700510147759 + size: 7818264 + timestamp: 1700510455803 - platform: win-64 name: matplotlib-base version: 3.8.2 @@ -22074,6 +23231,96 @@ package: license_family: LGPL size: 491061 timestamp: 1704980200966 +- platform: linux-64 + name: msgpack-python + version: 1.0.7 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.0.7-py311h9547e67_0.conda + hash: + md5: 3ac85c6c226e2a2e4b17864fc2ca88ff + sha256: b12070ce86f108d3dcf2f447dfa76906c4bc15f2d2bf6cef19703ee42768b74a + build: py311h9547e67_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 204123 + timestamp: 1700926662647 +- platform: osx-64 + name: msgpack-python + version: 1.0.7 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-64/msgpack-python-1.0.7-py311h7bea37d_0.conda + hash: + md5: a44d3852f8eaab128793074b26d5dcf9 + sha256: 87de66aee894bf8054c92bfec296bfb2520077cb9f958d043177a782922fcf2b + build: py311h7bea37d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 192890 + timestamp: 1700926863447 +- platform: osx-arm64 + name: msgpack-python + version: 1.0.7 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/msgpack-python-1.0.7-py311hd03642b_0.conda + hash: + md5: 088b13e442731c8273fd8b8f611fb527 + sha256: a94431a5d83393e7effcb901a1c05b75db32d2369117cc05b0d1c6091255faa9 + build: py311hd03642b_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 193803 + timestamp: 1700926926523 +- platform: win-64 + name: msgpack-python + version: 1.0.7 + category: main + manager: conda + dependencies: + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/msgpack-python-1.0.7-py311h005e61a_0.conda + hash: + md5: d2388fe3611502d1fc5e50d0702086b7 + sha256: 59a9ad037d738a9bb1c3fb0cc8b5fdab8b46c5ced80039f9ea38d1ec2758e075 + build: py311h005e61a_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 191598 + timestamp: 1700927162832 - platform: win-64 name: msys2-conda-epoch version: '20160418' @@ -22305,22 +23552,22 @@ package: dependencies: - mypy_extensions >=1.0.0 - psutil >=4.0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py312he37b823_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda hash: - md5: eae2be4e02d634f5d2d07fb5f3c1c5e1 - sha256: 11907d3543c1d14ebac907df3abb4c4506c80c7adcf71b9ed7dbae067b36bad9 - build: py312he37b823_0 + md5: 93010b2e72e263002f6c60dc1c1f7e1d + sha256: e31c811f99b842020350f9df6c6e4b5e2bf07353fee3cc0029c655e8980d9431 + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 9507136 - timestamp: 1703185473570 + size: 9655583 + timestamp: 1703185105616 - platform: win-64 name: mypy version: 1.8.0 @@ -23032,6 +24279,119 @@ package: noarch: python size: 11638 timestamp: 1705850780510 +- platform: linux-64 + name: netcdf4 + version: 1.6.5 + category: main + manager: conda + dependencies: + - certifi + - cftime + - hdf5 >=1.14.2,<1.14.4.0a0 + - libgcc-ng >=12 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools + url: https://conda.anaconda.org/conda-forge/linux-64/netcdf4-1.6.5-nompi_py311he8ad708_100.conda + hash: + md5: 597b1ad6cb7011b7561c20ea30295cae + sha256: 7bac3ae08c052d73b8ba2cd2c4012627c67b6c4ceae76248e7bb41867d47bdb0 + build: nompi_py311he8ad708_100 + arch: x86_64 + subdir: linux-64 + build_number: 100 + license: MIT + license_family: MIT + size: 555552 + timestamp: 1698266994360 +- platform: osx-64 + name: netcdf4 + version: 1.6.5 + category: main + manager: conda + dependencies: + - certifi + - cftime + - hdf5 >=1.14.2,<1.14.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools + url: https://conda.anaconda.org/conda-forge/osx-64/netcdf4-1.6.5-nompi_py311hd2be13f_100.conda + hash: + md5: 039857d219b6184a8b2e05e13508ff8b + sha256: 4963ea163b369ec6fa0ddd1edced859cadbf721615711adab1ff08fc7e6a3c12 + build: nompi_py311hd2be13f_100 + arch: x86_64 + subdir: osx-64 + build_number: 100 + license: MIT + license_family: MIT + size: 467502 + timestamp: 1698267075965 +- platform: osx-arm64 + name: netcdf4 + version: 1.6.5 + category: main + manager: conda + dependencies: + - certifi + - cftime + - hdf5 >=1.14.2,<1.14.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + - setuptools + url: https://conda.anaconda.org/conda-forge/osx-arm64/netcdf4-1.6.5-nompi_py311ha6bebe6_100.conda + hash: + md5: aa937e2554d1b95317d0e5f660e135ec + sha256: 7e64e811fc616aed825c00d79ad961d5c5a8d50d82f94f9b4626cfe4367c3d0a + build: nompi_py311ha6bebe6_100 + arch: aarch64 + subdir: osx-arm64 + build_number: 100 + license: MIT + license_family: MIT + size: 459917 + timestamp: 1698267902016 +- platform: win-64 + name: netcdf4 + version: 1.6.5 + category: main + manager: conda + dependencies: + - certifi + - cftime + - hdf5 >=1.14.2,<1.14.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/netcdf4-1.6.5-nompi_py311he019f65_100.conda + hash: + md5: d50a7fb6642d2af7e60f658634bf6a9d + sha256: a7251acf1fbb1f40b781866c94e76940553804a0d94215f511a71413e4b9e8f4 + build: nompi_py311he019f65_100 + arch: x86_64 + subdir: win-64 + build_number: 100 + license: MIT + license_family: MIT + size: 426859 + timestamp: 1698268466501 - platform: linux-64 name: networkx version: 3.2.1 @@ -23179,21 +24539,21 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py312h5280bc4_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py311h94f323b_0.conda hash: - md5: dd5eecd5fe445fc0c0c05be841c9d012 - sha256: c33e7acd89ff0f34209e746bd5c1a4216938520282c334fde7e1a32db2bb86ab - build: py312h5280bc4_0 + md5: 21c870df3567f6cdfceee7360e6591eb + sha256: 2da7ef9cdd56243ef0fe8627064c52763fac2205d43e5af7f10939200e4e026f + build: py311h94f323b_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 602780 - timestamp: 1701975343669 + size: 603372 + timestamp: 1701975309271 - platform: win-64 name: nh3 version: 0.2.15 @@ -23628,6 +24988,7 @@ package: subdir: linux-64 build_number: 0 license: MPL-2.0 + license_family: MOZILLA size: 2014022 timestamp: 1705921777003 - platform: osx-64 @@ -23649,6 +25010,7 @@ package: subdir: osx-64 build_number: 0 license: MPL-2.0 + license_family: MOZILLA size: 1902273 timestamp: 1705922096082 - platform: osx-arm64 @@ -23670,8 +25032,230 @@ package: subdir: osx-arm64 build_number: 0 license: MPL-2.0 + license_family: MOZILLA size: 1803657 timestamp: 1705922174903 +- platform: linux-64 + name: numba + version: 0.58.1 + category: main + manager: conda + dependencies: + - _openmp_mutex >=4.5 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - llvmlite >=0.41.1,<0.42.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/linux-64/numba-0.58.1-py311h96b013e_0.conda + hash: + md5: 06a0313ff3d2ec956a25767ccaf7c9f6 + sha256: 9061328d0fa03fc0bf40136c366399107dcede6004dcabd4bf553f60f55b86bf + build: py311h96b013e_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - scipy >=1.0 + - cudatoolkit >=11.2 + - libopenblas !=0.3.6 + - cuda-version >=11.2 + - tbb >=2021.6.0 + - numpy >=1.22.3,<1.27 + - cuda-python >=11.6 + license: BSD-2-Clause + license_family: BSD + size: 5678103 + timestamp: 1699456912246 +- platform: osx-64 + name: numba + version: 0.58.1 + category: main + manager: conda + dependencies: + - libcxx >=15 + - llvm-openmp >=16.0.6 + - llvm-openmp >=17.0.6 + - llvmlite >=0.41.1,<0.42.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-64/numba-0.58.1-py311h97119f7_0.conda + hash: + md5: b2d2ba47d2e9f2b29ddc65bdfcee37a8 + sha256: 0125ae986b9d7f3f4ed7ba5c50c60c275190b40d9123b17ad68fe3d8a88f3379 + build: py311h97119f7_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - scipy >=1.0 + - cudatoolkit >=11.2 + - libopenblas !=0.3.6 + - cuda-python >=11.6 + - cuda-version >=11.2 + - numpy >=1.22.3,<1.27 + - tbb >=2021.6.0 + license: BSD-2-Clause + license_family: BSD + size: 5651426 + timestamp: 1706149830330 +- platform: osx-arm64 + name: numba + version: 0.58.1 + category: main + manager: conda + dependencies: + - libcxx >=15 + - llvm-openmp >=16.0.6 + - llvm-openmp >=17.0.6 + - llvmlite >=0.41.1,<0.42.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numba-0.58.1-py311h00351ea_0.conda + hash: + md5: ac8bd3c7ef51514c9cf4ef597940c1b4 + sha256: 1167748a56b34cc943c28de42fe23b36e1f251381ed2ab12f237ed82bcc4b8c3 + build: py311h00351ea_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + constrains: + - scipy >=1.0 + - libopenblas >=0.3.18, !=0.3.20 + - tbb >=2021.6.0 + - numpy >=1.22.3,<1.27 + - cuda-python >=11.6 + - cudatoolkit >=11.2 + - cuda-version >=11.2 + license: BSD-2-Clause + license_family: BSD + size: 5649632 + timestamp: 1706149903131 +- platform: win-64 + name: numba + version: 0.58.1 + category: main + manager: conda + dependencies: + - llvmlite >=0.41.1,<0.42.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/numba-0.58.1-py311h2c0921f_0.conda + hash: + md5: 779428630b49746f2cd6d148d19ec681 + sha256: 8c80cc35da2870f874e850125944a7ca3b3b607191a709d96efc3690404b7c03 + build: py311h2c0921f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - libopenblas !=0.3.6 + - cudatoolkit >=11.2 + - scipy >=1.0 + - tbb >=2021.6.0 + - numpy >=1.22.3,<1.27 + - cuda-python >=11.6 + - cuda-version >=11.2 + license: BSD-2-Clause + license_family: BSD + size: 5672589 + timestamp: 1699457585564 +- platform: linux-64 + name: numba_celltree + version: 0.1.6 + category: main + manager: conda + dependencies: + - numba >=0.50 + - numpy + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda + hash: + md5: fa93424676054b2d1fcc7864c4e68698 + sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32808 + timestamp: 1672825982456 +- platform: osx-64 + name: numba_celltree + version: 0.1.6 + category: main + manager: conda + dependencies: + - numba >=0.50 + - numpy + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda + hash: + md5: fa93424676054b2d1fcc7864c4e68698 + sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32808 + timestamp: 1672825982456 +- platform: osx-arm64 + name: numba_celltree + version: 0.1.6 + category: main + manager: conda + dependencies: + - numba >=0.50 + - numpy + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda + hash: + md5: fa93424676054b2d1fcc7864c4e68698 + sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32808 + timestamp: 1672825982456 +- platform: win-64 + name: numba_celltree + version: 0.1.6 + category: main + manager: conda + dependencies: + - numba >=0.50 + - numpy + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda + hash: + md5: fa93424676054b2d1fcc7864c4e68698 + sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32808 + timestamp: 1672825982456 - platform: linux-64 name: numpy version: 1.26.3 @@ -23735,14 +25319,14 @@ package: - libcblas >=3.9.0,<4.0a0 - libcxx >=15 - liblapack >=3.9.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.3-py312h8442bc7_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.3-py311h7125741_0.conda hash: - md5: bb3fc436e78e8bc43af8c672079749ea - sha256: bdd17ab28470b805dcef9d2298266e802107052781fbb1050e2fec2860c69abf - build: py312h8442bc7_0 + md5: 13f78850d667ea2761b6d77294a9793b + sha256: 3b219a60de76c9c6d451353ad3f284aaa58c678d490d81dd6ecbe374844f4faf + build: py311h7125741_0 arch: aarch64 subdir: osx-arm64 build_number: 0 @@ -23750,8 +25334,8 @@ package: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 6104818 - timestamp: 1704281458036 + size: 6753221 + timestamp: 1704281444008 - platform: win-64 name: numpy version: 1.26.3 @@ -24526,7 +26110,7 @@ package: timestamp: 1696202521121 - platform: linux-64 name: pandas - version: 2.2.0 + version: 2.1.4 category: main manager: conda dependencies: @@ -24538,72 +26122,74 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.0-py311h320fe9a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.4-py311h320fe9a_0.conda hash: - md5: b9e7a2cb2c47bbb99c05d1892500be45 - sha256: 2198fb053d15ac5e1ea73990b6a1d6a08b4312bbb3364890cfd7d984840119e9 + md5: e44ccb61b6621bf3f8053ae66eba7397 + sha256: 4f40035c77c381e0151c0fb0b39d0dfc343947f7d283c2bced2123273c5d4884 build: py311h320fe9a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 15736776 - timestamp: 1705728915635 + size: 14990951 + timestamp: 1702057771639 - platform: osx-64 name: pandas - version: 2.2.0 + version: 2.1.4 category: main manager: conda dependencies: - - libcxx >=15 + - __osx >=10.9 + - libcxx >=16.0.6 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.0-py311h8f6166a_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.1.4-py311h1eadf79_0.conda hash: - md5: dcfc21d98671c8b540fdc8ccb201e0da - sha256: 79c7fac5c24e2e82f9a53f7070a7e689c048e9dce374d7810c7ef0797855853d - build: py311h8f6166a_0 + md5: 905aff7f27a734e251526b9a7ecc20ac + sha256: 994d226d29293c1b118c0902af50719c5fc25c63c2c6cf7be7808b44226e19eb + build: py311h1eadf79_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14860946 - timestamp: 1705729295540 + size: 14378188 + timestamp: 1702058207156 - platform: osx-arm64 name: pandas - version: 2.2.0 + version: 2.1.4 category: main manager: conda dependencies: - - libcxx >=15 - - numpy >=1.26.3,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython + - __osx >=10.9 + - libcxx >=16.0.6 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - - python_abi 3.12.* *_cp312 + - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.0-py312h88edd18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py311h6e08293_0.conda hash: - md5: 118b50e4e7c92c1554cdd5b14816a122 - sha256: 96718cc34d54c72c380c75387ecf5ef8838f56acc9fa6fac882a914afb073a6f - build: py312h88edd18_0 + md5: 5130445e7fe8465365dab3ed3694c770 + sha256: fa6c79cf5252c22ef8141a405ea9650ea9df2d6436c003b279086e146eaef1e5 + build: py311h6e08293_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14480741 - timestamp: 1705729364215 + size: 14300774 + timestamp: 1702058260980 - platform: win-64 name: pandas - version: 2.2.0 + version: 2.1.4 category: main manager: conda dependencies: @@ -24616,18 +26202,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.0-py311hf63dbb6_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.1.4-py311hf63dbb6_0.conda hash: - md5: 19e55b3676a5f783c44d864fbb29ef41 - sha256: 20dbb4f8013b39b6f62350b1e82e3c97a00573f6d54e86152c8e27fda69f3a32 + md5: 5179a87c529fa08864d899f05e16345b + sha256: be6d27e9c7e83c4dbc40003f2d62b79a5af0a3febb3a69a496d867763d983958 build: py311hf63dbb6_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14570059 - timestamp: 1705729588827 + size: 13785578 + timestamp: 1702058272745 - platform: linux-64 name: pandas-stubs version: 2.1.4.231227 @@ -25124,6 +26710,94 @@ package: noarch: python size: 71048 timestamp: 1638335054552 +- platform: linux-64 + name: partd + version: 1.4.1 + category: main + manager: conda + dependencies: + - locket + - python >=3.7 + - toolz + url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda + hash: + md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 + sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 20743 + timestamp: 1695667673391 +- platform: osx-64 + name: partd + version: 1.4.1 + category: main + manager: conda + dependencies: + - locket + - python >=3.7 + - toolz + url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda + hash: + md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 + sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 20743 + timestamp: 1695667673391 +- platform: osx-arm64 + name: partd + version: 1.4.1 + category: main + manager: conda + dependencies: + - locket + - python >=3.7 + - toolz + url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda + hash: + md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 + sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 20743 + timestamp: 1695667673391 +- platform: win-64 + name: partd + version: 1.4.1 + category: main + manager: conda + dependencies: + - locket + - python >=3.7 + - toolz + url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda + hash: + md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 + sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 20743 + timestamp: 1695667673391 - platform: linux-64 name: pathspec version: 0.12.1 @@ -25301,29 +26975,28 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal >=3.8.2,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.6.2-h5958a67_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pdal-2.6.2-h7c70841_3.conda hash: - md5: b4aca44aa7770b1ba178e76d1ffa407f - sha256: cf6d68dd573f8db3fe2e0437398e5b9ce2f747b7e2176ff1fc9e703ab48f24cb - build: h5958a67_2 + md5: 5c0431044f87a98b3eb45c4e81b762e4 + sha256: e6e52d7cfc5569fada7c996b8539c57cb43bb7713d380823ef14a20217c732e2 + build: h7c70841_3 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 3 license: BSD-3-Clause - license_family: BSD - size: 4406370 - timestamp: 1703409363110 + size: 4383987 + timestamp: 1706167189439 - platform: osx-64 name: pdal version: 2.6.2 @@ -25337,30 +27010,29 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libcxx >=15 - - libgdal >=3.8.2,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.6.2-hd613b54_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pdal-2.6.2-h3115ee7_3.conda hash: - md5: a28332b6c40295cc25299b9d32a620ff - sha256: b613cdd9e986d680fab5ad56e70376d2e8aa19739a8189b9a55c18d49aa0d482 - build: hd613b54_2 + md5: 56281cf75ace639ea8a5b99e6f3c6a41 + sha256: fe76129b1b452a6664739c0dbd245324e9a6483736265e6d5336deec3f5dd804 + build: h3115ee7_3 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 3 constrains: - __osx >=10.15 license: BSD-3-Clause - license_family: BSD - size: 3154903 - timestamp: 1703410891228 + size: 3054242 + timestamp: 1706168535936 - platform: osx-arm64 name: pdal version: 2.6.2 @@ -25374,28 +27046,27 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libcxx >=15 - - libgdal >=3.8.2,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - nitro - openssl >=3.2.0,<4.0a0 - tiledb >=2.19.0,<2.20.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.6.2-h55873e5_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pdal-2.6.2-h717e6b2_3.conda hash: - md5: 3160d20d9291abad5244b2e30ca35432 - sha256: 05602aacf5d1fc47ec7cd2aaf1c6f85e4addd6a19a588ad4044b849be332243b - build: h55873e5_2 + md5: 573638ee96d0c31e72e63156b8b3fc7e + sha256: 978a14595ee5aac30f4e169555694770ccf580e7b5c4f5dacdc68167b0aac273 + build: h717e6b2_3 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 3 license: BSD-3-Clause - license_family: BSD - size: 2770423 - timestamp: 1703410856970 + size: 2739508 + timestamp: 1706168142545 - platform: win-64 name: pdal version: 2.6.2 @@ -25409,10 +27080,10 @@ package: - eigen >=3.4.0,<3.4.1.0a0 - geotiff >=1.7.1,<1.8.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal >=3.8.2,<3.9.0a0 + - libgdal >=3.8.3,<3.9.0a0 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.1,<17.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - mkl - nitro @@ -25423,18 +27094,17 @@ package: - vc14_runtime >=14.29.30139 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.6.2-hf0e614a_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/pdal-2.6.2-h9245793_3.conda hash: - md5: 2550e11ed88db63a17ad1ef8437ac378 - sha256: d5bbc77c0b924f81c4542ed17e53b24af28f6106a1d1307ebddcfea8baed41b7 - build: hf0e614a_2 + md5: 54eced2982dbeb1bbaf420dd2032932a + sha256: 63ee8750af57d87f2e4a4b20b596f8b90cce55a67340437e4474fd64dd76ed4f + build: h9245793_3 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 3 license: BSD-3-Clause - license_family: BSD - size: 2901420 - timestamp: 1703411365898 + size: 2949237 + timestamp: 1706168779252 - platform: linux-64 name: pep517 version: 0.13.0 @@ -25521,64 +27191,64 @@ package: timestamp: 1667916747996 - platform: linux-64 name: pexpect - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: ISC noarch: python - size: 48780 - timestamp: 1667297617062 + size: 53600 + timestamp: 1706113273252 - platform: osx-64 name: pexpect - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: ISC noarch: python - size: 48780 - timestamp: 1667297617062 + size: 53600 + timestamp: 1706113273252 - platform: osx-arm64 name: pexpect - version: 4.8.0 + version: 4.9.0 category: main manager: conda dependencies: - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: ISC noarch: python - size: 48780 - timestamp: 1667297617062 + size: 53600 + timestamp: 1706113273252 - platform: linux-64 name: pickleshare version: 0.7.5 @@ -25730,21 +27400,21 @@ package: - libxcb >=1.15,<1.16.0a0 - libzlib >=1.2.13,<1.3.0a0 - openjpeg >=2.5.0,<3.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - tk >=8.6.13,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.2.0-py312hac22aec_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.2.0-py311hb9c5795_0.conda hash: - md5: 486a50718de90e091df0bef6e6af2c48 - sha256: 83ebcca5ca6c63bd15a80806a0110d45431fed7c432234d3299202e00f28c0e4 - build: py312hac22aec_0 + md5: 97c499f0ac4792fb1e33295c9adfb351 + sha256: c09ed761df062c62e83b78c66a1987a6a727fa45dd5fadde3b436ad5566c216e + build: py311hb9c5795_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: HPND - size: 42299342 - timestamp: 1704252620409 + size: 41593553 + timestamp: 1704252636313 - platform: win-64 name: pillow version: 10.2.0 @@ -26277,15 +27947,15 @@ package: timestamp: 1698273012754 - platform: linux-64 name: pluggy - version: 1.3.0 + version: 1.4.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -26293,19 +27963,19 @@ package: license: MIT license_family: MIT noarch: python - size: 22548 - timestamp: 1693086745921 + size: 23384 + timestamp: 1706116931972 - platform: osx-64 name: pluggy - version: 1.3.0 + version: 1.4.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -26313,19 +27983,19 @@ package: license: MIT license_family: MIT noarch: python - size: 22548 - timestamp: 1693086745921 + size: 23384 + timestamp: 1706116931972 - platform: osx-arm64 name: pluggy - version: 1.3.0 + version: 1.4.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -26333,19 +28003,19 @@ package: license: MIT license_family: MIT noarch: python - size: 22548 - timestamp: 1693086745921 + size: 23384 + timestamp: 1706116931972 - platform: win-64 name: pluggy - version: 1.3.0 + version: 1.4.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -26353,8 +28023,8 @@ package: license: MIT license_family: MIT noarch: python - size: 22548 - timestamp: 1693086745921 + size: 23384 + timestamp: 1706116931972 - platform: linux-64 name: plum-dispatch version: 2.3.2 @@ -26523,6 +28193,98 @@ package: noarch: python size: 44837 timestamp: 1530963184592 +- platform: linux-64 + name: pooch + version: 1.8.0 + category: main + manager: conda + dependencies: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 134b2b57b7865d2316a7cce1915a51ed + sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 52378 + timestamp: 1698245743670 +- platform: osx-64 + name: pooch + version: 1.8.0 + category: main + manager: conda + dependencies: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 134b2b57b7865d2316a7cce1915a51ed + sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 52378 + timestamp: 1698245743670 +- platform: osx-arm64 + name: pooch + version: 1.8.0 + category: main + manager: conda + dependencies: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 134b2b57b7865d2316a7cce1915a51ed + sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 52378 + timestamp: 1698245743670 +- platform: win-64 + name: pooch + version: 1.8.0 + category: main + manager: conda + dependencies: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 134b2b57b7865d2316a7cce1915a51ed + sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 52378 + timestamp: 1698245743670 - platform: linux-64 name: poppler version: 23.12.0 @@ -26751,7 +28513,7 @@ package: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - libpq 16.1 h33b98f1_7 - - libxml2 >=2.12.2,<3.0.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 @@ -27371,21 +29133,21 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py312he37b823_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda hash: - md5: cd6e99b9c5a623735161973b5f693a86 - sha256: a996bd5f878da264d1d3ba7fde717b0a2c158a86645efb1e899d087cca74832d - build: py312he37b823_0 + md5: 970ef0edddc6c2cfeb16b7225a28a1f4 + sha256: 2b6e485c761fa3e7271c44a070c0d08e79a6758ac4d7a660eaff0ed0a60c6f2b + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 499490 - timestamp: 1705722767772 + size: 513415 + timestamp: 1705722847446 - platform: win-64 name: psutil version: 5.9.8 @@ -27461,21 +29223,21 @@ package: dependencies: - libpq >=16.1,<17.0a0 - openssl >=3.2.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psycopg2-2.9.9-py312h84485f8_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psycopg2-2.9.9-py311h589e011_0.conda hash: - md5: 33ddbd58e1fb3b825080454e464f99d5 - sha256: 10eaaf2567552e70535fcaad0c6bc21eb5117d1606cb5384f9546b5c934de964 - build: py312h84485f8_0 + md5: cf560a3c0e56cf6a168f885958ec31ff + sha256: a6340fa9458824b9681ba6cc1de0a618ffd6b19272c4eedcf787a6e627025aa5 + build: py311h589e011_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: LGPL-3.0-or-later license_family: LGPL - size: 164537 - timestamp: 1701737910469 + size: 166239 + timestamp: 1701738183853 - platform: win-64 name: psycopg2 version: 2.9.9 @@ -27899,15 +29661,15 @@ package: - libarrow-substrait 14.0.2 h7fd9903_2_cpu - libcxx >=14 - libparquet 14.0.2 hf6ce1d5_2_cpu - - numpy >=1.26.3,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py312h14a4a34_2_cpu.conda + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hd7bc329_2_cpu.conda hash: - md5: 18b2713e68476ecd0e857f0b170fdd22 - sha256: ed26e7c459ee7199f62aa5b960d7af47a5c3257cf00932f883229424812d30dd - build: py312h14a4a34_2_cpu + md5: 6a599e9f9b2ab76b1006cf60fe1730a1 + sha256: 382cae1613f740afac2bedf7b4b3d7d19775ab7c31b419553351806d0ac9bc29 + build: py311hd7bc329_2_cpu arch: aarch64 subdir: osx-arm64 build_number: 2 @@ -27915,8 +29677,8 @@ package: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 4055875 - timestamp: 1704360388886 + size: 4090895 + timestamp: 1704361615592 - platform: win-64 name: pyarrow version: 14.0.2 @@ -27951,6 +29713,90 @@ package: license_family: APACHE size: 3486905 timestamp: 1704357865002 +- platform: linux-64 + name: pyarrow-hotfix + version: '0.6' + category: main + manager: conda + dependencies: + - pyarrow >=0.14 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda + hash: + md5: ccc06e6ef2064ae129fab3286299abda + sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13567 + timestamp: 1700596511761 +- platform: osx-64 + name: pyarrow-hotfix + version: '0.6' + category: main + manager: conda + dependencies: + - pyarrow >=0.14 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda + hash: + md5: ccc06e6ef2064ae129fab3286299abda + sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13567 + timestamp: 1700596511761 +- platform: osx-arm64 + name: pyarrow-hotfix + version: '0.6' + category: main + manager: conda + dependencies: + - pyarrow >=0.14 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda + hash: + md5: ccc06e6ef2064ae129fab3286299abda + sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13567 + timestamp: 1700596511761 +- platform: win-64 + name: pyarrow-hotfix + version: '0.6' + category: main + manager: conda + dependencies: + - pyarrow >=0.14 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda + hash: + md5: ccc06e6ef2064ae129fab3286299abda + sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13567 + timestamp: 1700596511761 - platform: linux-64 name: pycparser version: '2.21' @@ -28172,22 +30018,22 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - typing-extensions >=4.6.0,!=4.7.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.6-py312h5280bc4_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.14.6-py311h94f323b_1.conda hash: - md5: e15675908d5e686578b59a0155da7c1b - sha256: 49c2f96187c0427b5ceb53ab50387daf89334633d87ff1a91d4d249e91b066f8 - build: py312h5280bc4_1 + md5: c682a26c8b23389b70182e895bf779a5 + sha256: 9caccc7d9cfda2c2f9e9ba7867501d3149cd465e7587e1e668fd464de2ffe50a + build: py311h94f323b_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 1418918 - timestamp: 1703319534376 + size: 1418339 + timestamp: 1703319504236 - platform: win-64 name: pydantic-core version: 2.14.6 @@ -28321,22 +30167,22 @@ package: manager: conda dependencies: - libffi >=3.4,<4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.1-py312h9d22092_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-10.1-py311h665608e_0.conda hash: - md5: dfdb0f8a37baf06a8dec8dd270c23753 - sha256: 06a95d717dfb01a7179e2008d77ada2c58c5c900dc1d36f95068ccd170f49a89 - build: py312h9d22092_0 + md5: fbf6e60c57d27283b5e616a458e11ecf + sha256: 11437e8835d8637fce58bdb98a6f8e60455c7f11eea2fc2b85d38822c5a4c80f + build: py311h665608e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 456233 - timestamp: 1702120202721 + size: 459224 + timestamp: 1702120163052 - platform: osx-64 name: pyobjc-framework-cocoa version: '10.1' @@ -28367,21 +30213,21 @@ package: dependencies: - libffi >=3.4,<4.0a0 - pyobjc-core 10.1.* - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.1-py312h9d22092_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-10.1-py311h665608e_0.conda hash: - md5: 27dc04bb8bb427ee52facd69f7a6cabb - sha256: a6a4e8b5bd67d054c0c731cf86795d8040a9cc1c6a92d5116115e4cf4e59beec - build: py312h9d22092_0 + md5: 8cbae911599bc02a8ce3b1b33d95abb0 + sha256: 81a15d9449d9570e997ee0cfd7e25c85ceb263915e34235900a1d12bc22c9f30 + build: py311h665608e_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 371148 - timestamp: 1702125850698 + size: 374326 + timestamp: 1702125842955 - platform: linux-64 name: pyogrio version: 0.7.2 @@ -28444,23 +30290,23 @@ package: - gdal - libcxx >=16.0.6 - libgdal >=3.8.0,<3.9.0a0 - - numpy >=1.26.0,<2.0a0 + - numpy >=1.23.5,<2.0a0 - packaging - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyogrio-0.7.2-py312hfe67d44_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyogrio-0.7.2-py311h4760b73_1.conda hash: - md5: e43273cb4ad6e0a9045e9fb962f44c88 - sha256: e0a06d3521c207da5bda8d15b49608577be14fe74676c17f4ccaa3726bbeb5ba - build: py312hfe67d44_1 + md5: bbeaf2a4ef635b6f296085273335fba7 + sha256: 271104fb164ad438fc67ad14431e0e0d4bce3a66b70db9981cd48b496b784887 + build: py311h4760b73_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 594121 - timestamp: 1700083948937 + size: 604617 + timestamp: 1700083845504 - platform: win-64 name: pyogrio version: 0.7.2 @@ -28621,21 +30467,21 @@ package: dependencies: - certifi - proj >=9.3.1,<9.3.2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py312h4d912e0_5.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py311h9a031f7_5.conda hash: - md5: 665a07a48339e9af060119dec25646a8 - sha256: 776f5610dc6cb6703c87bab44ecb8d83e04b40abf94200962aea13bda2d9fec7 - build: py312h4d912e0_5 + md5: 9595ebd87ef41c82fcb516af2213dd5d + sha256: 4852155e58513f5b38a46c5b88a515be234b68a8dc8e44ab6a5571c3fbf8acb7 + build: py311h9a031f7_5 arch: aarch64 subdir: osx-arm64 build_number: 5 license: MIT license_family: MIT - size: 485156 - timestamp: 1702028605807 + size: 493387 + timestamp: 1702028604601 - platform: win-64 name: pyproj version: 3.6.1 @@ -28719,23 +30565,23 @@ package: manager: conda dependencies: - libcxx >=15.0.7 - - pyqt5-sip 12.12.2 py312h9f69965_5 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - pyqt5-sip 12.12.2 py311ha891d26_5 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt-5.15.9-py312h550cae4_5.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt-5.15.9-py311hc49b008_5.conda hash: - md5: e32e9f00bf2c00aa568fa1b0af31c800 - sha256: 15cc41a83f3134809e3cd6223708249c388f9d3740e2c8079b67504d3fc0bf4a - build: py312h550cae4_5 + md5: 11be30376524bb858197d6ef0ca95959 + sha256: 6521f2dd88c9ede7faf7ae41f234e97280b62e76c0c4d88373d81f73230d745f + build: py311hc49b008_5 arch: aarch64 subdir: osx-arm64 build_number: 5 license: GPL-3.0-only license_family: GPL - size: 3937925 - timestamp: 1695422000443 + size: 3919652 + timestamp: 1695421881652 - platform: win-64 name: pyqt version: 5.15.9 @@ -28903,23 +30749,23 @@ package: dependencies: - libcxx >=15.0.7 - packaging - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - sip - toml - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt5-sip-12.12.2-py312h9f69965_5.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqt5-sip-12.12.2-py311ha891d26_5.conda hash: - md5: d96792bb6923eb754ed7295e9926907d - sha256: d3b6ac3aeef420184d614d480cab818b3a9a10acff91d0db04fa2a5ae82e3c27 - build: py312h9f69965_5 + md5: 0561a45bfdf8843c56f3b931ebd6b631 + sha256: 6a376dee486c040d90c3658a2f7ad3a98c35a34cdc27f5f417dc4b1f98855e30 + build: py311ha891d26_5 arch: aarch64 subdir: osx-arm64 build_number: 5 license: GPL-3.0-only license_family: GPL - size: 75839 - timestamp: 1695418391490 + size: 75332 + timestamp: 1695418376150 - platform: win-64 name: pyqt5-sip version: 12.12.2 @@ -29007,23 +30853,23 @@ package: dependencies: - libcxx >=15.0.7 - pyqt >=5.15.9,<5.16.0a0 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - qtwebkit - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqtwebkit-5.15.9-py312h14105d7_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyqtwebkit-5.15.9-py311h14ede98_2.conda hash: - md5: ae52c6875282c378600eef8bcb3ec91d - sha256: d46a28f06e371369083b75ea7e2cf68ee215d20a63691391c19396c66d41e84d - build: py312h14105d7_2 + md5: e9fe0fd5733eebec91a832145923f1a9 + sha256: e3c500072c959a0f4c6ab1a3df7bff063ca438b0ae286dfcbe325204364fe383 + build: py311h14ede98_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: LicenseRef-Commercial or GPL-3.0-only license_family: GPL - size: 128105 - timestamp: 1695649919135 + size: 127848 + timestamp: 1695649649609 - platform: win-64 name: pyqtwebkit version: 5.15.9 @@ -29583,7 +31429,7 @@ package: timestamp: 1703343492323 - platform: osx-arm64 name: python - version: 3.12.1 + version: 3.11.7 category: main manager: conda dependencies: @@ -29598,19 +31444,19 @@ package: - tk >=8.6.13,<8.7.0a0 - tzdata - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.1-hdf0ec26_1_cpython.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.7-hdf0ec26_1_cpython.conda hash: - md5: 7b5d48e25f131864762bfef1914d2014 - sha256: c9bdc2478a983da8c1b965727889fe58e2ea594c6f280a73c822beab1926d40d + md5: f0f1fcde592e067a5ca2187d6f232bd3 + sha256: 92ac26592b53ddb646237c0dd83fd073d2f181dd1553e7ac8428b4475ff5560b build: hdf0ec26_1_cpython arch: aarch64 subdir: osx-arm64 build_number: 1 constrains: - - python_abi 3.12.* *_cp312 + - python_abi 3.11.* *_cp311 license: Python-2.0 - size: 13089201 - timestamp: 1703318862740 + size: 14567667 + timestamp: 1703342625860 - platform: win-64 name: python version: 3.11.7 @@ -30008,24 +31854,24 @@ package: timestamp: 1695147518012 - platform: osx-arm64 name: python_abi - version: '3.12' + version: '3.11' category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda hash: - md5: bbb3a02c78b2d8219d7213f76d644a2a - sha256: db25428e4f24f8693ffa39f3ff6dfbb8fd53bc298764b775b57edab1c697560f - build: 4_cp312 + md5: 8d3751bc73d3bbb66f216fa2331d5649 + sha256: 4837089c477b9b84fa38a17f453e6634e68237267211b27a8a2f5ccd847f4e55 + build: 4_cp311 arch: aarch64 subdir: osx-arm64 build_number: 4 constrains: - - python 3.12.* *_cpython + - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6508 - timestamp: 1695147497048 + size: 6492 + timestamp: 1695147509940 - platform: win-64 name: python_abi version: '3.11' @@ -30242,22 +32088,22 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py311heffc1b2_1.conda hash: - md5: a0c843e52a1c4422d8657dd76e9eb994 - sha256: b6b4027b89c17b9bbd8089aec3e44bc29f802a7d5668d5a75b5358d7ed9705ca - build: py312h02f2b3b_1 + md5: d310bfbb8230b9175c0cbc10189ad804 + sha256: b155f5c27f0e2951256774628c4b91fdeee3267018eef29897a74e3d1316c8b0 + build: py311heffc1b2_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: MIT license_family: MIT - size: 182705 - timestamp: 1695373895409 + size: 187795 + timestamp: 1695373829282 - platform: win-64 name: pyyaml version: 6.0.1 @@ -30337,21 +32183,21 @@ package: - __osx >=10.9 - libcxx >=16.0.6 - libsodium >=1.0.18,<1.0.19.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py312h1edf716_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py311h6727e71_0.conda hash: - md5: 913db29987f836f5d80fa319e36b0a33 - sha256: a89712c6b0cab1e3385e44e0130a57b9d03df99b6f540486c0f00e2dae079e77 - build: py312h1edf716_0 + md5: c0ab7687c09ec2c12d4110c2d5ba7050 + sha256: 684dc254a778600fb4ce31d6e3a82f18bf3a2779d71b06d237e76357dda8be9e + build: py311h6727e71_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause AND LGPL-3.0-or-later - size: 495070 - timestamp: 1701783687130 + size: 501598 + timestamp: 1701783698571 - platform: win-64 name: pyzmq version: 25.1.2 @@ -30586,92 +32432,92 @@ package: - six - sqlite - yaml - url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.34.3-py311hfb4095b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/qgis-3.34.3-py311hfb4095b_0.conda + hash: + md5: c8861fbad8b7557929871164596cb79e + sha256: 1fe27bb6b31887a8392f4a2e7ff6e9023c69ba8e500160e2f28d7ad16f66954e + build: py311hfb4095b_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - __osx >=10.15 + license: GPL-2.0-only + license_family: GPL + size: 74685455 + timestamp: 1705742799318 +- platform: osx-arm64 + name: qgis + version: 3.34.2 + category: main + manager: conda + dependencies: + - exiv2 >=0.27.6,<0.28.0a0 + - future + - gdal + - geos >=3.12.1,<3.12.2.0a0 + - gsl >=2.7,<2.8.0a0 + - httplib2 + - icu >=73.2,<74.0a0 + - jinja2 + - khronos-opencl-icd-loader >=2023.4.17 + - laz-perf + - libcxx >=15 + - libexpat >=2.5.0,<3.0a0 + - libgdal >=3.8.3,<3.9.0a0 + - libpq >=16.1,<17.0a0 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - libspatialindex >=1.9.3,<1.9.4.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libtasn1 >=4.19.0,<5.0a0 + - libzip >=1.10.1,<2.0a0 + - markupsafe + - mock + - nose2 + - owslib + - pdal >=2.6.2,<2.7.0a0 + - plotly + - postgresql + - proj >=9.3.1,<9.3.2.0a0 + - psycopg2 + - pygments + - pyproj + - pyqt >=5.15.9,<5.16.0a0 + - pyqt5-sip + - pyqtwebkit + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python-dateutil + - python_abi 3.11.* *_cp311 + - pytz + - pyyaml + - qca + - qjson + - qscintilla2 + - qt-main >=5.15.8,<5.16.0a0 + - qtkeychain >=0.14.2,<0.15.0a0 + - qtwebkit + - qwt >=6.2.0,<6.3.0a0 + - requests + - sip >=6.7.12,<6.8.0a0 + - six + - sqlite + - yaml + url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.34.2-py311hca233d7_1.conda hash: - md5: c8861fbad8b7557929871164596cb79e - sha256: 1fe27bb6b31887a8392f4a2e7ff6e9023c69ba8e500160e2f28d7ad16f66954e - build: py311hfb4095b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - __osx >=10.15 - license: GPL-2.0-only - license_family: GPL - size: 74685455 - timestamp: 1705742799318 -- platform: osx-arm64 - name: qgis - version: 3.34.3 - category: main - manager: conda - dependencies: - - exiv2 >=0.27.6,<0.28.0a0 - - future - - gdal - - geos >=3.12.1,<3.12.2.0a0 - - gsl >=2.7,<2.8.0a0 - - httplib2 - - icu >=73.2,<74.0a0 - - jinja2 - - khronos-opencl-icd-loader >=2023.4.17 - - laz-perf - - libcxx >=15 - - libexpat >=2.5.0,<3.0a0 - - libgdal >=3.8.3,<3.9.0a0 - - libpq >=16.1,<17.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libspatialindex >=1.9.3,<1.9.4.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.2,<4.0a0 - - libtasn1 >=4.19.0,<5.0a0 - - libzip >=1.10.1,<2.0a0 - - markupsafe - - mock - - nose2 - - owslib - - pdal >=2.6.2,<2.7.0a0 - - plotly - - postgresql - - proj >=9.3.1,<9.3.2.0a0 - - psycopg2 - - pygments - - pyproj - - pyqt >=5.15.9,<5.16.0a0 - - pyqt5-sip - - pyqtwebkit - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python-dateutil - - python_abi 3.12.* *_cp312 - - pytz - - pyyaml - - qca - - qjson - - qscintilla2 - - qt-main >=5.15.8,<5.16.0a0 - - qtkeychain >=0.14.2,<0.15.0a0 - - qtwebkit - - qwt >=6.2.0,<6.3.0a0 - - requests - - sip >=6.7.12,<6.8.0a0 - - six - - sqlite - - yaml - url: https://conda.anaconda.org/conda-forge/osx-arm64/qgis-3.34.3-py312h775a663_0.conda - hash: - md5: d786b2c284cdb0d18928eaf83827f6a1 - sha256: 1a9ad73b5d03ba4e8ee1c862f3480eaec3260de5e82df2e231c4dca53ce1ee1b - build: py312h775a663_0 + md5: 322e93b0ff4f255f85d3610b23581bc9 + sha256: d94460a2d9cc4c4a7012a8c7a015962e7a619491fbcda04aeff281df38f8359b + build: py311hca233d7_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 constrains: - __osx >=11.0 license: GPL-2.0-only license_family: GPL - size: 71881293 - timestamp: 1705743339851 + size: 71540900 + timestamp: 1705368086927 - platform: win-64 name: qgis version: 3.34.3 @@ -31033,23 +32879,23 @@ package: dependencies: - libcxx >=15.0.7 - pyqt >=5.15.9,<5.16.0a0 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - sip >=6.7.11,<6.8.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qscintilla2-2.14.1-py312h14105d7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/qscintilla2-2.14.1-py311h14ede98_0.conda hash: - md5: 31d17bbc23db4377185684ed18e2bc19 - sha256: aa3bd33df4c776ab96432c1f4bf12715742dc59d1ae2e013069d1f814e0da366 - build: py312h14105d7_0 + md5: a04602fc5f7bd3646199db03245b2e5c + sha256: 0d76b2d46fc08d04e999a8281325b17c172022fafdb5dac39fc8aa715233a89b + build: py311h14ede98_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-3.0-or-later license_family: GPL - size: 1258259 - timestamp: 1695486794043 + size: 1257709 + timestamp: 1695486575127 - platform: win-64 name: qscintilla2 version: 2.14.1 @@ -31107,7 +32953,7 @@ package: - libstdcxx-ng >=12 - libxcb >=1.15,<1.16.0a0 - libxkbcommon >=1.6.0,<2.0a0 - - libxml2 >=2.12.2,<3.0.0a0 + - libxml2 >=2.12.2,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - mysql-libs >=8.0.33,<8.1.0a0 - nspr >=4.35,<5.0a0 @@ -31356,7 +33202,7 @@ package: - libstdcxx-ng >=12 - libwebp - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libxslt >=1.1.39,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - qt-main >=5.15.8,<5.16.0a0 @@ -32653,21 +34499,21 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.17.1-py312h5280bc4_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.17.1-py311h94f323b_0.conda hash: - md5: 7b0b4879880d11be49c5edfdae68bc39 - sha256: 1e6a413e4ed984cf9d62c4eb1b921ceb6efc3f8470dbfa2f5a23790724b8ff0d - build: py312h5280bc4_0 + md5: 23fdd79b7018d741ea43dcc5015e30af + sha256: fc93e6d941b9283cb0a4ef38fa5e9adb7f946a54ea08a2ab6e3bd5d52df1b4c0 + build: py311h94f323b_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 310844 - timestamp: 1705160382759 + size: 308784 + timestamp: 1705160363509 - platform: win-64 name: rpds-py version: 0.17.1 @@ -32740,21 +34586,21 @@ package: manager: conda dependencies: - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.2.0-py312h22f7183_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.2.0-py311hd698ff7_0.conda hash: - md5: 3949cd3f9b5fb20fe200e85dd4389447 - sha256: b1a3af529dd2c8e724fc11889588e8bddabbde6907e6c8998ea7495ddb7703da - build: py312h22f7183_0 + md5: bdb16e41bd3a67e70a01879f27196be7 + sha256: 1003759185a553652fbb6d5e0e4fb426abb85c6b588c25960eadae27d747a23b + build: py311hd698ff7_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 63205 - timestamp: 1705698210947 + size: 63577 + timestamp: 1705698221128 - platform: win-64 name: rtree version: 1.2.0 @@ -32827,23 +34673,23 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - ruamel.yaml.clib >=0.1.2 - setuptools - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.5-py312he37b823_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.5-py311h05b510d_0.conda hash: - md5: bbda05ac095a271419f91ef133eddac3 - sha256: 8f4744a698de42cfec04afe6e2246a07bdf7098366b1626e7c7aed24778b84e8 - build: py312he37b823_0 + md5: c51813780ac52059c1e472546022e7a5 + sha256: 33c770e213c233e80b48256d17ce0e7bfe504576f2778307826cf1fd1db058d6 + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 272570 - timestamp: 1699007959545 + size: 277914 + timestamp: 1699007830042 - platform: win-64 name: ruamel.yaml version: 0.18.5 @@ -32916,21 +34762,21 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.7-py312h02f2b3b_2.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.7-py311heffc1b2_2.conda hash: - md5: 39478f82c46bd2fa4e974ef11cf2c0ae - sha256: e3b93abf4255fe1880435328e523b7147c5cf5859c731f643e00e0e598bb891c - build: py312h02f2b3b_2 + md5: c167b931a12c70f9c1fbf927da7ff0be + sha256: 0c2d1a27afa009d3630b5944ac5fd10df95b92ab5c91c7390ddfc93ee5488349 + build: py311heffc1b2_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: MIT license_family: MIT - size: 113319 - timestamp: 1695997421799 + size: 113666 + timestamp: 1695997356455 - platform: win-64 name: ruamel.yaml.clib version: 0.2.7 @@ -32956,7 +34802,7 @@ package: timestamp: 1695997456870 - platform: linux-64 name: ruff - version: 0.1.13 + version: 0.1.14 category: main manager: conda dependencies: @@ -32964,64 +34810,68 @@ package: - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.13-py311h7145743_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.14-py311h7145743_1.conda hash: - md5: bca815522cef8590a2db75071aa6e6ae - sha256: 0b394a66f05a8dbfc587b8611bd0ae9d70cffb62d4c572528f0ff0fd1ed3a396 + md5: 3ee5686f65a9ce8af5954ce97e80dd99 + sha256: f43d390d82af805187175e5c760807e52cd22b6b7ba044bdfc37e1dcbe867d7f build: py311h7145743_1 arch: x86_64 subdir: linux-64 build_number: 1 license: MIT license_family: MIT - size: 5513237 - timestamp: 1705434214051 + size: 5519824 + timestamp: 1706122018783 - platform: osx-64 name: ruff - version: 0.1.13 + version: 0.1.14 category: main manager: conda dependencies: - libcxx >=15 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.13-py311ha071555_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.14-py311hfff7943_1.conda hash: - md5: 25d6563a275402a2c6d10d3f4586b14e - sha256: a19524f4dca7885627588f4e1ff2fa557c6ccae09a699477100f0734859b5e17 - build: py311ha071555_1 + md5: eafb87af345555554ecbbf716da6509e + sha256: 8f351fa68de7171c877677f60af8b1dde377a7612efb562b1e1323b67ef1a889 + build: py311hfff7943_1 arch: x86_64 subdir: osx-64 build_number: 1 + constrains: + - __osx >=10.12 license: MIT license_family: MIT - size: 5326400 - timestamp: 1705435070046 + size: 5336996 + timestamp: 1706122613327 - platform: osx-arm64 name: ruff - version: 0.1.13 + version: 0.1.14 category: main manager: conda dependencies: - libcxx >=15 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.13-py312h1ae9fbf_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.14-py311h8c97afb_1.conda hash: - md5: e84c9feb4adc9b834d5d7e15706803c7 - sha256: 962f29c9d51fa7cf501b4d1b0d40af304f0a3e9162a9263ddaf28430be683b09 - build: py312h1ae9fbf_1 + md5: a20feae4754402caa867a531bedfc889 + sha256: 3fce34fb643db49066e886baa753973d138e4d8593a321cdaf9112b0b269da05 + build: py311h8c97afb_1 arch: aarch64 subdir: osx-arm64 build_number: 1 + constrains: + - __osx >=11.0 license: MIT license_family: MIT - size: 5120355 - timestamp: 1705435282011 + size: 5144080 + timestamp: 1706122778981 - platform: win-64 name: ruff - version: 0.1.13 + version: 0.1.14 category: main manager: conda dependencies: @@ -33030,18 +34880,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.13-py311hc14472d_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.14-py311hc14472d_1.conda hash: - md5: 5d8f34e93eadb2b28e69c97af77983ae - sha256: 479be4f9e879cb9c944b902175623b735ed7f25f157d54b01f103f3f94634d70 + md5: ac3796db37bab6fa6cde4554ff78d3b0 + sha256: d79094152fdb497b7bdb0163dd83b30ad50b2ceccf58ce0813b32e4d129f05b3 build: py311hc14472d_1 arch: x86_64 subdir: win-64 build_number: 1 license: MIT license_family: MIT - size: 5345075 - timestamp: 1705435330934 + size: 5445497 + timestamp: 1706123274961 - platform: linux-64 name: s2n version: 1.4.1 @@ -33126,24 +34976,24 @@ package: - libcxx >=15 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - - numpy >=1.26.3,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.4.0-py312hd4306f4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.4.0-py311h696fe38_0.conda hash: - md5: 09adddeafb8aebe96a5d7e87f1ddcc05 - sha256: 90d7bd1f275623f754113301e34b9cfcf677f2bd0174c59a185a2ff1d52f2922 - build: py312hd4306f4_0 + md5: c8ea3403666b0c13d1c6ee085bdf6098 + sha256: 91328662e270e91a014d38217ea73e302cc1a57976f7f43b2d1e576a4c613290 + build: py311h696fe38_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 9221233 - timestamp: 1705658546055 + size: 9400940 + timestamp: 1705658492994 - platform: win-64 name: scikit-learn version: 1.4.0 @@ -33188,17 +35038,17 @@ package: - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.12.0-py311h64a7726_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.12.0-py311h64a7726_2.conda hash: - md5: b976f44f483086f9877fe4b951745340 - sha256: 2e6089cbba12b10648b9b13f323a689755f4a67c7486c850e8df86840c1cb995 - build: py311h64a7726_1 + md5: 24ca5107ab75c5521067b8ba505dfae5 + sha256: e5aca4c5e63314848600d6da7360e0701c512f70d1783610eed5c1f7ecf58a57 + build: py311h64a7726_2 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause - size: 17218973 - timestamp: 1705980496506 + size: 17270207 + timestamp: 1706042776987 - platform: osx-64 name: scipy version: 1.12.0 @@ -33216,17 +35066,17 @@ package: - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.12.0-py311h86d0cd9_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.12.0-py311h86d0cd9_2.conda hash: - md5: 10f7c30bdbe3900c8d0a941cdd5498b0 - sha256: 317b03b42633ccae2a601a6c96603520be4a746c410f10bdf4b41a49477de0a7 - build: py311h86d0cd9_1 + md5: 9a70728fa81071937bbd1ebc3b986f44 + sha256: 01035edbfed56239bff4b3845c0cef9b5e6a44c397c9ba131387df24ad7d36b8 + build: py311h86d0cd9_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause - size: 16740996 - timestamp: 1705980335177 + size: 16759101 + timestamp: 1706043392398 - platform: osx-arm64 name: scipy version: 1.12.0 @@ -33240,22 +35090,22 @@ package: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy >=1.26.3,<1.28 - - numpy >=1.26.3,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.12.0-py312h9d7df2b_1.conda + - numpy >=1.23.5,<1.28 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.12.0-py311h4f9446f_2.conda hash: - md5: 12c143ad80e95bfe51dadec5bb540536 - sha256: 937c2a828674ba58db9ec4ef0569c312ee4d57088bd7cd3973d38cdae037f4b1 - build: py312h9d7df2b_1 + md5: a125c9d1b3972291b6c27b22e40d2027 + sha256: 860fb4a7ad739f7f8bf79d67cd86ae207dfb3ad89b7c2e4c873753e426bfdc69 + build: py311h4f9446f_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: BSD-3-Clause - size: 15398414 - timestamp: 1705980677877 + size: 15535360 + timestamp: 1706043503868 - platform: win-64 name: scipy version: 1.12.0 @@ -33272,17 +35122,17 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.12.0-py311h0b4df5a_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.12.0-py311h0b4df5a_2.conda hash: - md5: 99451b034f23fb00c0e6da87835dc618 - sha256: be8aeb4ddd5cb7ae7628db3b7631154f711c63ef17d3743b130b3b9152cea7b8 - build: py311h0b4df5a_1 + md5: eeccea26a9e7819b4ab9e69e4d7b9b44 + sha256: 0519e3a4988d56e689a37d2a79b3d5cb15591d4e9428b3a66fdb607310295f1f + build: py311h0b4df5a_2 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 2 license: BSD-3-Clause - size: 15846296 - timestamp: 1705981278915 + size: 15968999 + timestamp: 1706043936628 - platform: linux-64 name: secretstorage version: 3.3.3 @@ -33605,22 +35455,22 @@ package: manager: conda dependencies: - geos >=3.12.1,<3.12.2.0a0 - - numpy >=1.26.0,<2.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.2-py312h04e4829_1.conda + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.2-py311h0815064_1.conda hash: - md5: aaf872e4c9d47ffcdc7ff9878c6e72aa - sha256: 4f9dd83cde73ec8dff7a5f6c942ce0d798a38620ef711907c48da2e5e23d317c - build: py312h04e4829_1 + md5: 025b38103c63f538ea6bdf7bd26224f2 + sha256: 682106998eca2221a282eda01d468209ce778866b1d062cfa2f02c79a7bf1770 + build: py311h0815064_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: BSD-3-Clause license_family: BSD - size: 528726 - timestamp: 1700763454447 + size: 540339 + timestamp: 1700763500426 - platform: win-64 name: shapely version: 2.0.2 @@ -33706,22 +35556,22 @@ package: - libcxx >=16.0.6 - packaging - ply - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - tomli - url: https://conda.anaconda.org/conda-forge/osx-arm64/sip-6.7.12-py312h650e478_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/sip-6.7.12-py311hbaf5611_0.conda hash: - md5: 29d5f8f5730cdfed115c97d38d568c47 - sha256: 25ed677a4cf029f4feaa4994ac7899163ed550184b5f22eed3d543a27a197a76 - build: py312h650e478_0 + md5: a7c9cb9dbbb0f5d2052ccf5f52d793b7 + sha256: de207b35783f439e8796bc5cd3421007b79e1a0f8395d5e864bcb1479a2b422f + build: py311hbaf5611_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-3.0-only license_family: GPL - size: 565794 - timestamp: 1697300818082 + size: 570552 + timestamp: 1697300795499 - platform: win-64 name: sip version: 6.7.12 @@ -33987,6 +35837,86 @@ package: noarch: python size: 14358 timestamp: 1662051357638 +- platform: linux-64 + name: sortedcontainers + version: 2.4.0 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d6552722448103793743dabfbda532d + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26314 + timestamp: 1621217159824 +- platform: osx-64 + name: sortedcontainers + version: 2.4.0 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d6552722448103793743dabfbda532d + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26314 + timestamp: 1621217159824 +- platform: osx-arm64 + name: sortedcontainers + version: 2.4.0 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d6552722448103793743dabfbda532d + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26314 + timestamp: 1621217159824 +- platform: win-64 + name: sortedcontainers + version: 2.4.0 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d6552722448103793743dabfbda532d + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26314 + timestamp: 1621217159824 - platform: linux-64 name: soupsieve version: '2.5' @@ -34342,25 +36272,25 @@ package: category: main manager: conda dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 + - libblas >=3.8.0,<4.0a0 + - libcblas >=3.8.0,<4.0a0 + - libgcc-ng >=9.4.0 + - liblapack >=3.8.0,<4.0a0 + - libstdcxx-ng >=9.4.0 - metis >=5.1.0,<5.1.1.0a0 - - mpfr >=4.2.1,<5.0a0 - - tbb >=2021.11.0 - url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h5a4f163_3.conda + - mpfr >=4.1.0,<5.0a0 + - tbb >=2021.3.0 + url: https://conda.anaconda.org/conda-forge/linux-64/suitesparse-5.10.1-h9e50725_1.tar.bz2 hash: - md5: f363554b9084fb9d5e3366fbbc0d18e0 - sha256: 235c9321cb76896f3304eea87248a74f52d8c088a38b9cbd98a5366e34756b90 - build: h5a4f163_3 + md5: a3a685b5f9aeb890ed874502fe56accf + sha256: 176d004eafe3f07110315d1c96ab7245fbba8677364933213404890a0e2e9d1f + build: h9e50725_1 arch: x86_64 subdir: linux-64 - build_number: 3 - license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 - size: 1457359 - timestamp: 1705676854887 + build_number: 1 + license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis) + size: 2516475 + timestamp: 1630001297117 - platform: osx-64 name: suitesparse version: 5.10.1 @@ -34514,67 +36444,62 @@ package: timestamp: 1665138565317 - platform: linux-64 name: tbb - version: 2021.11.0 + version: 2021.7.0 category: main manager: conda dependencies: - libgcc-ng >=12 - - libhwloc >=2.9.3,<2.9.4.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.11.0-h00ab1b0_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.7.0-h924138e_0.tar.bz2 hash: - md5: fde515afbbe6e36eb4564965c20b1058 - sha256: 05f2282cb204eeb62dbc698e14475f0bbb7f1eb07081d7f5da37d61ad3c4acb3 - build: h00ab1b0_0 + md5: 819421f81b127a5547bf96ad57eccdd9 + sha256: 452a6def24912d2a118d863095c3f9cb05fe5c997357431a0ca4452eb7f65f08 + build: h924138e_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: APACHE - size: 193857 - timestamp: 1702027376143 + size: 2055530 + timestamp: 1668617473224 - platform: osx-64 name: tbb version: 2021.11.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - libhwloc >=2.9.3,<2.9.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.11.0-he51d815_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.11.0-h7728843_1.conda hash: - md5: cec76a56d90563f267055381b2a1ec0c - sha256: eff33d8d2e28bcb2db829fd90d025af77c80a870341153d08e0c60c3112bebcf - build: he51d815_0 + md5: 29e29beba9deb0ef66bee015c5bf3c14 + sha256: 6d531daba5ccf150b58d434fa72b1da0da04e8f14ab71bdad289a90d355f47e8 + build: h7728843_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: Apache-2.0 - license_family: APACHE - size: 172844 - timestamp: 1702027744659 + size: 173117 + timestamp: 1706163682083 - platform: osx-arm64 name: tbb version: 2021.11.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - libhwloc >=2.9.3,<2.9.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.11.0-h6aa02a4_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.11.0-h2ffa867_1.conda hash: - md5: b81e28020645db1f8e7c4fc833b21e06 - sha256: c0f37b121e3e4618ce44698349b84cabb3e11a384cd8ae6b74f98ca07eb8e5cd - build: h6aa02a4_0 + md5: e5584996979b373d50560a28321547e9 + sha256: 35aa1918c901fb784c74f3d322f21a87d5bf57fbf02e5586778152b5c4cd82da + build: h2ffa867_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: Apache-2.0 - license_family: APACHE - size: 128020 - timestamp: 1702027906391 + size: 128174 + timestamp: 1706163796739 - platform: win-64 name: tbb version: 2021.11.0 @@ -34585,18 +36510,97 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_1.conda hash: - md5: 517c08eba817fb0e56cfd411ed198261 - sha256: aca5b239ed784161ba98809bcf06f67cc46773a09f5b94da8246d982f8d65a49 - build: h91493d7_0 + md5: 21069f3ed16812f9f4f2700667b6ec86 + sha256: aa30c089fdd6f66c7808592362e29963586e094159964a5fb61fb8efa9e349bc + build: h91493d7_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: Apache-2.0 - license_family: APACHE - size: 160300 - timestamp: 1702027823313 + size: 161382 + timestamp: 1706164225098 +- platform: linux-64 + name: tblib + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/tblib-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 04eedddeb68ad39871c8127dd1c21f4f + sha256: 2e2c255b6f24a6d75b9938cb184520e27db697db2c24f04e18342443ae847c0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 17386 + timestamp: 1702066480361 +- platform: osx-64 + name: tblib + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/tblib-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 04eedddeb68ad39871c8127dd1c21f4f + sha256: 2e2c255b6f24a6d75b9938cb184520e27db697db2c24f04e18342443ae847c0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 17386 + timestamp: 1702066480361 +- platform: osx-arm64 + name: tblib + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/tblib-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 04eedddeb68ad39871c8127dd1c21f4f + sha256: 2e2c255b6f24a6d75b9938cb184520e27db697db2c24f04e18342443ae847c0a + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 17386 + timestamp: 1702066480361 +- platform: win-64 + name: tblib + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/tblib-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 04eedddeb68ad39871c8127dd1c21f4f + sha256: 2e2c255b6f24a6d75b9938cb184520e27db697db2c24f04e18342443ae847c0a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 17386 + timestamp: 1702066480361 - platform: linux-64 name: tenacity version: 8.2.3 @@ -34865,7 +36869,7 @@ package: - libgcc-ng >=12 - libgoogle-cloud >=2.12.0,<2.13.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.3,<3.0.0a0 + - libxml2 >=2.12.3,<2.13.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 @@ -35385,6 +37389,82 @@ package: noarch: python size: 10052 timestamp: 1638551820635 +- platform: linux-64 + name: toolz + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 2fcb582444635e2c402e8569bb94e039 + sha256: 22b0a9790317526e08609d5dfdd828210ae89e6d444a9e954855fc29012e90c6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + noarch: python + size: 52358 + timestamp: 1706112720607 +- platform: osx-64 + name: toolz + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 2fcb582444635e2c402e8569bb94e039 + sha256: 22b0a9790317526e08609d5dfdd828210ae89e6d444a9e954855fc29012e90c6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + noarch: python + size: 52358 + timestamp: 1706112720607 +- platform: osx-arm64 + name: toolz + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 2fcb582444635e2c402e8569bb94e039 + sha256: 22b0a9790317526e08609d5dfdd828210ae89e6d444a9e954855fc29012e90c6 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + noarch: python + size: 52358 + timestamp: 1706112720607 +- platform: win-64 + name: toolz + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 2fcb582444635e2c402e8569bb94e039 + sha256: 22b0a9790317526e08609d5dfdd828210ae89e6d444a9e954855fc29012e90c6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + noarch: python + size: 52358 + timestamp: 1706112720607 - platform: linux-64 name: tornado version: 6.3.3 @@ -35432,21 +37512,21 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.3-py312h02f2b3b_1.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.3-py311heffc1b2_1.conda hash: - md5: 3ec18cacdeb6f7a87fee073b28bc7118 - sha256: f59281be797e9cfa2f1cfd5bff89a8268823e98fe49aaa6bede9a91b27e887ab - build: py312h02f2b3b_1 + md5: a3a94203d225faec0d6bd000ea30b0a1 + sha256: 65e96fcaa2fad8013fdfd1c7cbdc4684b253541c10091fa7acd55b4a3daa87e6 + build: py311heffc1b2_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: Apache-2.0 license_family: Apache - size: 826881 - timestamp: 1695374110756 + size: 843751 + timestamp: 1695373818353 - platform: win-64 name: tornado version: 6.3.3 @@ -35996,84 +38076,84 @@ package: timestamp: 1695236716910 - platform: linux-64 name: types-requests - version: 2.31.0.20240106 + version: 2.31.0.20240125 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240125-pyhd8ed1ab_0.conda hash: - md5: 946086aaf44ef99601dd9a6ce863fe9b - sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 + md5: 0200f9f9bb98c12a172ae49ef7d83d60 + sha256: d7810ab6cca4a5f6a8f7a10104b04bce455751f0f0b083375da04a4df976ed45 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25946 - timestamp: 1704519580892 + size: 25974 + timestamp: 1706155106233 - platform: osx-64 name: types-requests - version: 2.31.0.20240106 + version: 2.31.0.20240125 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240125-pyhd8ed1ab_0.conda hash: - md5: 946086aaf44ef99601dd9a6ce863fe9b - sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 + md5: 0200f9f9bb98c12a172ae49ef7d83d60 + sha256: d7810ab6cca4a5f6a8f7a10104b04bce455751f0f0b083375da04a4df976ed45 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25946 - timestamp: 1704519580892 + size: 25974 + timestamp: 1706155106233 - platform: osx-arm64 name: types-requests - version: 2.31.0.20240106 + version: 2.31.0.20240125 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240125-pyhd8ed1ab_0.conda hash: - md5: 946086aaf44ef99601dd9a6ce863fe9b - sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 + md5: 0200f9f9bb98c12a172ae49ef7d83d60 + sha256: d7810ab6cca4a5f6a8f7a10104b04bce455751f0f0b083375da04a4df976ed45 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25946 - timestamp: 1704519580892 + size: 25974 + timestamp: 1706155106233 - platform: win-64 name: types-requests - version: 2.31.0.20240106 + version: 2.31.0.20240125 category: main manager: conda dependencies: - python >=3.6 - urllib3 >=2 - url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240106-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/types-requests-2.31.0.20240125-pyhd8ed1ab_0.conda hash: - md5: 946086aaf44ef99601dd9a6ce863fe9b - sha256: a2fca28230c202db5d2040a0577d36912d7e33914a75f81ad3a9785e3ad1dc88 + md5: 0200f9f9bb98c12a172ae49ef7d83d60 + sha256: d7810ab6cca4a5f6a8f7a10104b04bce455751f0f0b083375da04a4df976ed45 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 AND MIT noarch: python - size: 25946 - timestamp: 1704519580892 + size: 25974 + timestamp: 1706155106233 - platform: linux-64 name: typing-extensions version: 4.9.0 @@ -36627,21 +38707,21 @@ package: dependencies: - cffi - libcxx >=15.0.7 - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py311he4fd1f5_4.conda hash: - md5: 6407429e0969b58b8717dbb4c6c15513 - sha256: 7336cf66feba973207f4903c20b05c3c82e351246df4b6113f72d92b9ee55b81 - build: py312h389731b_4 + md5: 5d5ab5c5af32931e03608034f4a5fd75 + sha256: 384fc81a34e248019d43a115386f77859ab63e0e6f12dade486d76359703743f + build: py311he4fd1f5_4 arch: aarch64 subdir: osx-arm64 build_number: 4 license: MIT license_family: MIT - size: 13948 - timestamp: 1695549890285 + size: 13958 + timestamp: 1695549884615 - platform: win-64 name: ukkonen version: 1.0.1 @@ -37113,22 +39193,22 @@ package: category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python >=3.12.0rc3,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 - pyyaml >=3.10 - url: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-3.0.0-py312h02f2b3b_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-3.0.0-py311heffc1b2_1.conda hash: - md5: b46d14ac225275964abb4b58d94d47c7 - sha256: 545e660efb86da41d31ead3038c2e9f25a67c082ad3109246de2d649c3d036c7 - build: py312h02f2b3b_1 + md5: 67202ddda794d7ff7ca6b6e45337073d + sha256: 3fd810c89bb56b70518f1e60b7d3769ca13ab8a55e572cc90bba61f7a2a3e8b5 + build: py311heffc1b2_1 arch: aarch64 subdir: osx-arm64 build_number: 1 license: Apache-2.0 license_family: APACHE - size: 144329 - timestamp: 1695395632282 + size: 147013 + timestamp: 1695395641979 - platform: win-64 name: watchdog version: 3.0.0 @@ -37634,21 +39714,21 @@ package: category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.16.0-py312he37b823_0.conda + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython + - python_abi 3.11.* *_cp311 + url: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.16.0-py311h05b510d_0.conda hash: - md5: 86726ebb1f6da39c68f306ae624ee4ed - sha256: 25824dd9a22f2c1e8f205eb55c906b28b2f4748a68cb8e3d95ffdf73f08cbac9 - build: py312he37b823_0 + md5: 35f87feb986222d2ada633b45df0bbc9 + sha256: c071b132b8415ccd1452e0b8002aa79ea59a4fd0b0ac0d3b2fd0ab6b19b3390c + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-2-Clause license_family: BSD - size: 59676 - timestamp: 1699533197501 + size: 60998 + timestamp: 1699533434768 - platform: win-64 name: wrapt version: 1.16.0 @@ -37674,7 +39754,7 @@ package: timestamp: 1699533574835 - platform: linux-64 name: xarray - version: 2024.1.0 + version: 2024.1.1 category: main manager: conda dependencies: @@ -37682,43 +39762,42 @@ package: - packaging >=22 - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: 7103106672d9b25f2b2270797307698e - sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - distributed >=2022.7 - - hdf5 >=1.12 - - h5netcdf >=1.0 + - pint >=0.19 + - scipy >=1.8 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 - toolz >=0.12 - - nc-time-axis >=1.4 + - dask-core >=2022.7 + - netcdf4 >=1.6.0 - cartopy >=0.20 - bottleneck >=1.3 - - pint >=0.19 + - h5py >=3.6 + - nc-time-axis >=1.4 - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 - numba >=0.55 - - matplotlib-base >=3.5 - - zarr >=2.12 - - sparse >=0.13 + - distributed >=2022.7 - cftime >=1.6 - - scipy >=1.8 - - h5py >=3.6 - - iris >=3.2 - - netcdf4 >=1.6.0 - - dask-core >=2022.7 - - flox >=0.5 + - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 730939 - timestamp: 1705615455494 + size: 730686 + timestamp: 1706057006199 - platform: osx-64 name: xarray - version: 2024.1.0 + version: 2024.1.1 category: main manager: conda dependencies: @@ -37726,43 +39805,42 @@ package: - packaging >=22 - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: 7103106672d9b25f2b2270797307698e - sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - distributed >=2022.7 - - hdf5 >=1.12 - - h5netcdf >=1.0 + - pint >=0.19 + - scipy >=1.8 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 - toolz >=0.12 - - nc-time-axis >=1.4 + - dask-core >=2022.7 + - netcdf4 >=1.6.0 - cartopy >=0.20 - bottleneck >=1.3 - - pint >=0.19 + - h5py >=3.6 + - nc-time-axis >=1.4 - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 - numba >=0.55 - - matplotlib-base >=3.5 - - zarr >=2.12 - - sparse >=0.13 + - distributed >=2022.7 - cftime >=1.6 - - scipy >=1.8 - - h5py >=3.6 - - iris >=3.2 - - netcdf4 >=1.6.0 - - dask-core >=2022.7 - - flox >=0.5 + - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 730939 - timestamp: 1705615455494 + size: 730686 + timestamp: 1706057006199 - platform: osx-arm64 name: xarray - version: 2024.1.0 + version: 2024.1.1 category: main manager: conda dependencies: @@ -37770,43 +39848,42 @@ package: - packaging >=22 - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: 7103106672d9b25f2b2270797307698e - sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - distributed >=2022.7 - - hdf5 >=1.12 - - h5netcdf >=1.0 + - pint >=0.19 + - scipy >=1.8 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 - toolz >=0.12 - - nc-time-axis >=1.4 + - dask-core >=2022.7 + - netcdf4 >=1.6.0 - cartopy >=0.20 - bottleneck >=1.3 - - pint >=0.19 + - h5py >=3.6 + - nc-time-axis >=1.4 - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 - numba >=0.55 - - matplotlib-base >=3.5 - - zarr >=2.12 - - sparse >=0.13 + - distributed >=2022.7 - cftime >=1.6 - - scipy >=1.8 - - h5py >=3.6 - - iris >=3.2 - - netcdf4 >=1.6.0 - - dask-core >=2022.7 - - flox >=0.5 + - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 730939 - timestamp: 1705615455494 + size: 730686 + timestamp: 1706057006199 - platform: win-64 name: xarray - version: 2024.1.0 + version: 2024.1.1 category: main manager: conda dependencies: @@ -37814,40 +39891,39 @@ package: - packaging >=22 - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: 7103106672d9b25f2b2270797307698e - sha256: e314765c30225ccff7a2ddfc4d01de424b955bab595ca8b1104d02f53d53a26d + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - distributed >=2022.7 - - hdf5 >=1.12 - - h5netcdf >=1.0 + - pint >=0.19 + - scipy >=1.8 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 - toolz >=0.12 - - nc-time-axis >=1.4 + - dask-core >=2022.7 + - netcdf4 >=1.6.0 - cartopy >=0.20 - bottleneck >=1.3 - - pint >=0.19 + - h5py >=3.6 + - nc-time-axis >=1.4 - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 - numba >=0.55 - - matplotlib-base >=3.5 - - zarr >=2.12 - - sparse >=0.13 + - distributed >=2022.7 - cftime >=1.6 - - scipy >=1.8 - - h5py >=3.6 - - iris >=3.2 - - netcdf4 >=1.6.0 - - dask-core >=2022.7 - - flox >=0.5 + - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 730939 - timestamp: 1705615455494 + size: 730686 + timestamp: 1706057006199 - platform: linux-64 name: xcb-util version: 0.4.0 @@ -38490,6 +40566,126 @@ package: license_family: MIT size: 74922 timestamp: 1607291557628 +- platform: linux-64 + name: xugrid + version: 0.8.1 + category: main + manager: conda + dependencies: + - dask + - geopandas + - numba >=0.50 + - numba_celltree + - numpy + - pandas + - pooch + - python >=3.9 + - scipy + - shapely >=2.0 + - xarray >=0.15 + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda + hash: + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 91565 + timestamp: 1705930436538 +- platform: osx-64 + name: xugrid + version: 0.8.1 + category: main + manager: conda + dependencies: + - dask + - geopandas + - numba >=0.50 + - numba_celltree + - numpy + - pandas + - pooch + - python >=3.9 + - scipy + - shapely >=2.0 + - xarray >=0.15 + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda + hash: + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 91565 + timestamp: 1705930436538 +- platform: osx-arm64 + name: xugrid + version: 0.8.1 + category: main + manager: conda + dependencies: + - dask + - geopandas + - numba >=0.50 + - numba_celltree + - numpy + - pandas + - pooch + - python >=3.9 + - scipy + - shapely >=2.0 + - xarray >=0.15 + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda + hash: + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 91565 + timestamp: 1705930436538 +- platform: win-64 + name: xugrid + version: 0.8.1 + category: main + manager: conda + dependencies: + - dask + - geopandas + - numba >=0.50 + - numba_celltree + - numpy + - pandas + - pooch + - python >=3.9 + - scipy + - shapely >=2.0 + - xarray >=0.15 + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda + hash: + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 91565 + timestamp: 1705930436538 - platform: linux-64 name: xyzservices version: 2023.10.1 @@ -38801,6 +40997,86 @@ package: license_family: MOZILLA size: 4210250 timestamp: 1697057168534 +- platform: linux-64 + name: zict + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: cf30c2c15b82aacb07f9c09e28ff2275 + sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 36325 + timestamp: 1681770298596 +- platform: osx-64 + name: zict + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: cf30c2c15b82aacb07f9c09e28ff2275 + sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 36325 + timestamp: 1681770298596 +- platform: osx-arm64 + name: zict + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: cf30c2c15b82aacb07f9c09e28ff2275 + sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 36325 + timestamp: 1681770298596 +- platform: win-64 + name: zict + version: 3.0.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: cf30c2c15b82aacb07f9c09e28ff2275 + sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 36325 + timestamp: 1681770298596 - platform: linux-64 name: zipp version: 3.17.0 diff --git a/pixi.toml b/pixi.toml index 27ff761d0..1f1d5183e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -127,12 +127,14 @@ ribasim-model = "julia --project=core -e 'using Ribasim; Ribasim.main(ARGS)'" build = "*" datamodel-code-generator = "0.24.*" geopandas = "*" +hatchling = "*" juliaup = "*" jupyterlab = "*" libgdal-arrow-parquet = "*" matplotlib = "*" mypy = "*" -pandas = "*" +netCDF4 = "*" +pandas = "==2.1.4" # Avoid excessive deprecation warnings from pandera (#984) pandas-stubs = "*" pandera = "*" pip = "*" @@ -158,7 +160,7 @@ types-requests = "*" typing-extensions = ">=4.6" xarray = "*" xmipy = "*" -hatchling = "*" +xugrid = "*" [target.win-64.dependencies] quarto = "*" From 9581d7bd80407128f2fdce56acd4530a5bde7e14 Mon Sep 17 00:00:00 2001 From: Huite Date: Thu, 25 Jan 2024 17:07:32 +0100 Subject: [PATCH 34/82] Not part of bmi/xmi: add the method to python api (#990) Second chance... --- python/ribasim_api/ribasim_api/ribasim_api.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/ribasim_api/ribasim_api/ribasim_api.py b/python/ribasim_api/ribasim_api/ribasim_api.py index 6914deae8..341f1e7c4 100644 --- a/python/ribasim_api/ribasim_api/ribasim_api.py +++ b/python/ribasim_api/ribasim_api/ribasim_api.py @@ -27,3 +27,6 @@ def init_julia(self) -> None: def shutdown_julia(self) -> None: self.lib.shutdown_julia(c_int(0)) + + def update_subgrid_level(self) -> None: + self.lib.update_subgrid_level() From 26c1b7f3cb5e9b2dd2ecb90bf6fd7790b160c248 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 26 Jan 2024 12:42:53 +0100 Subject: [PATCH 35/82] Use flow_rate rather than discharge in TabulatedRatingCurve (#992) A breaking change, but this is more consistent. Fixes #983. --- core/src/bmi.jl | 4 ++-- core/src/solve.jl | 2 +- core/src/utils.jl | 10 +++++----- core/src/validation.jl | 4 ++-- core/test/run_models_test.jl | 4 ++-- docs/core/equations.qmd | 4 ---- docs/core/usage.qmd | 6 +++--- docs/python/examples.ipynb | 8 ++++---- docs/schema/TabulatedRatingCurveStatic.schema.json | 4 ++-- docs/schema/TabulatedRatingCurveTime.schema.json | 4 ++-- python/ribasim/ribasim/models.py | 4 ++-- .../ribasim_testmodels/allocation.py | 6 +++--- python/ribasim_testmodels/ribasim_testmodels/basic.py | 6 +++--- .../ribasim_testmodels/discrete_control.py | 4 ++-- .../ribasim_testmodels/dutch_waterways.py | 4 ++-- .../ribasim_testmodels/ribasim_testmodels/equations.py | 4 ++-- .../ribasim_testmodels/ribasim_testmodels/invalid.py | 6 +++--- .../ribasim_testmodels/pid_control.py | 2 +- .../ribasim_testmodels/ribasim_testmodels/trivial.py | 2 +- ribasim_qgis/core/nodes.py | 4 ++-- 20 files changed, 44 insertions(+), 48 deletions(-) diff --git a/core/src/bmi.jl b/core/src/bmi.jl index 9b9a7993d..24c3b763a 100644 --- a/core/src/bmi.jl +++ b/core/src/bmi.jl @@ -607,9 +607,9 @@ function update_tabulated_rating_curve!(integrator)::Nothing # update the existing LinearInterpolation id = first(group).node_id level = [row.level for row in group] - discharge = [row.discharge for row in group] + flow_rate = [row.flow_rate for row in group] i = searchsortedfirst(node_id, NodeID(id)) - tables[i] = LinearInterpolation(discharge, level; extrapolate = true) + tables[i] = LinearInterpolation(flow_rate, level; extrapolate = true) end return nothing end diff --git a/core/src/solve.jl b/core/src/solve.jl index ab37fd191..f93a76ad5 100644 --- a/core/src/solve.jl +++ b/core/src/solve.jl @@ -121,7 +121,7 @@ end """ struct TabulatedRatingCurve{C} -Rating curve from level to discharge. The rating curve is a lookup table with linear +Rating curve from level to flow rate. The rating curve is a lookup table with linear interpolation in between. Relation can be updated in time, which is done by moving data from the `time` field into the `tables`, which is done in the `update_tabulated_rating_curve` callback. diff --git a/core/src/utils.jl b/core/src/utils.jl index 20ff9f75c..5ca7608b4 100644 --- a/core/src/utils.jl +++ b/core/src/utils.jl @@ -570,14 +570,14 @@ end function qh_interpolation( level::AbstractVector, - discharge::AbstractVector, + flow_rate::AbstractVector, )::Tuple{LinearInterpolation, Bool} - return LinearInterpolation(discharge, level; extrapolate = true), allunique(level) + return LinearInterpolation(flow_rate, level; extrapolate = true), allunique(level) end """ -From a table with columns node_id, discharge (Q) and level (h), -create a LinearInterpolation from level to discharge for a given node_id. +From a table with columns node_id, flow_rate (Q) and level (h), +create a LinearInterpolation from level to flow rate for a given node_id. """ function qh_interpolation( node_id::Int, @@ -585,7 +585,7 @@ function qh_interpolation( )::Tuple{LinearInterpolation, Bool} rowrange = findlastgroup(node_id, table.node_id) @assert !isempty(rowrange) "timeseries starts after model start time" - return qh_interpolation(table.level[rowrange], table.discharge[rowrange]) + return qh_interpolation(table.level[rowrange], table.flow_rate[rowrange]) end """ diff --git a/core/src/validation.jl b/core/src/validation.jl index 922b02fe2..8ff6e59cc 100644 --- a/core/src/validation.jl +++ b/core/src/validation.jl @@ -261,7 +261,7 @@ end node_id::Int active::Union{Missing, Bool} level::Float64 - discharge::Float64 + flow_rate::Float64 control_state::Union{Missing, String} end @@ -269,7 +269,7 @@ end node_id::Int time::DateTime level::Float64 - discharge::Float64 + flow_rate::Float64 end @version TerminalStaticV1 begin diff --git a/core/test/run_models_test.jl b/core/test/run_models_test.jl index 227ec010f..109c20dba 100644 --- a/core/test/run_models_test.jl +++ b/core/test/run_models_test.jl @@ -335,12 +335,12 @@ end See: https://en.wikipedia.org/wiki/Standard_step_method - * The left boundary has a fixed discharge `Q`. + * The left boundary has a fixed flow rate `Q`. * The right boundary has a fixed level `h_right`. * Channel profile is rectangular. # Arguments - - `Q`: discharge entering in the left boundary (m3/s) + - `Q`: flow rate entering in the left boundary (m3/s) - `w`: width (m) - `n`: Manning roughness - `h_right`: water level on the right boundary diff --git a/docs/core/equations.qmd b/docs/core/equations.qmd index 0ab8aeaa5..cc238d8a6 100644 --- a/docs/core/equations.qmd +++ b/docs/core/equations.qmd @@ -260,10 +260,6 @@ discharge. It can be understood as an empirical description of a basin's properties. This can include an outlet, but also the lumped hydraulic behavior of the upstream channels. - -The Tabulated Rating Curve should indicate at which volume no discharge occurs (the dead -storage volume). - :::{.callout-note} Currently, the discharge relies only on the basin's level; it could also use the volume of both connected basins to simulate backwater effects, submersion diff --git a/docs/core/usage.qmd b/docs/core/usage.qmd index e8e2789bd..6c7e3a529 100644 --- a/docs/core/usage.qmd +++ b/docs/core/usage.qmd @@ -393,9 +393,9 @@ node_id | Int | - | sorted control_state | String | - | (optional) sorted per node_id active | Bool | - | (optional, default true) level | Float64 | $m$ | sorted per control_state -discharge | Float64 | $m^3 s^{-1}$ | non-negative +flow_rate | Float64 | $m^3 s^{-1}$ | non-negative -node_id | discharge | level +node_id | flow_rate | level ------- |----------- |------- 2 | 0.0 | -0.105 2 | 0.0 | 0.095 @@ -416,7 +416,7 @@ column | type | unit | restriction node_id | Int | - | sorted time | DateTime | - | sorted per node_id level | Float64 | $m$ | - -discharge | Float64 | $m^3 s^{-1}$ | non-negative +flow_rate | Float64 | $m^3 s^{-1}$ | non-negative # Pump diff --git a/docs/python/examples.ipynb b/docs/python/examples.ipynb index 7b27083d2..13097eada 100644 --- a/docs/python/examples.ipynb +++ b/docs/python/examples.ipynb @@ -158,7 +158,7 @@ " data={\n", " \"node_id\": [4, 4],\n", " \"level\": [0.0, 1.0],\n", - " \"discharge\": [0.0, q1000],\n", + " \"flow_rate\": [0.0, q1000],\n", " }\n", " )\n", ")" @@ -867,7 +867,7 @@ "source": [ "rating_curve = ribasim.TabulatedRatingCurve(\n", " static=pd.DataFrame(\n", - " data={\"node_id\": 2 * [5], \"level\": [2.0, 15.0], \"discharge\": [0.0, 1e-3]}\n", + " data={\"node_id\": 2 * [5], \"level\": [2.0, 15.0], \"flow_rate\": [0.0, 1e-3]}\n", " )\n", ")" ] @@ -1633,7 +1633,7 @@ " data={\n", " \"node_id\": 7,\n", " \"level\": [0.0, 0.5, 1.0],\n", - " \"discharge\": [0.0, 0.0, 2.0],\n", + " \"flow_rate\": [0.0, 0.0, 2.0],\n", " }\n", " )\n", ")" @@ -1941,7 +1941,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.11.7" } }, "nbformat": 4, diff --git a/docs/schema/TabulatedRatingCurveStatic.schema.json b/docs/schema/TabulatedRatingCurveStatic.schema.json index 0e21b91f0..319d37d8c 100644 --- a/docs/schema/TabulatedRatingCurveStatic.schema.json +++ b/docs/schema/TabulatedRatingCurveStatic.schema.json @@ -24,7 +24,7 @@ "format": "double", "type": "number" }, - "discharge": { + "flow_rate": { "format": "double", "type": "number" }, @@ -49,6 +49,6 @@ "required": [ "node_id", "level", - "discharge" + "flow_rate" ] } diff --git a/docs/schema/TabulatedRatingCurveTime.schema.json b/docs/schema/TabulatedRatingCurveTime.schema.json index 447df4100..52a07a442 100644 --- a/docs/schema/TabulatedRatingCurveTime.schema.json +++ b/docs/schema/TabulatedRatingCurveTime.schema.json @@ -17,7 +17,7 @@ "format": "double", "type": "number" }, - "discharge": { + "flow_rate": { "format": "double", "type": "number" }, @@ -32,6 +32,6 @@ "node_id", "time", "level", - "discharge" + "flow_rate" ] } diff --git a/python/ribasim/ribasim/models.py b/python/ribasim/ribasim/models.py index 38de5e958..87605768b 100644 --- a/python/ribasim/ribasim/models.py +++ b/python/ribasim/ribasim/models.py @@ -189,7 +189,7 @@ class TabulatedRatingCurveStatic(BaseModel): node_id: int active: bool | None = None level: float - discharge: float + flow_rate: float control_state: str | None = None remarks: str = Field("", description="a hack for pandera") @@ -198,7 +198,7 @@ class TabulatedRatingCurveTime(BaseModel): node_id: int time: datetime level: float - discharge: float + flow_rate: float remarks: str = Field("", description="a hack for pandera") diff --git a/python/ribasim_testmodels/ribasim_testmodels/allocation.py b/python/ribasim_testmodels/ribasim_testmodels/allocation.py index 4a218bd98..3be17b397 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/allocation.py +++ b/python/ribasim_testmodels/ribasim_testmodels/allocation.py @@ -503,7 +503,7 @@ def looped_subnetwork_model(): data={ "node_id": [13, 13, 14, 14, 19, 19], "level": 3 * [0.0, 1.0], - "discharge": 3 * [0.0, 2.0], + "flow_rate": 3 * [0.0, 2.0], } ) ) @@ -784,7 +784,7 @@ def fractional_flow_subnetwork_model(): data={ "node_id": [3, 3], "level": [0.0, 1.0], - "discharge": [0.0, 1e-4], + "flow_rate": [0.0, 1e-4], } ) ) @@ -986,7 +986,7 @@ def allocation_example_model(): data={ "node_id": 7, "level": [0.0, 0.5, 1.0], - "discharge": [0.0, 0.0, 2.0], + "flow_rate": [0.0, 0.0, 2.0], } ) ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/basic.py b/python/ribasim_testmodels/ribasim_testmodels/basic.py index 8d449d8c2..179d03a65 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/basic.py +++ b/python/ribasim_testmodels/ribasim_testmodels/basic.py @@ -79,7 +79,7 @@ def basic_model() -> ribasim.Model: data={ "node_id": [4, 4], "level": [0.0, 1.0], - "discharge": [0.0, q1000], + "flow_rate": [0.0, q1000], } ) ) @@ -329,7 +329,7 @@ def tabulated_rating_curve_model() -> ribasim.Model: data={ "node_id": [2, 2], "level": [0.0, 1.0], - "discharge": [0.0, q1000], + "flow_rate": [0.0, q1000], } ), time=pd.DataFrame( @@ -345,7 +345,7 @@ def tabulated_rating_curve_model() -> ribasim.Model: pd.Timestamp("2020-03"), ], "level": [0.0, 1.0, 0.0, 1.1, 0.0, 1.2], - "discharge": [0.0, q1000, 0.0, q1000, 0.0, q1000], + "flow_rate": [0.0, q1000, 0.0, q1000, 0.0, q1000], } ), ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py b/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py index e82b606a0..a1bb7f88c 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py +++ b/python/ribasim_testmodels/ribasim_testmodels/discrete_control.py @@ -524,7 +524,7 @@ def tabulated_rating_curve_control_model() -> ribasim.Model: data={ "node_id": [2, 2, 2, 2], "level": [0.0, 1.2, 0.0, 1.0], - "discharge": [0.0, q100, 0.0, q100], + "flow_rate": [0.0, q100, 0.0, q100], "control_state": ["low", "low", "high", "high"], } ), @@ -665,7 +665,7 @@ def level_setpoint_with_minmax_model(): # Setup the rating curve rating_curve = ribasim.TabulatedRatingCurve( static=pd.DataFrame( - data={"node_id": 2 * [5], "level": [2.0, 15.0], "discharge": [0.0, 1e-3]} + data={"node_id": 2 * [5], "level": [2.0, 15.0], "flow_rate": [0.0, 1e-3]} ) ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/dutch_waterways.py b/python/ribasim_testmodels/ribasim_testmodels/dutch_waterways.py index e82e358f1..4920369f5 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/dutch_waterways.py +++ b/python/ribasim_testmodels/ribasim_testmodels/dutch_waterways.py @@ -105,8 +105,8 @@ def dutch_waterways_model(): 7.46, 4.45, 4.46, - ], # The level and discharge for "pump_low", "pump_high" are irrelevant - "discharge": [0.0, 0.0] + ], # The level and flow rate for "pump_low", "pump_high" are irrelevant + "flow_rate": [0.0, 0.0] + 2 * [418, 420.15], # since the rating curve is not active here } ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/equations.py b/python/ribasim_testmodels/ribasim_testmodels/equations.py index bbb678f11..87e9330a4 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/equations.py +++ b/python/ribasim_testmodels/ribasim_testmodels/equations.py @@ -175,14 +175,14 @@ def rating_curve_model(): level_min = 1.0 node_id = np.full(n_datapoints, 2) level = np.linspace(0, 12, 100) - discharge = np.square(level - level_min) / (60 * 60 * 24) + flow_rate = np.square(level - level_min) / (60 * 60 * 24) rating_curve = ribasim.TabulatedRatingCurve( static=pd.DataFrame( data={ "node_id": node_id, "level": level, - "discharge": discharge, + "flow_rate": flow_rate, } ) ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/invalid.py b/python/ribasim_testmodels/ribasim_testmodels/invalid.py index 7301f7f2a..c77bde12b 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/invalid.py +++ b/python/ribasim_testmodels/ribasim_testmodels/invalid.py @@ -67,7 +67,7 @@ def invalid_qh_model(): rating_curve_static = pd.DataFrame( # Invalid: levels must not be repeated - data={"node_id": [1, 1], "level": [0.0, 0.0], "discharge": [1.0, 2.0]} + data={"node_id": [1, 1], "level": [0.0, 0.0], "flow_rate": [1.0, 2.0]} ) rating_curve_time = pd.DataFrame( data={ @@ -78,7 +78,7 @@ def invalid_qh_model(): ], # Invalid: levels must not be repeated "level": [0.0, 0.0], - "discharge": [1.0, 2.0], + "flow_rate": [1.0, 2.0], } ) @@ -195,7 +195,7 @@ def invalid_fractional_flow_model(): # Setup the tabulated rating curve: rating_curve = ribasim.TabulatedRatingCurve( static=pd.DataFrame( - data={"node_id": [7, 7], "level": [0.0, 1.0], "discharge": [0.0, 50.0]} + data={"node_id": [7, 7], "level": [0.0, 1.0], "flow_rate": [0.0, 50.0]} ) ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/pid_control.py b/python/ribasim_testmodels/ribasim_testmodels/pid_control.py index 865067e42..095f506dd 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/pid_control.py +++ b/python/ribasim_testmodels/ribasim_testmodels/pid_control.py @@ -256,7 +256,7 @@ def discrete_control_of_pid_control_model(): data={ "node_id": [4, 4], "level": [0.0, 1.0], - "discharge": [0.0, q1000], + "flow_rate": [0.0, q1000], } ) ) diff --git a/python/ribasim_testmodels/ribasim_testmodels/trivial.py b/python/ribasim_testmodels/ribasim_testmodels/trivial.py index 99b5067cf..4cca5a8a4 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/trivial.py +++ b/python/ribasim_testmodels/ribasim_testmodels/trivial.py @@ -101,7 +101,7 @@ def trivial_model() -> ribasim.Model: data={ "node_id": [0, 0], "level": [0.0, 1.0], - "discharge": [0.0, q1000], + "flow_rate": [0.0, q1000], } ) ) diff --git a/ribasim_qgis/core/nodes.py b/ribasim_qgis/core/nodes.py index 20c63c2ed..84f240139 100644 --- a/ribasim_qgis/core/nodes.py +++ b/ribasim_qgis/core/nodes.py @@ -446,7 +446,7 @@ def attributes(cls) -> list[QgsField]: QgsField("node_id", QVariant.Int), QgsField("active", QVariant.Bool), QgsField("level", QVariant.Double), - QgsField("discharge", QVariant.Double), + QgsField("flow_rate", QVariant.Double), QgsField("control_state", QVariant.String), ] @@ -466,7 +466,7 @@ def attributes(cls) -> list[QgsField]: QgsField("time", QVariant.DateTime), QgsField("node_id", QVariant.Int), QgsField("level", QVariant.Double), - QgsField("discharge", QVariant.Double), + QgsField("flow_rate", QVariant.Double), ] From f4e90adbf8e345d72f1b9fef8cb4f567ee6a7f29 Mon Sep 17 00:00:00 2001 From: Huite Date: Fri, 26 Jan 2024 14:41:49 +0100 Subject: [PATCH 36/82] Add two_basin model to ribasim-testsmodels (#994) This model is only defined in the imod_coupler tests, which means it's not automatically updated when someone makes a breaking change. Then, the imod_coupler tests will fail. I'll update the fixture in imod_coupler after this is merged. --- .../ribasim_testmodels/__init__.py | 2 + .../ribasim_testmodels/two_basin.py | 126 ++++++++++++++++++ 2 files changed, 128 insertions(+) create mode 100644 python/ribasim_testmodels/ribasim_testmodels/two_basin.py diff --git a/python/ribasim_testmodels/ribasim_testmodels/__init__.py b/python/ribasim_testmodels/ribasim_testmodels/__init__.py index 0ddc0cfb1..f8c1f7d35 100644 --- a/python/ribasim_testmodels/ribasim_testmodels/__init__.py +++ b/python/ribasim_testmodels/ribasim_testmodels/__init__.py @@ -49,6 +49,7 @@ ) from ribasim_testmodels.time import flow_boundary_time_model from ribasim_testmodels.trivial import trivial_model +from ribasim_testmodels.two_basin import two_basin_model __all__ = [ "allocation_example_model", @@ -83,6 +84,7 @@ "minimal_subnetwork_model", "fractional_flow_subnetwork_model", "looped_subnetwork_model", + "two_basin_model", ] # provide a mapping from model name to its constructor, so we can iterate over all models diff --git a/python/ribasim_testmodels/ribasim_testmodels/two_basin.py b/python/ribasim_testmodels/ribasim_testmodels/two_basin.py new file mode 100644 index 000000000..5618ea7b1 --- /dev/null +++ b/python/ribasim_testmodels/ribasim_testmodels/two_basin.py @@ -0,0 +1,126 @@ +import geopandas as gpd +import numpy as np +import pandas as pd +import ribasim + + +def two_basin_model() -> ribasim.Model: + """ + Create a model of two basins. + + The basins are not connected; the model is mostly designed to test in + combination with a groundwater model. + + The left basin receives water. In case of a coupled run, the water + infiltrates in the left basin, and exfiltrates in the right basin. + The right basin fills up and discharges over the rating curve. + """ + flow_boundary = ribasim.FlowBoundary( + static=pd.DataFrame( + data={ + "node_id": [1], + "flow_rate": [1e-2], + } + ) + ) + + xy = np.array( + [ + (0, 0.0), # FlowBoundary + (250.0, 0.0), # Basin 1 + (750.0, 0.0), # Basin 2 + (1000.00, 0.0), # TabulatedRatingCurve + (1100.00, 0.0), # Terminal + ] + ) + # Rectangular profile + profile = pd.DataFrame( + data={ + "node_id": [2, 2, 3, 3], + "area": [400.0, 400.0, 400.0, 400.0], + "level": [0.0, 1.0, 0.0, 1.0], + } + ) + state = pd.DataFrame(data={"node_id": [2, 3], "level": [0.01, 0.01]}) + static = pd.DataFrame( + data={ + "node_id": [2, 3], + "drainage": [0.0, 0.0], + "potential_evaporation": [0.0, 0.0], + "infiltration": [0.0, 0.0], + "precipitation": [0.0, 0.0], + "urban_runoff": [0.0, 0.0], + } + ) + subgrid = pd.DataFrame( + data={ + "node_id": [2, 2, 3, 3], + "subgrid_id": [1, 1, 2, 2], + "basin_level": [0.0, 1.0, 0.0, 1.0], + "subgrid_level": [0.0, 1.0, 0.0, 1.0], + "meta_x": [250.0, 250.0, 750.0, 750.0], + "meta_y": [0.0, 0.0, 0.0, 0.0], + } + ) + basin = ribasim.Basin(profile=profile, state=state, static=static, subgrid=subgrid) + + rating_curve = ribasim.TabulatedRatingCurve( + static=pd.DataFrame( + data={ + "node_id": [4, 4], + "level": [0.0, 1.0], + "flow_rate": [0.0, 0.01], + } + ) + ) + + terminal = ribasim.Terminal( + static=pd.DataFrame( + data={ + "node_id": [5], + } + ) + ) + node_id, node_type = ribasim.Node.node_ids_and_types( + basin, + rating_curve, + flow_boundary, + terminal, + ) + node_xy = gpd.points_from_xy(x=xy[:, 0], y=xy[:, 1]) + + # Make sure the feature id starts at 1: explicitly give an index. + node = ribasim.Node( + df=gpd.GeoDataFrame( + data={"type": node_type}, + index=pd.Index(node_id, name="fid"), + geometry=node_xy, + crs="EPSG:28992", + ) + ) + + from_id = np.array([1, 3, 4], dtype=np.int64) + to_id = np.array([2, 4, 5], dtype=np.int64) + lines = node.geometry_from_connectivity([1, 3, 4], [2, 4, 5]) + edge = ribasim.Edge( + df=gpd.GeoDataFrame( + data={ + "from_node_id": from_id, + "to_node_id": to_id, + "edge_type": len(from_id) * ["flow"], + }, + geometry=lines, + crs="EPSG:28992", + ) + ) + + ribasim_model = ribasim.Model( + network=ribasim.Network(node=node, edge=edge), + basin=basin, + flow_boundary=flow_boundary, + tabulated_rating_curve=rating_curve, + terminal=terminal, + starttime="2020-01-01 00:00:00", + endtime="2030-01-01 00:00:00", + ) + return ribasim_model From 8a9a9285d17739c90d22b52fab266b64e8420d29 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 26 Jan 2024 16:28:13 +0100 Subject: [PATCH 37/82] Always write fid index of Node and Edge tables (#995) We are using `GeoDataFrame.to_file` to write these tables to GeoPackage. By default GeoPandas only writes the index if it has a name. We don't want to rely on users naming indices, so this sets the name and ensure it is written. I ran into this since I noticed the `model.network.edge.df.index` (by default 0-based) did not correspond to the 1-based fid column that GeoPandas writes. https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.to_file.html --- core/test/validation_test.jl | 6 +++--- python/ribasim/ribasim/input_base.py | 3 ++- python/ribasim/tests/test_model.py | 27 +++++++++++++++++++++++++-- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/core/test/validation_test.jl b/core/test/validation_test.jl index 1d6dd4ce4..97b782b6d 100644 --- a/core/test/validation_test.jl +++ b/core/test/validation_test.jl @@ -250,7 +250,7 @@ end @test logger.logs[3].kwargs[:control_state] == "" @test logger.logs[4].level == Error @test logger.logs[4].message == "Cannot connect a basin to a fractional_flow." - @test logger.logs[4].kwargs[:edge_id] == 7 + @test logger.logs[4].kwargs[:edge_id] == 6 @test logger.logs[4].kwargs[:id_src] == NodeID(2) @test logger.logs[4].kwargs[:id_dst] == NodeID(8) end @@ -358,10 +358,10 @@ end @test length(logger.logs) == 2 @test logger.logs[1].level == Error @test logger.logs[1].message == - "Invalid edge type 'foo' for edge #1 from node #1 to node #2." + "Invalid edge type 'foo' for edge #0 from node #1 to node #2." @test logger.logs[2].level == Error @test logger.logs[2].message == - "Invalid edge type 'bar' for edge #2 from node #2 to node #3." + "Invalid edge type 'bar' for edge #1 from node #2 to node #3." end @testitem "Subgrid validation" begin diff --git a/python/ribasim/ribasim/input_base.py b/python/ribasim/ribasim/input_base.py index 17b066d01..8ba892e55 100644 --- a/python/ribasim/ribasim/input_base.py +++ b/python/ribasim/ribasim/input_base.py @@ -374,8 +374,9 @@ def _write_table(self, path: FilePath) -> None: gdf = gpd.GeoDataFrame(data=self.df) gdf = gdf.set_geometry("geometry") + gdf.index.name = "fid" - gdf.to_file(path, layer=self.tablename(), driver="GPKG") + gdf.to_file(path, layer=self.tablename(), driver="GPKG", index=True) def sort(self): self.df.sort_index(inplace=True) diff --git a/python/ribasim/tests/test_model.py b/python/ribasim/tests/test_model.py index 23da78e53..c59582d9e 100644 --- a/python/ribasim/tests/test_model.py +++ b/python/ribasim/tests/test_model.py @@ -136,10 +136,33 @@ def test_plot(discrete_control_of_pid_control): def test_write_adds_fid_in_tables(basic, tmp_path): model_orig = basic + # for node an explicit index was provided + nrow = len(model_orig.network.node.df) + assert model_orig.network.node.df.index.name == "fid" + assert model_orig.network.node.df.index.equals( + pd.RangeIndex(start=1, stop=nrow + 1) + ) + # for edge no index was provided, but it still needs to write it to file + nrow = len(model_orig.network.edge.df) + assert model_orig.network.edge.df.index.name is None + assert model_orig.network.edge.df.index.equals(pd.RangeIndex(start=0, stop=nrow)) + model_orig.write(tmp_path / "basic/ribasim.toml") with connect(tmp_path / "basic/database.gpkg") as connection: query = f"select * from {esc_id('Basin / profile')}" - df = pd.read_sql_query(query, connection, parse_dates=["time"]) + df = pd.read_sql_query(query, connection) assert "fid" in df.columns - fids = df.get("fid") + fids = df["fid"] assert fids.equals(pd.Series(range(1, len(fids) + 1))) + + query = "select fid from Node" + df = pd.read_sql_query(query, connection) + assert "fid" in df.columns + fids = df["fid"] + assert fids.equals(pd.Series(range(1, len(fids) + 1))) + + query = "select fid from Edge" + df = pd.read_sql_query(query, connection) + assert "fid" in df.columns + fids = df["fid"] + assert fids.equals(pd.Series(range(0, len(fids)))) From c7762fde2cabc0e6f57c070ff7625848ac59958a Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Fri, 26 Jan 2024 16:30:42 +0100 Subject: [PATCH 38/82] TeamCity change in 'Ribasim / Windows' project: build features of 'Build ribasim_cli' build configuration were updated --- .../buildTypes/Ribasim_Windows_BuildRibasimCli.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml index 53a99c7db..42403143f 100644 --- a/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml +++ b/.teamcity/Ribasim_Windows/buildTypes/Ribasim_Windows_BuildRibasimCli.xml @@ -78,12 +78,6 @@ pixi run build-ribasim-cli]]> - - - - - - From 2acf180588d9a749216b698561862dfc07aa7cfd Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Fri, 26 Jan 2024 16:54:40 +0100 Subject: [PATCH 39/82] TeamCity change in 'Ribasim' project: snapshot dependency was added in 'Make GitHub Release' build configuration --- .../buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml index e9b85c898..9a781d1b3 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml @@ -105,37 +105,36 @@ fi]]>
- + - + - + - + - + - From 52eb8598520ea1b7781cde889b5d6c06308882b4 Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Fri, 26 Jan 2024 16:55:02 +0100 Subject: [PATCH 40/82] TeamCity change in 'Ribasim' project: snapshot dependency was added in 'Make GitHub Release' build configuration --- .../buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml index 9a781d1b3..43fd70916 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml @@ -105,35 +105,34 @@ fi]]> - + - + - + - + - - + - - - - + + + + From f39accf9b466b0c62a00f11fd3818266a6136d18 Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Fri, 26 Jan 2024 16:55:31 +0100 Subject: [PATCH 42/82] TeamCity change in 'Ribasim' project: snapshot dependency was added in 'Make GitHub Release' build configuration --- .../buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml index 7e1c5e10c..4fd05955e 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml @@ -105,33 +105,32 @@ fi]]> - + - + - - + - + - + - + - - + - + - + - + - - - - + + + + From 194e2e8b9a63b34aa4c5b6a18112b753ae88de4e Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:31:01 +0100 Subject: [PATCH 45/82] Update version numbers (#996) In order to prepare for the release --- core/Project.toml | 2 +- python/ribasim/ribasim/__init__.py | 2 +- python/ribasim_api/ribasim_api/__init__.py | 2 +- ribasim_qgis/metadata.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/Project.toml b/core/Project.toml index 7f7028348..2e22edab1 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -2,7 +2,7 @@ name = "Ribasim" uuid = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635" authors = ["Deltares and contributors "] manifest = "../Manifest.toml" -version = "0.6.0" +version = "0.7.0" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/python/ribasim/ribasim/__init__.py b/python/ribasim/ribasim/__init__.py index c29a6902f..e7b2a7de9 100644 --- a/python/ribasim/ribasim/__init__.py +++ b/python/ribasim/ribasim/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.2" +__version__ = "0.7.0" from ribasim import models, utils diff --git a/python/ribasim_api/ribasim_api/__init__.py b/python/ribasim_api/ribasim_api/__init__.py index e7e218d63..d3d2ccdda 100644 --- a/python/ribasim_api/ribasim_api/__init__.py +++ b/python/ribasim_api/ribasim_api/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.0" +__version__ = "0.6.0" from ribasim_api.ribasim_api import RibasimApi diff --git a/ribasim_qgis/metadata.txt b/ribasim_qgis/metadata.txt index f7c46c4d1..61134b9ed 100644 --- a/ribasim_qgis/metadata.txt +++ b/ribasim_qgis/metadata.txt @@ -7,7 +7,7 @@ name=Ribasim-QGIS qgisMinimumVersion=3.0 description=QGIS plugin to setup Ribasim models -version=0.6 +version=0.7 author=Deltares and contributors email=ribasim.info@deltares.nl From 24e3a5b993834e3f9a90432d67846b463dad4465 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:58:24 +0100 Subject: [PATCH 46/82] Allow compiled binaries to get version (#997) We started using the function that Julia provides, but it doesn't seem to work with compiled binaries Fixes #364 --- build/libribasim/src/libribasim.jl | 2 +- core/src/utils.jl | 13 +++++++++++++ python/ribasim_api/tests/test_bmi.py | 1 - 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/build/libribasim/src/libribasim.jl b/build/libribasim/src/libribasim.jl index ee216288f..448d68d02 100644 --- a/build/libribasim/src/libribasim.jl +++ b/build/libribasim/src/libribasim.jl @@ -175,7 +175,7 @@ end Base.@ccallable function get_version(version::Cstring)::Cint @try_c_uninitialized begin - ribasim_version = pkgversion(Ribasim) + ribasim_version = Ribasim.pkgversion(Ribasim) unsafe_write_to_cstring!(version, string(ribasim_version)) end end diff --git a/core/src/utils.jl b/core/src/utils.jl index 5ca7608b4..daeb1ca00 100644 --- a/core/src/utils.jl +++ b/core/src/utils.jl @@ -1,3 +1,16 @@ +"Get the package version of a given module" +function pkgversion(m::Module)::VersionNumber + version = Base.pkgversion(Ribasim) + !isnothing(version) && return version + + # Base.pkgversion doesn't work with compiled binaries + # If it returns `nothing`, we try a different way + rootmodule = Base.moduleroot(m) + pkg = Base.PkgId(rootmodule) + pkgorigin = get(Base.pkgorigins, pkg, nothing) + return pkgorigin.version +end + "Check that only supported edge types are declared." function valid_edge_types(db::DB)::Bool edge_rows = execute( diff --git a/python/ribasim_api/tests/test_bmi.py b/python/ribasim_api/tests/test_bmi.py index 01342a274..9d8664d6d 100644 --- a/python/ribasim_api/tests/test_bmi.py +++ b/python/ribasim_api/tests/test_bmi.py @@ -126,7 +126,6 @@ def test_get_component_name(libribasim): assert libribasim.get_component_name() == "Ribasim" -@pytest.mark.skip("https://github.com/Deltares/Ribasim/issues/364") def test_get_version(libribasim): toml_path = Path(__file__).parents[3] / "core" / "Project.toml" with open(toml_path, mode="rb") as fp: From 9a4473821ee62d0c9554c8bfd08db8a59916fb1e Mon Sep 17 00:00:00 2001 From: hofer_jn Date: Mon, 29 Jan 2024 14:19:07 +0100 Subject: [PATCH 47/82] TeamCity change in 'Ribasim' project: snapshot dependency was removed in 'Make GitHub Release' build configuration --- .../buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml index 3a5a3d029..d2699637a 100644 --- a/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml +++ b/.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml @@ -98,12 +98,6 @@ fi]]> - - - - - - - -