diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index 27ab462b000c..aa7700dc699e 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -26,7 +26,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Wait a few seconds run: | diff --git a/.github/workflows/checkboxes.yml b/.github/workflows/checkboxes.yml index f4b14c01b40e..147f5fa56d6c 100644 --- a/.github/workflows/checkboxes.yml +++ b/.github/workflows/checkboxes.yml @@ -32,7 +32,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Check PR checkboxes run: | diff --git a/.github/workflows/contrib_checks.yml b/.github/workflows/contrib_checks.yml index e88b56b1bb0d..d93730a7db40 100644 --- a/.github/workflows/contrib_checks.yml +++ b/.github/workflows/contrib_checks.yml @@ -47,7 +47,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Python format check run: pixi run py-fmt-check @@ -63,7 +63,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: py-docs - name: Build via mkdocs @@ -82,7 +82,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Codegen check run: pixi run codegen --force --check @@ -95,7 +95,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Rust checks & tests run: pixi run rs-check --skip individual_crates docs_slow @@ -108,7 +108,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Rerun lints run: pixi run lint-rerun @@ -153,7 +153,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: cpp # TODO(emilk): make this work somehow. Right now this just results in diff --git a/.github/workflows/contrib_rerun_py.yml b/.github/workflows/contrib_rerun_py.yml index ae7158256e91..dcb816c4e407 100644 --- a/.github/workflows/contrib_rerun_py.yml +++ b/.github/workflows/contrib_rerun_py.yml @@ -53,7 +53,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: wheel-test-min - name: Build rerun-cli diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d298808073ee..4693db044371 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -53,7 +53,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Get current wasm-bindgen version id: current-version diff --git a/.github/workflows/on_push_docs.yml b/.github/workflows/on_push_docs.yml index 721d2f83d0c1..21e87f4591fc 100644 --- a/.github/workflows/on_push_docs.yml +++ b/.github/workflows/on_push_docs.yml @@ -32,7 +32,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Get version id: versioning @@ -58,7 +58,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: py-docs - name: Install rerun-sdk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a8a9d541f62..d046c9cfedc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Update crate versions id: versioning @@ -396,7 +396,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: git config run: | diff --git a/.github/workflows/reusable_bench.yml b/.github/workflows/reusable_bench.yml index cbddcffed19a..7ae39e6a9a93 100644 --- a/.github/workflows/reusable_bench.yml +++ b/.github/workflows/reusable_bench.yml @@ -77,7 +77,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 # default: for the rendering step # wheel-test-min: minimal env for roundtrips (less heavy than wheel-test/examples) environments: >- diff --git a/.github/workflows/reusable_build_and_upload_rerun_cli.yml b/.github/workflows/reusable_build_and_upload_rerun_cli.yml index 28eabeb3ef85..711e52fe5730 100644 --- a/.github/workflows/reusable_build_and_upload_rerun_cli.yml +++ b/.github/workflows/reusable_build_and_upload_rerun_cli.yml @@ -164,7 +164,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Build web-viewer (release) run: pixi run rerun-build-web-release diff --git a/.github/workflows/reusable_build_and_upload_wheels.yml b/.github/workflows/reusable_build_and_upload_wheels.yml index 432944479aa3..a90528d066d6 100644 --- a/.github/workflows/reusable_build_and_upload_wheels.yml +++ b/.github/workflows/reusable_build_and_upload_wheels.yml @@ -190,7 +190,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Get sha id: get-sha diff --git a/.github/workflows/reusable_build_examples.yml b/.github/workflows/reusable_build_examples.yml index c2e22f74f076..5fa709d34ae3 100644 --- a/.github/workflows/reusable_build_examples.yml +++ b/.github/workflows/reusable_build_examples.yml @@ -63,7 +63,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: wheel-test - name: Download Wheel diff --git a/.github/workflows/reusable_build_js.yml b/.github/workflows/reusable_build_js.yml index cc0dc2b4312f..99799b52dd26 100644 --- a/.github/workflows/reusable_build_js.yml +++ b/.github/workflows/reusable_build_js.yml @@ -65,7 +65,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Install yarn dependencies run: pixi run yarn --cwd rerun_js install diff --git a/.github/workflows/reusable_build_web.yml b/.github/workflows/reusable_build_web.yml index 8eecabae7f3b..148bcd435e01 100644 --- a/.github/workflows/reusable_build_web.yml +++ b/.github/workflows/reusable_build_web.yml @@ -88,7 +88,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Build web-viewer (release) run: | diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index cac0f0182784..23a1dca03a2c 100644 --- a/.github/workflows/reusable_checks.yml +++ b/.github/workflows/reusable_checks.yml @@ -62,7 +62,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Codegen check run: pixi run codegen --force --check @@ -79,7 +79,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Set up Python uses: actions/setup-python@v5 @@ -118,7 +118,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Run linter run: | @@ -154,7 +154,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: prettier --check run: pixi run misc-fmt-check diff --git a/.github/workflows/reusable_checks_cpp.yml b/.github/workflows/reusable_checks_cpp.yml index a950c71ebc2f..75e5a9a7f7f0 100644 --- a/.github/workflows/reusable_checks_cpp.yml +++ b/.github/workflows/reusable_checks_cpp.yml @@ -68,7 +68,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: cpp - name: Set up Rust diff --git a/.github/workflows/reusable_checks_python.yml b/.github/workflows/reusable_checks_python.yml index 3d53c5faa2bd..1d25d3dc56c1 100644 --- a/.github/workflows/reusable_checks_python.yml +++ b/.github/workflows/reusable_checks_python.yml @@ -35,7 +35,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Python format check run: pixi run py-fmt-check @@ -55,7 +55,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: py-docs - name: Build via mkdocs diff --git a/.github/workflows/reusable_checks_rust.yml b/.github/workflows/reusable_checks_rust.yml index edaa097768d1..b245aeabe635 100644 --- a/.github/workflows/reusable_checks_rust.yml +++ b/.github/workflows/reusable_checks_rust.yml @@ -63,7 +63,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Rust checks & tests if: ${{ inputs.CHANNEL == 'pr' }} @@ -107,7 +107,7 @@ jobs: # Building with `--all-features` requires extra build tools like `nasm`. - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Download test assets run: pixi run python ./tests/assets/download_test_assets.py diff --git a/.github/workflows/reusable_deploy_docs.yml b/.github/workflows/reusable_deploy_docs.yml index a5e11081a858..05fc657f262d 100644 --- a/.github/workflows/reusable_deploy_docs.yml +++ b/.github/workflows/reusable_deploy_docs.yml @@ -73,7 +73,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: py-docs - name: Set up git author @@ -145,7 +145,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Delete existing /target/doc run: rm -rf ./target/doc @@ -199,7 +199,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Doxygen C++ docs run: pixi run -e cpp cpp-docs diff --git a/.github/workflows/reusable_publish_js.yml b/.github/workflows/reusable_publish_js.yml index ab56ad75f2a0..cd412c5c8c56 100644 --- a/.github/workflows/reusable_publish_js.yml +++ b/.github/workflows/reusable_publish_js.yml @@ -65,7 +65,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Publish packages env: diff --git a/.github/workflows/reusable_publish_web.yml b/.github/workflows/reusable_publish_web.yml index 50eae93584b8..49f513344332 100644 --- a/.github/workflows/reusable_publish_web.yml +++ b/.github/workflows/reusable_publish_web.yml @@ -76,7 +76,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: wheel-test # built by `reusable_build_and_publish_wheels` diff --git a/.github/workflows/reusable_publish_wheels.yml b/.github/workflows/reusable_publish_wheels.yml index bc4c3c1a198e..ce9fa9806c49 100644 --- a/.github/workflows/reusable_publish_wheels.yml +++ b/.github/workflows/reusable_publish_wheels.yml @@ -160,7 +160,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - id: "auth" uses: google-github-actions/auth@v2 diff --git a/.github/workflows/reusable_release_crates.yml b/.github/workflows/reusable_release_crates.yml index 42985a16ea55..5ee2f68dfac7 100644 --- a/.github/workflows/reusable_release_crates.yml +++ b/.github/workflows/reusable_release_crates.yml @@ -34,7 +34,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Build web-viewer (release) run: pixi run rerun-build-web-release diff --git a/.github/workflows/reusable_run_notebook.yml b/.github/workflows/reusable_run_notebook.yml index 6d759b9dde2c..57634dd3222c 100644 --- a/.github/workflows/reusable_run_notebook.yml +++ b/.github/workflows/reusable_run_notebook.yml @@ -36,7 +36,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 environments: wheel-test - name: Download Wheel diff --git a/.github/workflows/reusable_sync_release_assets.yml b/.github/workflows/reusable_sync_release_assets.yml index 0f40f097961a..1b5eeace68e3 100644 --- a/.github/workflows/reusable_sync_release_assets.yml +++ b/.github/workflows/reusable_sync_release_assets.yml @@ -39,7 +39,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - id: "auth" uses: google-github-actions/auth@v2 diff --git a/.github/workflows/reusable_test_wheels.yml b/.github/workflows/reusable_test_wheels.yml index 6e539fb7b449..2400339524ec 100644 --- a/.github/workflows/reusable_test_wheels.yml +++ b/.github/workflows/reusable_test_wheels.yml @@ -149,7 +149,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 # Only has the deps for round-trips. Not all examples. environments: wheel-test-min diff --git a/.github/workflows/reusable_track_size.yml b/.github/workflows/reusable_track_size.yml index 7b8412ee7015..e777d5784088 100644 --- a/.github/workflows/reusable_track_size.yml +++ b/.github/workflows/reusable_track_size.yml @@ -191,7 +191,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.34.0 + pixi-version: v0.39.0 - name: Render benchmark result if: github.ref == 'refs/heads/main' diff --git a/Cargo.lock b/Cargo.lock index 3427d7ddf66f..9fa132792d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f47983a1084940ba9a39c077a8c63e55c619388be5476ac04c804cfbd1e63459" dependencies = [ "accesskit", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "immutable-chunkmap", ] @@ -71,7 +71,7 @@ checksum = "7329821f3bd1101e03a7d2e03bd339e3ac0dc64c70b4c9f9ae1949e3ba8dece1" dependencies = [ "accesskit", "accesskit_consumer 0.26.0", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "objc2", "objc2-app-kit", "objc2-foundation", @@ -103,7 +103,7 @@ checksum = "24fcd5d23d70670992b823e735e859374d694a3d12bfd8dd32bd3bd8bedb5d81" dependencies = [ "accesskit", "accesskit_consumer 0.26.0", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "paste", "static_assertions", "windows 0.58.0", @@ -2998,9 +2998,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -3409,7 +3409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "serde", ] @@ -3826,7 +3826,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3a8b3275fd06..d027a3a764ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,6 @@ re_sdk_comms = { path = "crates/store/re_sdk_comms", version = "=0.21.0-alpha.1" re_types = { path = "crates/store/re_types", version = "=0.21.0-alpha.1", default-features = false } re_types_blueprint = { path = "crates/store/re_types_blueprint", version = "=0.21.0-alpha.1", default-features = false } re_types_core = { path = "crates/store/re_types_core", version = "=0.21.0-alpha.1", default-features = false } -re_video = { path = "crates/store/re_video", version = "=0.21.0-alpha.1", default-features = false } re_ws_comms = { path = "crates/store/re_ws_comms", version = "=0.21.0-alpha.1", default-features = false } # crates/top: @@ -85,6 +84,7 @@ re_smart_channel = { path = "crates/utils/re_smart_channel", version = "=0.21.0- re_string_interner = { path = "crates/utils/re_string_interner", version = "=0.21.0-alpha.1", default-features = false } re_tracing = { path = "crates/utils/re_tracing", version = "=0.21.0-alpha.1", default-features = false } re_tuid = { path = "crates/utils/re_tuid", version = "=0.21.0-alpha.1", default-features = false } +re_video = { path = "crates/utils/re_video", version = "=0.21.0-alpha.1", default-features = false } # crates/viewer: re_blueprint_tree = { path = "crates/viewer/re_blueprint_tree", version = "=0.21.0-alpha.1", default-features = false } diff --git a/crates/build/re_types_builder/src/codegen/rust/api.rs b/crates/build/re_types_builder/src/codegen/rust/api.rs index 3c10c6260b76..90b01d69e1a2 100644 --- a/crates/build/re_types_builder/src/codegen/rust/api.rs +++ b/crates/build/re_types_builder/src/codegen/rust/api.rs @@ -1078,7 +1078,7 @@ fn quote_trait_impls_for_archetype(obj: &Object) -> TokenStream { compute_components(obj, ATTR_RERUN_COMPONENT_RECOMMENDED, [indicator_fqname]); let (num_optional, optional) = compute_components(obj, ATTR_RERUN_COMPONENT_OPTIONAL, []); - let num_components_docstring = quote_doc_line(&format!( + let num_components_docstring = quote_doc_line(&format!( "The total number of components in the archetype: {num_required} required, {num_recommended} recommended, {num_optional} optional" )); let num_all = num_required + num_recommended + num_optional; @@ -1090,7 +1090,7 @@ fn quote_trait_impls_for_archetype(obj: &Object) -> TokenStream { .collect::>(); let all_component_batches = { - std::iter::once(quote!{ + std::iter::once(quote! { Some(Self::indicator()) }).chain(obj.fields.iter().map(|obj_field| { let field_name = format_ident!("{}", obj_field.name); @@ -1104,7 +1104,7 @@ fn quote_trait_impls_for_archetype(obj: &Object) -> TokenStream { if is_plural { // Always log Option> as Vec, mapping None to empty batch let component_type = quote_field_type_from_typ(&obj_field.typ, false).0; - quote!{ + quote! { Some(( if let Some(comp_batch) = &self.#field_name { (comp_batch as &dyn ComponentBatch) @@ -1118,20 +1118,20 @@ fn quote_trait_impls_for_archetype(obj: &Object) -> TokenStream { } } else { // Always log Option, mapping None to empty batch - quote!{ Some((&self.#field_name as &dyn ComponentBatch).into()) } + quote! { Some((&self.#field_name as &dyn ComponentBatch).into()) } } } else { if is_plural { // Maybe logging an Option> - quote!{ self.#field_name.as_ref().map(|comp_batch| (comp_batch as &dyn ComponentBatch).into()) } + quote! { self.#field_name.as_ref().map(|comp_batch| (comp_batch as &dyn ComponentBatch).into()) } } else { // Maybe logging an Option - quote!{ self.#field_name.as_ref().map(|comp| (comp as &dyn ComponentBatch).into()) } + quote! { self.#field_name.as_ref().map(|comp| (comp as &dyn ComponentBatch).into()) } } } } else { // Always logging a Vec or C - quote!{ Some((&self.#field_name as &dyn ComponentBatch).into()) } + quote! { Some((&self.#field_name as &dyn ComponentBatch).into()) } } })) }; @@ -1168,7 +1168,7 @@ fn quote_trait_impls_for_archetype(obj: &Object) -> TokenStream { // NOTE: An archetype cannot have overlapped component types by definition, so use the // component's fqname to do the mapping. - let quoted_deser = if is_nullable && !is_plural{ + let quoted_deser = if is_nullable && !is_plural { // For a nullable mono-component, it's valid for data to be missing // after a clear. let quoted_collection = diff --git a/crates/build/re_types_builder/src/objects.rs b/crates/build/re_types_builder/src/objects.rs index 87512f2e0463..8a71b0d0cfb1 100644 --- a/crates/build/re_types_builder/src/objects.rs +++ b/crates/build/re_types_builder/src/objects.rs @@ -11,7 +11,8 @@ use itertools::Itertools; use crate::{ root_as_schema, Docs, FbsBaseType, FbsEnum, FbsEnumVal, FbsField, FbsKeyValue, FbsObject, - FbsSchema, FbsType, Reporter, ATTR_RERUN_OVERRIDE_TYPE, + FbsSchema, FbsType, Reporter, ATTR_RERUN_COMPONENT_OPTIONAL, ATTR_RERUN_COMPONENT_RECOMMENDED, + ATTR_RERUN_COMPONENT_REQUIRED, ATTR_RERUN_OVERRIDE_TYPE, }; // --- @@ -91,6 +92,8 @@ impl Objects { if field_obj.kind != ObjectKind::Component { reporter.error(virtpath, field_type_fqname, "Is part of an archetypes but is not a component. Only components are allowed as fields on an archetype."); } + + validate_archetype_field_attributes(reporter, obj); } ObjectKind::View => { if field_obj.kind != ObjectKind::Archetype { @@ -174,6 +177,32 @@ impl Objects { } } +/// Ensure that each field of an archetype has exactly one of the +/// `attr.rerun.component_{required|recommended|optional}` attributes. +fn validate_archetype_field_attributes(reporter: &Reporter, obj: &Object) { + assert_eq!(obj.kind, ObjectKind::Archetype); + + for field in &obj.fields { + if [ + ATTR_RERUN_COMPONENT_OPTIONAL, + ATTR_RERUN_COMPONENT_RECOMMENDED, + ATTR_RERUN_COMPONENT_REQUIRED, + ] + .iter() + .filter(|attr| field.try_get_attr::(attr).is_some()) + .count() + != 1 + { + reporter.error( + &field.virtpath, + &field.fqname, + "field must have exactly one of the \"attr.rerun.component_{{required|recommended|\ + optional}}\" attributes", + ); + } + } +} + impl Objects { pub fn get(&self, fqname: &str) -> Option<&Object> { self.objects.get(fqname) diff --git a/crates/store/re_protos/proto/rerun/v0/remote_store.proto b/crates/store/re_protos/proto/rerun/v0/remote_store.proto index 6b156a4b3eda..e98a40958d0d 100644 --- a/crates/store/re_protos/proto/rerun/v0/remote_store.proto +++ b/crates/store/re_protos/proto/rerun/v0/remote_store.proto @@ -10,9 +10,8 @@ service StorageNode { rpc FetchRecording(FetchRecordingRequest) returns (stream FetchRecordingResponse) {} // metadata API calls - rpc ListRecordings(ListRecordingsRequest) returns (ListRecordingsResponse) {} - rpc GetRecordingMetadata(GetRecordingMetadataRequest) returns (GetRecordingMetadataResponse) {} - rpc UpdateRecordingMetadata(UpdateRecordingMetadataRequest) returns (UpdateRecordingMetadataResponse) {} + rpc QueryCatalog(QueryCatalogRequest) returns (stream QueryCatalogResponse) {} + rpc UpdateCatalog(UpdateCatalogRequest) returns (UpdateCatalogResponse) {} rpc RegisterRecording(RegisterRecordingRequest) returns (RegisterRecordingResponse) {} } @@ -45,30 +44,14 @@ message RegisterRecordingResponse { RecordingMetadata metadata = 2; } -// ---------------- GetRecordingMetadata ----------------- +// ---------------- UpdateCatalog ----------------- -message GetRecordingMetadataRequest { +message UpdateCatalogRequest { RecordingId recording_id = 1; -} - -message GetRecordingMetadataResponse { - RecordingId id = 1; RecordingMetadata metadata = 2; } -message TimeMetadata { - Timeline timeline = 1; - TimeRange time_range = 2; -} - -// ---------------- UpdateRecordingMetadata ----------------- - -message UpdateRecordingMetadataRequest { - RecordingId recording_id = 1; - RecordingMetadata metadata = 2; -} - -message UpdateRecordingMetadataResponse {} +message UpdateCatalogResponse {} // ---------------- Query ----------------- @@ -94,21 +77,30 @@ enum EncoderVersion { } -// ----------------- ListRecordings ----------------- +// ----------------- QueryCatalog ----------------- -message ListRecordingsRequest { - // define which columns should be returned / projected - // we define a separate message to make it optional. - // If not provided, all columns should be returned +message QueryCatalogRequest { + // Column projection - define which columns should be returned. + // Providing it is optional, if not provided, all columns should be returned ColumnProjection column_projection = 1; + // Filter specific recordings that match the criteria (selection) + CatalogFilter filter = 2; } message ColumnProjection { repeated string columns = 1; } -message ListRecordingsResponse { - repeated RecordingMetadata recordings = 1; +message CatalogFilter { + // Filtering is very simple right now, we can only select + // recordings by their ids. + repeated RecordingId recording_ids = 1; +} + +message QueryCatalogResponse { + EncoderVersion encoder_version = 1; + // raw bytes are TransportChunks (i.e. RecordBatches) encoded with the relevant codec + bytes payload = 2; } enum RecordingType { @@ -132,7 +124,9 @@ message FetchRecordingResponse { bytes payload = 2; } -// Application level error - use as `details` in the `google.rpc.Status` message +// ----------------- Error handling ----------------- + +// Application level error - used as `details` in the `google.rpc.Status` message message RemoteStoreError { // error code ErrorCode code = 1; diff --git a/crates/store/re_protos/src/v0/rerun.remote_store.v0.rs b/crates/store/re_protos/src/v0/rerun.remote_store.v0.rs index bb0c4bd235f3..e956a1082d00 100644 --- a/crates/store/re_protos/src/v0/rerun.remote_store.v0.rs +++ b/crates/store/re_protos/src/v0/rerun.remote_store.v0.rs @@ -245,33 +245,14 @@ pub struct RegisterRecordingResponse { pub metadata: ::core::option::Option, } #[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetRecordingMetadataRequest { - #[prost(message, optional, tag = "1")] - pub recording_id: ::core::option::Option, -} -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetRecordingMetadataResponse { - #[prost(message, optional, tag = "1")] - pub id: ::core::option::Option, - #[prost(message, optional, tag = "2")] - pub metadata: ::core::option::Option, -} -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct TimeMetadata { - #[prost(message, optional, tag = "1")] - pub timeline: ::core::option::Option, - #[prost(message, optional, tag = "2")] - pub time_range: ::core::option::Option, -} -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct UpdateRecordingMetadataRequest { +pub struct UpdateCatalogRequest { #[prost(message, optional, tag = "1")] pub recording_id: ::core::option::Option, #[prost(message, optional, tag = "2")] pub metadata: ::core::option::Option, } #[derive(Clone, Copy, PartialEq, ::prost::Message)] -pub struct UpdateRecordingMetadataResponse {} +pub struct UpdateCatalogResponse {} #[derive(Clone, PartialEq, ::prost::Message)] pub struct QueryRequest { /// unique identifier of the recording @@ -293,12 +274,14 @@ pub struct QueryResponse { pub payload: ::prost::alloc::vec::Vec, } #[derive(Clone, PartialEq, ::prost::Message)] -pub struct ListRecordingsRequest { - /// define which columns should be returned / projected - /// we define a separate message to make it optional. - /// If not provided, all columns should be returned +pub struct QueryCatalogRequest { + /// Column projection - define which columns should be returned. + /// Providing it is optional, if not provided, all columns should be returned #[prost(message, optional, tag = "1")] pub column_projection: ::core::option::Option, + /// Filter specific recordings that match the criteria (selection) + #[prost(message, optional, tag = "2")] + pub filter: ::core::option::Option, } #[derive(Clone, PartialEq, ::prost::Message)] pub struct ColumnProjection { @@ -306,9 +289,19 @@ pub struct ColumnProjection { pub columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, } #[derive(Clone, PartialEq, ::prost::Message)] -pub struct ListRecordingsResponse { +pub struct CatalogFilter { + /// Filtering is very simple right now, we can only select + /// recordings by their ids. #[prost(message, repeated, tag = "1")] - pub recordings: ::prost::alloc::vec::Vec, + pub recording_ids: ::prost::alloc::vec::Vec, +} +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QueryCatalogResponse { + #[prost(enumeration = "EncoderVersion", tag = "1")] + pub encoder_version: i32, + /// raw bytes are TransportChunks (i.e. RecordBatches) encoded with the relevant codec + #[prost(bytes = "vec", tag = "2")] + pub payload: ::prost::alloc::vec::Vec, } #[derive(Clone, PartialEq, ::prost::Message)] pub struct FetchRecordingRequest { @@ -328,7 +321,7 @@ pub struct FetchRecordingResponse { #[prost(bytes = "vec", tag = "2")] pub payload: ::prost::alloc::vec::Vec, } -/// Application level error - use as `details` in the `google.rpc.Status` message +/// Application level error - used as `details` in the `google.rpc.Status` message #[derive(Clone, PartialEq, ::prost::Message)] pub struct RemoteStoreError { /// error code @@ -546,62 +539,43 @@ pub mod storage_node_client { self.inner.server_streaming(req, path, codec).await } /// metadata API calls - pub async fn list_recordings( + pub async fn query_catalog( &mut self, - request: impl tonic::IntoRequest, - ) -> std::result::Result, tonic::Status> - { + request: impl tonic::IntoRequest, + ) -> std::result::Result< + tonic::Response>, + tonic::Status, + > { self.inner.ready().await.map_err(|e| { tonic::Status::unknown(format!("Service was not ready: {}", e.into())) })?; let codec = tonic::codec::ProstCodec::default(); let path = http::uri::PathAndQuery::from_static( - "/rerun.remote_store.v0.StorageNode/ListRecordings", + "/rerun.remote_store.v0.StorageNode/QueryCatalog", ); let mut req = request.into_request(); req.extensions_mut().insert(GrpcMethod::new( "rerun.remote_store.v0.StorageNode", - "ListRecordings", + "QueryCatalog", )); - self.inner.unary(req, path, codec).await + self.inner.server_streaming(req, path, codec).await } - pub async fn get_recording_metadata( + pub async fn update_catalog( &mut self, - request: impl tonic::IntoRequest, - ) -> std::result::Result, tonic::Status> + request: impl tonic::IntoRequest, + ) -> std::result::Result, tonic::Status> { self.inner.ready().await.map_err(|e| { tonic::Status::unknown(format!("Service was not ready: {}", e.into())) })?; let codec = tonic::codec::ProstCodec::default(); let path = http::uri::PathAndQuery::from_static( - "/rerun.remote_store.v0.StorageNode/GetRecordingMetadata", - ); - let mut req = request.into_request(); - req.extensions_mut().insert(GrpcMethod::new( - "rerun.remote_store.v0.StorageNode", - "GetRecordingMetadata", - )); - self.inner.unary(req, path, codec).await - } - pub async fn update_recording_metadata( - &mut self, - request: impl tonic::IntoRequest, - ) -> std::result::Result< - tonic::Response, - tonic::Status, - > { - self.inner.ready().await.map_err(|e| { - tonic::Status::unknown(format!("Service was not ready: {}", e.into())) - })?; - let codec = tonic::codec::ProstCodec::default(); - let path = http::uri::PathAndQuery::from_static( - "/rerun.remote_store.v0.StorageNode/UpdateRecordingMetadata", + "/rerun.remote_store.v0.StorageNode/UpdateCatalog", ); let mut req = request.into_request(); req.extensions_mut().insert(GrpcMethod::new( "rerun.remote_store.v0.StorageNode", - "UpdateRecordingMetadata", + "UpdateCatalog", )); self.inner.unary(req, path, codec).await } @@ -658,22 +632,20 @@ pub mod storage_node_server { &self, request: tonic::Request, ) -> std::result::Result, tonic::Status>; + /// Server streaming response type for the QueryCatalog method. + type QueryCatalogStream: tonic::codegen::tokio_stream::Stream< + Item = std::result::Result, + > + std::marker::Send + + 'static; /// metadata API calls - async fn list_recordings( - &self, - request: tonic::Request, - ) -> std::result::Result, tonic::Status>; - async fn get_recording_metadata( + async fn query_catalog( &self, - request: tonic::Request, - ) -> std::result::Result, tonic::Status>; - async fn update_recording_metadata( + request: tonic::Request, + ) -> std::result::Result, tonic::Status>; + async fn update_catalog( &self, - request: tonic::Request, - ) -> std::result::Result< - tonic::Response, - tonic::Status, - >; + request: tonic::Request, + ) -> std::result::Result, tonic::Status>; async fn register_recording( &self, request: tonic::Request, @@ -836,63 +808,24 @@ pub mod storage_node_server { }; Box::pin(fut) } - "/rerun.remote_store.v0.StorageNode/ListRecordings" => { - #[allow(non_camel_case_types)] - struct ListRecordingsSvc(pub Arc); - impl tonic::server::UnaryService - for ListRecordingsSvc - { - type Response = super::ListRecordingsResponse; - type Future = BoxFuture, tonic::Status>; - fn call( - &mut self, - request: tonic::Request, - ) -> Self::Future { - let inner = Arc::clone(&self.0); - let fut = async move { - ::list_recordings(&inner, request).await - }; - Box::pin(fut) - } - } - let accept_compression_encodings = self.accept_compression_encodings; - let send_compression_encodings = self.send_compression_encodings; - let max_decoding_message_size = self.max_decoding_message_size; - let max_encoding_message_size = self.max_encoding_message_size; - let inner = self.inner.clone(); - let fut = async move { - let method = ListRecordingsSvc(inner); - let codec = tonic::codec::ProstCodec::default(); - let mut grpc = tonic::server::Grpc::new(codec) - .apply_compression_config( - accept_compression_encodings, - send_compression_encodings, - ) - .apply_max_message_size_config( - max_decoding_message_size, - max_encoding_message_size, - ); - let res = grpc.unary(method, req).await; - Ok(res) - }; - Box::pin(fut) - } - "/rerun.remote_store.v0.StorageNode/GetRecordingMetadata" => { + "/rerun.remote_store.v0.StorageNode/QueryCatalog" => { #[allow(non_camel_case_types)] - struct GetRecordingMetadataSvc(pub Arc); + struct QueryCatalogSvc(pub Arc); impl - tonic::server::UnaryService - for GetRecordingMetadataSvc + tonic::server::ServerStreamingService + for QueryCatalogSvc { - type Response = super::GetRecordingMetadataResponse; - type Future = BoxFuture, tonic::Status>; + type Response = super::QueryCatalogResponse; + type ResponseStream = T::QueryCatalogStream; + type Future = + BoxFuture, tonic::Status>; fn call( &mut self, - request: tonic::Request, + request: tonic::Request, ) -> Self::Future { let inner = Arc::clone(&self.0); let fut = async move { - ::get_recording_metadata(&inner, request).await + ::query_catalog(&inner, request).await }; Box::pin(fut) } @@ -903,7 +836,7 @@ pub mod storage_node_server { let max_encoding_message_size = self.max_encoding_message_size; let inner = self.inner.clone(); let fut = async move { - let method = GetRecordingMetadataSvc(inner); + let method = QueryCatalogSvc(inner); let codec = tonic::codec::ProstCodec::default(); let mut grpc = tonic::server::Grpc::new(codec) .apply_compression_config( @@ -914,27 +847,26 @@ pub mod storage_node_server { max_decoding_message_size, max_encoding_message_size, ); - let res = grpc.unary(method, req).await; + let res = grpc.server_streaming(method, req).await; Ok(res) }; Box::pin(fut) } - "/rerun.remote_store.v0.StorageNode/UpdateRecordingMetadata" => { + "/rerun.remote_store.v0.StorageNode/UpdateCatalog" => { #[allow(non_camel_case_types)] - struct UpdateRecordingMetadataSvc(pub Arc); - impl - tonic::server::UnaryService - for UpdateRecordingMetadataSvc + struct UpdateCatalogSvc(pub Arc); + impl tonic::server::UnaryService + for UpdateCatalogSvc { - type Response = super::UpdateRecordingMetadataResponse; + type Response = super::UpdateCatalogResponse; type Future = BoxFuture, tonic::Status>; fn call( &mut self, - request: tonic::Request, + request: tonic::Request, ) -> Self::Future { let inner = Arc::clone(&self.0); let fut = async move { - ::update_recording_metadata(&inner, request).await + ::update_catalog(&inner, request).await }; Box::pin(fut) } @@ -945,7 +877,7 @@ pub mod storage_node_server { let max_encoding_message_size = self.max_encoding_message_size; let inner = self.inner.clone(); let fut = async move { - let method = UpdateRecordingMetadataSvc(inner); + let method = UpdateCatalogSvc(inner); let codec = tonic::codec::ProstCodec::default(); let mut grpc = tonic::server::Grpc::new(codec) .apply_compression_config( diff --git a/crates/store/re_video/Cargo.toml b/crates/utils/re_video/Cargo.toml similarity index 100% rename from crates/store/re_video/Cargo.toml rename to crates/utils/re_video/Cargo.toml diff --git a/crates/store/re_video/README.md b/crates/utils/re_video/README.md similarity index 100% rename from crates/store/re_video/README.md rename to crates/utils/re_video/README.md diff --git a/crates/store/re_video/benches/video_load_bench.rs b/crates/utils/re_video/benches/video_load_bench.rs similarity index 100% rename from crates/store/re_video/benches/video_load_bench.rs rename to crates/utils/re_video/benches/video_load_bench.rs diff --git a/crates/store/re_video/build.rs b/crates/utils/re_video/build.rs similarity index 100% rename from crates/store/re_video/build.rs rename to crates/utils/re_video/build.rs diff --git a/crates/store/re_video/examples/frames.rs b/crates/utils/re_video/examples/frames.rs similarity index 100% rename from crates/store/re_video/examples/frames.rs rename to crates/utils/re_video/examples/frames.rs diff --git a/crates/store/re_video/src/decode/async_decoder_wrapper.rs b/crates/utils/re_video/src/decode/async_decoder_wrapper.rs similarity index 100% rename from crates/store/re_video/src/decode/async_decoder_wrapper.rs rename to crates/utils/re_video/src/decode/async_decoder_wrapper.rs diff --git a/crates/store/re_video/src/decode/av1.rs b/crates/utils/re_video/src/decode/av1.rs similarity index 100% rename from crates/store/re_video/src/decode/av1.rs rename to crates/utils/re_video/src/decode/av1.rs diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/ffmpeg.rs similarity index 100% rename from crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs rename to crates/utils/re_video/src/decode/ffmpeg_h264/ffmpeg.rs diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/mod.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/mod.rs similarity index 100% rename from crates/store/re_video/src/decode/ffmpeg_h264/mod.rs rename to crates/utils/re_video/src/decode/ffmpeg_h264/mod.rs diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/nalu.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/nalu.rs similarity index 100% rename from crates/store/re_video/src/decode/ffmpeg_h264/nalu.rs rename to crates/utils/re_video/src/decode/ffmpeg_h264/nalu.rs diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/sps.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/sps.rs similarity index 100% rename from crates/store/re_video/src/decode/ffmpeg_h264/sps.rs rename to crates/utils/re_video/src/decode/ffmpeg_h264/sps.rs diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/version.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/version.rs similarity index 100% rename from crates/store/re_video/src/decode/ffmpeg_h264/version.rs rename to crates/utils/re_video/src/decode/ffmpeg_h264/version.rs diff --git a/crates/store/re_video/src/decode/mod.rs b/crates/utils/re_video/src/decode/mod.rs similarity index 100% rename from crates/store/re_video/src/decode/mod.rs rename to crates/utils/re_video/src/decode/mod.rs diff --git a/crates/store/re_video/src/decode/webcodecs.rs b/crates/utils/re_video/src/decode/webcodecs.rs similarity index 100% rename from crates/store/re_video/src/decode/webcodecs.rs rename to crates/utils/re_video/src/decode/webcodecs.rs diff --git a/crates/store/re_video/src/demux/mod.rs b/crates/utils/re_video/src/demux/mod.rs similarity index 100% rename from crates/store/re_video/src/demux/mod.rs rename to crates/utils/re_video/src/demux/mod.rs diff --git a/crates/store/re_video/src/demux/mp4.rs b/crates/utils/re_video/src/demux/mp4.rs similarity index 100% rename from crates/store/re_video/src/demux/mp4.rs rename to crates/utils/re_video/src/demux/mp4.rs diff --git a/crates/store/re_video/src/lib.rs b/crates/utils/re_video/src/lib.rs similarity index 100% rename from crates/store/re_video/src/lib.rs rename to crates/utils/re_video/src/lib.rs diff --git a/crates/store/re_video/src/time.rs b/crates/utils/re_video/src/time.rs similarity index 100% rename from crates/store/re_video/src/time.rs rename to crates/utils/re_video/src/time.rs diff --git a/crates/viewer/re_selection_panel/src/lib.rs b/crates/viewer/re_selection_panel/src/lib.rs index 4517a2783bb3..02b267f6ea28 100644 --- a/crates/viewer/re_selection_panel/src/lib.rs +++ b/crates/viewer/re_selection_panel/src/lib.rs @@ -2,7 +2,6 @@ mod defaults_ui; mod item_title; -mod selection_history_ui; mod selection_panel; mod space_view_entity_picker; mod space_view_space_origin_ui; diff --git a/crates/viewer/re_selection_panel/src/selection_history_ui.rs b/crates/viewer/re_selection_panel/src/selection_history_ui.rs deleted file mode 100644 index 2d985e5cab73..000000000000 --- a/crates/viewer/re_selection_panel/src/selection_history_ui.rs +++ /dev/null @@ -1,216 +0,0 @@ -use egui::RichText; - -use re_ui::{UICommand, UiExt as _}; -use re_viewer_context::{Item, ItemCollection, SelectionHistory}; -use re_viewport_blueprint::ViewportBlueprint; - -// --- - -#[derive(Default, serde::Deserialize, serde::Serialize)] -#[serde(default)] -pub struct SelectionHistoryUi {} - -impl SelectionHistoryUi { - pub(crate) fn selection_ui( - &self, - ui: &mut egui::Ui, - viewport: &ViewportBlueprint, - history: &mut SelectionHistory, - ) -> Option { - let next = self.next_button_ui(ui, viewport, history); - let prev = self.prev_button_ui(ui, viewport, history); - prev.or(next) - } - - fn prev_button_ui( - &self, - ui: &mut egui::Ui, - viewport: &ViewportBlueprint, - history: &mut SelectionHistory, - ) -> Option { - // undo selection - if let Some(previous) = history.previous() { - let response = ui - .small_icon_button(&re_ui::icons::ARROW_LEFT) - .on_hover_text(format!( - "Go to previous selection{}:\n\ - {}\n\ - \n\ - Right-click for more.", - UICommand::SelectionPrevious.format_shortcut_tooltip_suffix(ui.ctx()), - selection_to_string(viewport, &previous.selection), - )); - - let mut return_current = false; - response.context_menu(|ui| { - // undo: newest on top, oldest on bottom - let cur = history.current; - for i in (0..history.current).rev() { - self.history_item_ui(viewport, ui, i, history); - } - return_current = cur != history.current; - }); - if return_current { - return history.current().map(|sel| sel.selection); - } - - // TODO(cmc): using the keyboard shortcut should highlight the associated - // button or something (but then again it, it'd make more sense to do that - // at the egui level rather than specifically here). - if response.clicked() { - return history.select_previous(); - } - } else { - ui.add_enabled_ui(false, |ui| { - ui.small_icon_button(&re_ui::icons::ARROW_LEFT) - .on_disabled_hover_text("No past selections found"); - }); - } - - None - } - - fn next_button_ui( - &self, - ui: &mut egui::Ui, - viewport: &ViewportBlueprint, - history: &mut SelectionHistory, - ) -> Option { - // redo selection - if let Some(next) = history.next() { - let response = ui - .small_icon_button(&re_ui::icons::ARROW_RIGHT) - .on_hover_text(format!( - "Go to next selection{}:\n\ - {}\n\ - \n\ - Right-click for more.", - UICommand::SelectionNext.format_shortcut_tooltip_suffix(ui.ctx()), - selection_to_string(viewport, &next.selection), - )); - - let mut return_current = false; - response.context_menu(|ui| { - // redo: oldest on top, most recent on bottom - let cur = history.current; - for i in (history.current + 1)..history.stack.len() { - self.history_item_ui(viewport, ui, i, history); - } - return_current = cur != history.current; - }); - if return_current { - return history.current().map(|sel| sel.selection); - } - - // TODO(cmc): using the keyboard shortcut should highlight the associated - // button or something (but then again it, it'd make more sense to do that - // at the egui level rather than specifically here). - if response.clicked() { - return history.select_next(); - } - } else { - ui.add_enabled_ui(false, |ui| { - ui.small_icon_button(&re_ui::icons::ARROW_RIGHT) - .on_disabled_hover_text("No future selections found"); - }); - } - - None - } - - #[allow(clippy::unused_self)] - fn history_item_ui( - &self, - viewport: &ViewportBlueprint, - ui: &mut egui::Ui, - index: usize, - history: &mut SelectionHistory, - ) { - if let Some(sel) = history.stack.get(index) { - ui.horizontal(|ui| { - { - // borrow checker workaround - let sel = selection_to_string(viewport, sel); - if ui - .selectable_value(&mut history.current, index, sel) - .clicked() - { - ui.close_menu(); - } - } - if sel.iter_items().count() == 1 { - if let Some(item) = sel.iter_items().next() { - item_kind_ui(ui, item); - } - } - }); - } - } -} - -// Different kinds of selections can share the same path in practice! We need to -// differentiate those in the UI to avoid confusion. -fn item_kind_ui(ui: &mut egui::Ui, sel: &Item) { - ui.weak(RichText::new(format!("({})", sel.kind()))); -} - -fn selection_to_string(viewport: &ViewportBlueprint, selection: &ItemCollection) -> String { - debug_assert!( - !selection.is_empty(), - "History should never contain empty selections." - ); - if selection.len() == 1 { - if let Some(item) = selection.iter_items().next() { - item_to_string(viewport, item) - } else { - // All items got removed or weren't there to begin with. - debug_assert!( - selection.iter_space_context().next().is_some(), - "History should never keep selections that have both an empty item & context list." - ); - "".to_owned() - } - } else if let Some(kind) = selection.are_all_items_same_kind() { - format!("{}x {}s", selection.len(), kind) - } else { - "".to_owned() - } -} - -fn item_to_string(viewport: &ViewportBlueprint, item: &Item) -> String { - match item { - Item::AppId(app_id) => app_id.to_string(), - Item::DataSource(data_source) => data_source.to_string(), - Item::StoreId(store_id) => store_id.to_string(), - Item::SpaceView(space_view_id) => { - // TODO(#4678): unnamed space views should have their label formatted accordingly (subdued) - if let Some(space_view) = viewport.view(space_view_id) { - space_view.display_name_or_default().as_ref().to_owned() - } else { - "".to_owned() - } - } - Item::InstancePath(instance_path) => instance_path.to_string(), - Item::DataResult(space_view_id, instance_path) => { - // TODO(#4678): unnamed space views should have their label formatted accordingly (subdued) - let space_view_display_name = if let Some(space_view) = viewport.view(space_view_id) { - space_view.display_name_or_default().as_ref().to_owned() - } else { - "".to_owned() - }; - - format!("{instance_path} in {space_view_display_name}") - } - Item::ComponentPath(path) => { - format!("{}:{}", path.entity_path, path.component_name.short_name(),) - } - Item::Container(container_id) => { - // TODO(#4678): unnamed container should have their label formatted accordingly (subdued) - if let Some(container) = viewport.container(container_id) { - container.display_name_or_default().as_ref().to_owned() - } else { - "".to_owned() - } - } - } -} diff --git a/crates/viewer/re_selection_panel/src/selection_panel.rs b/crates/viewer/re_selection_panel/src/selection_panel.rs index f5997b3db199..0d6145e76564 100644 --- a/crates/viewer/re_selection_panel/src/selection_panel.rs +++ b/crates/viewer/re_selection_panel/src/selection_panel.rs @@ -19,12 +19,11 @@ use re_viewer_context::{ use re_viewport_blueprint::{ui::show_add_space_view_or_container_modal, ViewportBlueprint}; use crate::{defaults_ui::view_components_defaults_section_ui, visualizer_ui::visualizer_ui}; +use crate::{space_view_entity_picker::SpaceViewEntityPicker, ItemTitle}; use crate::{ - selection_history_ui::SelectionHistoryUi, visible_time_range_ui::visible_time_range_ui_for_data_result, visible_time_range_ui::visible_time_range_ui_for_view, }; -use crate::{space_view_entity_picker::SpaceViewEntityPicker, ItemTitle}; // --- fn default_selection_panel_width(screen_width: f32) -> f32 { @@ -35,8 +34,6 @@ fn default_selection_panel_width(screen_width: f32) -> f32 { #[derive(Default, serde::Deserialize, serde::Serialize)] #[serde(default)] pub struct SelectionPanel { - selection_state_ui: SelectionHistoryUi, - #[serde(skip)] /// State for the "Add entity" modal. space_view_entity_modal: SpaceViewEntityPicker, @@ -70,15 +67,7 @@ impl SelectionPanel { ui.panel_content(|ui| { let hover = "The selection view contains information and options about \ the currently selected object(s)"; - ui.panel_title_bar_with_buttons("Selection", Some(hover), |ui| { - let mut history = ctx.selection_state().history.lock(); - if let Some(selection) = - self.selection_state_ui - .selection_ui(ui, viewport, &mut history) - { - ctx.selection_state().set_selection(selection); - } - }); + ui.panel_title_bar("Selection", Some(hover)); }); // move the vertical spacing between the title and the content to _inside_ the scroll diff --git a/crates/viewer/re_selection_panel/src/space_view_entity_picker.rs b/crates/viewer/re_selection_panel/src/space_view_entity_picker.rs index f5fb910c1eec..fd20cd50424d 100644 --- a/crates/viewer/re_selection_panel/src/space_view_entity_picker.rs +++ b/crates/viewer/re_selection_panel/src/space_view_entity_picker.rs @@ -32,7 +32,7 @@ impl SpaceViewEntityPicker { ) { self.modal_handler.ui( egui_ctx, - || re_ui::modal::Modal::new("Add/remove Entities").default_height(640.0), + || re_ui::modal::ModalWrapper::new("Add/remove Entities").default_height(640.0), |ui, open| { let Some(space_view_id) = &self.space_view_id else { *open = false; diff --git a/crates/viewer/re_space_view_spatial/src/ui.rs b/crates/viewer/re_space_view_spatial/src/ui.rs index ee8ae745bc09..69c13d7932b9 100644 --- a/crates/viewer/re_space_view_spatial/src/ui.rs +++ b/crates/viewer/re_space_view_spatial/src/ui.rs @@ -251,7 +251,7 @@ pub fn create_labels( if is_error { parent_ui.error_label_background_color() } else { - parent_ui.style().visuals.panel_fill + parent_ui.style().visuals.widgets.inactive.bg_fill } } SelectionHighlight::SiblingSelection => { diff --git a/crates/viewer/re_ui/examples/re_ui_example/main.rs b/crates/viewer/re_ui/examples/re_ui_example/main.rs index 6f0cea91f006..2ae12c4f9161 100644 --- a/crates/viewer/re_ui/examples/re_ui_example/main.rs +++ b/crates/viewer/re_ui/examples/re_ui_example/main.rs @@ -220,7 +220,7 @@ impl eframe::App for ExampleApp { self.modal_handler.ui( ui.ctx(), - || re_ui::modal::Modal::new("Modal window"), + || re_ui::modal::ModalWrapper::new("Modal window"), |ui, _| ui.label("This is a modal window."), ); @@ -232,7 +232,7 @@ impl eframe::App for ExampleApp { self.full_span_modal_handler.ui( ui.ctx(), - || re_ui::modal::Modal::new("Modal window").full_span_content(true), + || re_ui::modal::ModalWrapper::new("Modal window").full_span_content(true), |ui, _| { list_item::list_item_scope(ui, "modal demo", |ui| { for idx in 0..10 { diff --git a/crates/viewer/re_ui/src/command.rs b/crates/viewer/re_ui/src/command.rs index 21109f45cc7f..f42fc755dde1 100644 --- a/crates/viewer/re_ui/src/command.rs +++ b/crates/viewer/re_ui/src/command.rs @@ -59,9 +59,6 @@ pub enum UICommand { #[cfg(not(target_arch = "wasm32"))] ZoomReset, - SelectionPrevious, - SelectionNext, - ToggleCommandPalette, // Playback: @@ -199,8 +196,6 @@ impl UICommand { "Resets the UI zoom level to the operating system's default value", ), - Self::SelectionPrevious => ("Previous selection", "Go to previous selection"), - Self::SelectionNext => ("Next selection", "Go to next selection"), Self::ToggleCommandPalette => ("Command paletteā€¦", "Toggle the Command Palette"), Self::PlaybackTogglePlayPause => { @@ -346,8 +341,6 @@ impl UICommand { #[cfg(not(target_arch = "wasm32"))] Self::ZoomReset => Some(egui::gui_zoom::kb_shortcuts::ZOOM_RESET), - Self::SelectionPrevious => Some(ctrl_shift(Key::ArrowLeft)), - Self::SelectionNext => Some(ctrl_shift(Key::ArrowRight)), Self::ToggleCommandPalette => Some(cmd(Key::P)), Self::PlaybackTogglePlayPause => Some(key(Key::Space)), diff --git a/crates/viewer/re_ui/src/modal.rs b/crates/viewer/re_ui/src/modal.rs index 49d10b65eee0..e6f7b9113c18 100644 --- a/crates/viewer/re_ui/src/modal.rs +++ b/crates/viewer/re_ui/src/modal.rs @@ -1,14 +1,13 @@ use crate::{DesignTokens, UiExt as _}; -use egui::NumExt; -/// Helper object to handle a [`Modal`] window. +/// Helper object to handle a [`ModalWrapper`] window. /// -/// A [`Modal`] is typically held only so long as it is displayed, so it's typically stored in an +/// A [`ModalWrapper`] is typically held only so long as it is displayed, so it's typically stored in an /// [`Option`]. This helper object handles that for your. /// /// Usage: /// ``` -/// # use re_ui::modal::{Modal, ModalHandler}; +/// # use re_ui::modal::{ModalWrapper, ModalHandler}; /// /// # egui::__run_test_ui(|ui| { /// let mut modal_handler = ModalHandler::default(); @@ -17,19 +16,19 @@ use egui::NumExt; /// modal_handler.open(); /// } /// -/// modal_handler.ui(ui.ctx(), || Modal::new("Modal Window"), |ui, _| { +/// modal_handler.ui(ui.ctx(), || ModalWrapper::new("Modal Window"), |ui, _| { /// ui.label("Modal content"); /// }); /// # }); /// ``` #[derive(Default)] pub struct ModalHandler { - modal: Option, + modal: Option, should_open: bool, } impl ModalHandler { - /// Open the model next time the [`ModalHandler::ui`] method is called. + /// Open the model the next time the [`ModalHandler::ui`] method is called. pub fn open(&mut self) { self.should_open = true; } @@ -38,7 +37,7 @@ impl ModalHandler { pub fn ui( &mut self, ctx: &egui::Context, - make_modal: impl FnOnce() -> Modal, + make_modal: impl FnOnce() -> ModalWrapper, content_ui: impl FnOnce(&mut egui::Ui, &mut bool) -> R, ) -> Option { if self.modal.is_none() && self.should_open { @@ -47,60 +46,38 @@ impl ModalHandler { } if let Some(modal) = &mut self.modal { - let ModalResponse { inner, open } = modal.ui(ctx, content_ui); + let ModalWrapperResponse { inner, open } = modal.ui(ctx, content_ui); if !open { self.modal = None; } - inner + Some(inner) } else { None } } } -/// Response returned by [`Modal::ui`]. -pub struct ModalResponse { - /// What the content closure returned, if it was actually run. - pub inner: Option, +/// Response returned by [`ModalWrapper::ui`]. +pub struct ModalWrapperResponse { + /// What the content closure returned if it was actually run. + pub inner: R, /// Whether the modal should remain open. pub open: bool, } -/// Show a modal window with Rerun style. -/// -/// [`Modal`] fakes as a modal window, since egui [doesn't have them yet](https://github.com/emilk/egui/issues/686). -/// This done by dimming the background and capturing clicks outside the window. -/// -/// The positioning of the modal is as follows: -/// -/// ```text -/// ā”Œā”€rerun windowā”€ā”€ā”€ā”€ā”€ā–²ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā” -/// ā”‚ ā”‚ 75px / 10% ā”‚ -/// ā”‚ ā•”ā•modalā•ā–¼ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•— ā–² ā”‚ -/// ā”‚ ā•‘ ā–² ā•‘ ā”‚ ā”‚ -/// ā”‚ ā•‘ actual height ā”‚ ā•‘ ā”‚ ā”‚ -/// ā”‚ ā•‘ based on ā”‚ ā•‘ ā”‚ max ā”‚ -/// ā”‚ ā•‘ content ā”‚ ā•‘ ā”‚ heightā”‚ -/// ā”‚ ā•‘ ā”‚ ā•‘ ā”‚ ā”‚ -/// ā”‚ ā•‘ ā–¼ ā•‘ ā”‚ ā”‚ -/// ā”‚ ā•šā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā• ā”‚ ā”‚ -/// ā”‚ ā”‚ ā”‚ ā”‚ ā”‚ -/// ā”‚ ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā–²ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜ ā–¼ ā”‚ -/// ā”‚ ā”‚ 75px / 10% ā”‚ -/// ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā–¼ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜ -/// ``` +/// Show a modal window with Rerun style using [`egui::Modal`]. /// /// The modal sets the clip rect such as to allow full-span highlighting behavior (e.g. with /// [`crate::list_item::ListItem`]). Consider using [`crate::UiExt::full_span_separator`] to draw a /// separator that spans the full width of the modal instead of the usual [`egui::Ui::separator`] /// method. /// -/// Note that [`Modal`] are typically used via the [`ModalHandler`] helper object to reduce +/// Note that [`ModalWrapper`] are typically used via the [`ModalHandler`] helper object to reduce /// boilerplate. -pub struct Modal { +pub struct ModalWrapper { title: String, min_width: Option, min_height: Option, @@ -108,7 +85,7 @@ pub struct Modal { full_span_content: bool, } -impl Modal { +impl ModalWrapper { /// Create a new modal with the given title. pub fn new(title: &str) -> Self { Self { @@ -161,113 +138,80 @@ impl Modal { &self, ctx: &egui::Context, content_ui: impl FnOnce(&mut egui::Ui, &mut bool) -> R, - ) -> ModalResponse { - Self::dim_background(ctx); + ) -> ModalWrapperResponse { + let id = egui::Id::new(&self.title); - // We consume such as to avoid the top-level deselect-on-ESC behavior. - let mut open = ctx.input_mut(|i| !i.consume_key(egui::Modifiers::NONE, egui::Key::Escape)); + let mut open = true; - let screen_height = ctx.screen_rect().height(); - let modal_vertical_margins = (75.0).at_most(screen_height * 0.1); + let mut area = egui::Modal::default_area(id); + if let Some(default_height) = self.default_height { + area = area.default_height(default_height); + } - let mut window = egui::Window::new(&self.title) - .pivot(egui::Align2::CENTER_TOP) - .fixed_pos(ctx.screen_rect().center_top() + egui::vec2(0.0, modal_vertical_margins)) - .constrain_to(ctx.screen_rect()) - .max_height(screen_height - 2.0 * modal_vertical_margins) - .collapsible(false) - .resizable(true) + let modal_response = egui::Modal::new("add_view_or_container_modal".into()) .frame(egui::Frame { - // Note: inner margin are kept to zero so the clip rect is set to the same size as the modal itself, - // which is needed for the full-span highlighting behavior. fill: ctx.style().visuals.panel_fill, ..Default::default() }) - .title_bar(false); - - if let Some(min_width) = self.min_width { - window = window.min_width(min_width); - } - - if let Some(min_height) = self.min_height { - window = window.min_height(min_height); - } - - if let Some(default_height) = self.default_height { - window = window.default_height(default_height); - } + .area(area) + .show(ctx, |ui| { + ui.set_clip_rect(ui.max_rect()); - let response = window.show(ctx, |ui| { - let item_spacing_y = ui.spacing().item_spacing.y; - ui.spacing_mut().item_spacing.y = 0.0; + let item_spacing_y = ui.spacing().item_spacing.y; + ui.spacing_mut().item_spacing.y = 0.0; - egui::Frame { - inner_margin: egui::Margin::symmetric(DesignTokens::view_padding(), 0.0), - ..Default::default() - } - .show(ui, |ui| { - ui.add_space(DesignTokens::view_padding()); - Self::title_bar(ui, &self.title, &mut open); - ui.add_space(DesignTokens::view_padding()); - ui.full_span_separator(); + if let Some(min_width) = self.min_width { + ui.set_min_width(min_width); + } - if self.full_span_content { - // no further spacing for the content UI - content_ui(ui, &mut open) - } else { - // we must restore vertical spacing and add view padding at the bottom - ui.add_space(item_spacing_y); + if let Some(min_height) = self.min_height { + ui.set_min_height(min_height); + } - egui::Frame { - inner_margin: egui::Margin { - bottom: DesignTokens::view_padding(), + egui::Frame { + inner_margin: egui::Margin::symmetric(DesignTokens::view_padding(), 0.0), + ..Default::default() + } + .show(ui, |ui| { + ui.add_space(DesignTokens::view_padding()); + Self::title_bar(ui, &self.title, &mut open); + ui.add_space(DesignTokens::view_padding()); + ui.full_span_separator(); + + if self.full_span_content { + // no further spacing for the content UI + content_ui(ui, &mut open) + } else { + // we must restore vertical spacing and add view padding at the bottom + ui.add_space(item_spacing_y); + + egui::Frame { + inner_margin: egui::Margin { + bottom: DesignTokens::view_padding(), + ..Default::default() + }, ..Default::default() - }, - ..Default::default() + } + .show(ui, |ui| { + ui.spacing_mut().item_spacing.y = item_spacing_y; + content_ui(ui, &mut open) + }) + .inner } - .show(ui, |ui| { - ui.spacing_mut().item_spacing.y = item_spacing_y; - content_ui(ui, &mut open) - }) - .inner - } - }) - .inner - }); + }) + .inner + }); - // Any click outside causes the window to close. - let cursor_was_over_window = response - .as_ref() - .and_then(|response| { - ctx.input(|i| i.pointer.interact_pos()) - .map(|interact_pos| response.response.rect.contains(interact_pos)) - }) - .unwrap_or(false); - if !cursor_was_over_window && ctx.input(|i| i.pointer.any_pressed()) { + if modal_response.should_close() { open = false; } - ModalResponse { - inner: response.and_then(|response| response.inner), + ModalWrapperResponse { + inner: modal_response.inner, open, } } - /// Dim the background to indicate that the window is modal. - #[allow(clippy::needless_pass_by_ref_mut)] - fn dim_background(ctx: &egui::Context) { - let painter = egui::Painter::new( - ctx.clone(), - egui::LayerId::new(egui::Order::PanelResizeLine, egui::Id::new("DimLayer")), - egui::Rect::EVERYTHING, - ); - painter.add(egui::Shape::rect_filled( - ctx.screen_rect(), - egui::Rounding::ZERO, - egui::Color32::from_black_alpha(128), - )); - } - /// Display a title bar in our own style. fn title_bar(ui: &mut egui::Ui, title: &str, open: &mut bool) { ui.horizontal(|ui| { diff --git a/crates/viewer/re_ui/src/ui_ext.rs b/crates/viewer/re_ui/src/ui_ext.rs index 2f82f2ff6b74..d791d2edb20f 100644 --- a/crates/viewer/re_ui/src/ui_ext.rs +++ b/crates/viewer/re_ui/src/ui_ext.rs @@ -1086,11 +1086,7 @@ pub trait UiExt { return *span; } - if node.has_visible_frame() - || node.is_panel_ui() - || node.is_root_ui() - || node.kind() == Some(egui::UiKind::TableCell) - { + if node.has_visible_frame() || node.is_area_ui() || node.is_root_ui() { return (node.max_rect + node.frame().inner_margin).x_range(); } } diff --git a/crates/viewer/re_ui/tests/modal_tests.rs b/crates/viewer/re_ui/tests/modal_tests.rs new file mode 100644 index 000000000000..6495524b5ba4 --- /dev/null +++ b/crates/viewer/re_ui/tests/modal_tests.rs @@ -0,0 +1,68 @@ +use egui::Vec2; + +use re_ui::modal::{ModalHandler, ModalWrapper}; +use re_ui::{list_item, UiExt as _}; + +#[test] +pub fn test_modal_normal_should_match_snapshot() { + run_modal_test( + || { + ModalWrapper::new("Modal with normal content") + .min_width(250.0) + .min_height(350.0) + }, + |ui| { + ui.label("Test content"); + ui.separator(); + let mut boolean = true; + ui.re_checkbox(&mut boolean, "Checkbox"); + }, + "modal_normal", + ); +} + +#[test] +pub fn test_modal_list_item_should_match_snapshot() { + run_modal_test( + || { + ModalWrapper::new("Modal with full span content") + .min_width(250.0) + .min_height(350.0) + .full_span_content(true) + }, + |ui| { + list_item::list_item_scope(ui, "scope", |ui| { + ui.list_item_flat_noninteractive(list_item::LabelContent::new("Label content")); + ui.list_item_flat_noninteractive( + list_item::PropertyContent::new("Property content") + .value_color(&egui::Color32::RED.to_array()) + .action_button(&re_ui::icons::EDIT, || {}), + ); + }); + }, + "modal_list_item", + ); +} + +fn run_modal_test( + mut make_modal: impl FnMut() -> ModalWrapper, + mut content_ui: impl FnMut(&mut egui::Ui), + _test_name: &'static str, +) { + let mut modal_handler = ModalHandler::default(); + modal_handler.open(); + + let mut harness = egui_kittest::Harness::builder() + .with_size(Vec2::new(700.0, 700.0)) + .build_ui(|ui| { + re_ui::apply_style_and_install_loaders(ui.ctx()); + + modal_handler.ui(ui.ctx(), &mut make_modal, |ui, _| content_ui(ui)); + }); + + harness.run(); + + //TODO(#8245): enable this everywhere when we have a software renderer setup + #[cfg(target_os = "macos")] + harness.wgpu_snapshot(_test_name); +} diff --git a/crates/viewer/re_ui/tests/snapshots/modal_list_item.png b/crates/viewer/re_ui/tests/snapshots/modal_list_item.png new file mode 100644 index 000000000000..379ff8545a13 --- /dev/null +++ b/crates/viewer/re_ui/tests/snapshots/modal_list_item.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d3acf305b985859b65e1bc2bcdc1b29625aeb28a06dd1d5ff75a5819832ec3 +size 19694 diff --git a/crates/viewer/re_ui/tests/snapshots/modal_normal.png b/crates/viewer/re_ui/tests/snapshots/modal_normal.png new file mode 100644 index 000000000000..b66539f0576a --- /dev/null +++ b/crates/viewer/re_ui/tests/snapshots/modal_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1a5edfd96a30d92efcc8917bebca21fd2e8ad706009047cd9c1c62e94ce47f +size 18572 diff --git a/crates/viewer/re_viewer/src/app.rs b/crates/viewer/re_viewer/src/app.rs index 21e939406064..39b3e4c02b2e 100644 --- a/crates/viewer/re_viewer/src/app.rs +++ b/crates/viewer/re_viewer/src/app.rs @@ -825,12 +825,6 @@ impl App { egui_ctx.set_zoom_factor(1.0); } - UICommand::SelectionPrevious => { - self.state.selection_state.select_previous(); - } - UICommand::SelectionNext => { - self.state.selection_state.select_next(); - } UICommand::ToggleCommandPalette => { self.cmd_palette.toggle(); } diff --git a/crates/viewer/re_viewer_context/src/lib.rs b/crates/viewer/re_viewer_context/src/lib.rs index 221a532e4fd4..c0b0359c1d3b 100644 --- a/crates/viewer/re_viewer_context/src/lib.rs +++ b/crates/viewer/re_viewer_context/src/lib.rs @@ -18,7 +18,6 @@ mod item; mod maybe_mut_ref; mod query_context; mod query_range; -mod selection_history; mod selection_state; mod space_view; mod store_context; @@ -59,7 +58,6 @@ pub use self::{ DataQueryResult, DataResultHandle, DataResultNode, DataResultTree, QueryContext, }, query_range::QueryRange, - selection_history::SelectionHistory, selection_state::{ ApplicationSelectionState, HoverHighlight, InteractionHighlight, ItemCollection, ItemSpaceContext, SelectionHighlight, diff --git a/crates/viewer/re_viewer_context/src/selection_history.rs b/crates/viewer/re_viewer_context/src/selection_history.rs deleted file mode 100644 index 99b26391f7fb..000000000000 --- a/crates/viewer/re_viewer_context/src/selection_history.rs +++ /dev/null @@ -1,120 +0,0 @@ -use crate::selection_state::ItemCollection; - -use super::Item; - -/// A `Selection` and its index into the historical stack. -#[derive(Debug, Clone)] -pub struct HistoricalSelection { - pub index: usize, - pub selection: ItemCollection, -} - -impl From<(usize, ItemCollection)> for HistoricalSelection { - fn from((index, selection): (usize, ItemCollection)) -> Self { - Self { index, selection } - } -} - -const MAX_SELECTION_HISTORY_LENGTH: usize = 100; - -// --- - -/// A stack of `Selection`s, used to implement "undo/redo"-like semantics for selections. -#[derive(Clone, Default, Debug)] -pub struct SelectionHistory { - /// Index into [`Self::stack`]. - pub current: usize, - - /// Oldest first. - pub stack: Vec, -} - -impl SelectionHistory { - /// Retains all elements that fulfill a certain condition. - pub fn retain(&mut self, f: &impl Fn(&Item) -> bool) { - re_tracing::profile_function!(); - - let mut i = 0; - self.stack.retain_mut(|selection| { - selection.retain(|item, _| f(item)); - let retain = !selection.is_empty(); - if !retain && i <= self.current { - self.current = self.current.saturating_sub(1); - } - i += 1; - retain - }); - - // In case `self.current` was bad going in to this function: - self.current = self.current.min(self.stack.len().saturating_sub(1)); - } - - pub fn current(&self) -> Option { - self.stack - .get(self.current) - .cloned() - .map(|s| (self.current, s).into()) - } - - pub fn previous(&self) -> Option { - let prev_index = self.current.checked_sub(1)?; - let prev = self.stack.get(prev_index)?; - Some((prev_index, prev.clone()).into()) - } - - pub fn next(&self) -> Option { - self.stack - .get(self.current + 1) - .map(|sel| (self.current + 1, sel.clone()).into()) - } - - #[must_use] - pub fn select_previous(&mut self) -> Option { - if let Some(previous) = self.previous() { - if previous.index != self.current { - self.current = previous.index; - return self.current().map(|s| s.selection); - } - } - None - } - - #[must_use] - pub fn select_next(&mut self) -> Option { - if let Some(next) = self.next() { - if next.index != self.current { - self.current = next.index; - return self.current().map(|s| s.selection); - } - } - None - } - - pub fn update_selection(&mut self, selection: &ItemCollection) { - // Selecting nothing is irrelevant from a history standpoint. - if selection.is_empty() { - return; - } - - // Do not grow the history if the thing being selected is equal to the value that the - // current history cursor points to. - if self.current().as_ref().map(|c| &c.selection) == Some(selection) { - return; - } - - // Make sure to clear the entire redo history past this point: we are engaging in a - // diverging timeline! - self.stack.truncate(self.current + 1); - - self.stack.push(selection.clone()); - - // Keep size under a certain maximum. - if self.stack.len() > MAX_SELECTION_HISTORY_LENGTH { - self.stack - .drain((self.stack.len() - MAX_SELECTION_HISTORY_LENGTH)..self.stack.len()); - } - - // Update current index last so it points to something valid! - self.current = self.stack.len() - 1; - } -} diff --git a/crates/viewer/re_viewer_context/src/selection_state.rs b/crates/viewer/re_viewer_context/src/selection_state.rs index 51ff5d20e027..202427cac510 100644 --- a/crates/viewer/re_viewer_context/src/selection_state.rs +++ b/crates/viewer/re_viewer_context/src/selection_state.rs @@ -6,7 +6,7 @@ use re_entity_db::EntityPath; use crate::{item::resolve_mono_instance_path_item, ViewerContext}; -use super::{Item, SelectionHistory}; +use super::Item; /// Context information that a space view might attach to an item from [`ItemCollection`] and useful /// for how a selection might be displayed and interacted with. @@ -205,10 +205,6 @@ impl ItemCollection { #[derive(Default, serde::Deserialize, serde::Serialize)] #[serde(default)] pub struct ApplicationSelectionState { - /// History of selections (what was selected previously). - #[serde(skip)] - pub history: Mutex, - /// Selection of the previous frame. Read from this. selection_previous_frame: ItemCollection, @@ -235,10 +231,6 @@ impl ApplicationSelectionState { // Use a different name so we don't get a collision in puffin. re_tracing::profile_scope!("SelectionState::on_frame_start"); - // Purge history of invalid items. - let history = self.history.get_mut(); - history.retain(&item_retain_condition); - // Purge selection of invalid items. let selection_this_frame = self.selection_this_frame.get_mut(); selection_this_frame.retain(|item, _| item_retain_condition(item)); @@ -253,25 +245,10 @@ impl ApplicationSelectionState { // Selection in contrast, is sticky! if selection_this_frame != &self.selection_previous_frame { - history.update_selection(selection_this_frame); self.selection_previous_frame = selection_this_frame.clone(); } } - /// Selects the previous element in the history if any. - pub fn select_previous(&self) { - if let Some(selection) = self.history.lock().select_previous() { - *self.selection_this_frame.lock() = selection; - } - } - - /// Selections the next element in the history if any. - pub fn select_next(&self) { - if let Some(selection) = self.history.lock().select_next() { - *self.selection_this_frame.lock() = selection; - } - } - /// Clears the current selection out. pub fn clear_selection(&self) { self.set_selection(ItemCollection::default()); diff --git a/crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs b/crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs index 0d1a5af0929f..34e7b631116b 100644 --- a/crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs +++ b/crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs @@ -28,7 +28,7 @@ impl AddSpaceViewOrContainerModal { self.modal_handler.ui( egui_ctx, || { - re_ui::modal::Modal::new("Add space view or container") + re_ui::modal::ModalWrapper::new("Add space view or container") .min_width(500.0) .full_span_content(true) }, diff --git a/examples/python/remote/metadata.py b/examples/python/remote/metadata.py index 6affe479e413..e199499d8f2a 100644 --- a/examples/python/remote/metadata.py +++ b/examples/python/remote/metadata.py @@ -25,7 +25,7 @@ # Register the new rrd conn = rr.remote.connect("http://0.0.0.0:51234") - catalog = pl.from_arrow(conn.list_recordings()) + catalog = pl.from_arrow(conn.query_catalog()) if args.subcommand == "print": print(catalog) @@ -38,4 +38,4 @@ exit(1) print(f"Updating metadata for {id}") - conn.update_metadata(id, {args.key: pa.array([args.value])}) + conn.update_catalog(id, {args.key: pa.array([args.value])}) diff --git a/pixi.lock b/pixi.lock index 7ea327375897..868926239a8b 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,4 +1,4 @@ -version: 5 +version: 6 environments: cpp: channels: @@ -12714,25 +12714,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/be/a2/4272175d47c623ff78196f3c10e9dc7045c1b9caf3735bf041e65271eca4/zstandard-0.23.0-cp311-cp311-win_amd64.whl packages: -- kind: conda - name: _libgcc_mutex - version: '0.1' - build: conda_forge - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 md5: d7c89558ba9fa0495403155b64376d81 license: None purls: [] size: 2562 timestamp: 1578324546067 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu +- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 md5: 73aaf86a425cc6e73fcf236a5a46396d depends: @@ -12745,13 +12735,8 @@ packages: purls: [] size: 23621 timestamp: 1650670423406 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 md5: 6168d71addc746e8f2b8d57dfd2edcea depends: @@ -12763,19 +12748,17 @@ packages: purls: [] size: 23712 timestamp: 1650670790230 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl name: absl-py version: 2.1.0 - url: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl sha256: 526a04eadab8b4ee719ce68f204172ead1027549089702d99b9059f129ff1308 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2c/92/48aec3736ca778ffe5fa68e19e3c18917cba4de43fa46fe6176cccafe267/accelerate-1.0.1-py3-none-any.whl name: accelerate version: 1.0.1 - url: https://files.pythonhosted.org/packages/2c/92/48aec3736ca778ffe5fa68e19e3c18917cba4de43fa46fe6176cccafe267/accelerate-1.0.1-py3-none-any.whl sha256: c6aa0c7b8a797cb150471e90e3ca36ac41f5d4b40512cdd6f058b8bf25589467 requires_dist: - - numpy<3.0.0,>=1.17 + - numpy>=1.17,<3.0.0 - packaging>=20.0 - psutil - pyyaml @@ -12786,7 +12769,7 @@ packages: - black~=23.1 ; extra == 'dev' - hf-doc-builder>=0.3.0 ; extra == 'dev' - ruff~=0.6.4 ; extra == 'dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'dev' + - pytest>=7.2.0,<=8.0.0 ; extra == 'dev' - pytest-xdist ; extra == 'dev' - pytest-subtests ; extra == 'dev' - parameterized ; extra == 'dev' @@ -12818,7 +12801,7 @@ packages: - tqdm ; extra == 'test-dev' - bitsandbytes ; extra == 'test-dev' - timm ; extra == 'test-dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'test-prod' + - pytest>=7.2.0,<=8.0.0 ; extra == 'test-prod' - pytest-xdist ; extra == 'test-prod' - pytest-subtests ; extra == 'test-prod' - parameterized ; extra == 'test-prod' @@ -12826,7 +12809,7 @@ packages: - comet-ml ; extra == 'test-trackers' - tensorboard ; extra == 'test-trackers' - dvclive ; extra == 'test-trackers' - - pytest<=8.0.0,>=7.2.0 ; extra == 'testing' + - pytest>=7.2.0,<=8.0.0 ; extra == 'testing' - pytest-xdist ; extra == 'testing' - pytest-subtests ; extra == 'testing' - parameterized ; extra == 'testing' @@ -12842,37 +12825,27 @@ packages: - bitsandbytes ; extra == 'testing' - timm ; extra == 'testing' requires_python: '>=3.8.0' -- kind: conda - name: aiohttp - version: 3.9.5 - build: py311h05b510d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.5-py311h05b510d_0.conda - sha256: 63ee70099b66bfa62751d1eb82831438426e3cfc9671a0b836dd9b9d94c92bd6 - md5: 69eee7117ab7f3ef9eb59a600a9079a3 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.5-py311h459d7ec_0.conda + sha256: 2eb99d920ef0dcd608e195bb852a64634ecf13f74680796959f1b9d9a9650a7b + md5: 0175d2636cc41dc019b51462c13ce225 depends: - aiosignal >=1.1.2 - attrs >=17.3.0 - frozenlist >=1.1.1 + - libgcc-ng >=12 - multidict >=4.5,<7.0 - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - yarl >=1.0,<2.0 license: MIT AND Apache-2.0 license_family: Apache purls: - pkg:pypi/aiohttp?source=hash-mapping - size: 782527 - timestamp: 1713965372169 -- kind: conda - name: aiohttp - version: 3.9.5 - build: py311h459d7ec_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.5-py311h459d7ec_0.conda - sha256: 2eb99d920ef0dcd608e195bb852a64634ecf13f74680796959f1b9d9a9650a7b - md5: 0175d2636cc41dc019b51462c13ce225 + size: 810945 + timestamp: 1713965013081 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.5-py311hcd402e7_0.conda + sha256: a385a27e4510a55d7094eca5a09cd11d3c1c35a91925e51acef47c85636cc440 + md5: e717043d9f39fb3a3a6dff8d085e5a4d depends: - aiosignal >=1.1.2 - attrs >=17.3.0 @@ -12880,22 +12853,18 @@ packages: - libgcc-ng >=12 - multidict >=4.5,<7.0 - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - yarl >=1.0,<2.0 license: MIT AND Apache-2.0 license_family: Apache purls: - pkg:pypi/aiohttp?source=hash-mapping - size: 810945 - timestamp: 1713965013081 -- kind: conda - name: aiohttp - version: 3.9.5 - build: py311ha68e1ae_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.5-py311ha68e1ae_0.conda - sha256: 03e161ef1e710089630276964921bb6de9c9852d0b04a59e3fe528c608327767 - md5: 9c350d73bdc0e3c68fd1d20afa9466a1 + size: 805564 + timestamp: 1713965086056 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda + sha256: 6e1c28d255830f350ccc135db4932153a978956d480e7bcd26c1663e19db4f9d + md5: a955769e6187495614f719668695e28f depends: - aiosignal >=1.1.2 - attrs >=17.3.0 @@ -12903,29 +12872,20 @@ packages: - multidict >=4.5,<7.0 - 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 - yarl >=1.0,<2.0 license: MIT AND Apache-2.0 license_family: Apache purls: - pkg:pypi/aiohttp?source=hash-mapping - size: 769123 - timestamp: 1713965512225 -- kind: conda - name: aiohttp - version: 3.9.5 - build: py311hcd402e7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.5-py311hcd402e7_0.conda - sha256: a385a27e4510a55d7094eca5a09cd11d3c1c35a91925e51acef47c85636cc440 - md5: e717043d9f39fb3a3a6dff8d085e5a4d + size: 779497 + timestamp: 1713965157234 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.5-py311h05b510d_0.conda + sha256: 63ee70099b66bfa62751d1eb82831438426e3cfc9671a0b836dd9b9d94c92bd6 + md5: 69eee7117ab7f3ef9eb59a600a9079a3 depends: - aiosignal >=1.1.2 - attrs >=17.3.0 - frozenlist >=1.1.1 - - libgcc-ng >=12 - multidict >=4.5,<7.0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython @@ -12935,16 +12895,11 @@ packages: license_family: Apache purls: - pkg:pypi/aiohttp?source=hash-mapping - size: 805564 - timestamp: 1713965086056 -- kind: conda - name: aiohttp - version: 3.9.5 - build: py311he705e18_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda - sha256: 6e1c28d255830f350ccc135db4932153a978956d480e7bcd26c1663e19db4f9d - md5: a955769e6187495614f719668695e28f + size: 782527 + timestamp: 1713965372169 +- conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.5-py311ha68e1ae_0.conda + sha256: 03e161ef1e710089630276964921bb6de9c9852d0b04a59e3fe528c608327767 + md5: 9c350d73bdc0e3c68fd1d20afa9466a1 depends: - aiosignal >=1.1.2 - attrs >=17.3.0 @@ -12952,20 +12907,17 @@ packages: - multidict >=4.5,<7.0 - 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 - yarl >=1.0,<2.0 license: MIT AND Apache-2.0 license_family: Apache purls: - pkg:pypi/aiohttp?source=hash-mapping - size: 779497 - timestamp: 1713965157234 -- kind: conda - name: aiosignal - version: 1.3.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + size: 769123 + timestamp: 1713965512225 +- conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783 md5: d1e1eb7e21a9e2c74279d87dafb68156 depends: @@ -12977,10 +12929,9 @@ packages: - pkg:pypi/aiosignal?source=hash-mapping size: 12730 timestamp: 1667935912504 -- kind: pypi +- pypi: examples/python/air_traffic_data name: air-traffic-data version: 0.1.0 - path: examples/python/air_traffic_data sha256: 3d5600bb5caf00e2fdef1cf4f1f368b06da955d385b95cd6b7a7ccd6d47f5a91 requires_dist: - geopandas @@ -12992,12 +12943,7 @@ packages: - shapely - tqdm editable: true -- kind: conda - name: alsa-lib - version: 1.2.12 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 md5: 7ed427f0871fd41cb1d9c17727c17589 depends: @@ -13007,10 +12953,9 @@ packages: purls: [] size: 555868 timestamp: 1718118368236 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl name: anyio version: 4.6.2.post1 - url: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl sha256: 6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d requires_dist: - idna>=2.8 @@ -13033,10 +12978,9 @@ packages: - truststore>=0.9.1 ; python_full_version >= '3.10' and extra == 'test' - trio>=0.26.1 ; extra == 'trio' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/1a/5a/7b024920cca385eb9b56bc63edf0a647de208346bfac5b339b544733d53a/anywidget-0.9.13-py3-none-any.whl name: anywidget version: 0.9.13 - url: https://files.pythonhosted.org/packages/1a/5a/7b024920cca385eb9b56bc63edf0a647de208346bfac5b339b544733d53a/anywidget-0.9.13-py3-none-any.whl sha256: 43d1658f1043b8c95cd350b2f5deccb123fd37810a36f656d6163aefe8163705 requires_dist: - importlib-metadata ; python_full_version < '3.8' @@ -13053,28 +12997,7 @@ packages: - pytest-cov ; extra == 'test' - ruff ; extra == 'test' requires_python: '>=3.7' -- kind: conda - name: aom - version: 3.9.1 - build: h7bae524_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef - md5: 7adba36492a1bb22d98ffffe4f6fc6de - depends: - - __osx >=11.0 - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 2235747 - timestamp: 1718551382432 -- kind: conda - name: aom - version: 3.9.1 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 md5: 346722a0be40f6edc53f12640d301338 depends: @@ -13085,12 +13008,7 @@ packages: purls: [] size: 2706396 timestamp: 1718551242397 -- kind: conda - name: aom - version: 3.9.1 - build: hcccb83c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 md5: cc744ac4efe5bcaa8cca51ff5b850df0 depends: @@ -13101,12 +13019,29 @@ packages: purls: [] size: 3250813 timestamp: 1718551360260 -- kind: conda - name: aom - version: 3.9.1 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 + md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + depends: + - __osx >=10.13 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2749186 + timestamp: 1718551450314 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef + md5: 7adba36492a1bb22d98ffffe4f6fc6de + depends: + - __osx >=11.0 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2235747 + timestamp: 1718551382432 +- conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 md5: 3d7c14285d3eb3239a76ff79063f27a5 depends: @@ -13118,32 +13053,14 @@ packages: purls: [] size: 1958151 timestamp: 1718551737234 -- kind: conda - name: aom - version: 3.9.1 - build: hf036a51_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 - md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 - depends: - - __osx >=10.13 - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 2749186 - timestamp: 1718551450314 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl name: appnope version: 0.1.4 - url: https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl sha256: 502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl name: argon2-cffi version: 23.1.0 - url: https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl sha256: c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea requires_dist: - argon2-cffi-bindings @@ -13159,10 +13076,9 @@ packages: - pytest ; extra == 'tests' - mypy ; extra == 'typing' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl sha256: b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f requires_dist: - cffi>=1.0.1 @@ -13172,10 +13088,9 @@ packages: - wheel ; extra == 'dev' - pytest ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl sha256: e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93 requires_dist: - cffi>=1.0.1 @@ -13185,10 +13100,9 @@ packages: - wheel ; extra == 'dev' - pytest ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d requires_dist: - cffi>=1.0.1 @@ -13198,10 +13112,9 @@ packages: - wheel ; extra == 'dev' - pytest ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae requires_dist: - cffi>=1.0.1 @@ -13211,15 +13124,13 @@ packages: - wheel ; extra == 'dev' - pytest ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl name: argparse version: 1.4.0 - url: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl sha256: c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314 -- kind: pypi +- pypi: examples/python/arkit_scenes name: arkit-scenes version: 0.1.0 - path: examples/python/arkit_scenes sha256: 1ea1defa403966ebbc7e54ff7b92f65fdb6c98ee3e242d8af0be46023ed87961 requires_dist: - matplotlib @@ -13231,10 +13142,9 @@ packages: - tqdm - trimesh editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl name: arrow version: 1.3.0 - url: https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl sha256: c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80 requires_dist: - python-dateutil>=2.7.0 @@ -13252,31 +13162,28 @@ packages: - pytz==2021.1 ; extra == 'test' - simplejson==3.* ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl name: asttokens version: 2.4.1 - url: https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl sha256: 051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24 requires_dist: - six>=1.12.0 - typing ; python_full_version < '3.5' - - astroid<2,>=1 ; python_full_version < '3' and extra == 'astroid' - - astroid<4,>=2 ; python_full_version >= '3' and extra == 'astroid' + - astroid>=1,<2 ; python_full_version < '3' and extra == 'astroid' + - astroid>=2,<4 ; python_full_version >= '3' and extra == 'astroid' - pytest ; extra == 'test' - - astroid<2,>=1 ; python_full_version < '3' and extra == 'test' - - astroid<4,>=2 ; python_full_version >= '3' and extra == 'test' -- kind: pypi + - astroid>=1,<2 ; python_full_version < '3' and extra == 'test' + - astroid>=2,<4 ; python_full_version >= '3' and extra == 'test' +- pypi: https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl name: async-lru version: 2.0.4 - url: https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl sha256: ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224 requires_dist: - typing-extensions>=4.0.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl name: attrs version: 24.2.0 - url: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl sha256: 81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2 requires_dist: - importlib-metadata ; python_full_version < '3.8' @@ -13321,13 +13228,7 @@ packages: - mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests-mypy' - pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests-mypy' requires_python: '>=3.7' -- kind: conda - name: attrs - version: 24.2.0 - build: pyh71513ae_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.2.0-pyh71513ae_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.2.0-pyh71513ae_0.conda sha256: 28dba85a7e0f7fb57d7315e13f603d1e41b83c5b88aa2a602596b52c833a2ff8 md5: 6732fa52eb8e66e5afeb32db8701a791 depends: @@ -13338,57 +13239,7 @@ packages: - pkg:pypi/attrs?source=hash-mapping size: 56048 timestamp: 1722977241383 -- kind: conda - name: aws-c-auth - version: 0.7.31 - build: h459cf4e_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.31-h459cf4e_5.conda - sha256: e01e956eff5ee64eff2ec27d64a59edd63e319c70685d76314da4690b71b4c75 - md5: c1dde5a630076bb14fb2f17eab884be6 - depends: - - aws-c-cal >=0.7.4,<0.7.5.0a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-http >=0.8.10,<0.8.11.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-c-sdkutils >=0.1.19,<0.1.20.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 102345 - timestamp: 1729645407261 -- kind: conda - name: aws-c-auth - version: 0.7.31 - build: h821ce02_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.31-h821ce02_5.conda - sha256: ce4d6dae798170834d3b743fa46e06d79ae8beecb0a4480075af48b9968462e6 - md5: c8555decbca067af3cc25252c565bff3 - depends: - - __osx >=10.13 - - aws-c-cal >=0.7.4,<0.7.5.0a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-http >=0.8.10,<0.8.11.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-c-sdkutils >=0.1.19,<0.1.20.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 94475 - timestamp: 1729645345979 -- kind: conda - name: aws-c-auth - version: 0.7.31 - build: hcdce11a_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.31-hcdce11a_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.31-hcdce11a_5.conda sha256: f2a0f4ea442315232166ea9b7b85be36d10066507029a7ffd9bdee7c4da4ea1c md5: 5e8936e89bae15461d8a0d2b8920f181 depends: @@ -13404,13 +13255,7 @@ packages: purls: [] size: 107177 timestamp: 1729645226835 -- kind: conda - name: aws-c-auth - version: 0.7.31 - build: hd675c95_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.31-hd675c95_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.31-hd675c95_5.conda sha256: b84fcaf7a87346b9a9d46cf1bbf4c39eb9a6417b1e962ae6c1a7421004e4b8e2 md5: 89046ad1c1e8c2e87ff06237c5698f30 depends: @@ -13425,13 +13270,22 @@ packages: purls: [] size: 112028 timestamp: 1729645278509 -- kind: conda - name: aws-c-auth - version: 0.7.31 - build: hee1f4ab_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.31-hee1f4ab_5.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.31-h821ce02_5.conda + sha256: ce4d6dae798170834d3b743fa46e06d79ae8beecb0a4480075af48b9968462e6 + md5: c8555decbca067af3cc25252c565bff3 + depends: + - __osx >=10.13 + - aws-c-cal >=0.7.4,<0.7.5.0a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - aws-c-http >=0.8.10,<0.8.11.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + - aws-c-sdkutils >=0.1.19,<0.1.20.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 94475 + timestamp: 1729645345979 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.31-hee1f4ab_5.conda sha256: c4a5583292972810a24ac062ec8ff5ea16d2c9d4300daa7c895757da3dff1a2d md5: 262580840e8d3007fd6a55340a518fa8 depends: @@ -13446,33 +13300,37 @@ packages: purls: [] size: 92423 timestamp: 1729645339177 -- kind: conda - name: aws-c-cal - version: 0.7.4 - build: h0da4a7a_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.4-h0da4a7a_4.conda - sha256: df14cfcb748456dfcea23ecade1569d4729090d09eefcb4b52833ea7ea060cc0 - md5: 676448c1ca47b402b5fde84f112c8c7d +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.31-h459cf4e_5.conda + sha256: e01e956eff5ee64eff2ec27d64a59edd63e319c70685d76314da4690b71b4c75 + md5: c1dde5a630076bb14fb2f17eab884be6 depends: + - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - openssl >=3.3.1,<4.0a0 + - aws-c-http >=0.8.10,<0.8.11.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + - aws-c-sdkutils >=0.1.19,<0.1.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 46763 - timestamp: 1729595742181 -- kind: conda - name: aws-c-cal - version: 0.7.4 - build: hb16d14f_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.4-hb16d14f_4.conda + size: 102345 + timestamp: 1729645407261 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.4-hd3f4568_4.conda + sha256: ea8910baaeecdb05f86ee41cf6ea679745677fe320626d347047fce6c04dec02 + md5: 933b666a736387d5a618ae2173364635 + depends: + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - libgcc >=13 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 47689 + timestamp: 1729595594849 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.4-hb16d14f_4.conda sha256: 9f68d66212110db1bc3f2060fa671962763b24b3719f7229a99768569f48fa93 md5: 0995dc44b4408bb853b0996a9f057d7e depends: @@ -13484,13 +13342,7 @@ packages: purls: [] size: 49707 timestamp: 1729595680442 -- kind: conda - name: aws-c-cal - version: 0.7.4 - build: hcd44f14_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.4-hcd44f14_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.4-hcd44f14_4.conda sha256: 66d1081225e06f6f6002724a773d6e2eb33bc02bc4f2748383b63f3cf0693a2d md5: 3b0089fb0ba2f2a89c2cedb83a043124 depends: @@ -13502,32 +13354,7 @@ packages: purls: [] size: 39407 timestamp: 1729595686085 -- kind: conda - name: aws-c-cal - version: 0.7.4 - build: hd3f4568_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.4-hd3f4568_4.conda - sha256: ea8910baaeecdb05f86ee41cf6ea679745677fe320626d347047fce6c04dec02 - md5: 933b666a736387d5a618ae2173364635 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - libgcc >=13 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 47689 - timestamp: 1729595594849 -- kind: conda - name: aws-c-cal - version: 0.7.4 - build: hfd083d3_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.4-hfd083d3_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.4-hfd083d3_4.conda sha256: 29f767fd1e7f47b3cedddd04ff3f190ab3ee9c96255dde7234e2b04485595af9 md5: 335d26e89405e0078c5b43b04c08993c depends: @@ -13539,44 +13366,32 @@ packages: purls: [] size: 39866 timestamp: 1729595783840 -- kind: conda - name: aws-c-common - version: 0.9.31 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.31-h2466b09_0.conda - sha256: 52e4b04ff909c9e4d5ab5f7892f5eff358417dbb500eca539415732975823567 - md5: 4bf2a26d63fd34e1ad42b73918e452df +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.4-h0da4a7a_4.conda + sha256: df14cfcb748456dfcea23ecade1569d4729090d09eefcb4b52833ea7ea060cc0 + md5: 676448c1ca47b402b5fde84f112c8c7d depends: + - aws-c-common >=0.9.31,<0.9.32.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 234317 - timestamp: 1729562021989 -- kind: conda - name: aws-c-common - version: 0.9.31 - build: h7ab814d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.31-h7ab814d_0.conda - sha256: b79d2bccd06dec9a54243d617fb6e2436a930707666ba186bbbe047c46b84064 - md5: 37eded160015046030d7a68cb44fb3d2 + size: 46763 + timestamp: 1729595742181 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.31-hb9d3cd8_0.conda + sha256: 31057d023a4ab78996f15dfefa9b2576da3282953623eeba28934c93baf132bc + md5: 75f7776e1c9af78287f055ca34797517 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 219971 - timestamp: 1729561861114 -- kind: conda - name: aws-c-common - version: 0.9.31 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.31-h86ecc28_0.conda + size: 235865 + timestamp: 1729561746720 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.31-h86ecc28_0.conda sha256: 6e4c727c5b92d0c768dbad8ba8092273487b0261169b11c689f3f07f6e088202 md5: b5764edf53106024a1e3394369124a36 depends: @@ -13586,12 +13401,7 @@ packages: purls: [] size: 257007 timestamp: 1729561903108 -- kind: conda - name: aws-c-common - version: 0.9.31 - build: ha44c9a9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.31-ha44c9a9_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.31-ha44c9a9_0.conda sha256: 773699cc3a723833c8ce86469f3db904623731fa105e66dc7c09027ce3573a18 md5: 63943199ef7f9d267732ea065ce6bb3d depends: @@ -13601,48 +13411,41 @@ packages: purls: [] size: 225367 timestamp: 1729561777213 -- kind: conda - name: aws-c-common - version: 0.9.31 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.31-hb9d3cd8_0.conda - sha256: 31057d023a4ab78996f15dfefa9b2576da3282953623eeba28934c93baf132bc - md5: 75f7776e1c9af78287f055ca34797517 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.31-h7ab814d_0.conda + sha256: b79d2bccd06dec9a54243d617fb6e2436a930707666ba186bbbe047c46b84064 + md5: 37eded160015046030d7a68cb44fb3d2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=11.0 license: Apache-2.0 license_family: Apache purls: [] - size: 235865 - timestamp: 1729561746720 -- kind: conda - name: aws-c-compression - version: 0.2.19 - build: h0da4a7a_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.19-h0da4a7a_4.conda - sha256: 3b7d4ac62a78abd82158702230222e1d4434e78ca6725dd02f1faed03495e7d1 - md5: 21a94ad526aa67b47caf9f63e4bab665 + size: 219971 + timestamp: 1729561861114 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.31-h2466b09_0.conda + sha256: 52e4b04ff909c9e4d5ab5f7892f5eff358417dbb500eca539415732975823567 + md5: 4bf2a26d63fd34e1ad42b73918e452df depends: - - aws-c-common >=0.9.31,<0.9.32.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 22347 - timestamp: 1729596103202 -- kind: conda - name: aws-c-compression - version: 0.2.19 - build: h873bf23_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.19-h873bf23_4.conda + size: 234317 + timestamp: 1729562021989 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.19-hf20e7d7_4.conda + sha256: 48076dd2faa3e7baef0a4e532555ec46c64a0db897d30b1ee505a2c63e70e5e6 + md5: 7035bf89ef7848fbdd1a0df681651dbd + depends: + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 19070 + timestamp: 1729595656962 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.19-h873bf23_4.conda sha256: 92d00c61c1411355774043366a7d6535a82f2268eb79e1afb51eb1fa46a859e2 md5: 2d94b8a8db0e9a4f8a7c441399c5a83f depends: @@ -13653,13 +13456,7 @@ packages: purls: [] size: 19651 timestamp: 1729595706730 -- kind: conda - name: aws-c-compression - version: 0.2.19 - build: hcd44f14_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.19-hcd44f14_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.19-hcd44f14_4.conda sha256: ed376e2ea460e7693049fcaa400b56a872951a1795fca6f99c542683928b6566 md5: 89ed23aa4824dfb5a13a6ea0738fb90e depends: @@ -13670,31 +13467,7 @@ packages: purls: [] size: 18024 timestamp: 1729595669621 -- kind: conda - name: aws-c-compression - version: 0.2.19 - build: hf20e7d7_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.19-hf20e7d7_4.conda - sha256: 48076dd2faa3e7baef0a4e532555ec46c64a0db897d30b1ee505a2c63e70e5e6 - md5: 7035bf89ef7848fbdd1a0df681651dbd - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 19070 - timestamp: 1729595656962 -- kind: conda - name: aws-c-compression - version: 0.2.19 - build: hfd083d3_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.19-hfd083d3_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.19-hfd083d3_4.conda sha256: 46635284267648e2b291b73feaac316a9ab2621cfb1ea37190daabb2226f77e9 md5: 1fbd6d35286563704d3d121be73cc3b2 depends: @@ -13705,51 +13478,20 @@ packages: purls: [] size: 18190 timestamp: 1729595822426 -- kind: conda - name: aws-c-event-stream - version: 0.5.0 - build: h33c80d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.5.0-h33c80d7_0.conda - sha256: c5318cdaa132e524e59bda10058b97d804758494ba5617a289b1e3dd1c5f434f - md5: fe41af1ea3a037d48c250f6cbdead72b - depends: - - __osx >=11.0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-checksums >=0.1.20,<0.1.21.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 47002 - timestamp: 1729717479380 -- kind: conda - name: aws-c-event-stream - version: 0.5.0 - build: h520d0cd_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.5.0-h520d0cd_0.conda - sha256: e74f305a13a59003e9c15efe727df9b32ce4968315c6d8300ae0fc7b425d3bf2 - md5: 8a93e203b167f82eec27d0f6182cb10c +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.19-h0da4a7a_4.conda + sha256: 3b7d4ac62a78abd82158702230222e1d4434e78ca6725dd02f1faed03495e7d1 + md5: 21a94ad526aa67b47caf9f63e4bab665 depends: - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-checksums >=0.1.20,<0.1.21.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 54570 - timestamp: 1729717519676 -- kind: conda - name: aws-c-event-stream - version: 0.5.0 - build: h72d8268_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.0-h72d8268_0.conda + size: 22347 + timestamp: 1729596103202 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.0-h72d8268_0.conda sha256: 2b7515d53020bde5a8fcd76c0f0b8cbba396f8482fa879f96c8e6ce914b7aa3a md5: a2d73df9aa3ab6eafc1c8dc0642d532f depends: @@ -13764,31 +13506,7 @@ packages: purls: [] size: 53685 timestamp: 1729717317804 -- kind: conda - name: aws-c-event-stream - version: 0.5.0 - build: hc6a372a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.5.0-hc6a372a_0.conda - sha256: 024be07944bd95653587f4792983aed091b9049f052b8d3bce59ea2b81de61ca - md5: 346ff61aaf45d01e05c65574acaf4e30 - depends: - - __osx >=10.13 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-checksums >=0.1.20,<0.1.21.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 46337 - timestamp: 1729717399460 -- kind: conda - name: aws-c-event-stream - version: 0.5.0 - build: hda43438_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.5.0-hda43438_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.5.0-hda43438_0.conda sha256: cb7d73ec60c2150f5454935e63a7a04a2644eb4f82005170116e6c6630d9537a md5: 858f8a99aa4170852f7a7df3d3ac73c7 depends: @@ -13802,75 +13520,50 @@ packages: purls: [] size: 55176 timestamp: 1729717374432 -- kind: conda - name: aws-c-http - version: 0.8.10 - build: h178a047_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.10-h178a047_5.conda - sha256: b157d72cf1c2ad12309b5f29687030debf0112a505a5113c073b4bc7f69f8909 - md5: 520952e95a8f521c364c3b905012095e +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.5.0-hc6a372a_0.conda + sha256: 024be07944bd95653587f4792983aed091b9049f052b8d3bce59ea2b81de61ca + md5: 346ff61aaf45d01e05c65574acaf4e30 depends: - __osx >=10.13 - - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-compression >=0.2.19,<0.2.20.0a0 - aws-c-io >=0.14.20,<0.14.21.0a0 + - aws-checksums >=0.1.20,<0.1.21.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 163907 - timestamp: 1729624758788 -- kind: conda - name: aws-c-http - version: 0.8.10 - build: h2b94654_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.10-h2b94654_5.conda - sha256: 15eaf8d3617084cac273e00844a092d2797653ce01e5097b1b588ca6afeed585 - md5: e52b9db099b8689dbdca42865edb1677 + size: 46337 + timestamp: 1729717399460 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.5.0-h33c80d7_0.conda + sha256: c5318cdaa132e524e59bda10058b97d804758494ba5617a289b1e3dd1c5f434f + md5: fe41af1ea3a037d48c250f6cbdead72b depends: - - aws-c-cal >=0.7.4,<0.7.5.0a0 + - __osx >=11.0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-compression >=0.2.19,<0.2.20.0a0 - aws-c-io >=0.14.20,<0.14.21.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - aws-checksums >=0.1.20,<0.1.21.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 182149 - timestamp: 1729625062064 -- kind: conda - name: aws-c-http - version: 0.8.10 - build: h4a91a90_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.10-h4a91a90_5.conda - sha256: 5a6a382998e3f7f91a909d5c0d5faed19ed2b05a8f7334b6dfabcc1b0f72aaec - md5: 8508d0f9a832dba72601771fb1bff339 + size: 47002 + timestamp: 1729717479380 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.5.0-h520d0cd_0.conda + sha256: e74f305a13a59003e9c15efe727df9b32ce4968315c6d8300ae0fc7b425d3bf2 + md5: 8a93e203b167f82eec27d0f6182cb10c depends: - - __osx >=11.0 - - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-compression >=0.2.19,<0.2.20.0a0 - aws-c-io >=0.14.20,<0.14.21.0a0 + - aws-checksums >=0.1.20,<0.1.21.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 152140 - timestamp: 1729624809388 -- kind: conda - name: aws-c-http - version: 0.8.10 - build: h6bb76cc_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.10-h6bb76cc_5.conda + size: 54570 + timestamp: 1729717519676 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.10-h6bb76cc_5.conda sha256: 16b2b1c1498c0b1a2143b418e18ec4ccd40e776837f8a176c351aada48b818b5 md5: 243b3e5ef92b277b04b1490213c21ca7 depends: @@ -13885,13 +13578,7 @@ packages: purls: [] size: 197365 timestamp: 1729624546275 -- kind: conda - name: aws-c-http - version: 0.8.10 - build: h7e30ece_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.10-h7e30ece_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.10-h7e30ece_5.conda sha256: 4723d89badd84bb4148b02b0e51dd898fec37a8b6a3dd1410bf848ed540a0d91 md5: 31024d83c9598fae229e3b6a15dbc0bc depends: @@ -13905,54 +13592,55 @@ packages: purls: [] size: 189698 timestamp: 1729624619875 -- kind: conda - name: aws-c-io - version: 0.14.20 - build: h389d861_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.20-h389d861_2.conda - sha256: 1f345fac0112b1a7b34a3c9f7c4952c28080ef793ca188d3a10694091f112c53 - md5: 79adfaf8508472f5fbffe6df841d3d8c +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.10-h178a047_5.conda + sha256: b157d72cf1c2ad12309b5f29687030debf0112a505a5113c073b4bc7f69f8909 + md5: 520952e95a8f521c364c3b905012095e depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - libgcc >=13 - - s2n >=1.5.5,<1.5.6.0a0 + - aws-c-compression >=0.2.19,<0.2.20.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 159514 - timestamp: 1729608940267 -- kind: conda - name: aws-c-io - version: 0.14.20 - build: h5fdde16_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.20-h5fdde16_2.conda - sha256: a7dbeccb720b1afcad782c6f987cb73d3330d0e132f09b0f6b2742d6e80cd68c - md5: 9126fa7621e270452608acd95e21c263 + size: 163907 + timestamp: 1729624758788 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.10-h4a91a90_5.conda + sha256: 5a6a382998e3f7f91a909d5c0d5faed19ed2b05a8f7334b6dfabcc1b0f72aaec + md5: 8508d0f9a832dba72601771fb1bff339 depends: - __osx >=11.0 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 + - aws-c-compression >=0.2.19,<0.2.20.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 152140 + timestamp: 1729624809388 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.10-h2b94654_5.conda + sha256: 15eaf8d3617084cac273e00844a092d2797653ce01e5097b1b588ca6afeed585 + md5: e52b9db099b8689dbdca42865edb1677 + depends: + - aws-c-cal >=0.7.4,<0.7.5.0a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - aws-c-compression >=0.2.19,<0.2.20.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 137534 - timestamp: 1729608966952 -- kind: conda - name: aws-c-io - version: 0.14.20 - build: ha5d48a9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.20-ha5d48a9_2.conda - sha256: e6af4930e8744bb7cabc935f1e8fac52892f43893994bcb26198e53dff895eb4 - md5: f14d6a243cb0e8ab1b26ae98a77306f1 + size: 182149 + timestamp: 1729625062064 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.20-h389d861_2.conda + sha256: 1f345fac0112b1a7b34a3c9f7c4952c28080ef793ca188d3a10694091f112c53 + md5: 79adfaf8508472f5fbffe6df841d3d8c depends: + - __glibc >=2.17,<3.0.a0 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - libgcc >=13 @@ -13960,35 +13648,22 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 162744 - timestamp: 1729608956659 -- kind: conda - name: aws-c-io - version: 0.14.20 - build: he6ac336_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.20-he6ac336_2.conda - sha256: 0196f3af94e2f8b877bc17a57fcd8e5c5d71b2b0a36d72d4d912b5144d1e096d - md5: 82e070f9e1fa14390ae8697311278e56 + size: 159514 + timestamp: 1729608940267 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.20-ha5d48a9_2.conda + sha256: e6af4930e8744bb7cabc935f1e8fac52892f43893994bcb26198e53dff895eb4 + md5: f14d6a243cb0e8ab1b26ae98a77306f1 depends: - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 + - s2n >=1.5.5,<1.5.6.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 160844 - timestamp: 1729609288045 -- kind: conda - name: aws-c-io - version: 0.14.20 - build: hf3ab461_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.20-hf3ab461_2.conda + size: 162744 + timestamp: 1729608956659 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.20-hf3ab461_2.conda sha256: 44183b8d13d375576a92c19ce7a6afa9679a1fcd4fd8940b8d64a0c7211971bf md5: 8e4b86914bdb16e98fa450834d39853e depends: @@ -14000,53 +13675,33 @@ packages: purls: [] size: 138364 timestamp: 1729609130189 -- kind: conda - name: aws-c-mqtt - version: 0.10.7 - build: h0593d42_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.7-h0593d42_5.conda - sha256: b76fa96452f8e669f71b71f60e46aa6ae913562d1eb79a3a1aa338edf691989d - md5: 86b42bf2862add79eacb1ab0d653e529 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.20-h5fdde16_2.conda + sha256: a7dbeccb720b1afcad782c6f987cb73d3330d0e132f09b0f6b2742d6e80cd68c + md5: 9126fa7621e270452608acd95e21c263 depends: + - __osx >=11.0 + - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-http >=0.8.10,<0.8.11.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - - libgcc >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 169281 - timestamp: 1729645558747 -- kind: conda - name: aws-c-mqtt - version: 0.10.7 - build: h5d974fa_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.7-h5d974fa_5.conda - sha256: 6420fc5152fc9c2391e6a45c955c8b9bc1ce617b2448015b270d43ce535f3e55 - md5: b5067f12aac99f6d25521621d0adbad5 + size: 137534 + timestamp: 1729608966952 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.20-he6ac336_2.conda + sha256: 0196f3af94e2f8b877bc17a57fcd8e5c5d71b2b0a36d72d4d912b5144d1e096d + md5: 82e070f9e1fa14390ae8697311278e56 depends: + - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - aws-c-http >=0.8.10,<0.8.11.0a0 - - aws-c-io >=0.14.20,<0.14.21.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 187007 - timestamp: 1729646194268 -- kind: conda - name: aws-c-mqtt - version: 0.10.7 - build: had056f2_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.7-had056f2_5.conda + size: 160844 + timestamp: 1729609288045 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.7-had056f2_5.conda sha256: d2e6e45502253646f9f78e2ac034ff15bc4fd7ae5898707f24f91c3039c8ceda md5: 575798408145288d75bf0fd36bed5aa1 depends: @@ -14060,13 +13715,20 @@ packages: purls: [] size: 194676 timestamp: 1729646037940 -- kind: conda - name: aws-c-mqtt - version: 0.10.7 - build: hd7707a0_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.7-hd7707a0_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.7-h0593d42_5.conda + sha256: b76fa96452f8e669f71b71f60e46aa6ae913562d1eb79a3a1aa338edf691989d + md5: 86b42bf2862add79eacb1ab0d653e529 + depends: + - aws-c-common >=0.9.31,<0.9.32.0a0 + - aws-c-http >=0.8.10,<0.8.11.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 169281 + timestamp: 1729645558747 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.7-hd7707a0_5.conda sha256: a3a81213008f45180b6d8eaf02c791fec2e502970041b7fdf9f2ef72e55e540f md5: 35855832822da1f8e79286a7608dfb0f depends: @@ -14079,13 +13741,7 @@ packages: purls: [] size: 164602 timestamp: 1729646080323 -- kind: conda - name: aws-c-mqtt - version: 0.10.7 - build: hd821a15_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.7-hd821a15_5.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.7-hd821a15_5.conda sha256: a9ba03c5f143d0d792261c9b0c2cc500b49e7b617164e090ddcbf5974a0c617a md5: 8cd5a4acf5aa0d20d30781faaf74d7ad depends: @@ -14098,35 +13754,40 @@ packages: purls: [] size: 135540 timestamp: 1729645603895 -- kind: conda - name: aws-c-s3 - version: 0.7.0 - build: h6498dec_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.7.0-h6498dec_0.conda - sha256: 180a0b1f1c023e332da9aeff754efa711199e45a8c6671b7a2270cb823e4d82c - md5: 95022b5de4c50e58072d9d4126eca293 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.7-h5d974fa_5.conda + sha256: 6420fc5152fc9c2391e6a45c955c8b9bc1ce617b2448015b270d43ce535f3e55 + md5: b5067f12aac99f6d25521621d0adbad5 depends: - - aws-c-auth >=0.7.31,<0.7.32.0a0 - - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - aws-c-http >=0.8.10,<0.8.11.0a0 - aws-c-io >=0.14.20,<0.14.21.0a0 - - aws-checksums >=0.1.20,<0.1.21.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 108908 - timestamp: 1729717587948 -- kind: conda - name: aws-c-s3 - version: 0.7.0 - build: h797294b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.7.0-h797294b_0.conda + size: 187007 + timestamp: 1729646194268 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.0-hc85afc5_0.conda + sha256: 4cb865c093e33e5463bccdca1ee0e986d5467507f7e3353076960124e3d19a4c + md5: 7824d1b3e9570ab637f4baf0144cdeaf + depends: + - __glibc >=2.17,<3.0.a0 + - aws-c-auth >=0.7.31,<0.7.32.0a0 + - aws-c-cal >=0.7.4,<0.7.5.0a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - aws-c-http >=0.8.10,<0.8.11.0a0 + - aws-c-io >=0.14.20,<0.14.21.0a0 + - aws-checksums >=0.1.20,<0.1.21.0a0 + - libgcc >=13 + - openssl >=3.3.2,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 114367 + timestamp: 1729717110736 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.7.0-h797294b_0.conda sha256: d182a4176f0521593a1edd2235c813147fb8f1ae73ba1738f3942ffa9362b1cb md5: fa0e4a87bbf336a244fc2c1a59445eff depends: @@ -14143,12 +13804,7 @@ packages: purls: [] size: 117118 timestamp: 1729717204122 -- kind: conda - name: aws-c-s3 - version: 0.7.0 - build: hbfd7bd6_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.7.0-hbfd7bd6_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.7.0-hbfd7bd6_0.conda sha256: a760c446e2b5e035a8430636d547713b667949f8cb48760c9260f5fd097eb1be md5: a1c1ee79043f9c3632b9de50f5fd9825 depends: @@ -14164,12 +13820,7 @@ packages: purls: [] size: 98045 timestamp: 1729717229908 -- kind: conda - name: aws-c-s3 - version: 0.7.0 - build: hc6bcb7c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.7.0-hc6bcb7c_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.7.0-hc6bcb7c_0.conda sha256: a77487a570970d35b63268808e283ff64e4482b3a2a6c641ba0a11dd2a189093 md5: 1334e8b8532d5b462eba6bfc1cca59a7 depends: @@ -14185,55 +13836,37 @@ packages: purls: [] size: 96959 timestamp: 1729717328952 -- kind: conda - name: aws-c-s3 - version: 0.7.0 - build: hc85afc5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.0-hc85afc5_0.conda - sha256: 4cb865c093e33e5463bccdca1ee0e986d5467507f7e3353076960124e3d19a4c - md5: 7824d1b3e9570ab637f4baf0144cdeaf +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.7.0-h6498dec_0.conda + sha256: 180a0b1f1c023e332da9aeff754efa711199e45a8c6671b7a2270cb823e4d82c + md5: 95022b5de4c50e58072d9d4126eca293 depends: - - __glibc >=2.17,<3.0.a0 - aws-c-auth >=0.7.31,<0.7.32.0a0 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - aws-c-http >=0.8.10,<0.8.11.0a0 - aws-c-io >=0.14.20,<0.14.21.0a0 - aws-checksums >=0.1.20,<0.1.21.0a0 - - libgcc >=13 - - openssl >=3.3.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 114367 - timestamp: 1729717110736 -- kind: conda - name: aws-c-sdkutils - version: 0.1.19 - build: h0da4a7a_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.19-h0da4a7a_6.conda - sha256: 57bf5d6bb5222b7ae5ad2e93c907897896e61d7b86d6cd6c50b3a9f6fed78196 - md5: 0f10a7213c60389f950cc629f81b8976 + size: 108908 + timestamp: 1729717587948 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.19-hf20e7d7_6.conda + sha256: d09020368d88fe8db7c6d7f61c79bc729f3fb0993b1eba9665e9775152c30369 + md5: e5885a040165a8775ea8558058b87555 depends: + - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 55034 - timestamp: 1729602627714 -- kind: conda - name: aws-c-sdkutils - version: 0.1.19 - build: h873bf23_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.19-h873bf23_6.conda + size: 55815 + timestamp: 1729602473258 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.19-h873bf23_6.conda sha256: 3ac75da08cbe15623c80e97c8b0ddea58579cdb56027765e8c151d15be850558 md5: cf6ec389a16a3664765f7fa6f105c44b depends: @@ -14244,13 +13877,7 @@ packages: purls: [] size: 58547 timestamp: 1729602522883 -- kind: conda - name: aws-c-sdkutils - version: 0.1.19 - build: hcd44f14_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.19-hcd44f14_6.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.19-hcd44f14_6.conda sha256: d8ddf6ef50ea2e08647f683822f1e6e7456d08399b77cc22c556cd93f531090a md5: 7c9a1ae36913e9fd0f2789435a76d1e3 depends: @@ -14261,31 +13888,7 @@ packages: purls: [] size: 50844 timestamp: 1729602671430 -- kind: conda - name: aws-c-sdkutils - version: 0.1.19 - build: hf20e7d7_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.19-hf20e7d7_6.conda - sha256: d09020368d88fe8db7c6d7f61c79bc729f3fb0993b1eba9665e9775152c30369 - md5: e5885a040165a8775ea8558058b87555 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 55815 - timestamp: 1729602473258 -- kind: conda - name: aws-c-sdkutils - version: 0.1.19 - build: hfd083d3_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.19-hfd083d3_6.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.19-hfd083d3_6.conda sha256: dac95362fca87b19bdfd13c48266a22d39fee2192a759868a0736d6b29e855e5 md5: b00b00335e3c5ea91acb2619ecc5d9ce depends: @@ -14296,15 +13899,9 @@ packages: purls: [] size: 49775 timestamp: 1729602625619 -- kind: conda - name: aws-checksums - version: 0.1.20 - build: h0da4a7a_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.20-h0da4a7a_3.conda - sha256: 7f432fc5e95bbf8bda6e27beaf114b17e1f1bacf43f1dd4075cdf192f6eaa32b - md5: c0888566951528bbcc1d2180cb9e3341 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.19-h0da4a7a_6.conda + sha256: 57bf5d6bb5222b7ae5ad2e93c907897896e61d7b86d6cd6c50b3a9f6fed78196 + md5: 0f10a7213c60389f950cc629f81b8976 depends: - aws-c-common >=0.9.31,<0.9.32.0a0 - ucrt >=10.0.20348.0 @@ -14313,15 +13910,21 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 75467 - timestamp: 1729602743839 -- kind: conda - name: aws-checksums - version: 0.1.20 - build: h873bf23_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.20-h873bf23_3.conda + size: 55034 + timestamp: 1729602627714 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.20-hf20e7d7_3.conda + sha256: 7bfd6394646231b0e967e6de27f0cb03587883256e512a22b98fa8203915f0d5 + md5: 8b9d7eb23651b31d4db8b50236be9d25 + depends: + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.31,<0.9.32.0a0 + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 72880 + timestamp: 1729602448721 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.20-h873bf23_3.conda sha256: ab2c0515b7c75f3b43a9a3bcca1a8b82d8f654418132d52024d86f9d6df9096d md5: d8d67c456a563758a522a1c49baff29b depends: @@ -14332,13 +13935,7 @@ packages: purls: [] size: 72585 timestamp: 1729602546174 -- kind: conda - name: aws-checksums - version: 0.1.20 - build: hcd44f14_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.20-hcd44f14_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.20-hcd44f14_3.conda sha256: bccec210d6509e4b67957256c16a071ab8136b275977cf493e8d08495a199363 md5: 0dbb60ca810b3f409bdc50a92dd84af1 depends: @@ -14349,31 +13946,7 @@ packages: purls: [] size: 70844 timestamp: 1729602569230 -- kind: conda - name: aws-checksums - version: 0.1.20 - build: hf20e7d7_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.20-hf20e7d7_3.conda - sha256: 7bfd6394646231b0e967e6de27f0cb03587883256e512a22b98fa8203915f0d5 - md5: 8b9d7eb23651b31d4db8b50236be9d25 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.31,<0.9.32.0a0 - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 72880 - timestamp: 1729602448721 -- kind: conda - name: aws-checksums - version: 0.1.20 - build: hfd083d3_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.20-hfd083d3_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.20-hfd083d3_3.conda sha256: 776aaf074ca90d0b9b8f73f4c402ce580a6b30261fdc7a143aca7deb3ca474d3 md5: cd06e766af6df7063db6cb0ad6bb590b depends: @@ -14384,12 +13957,20 @@ packages: purls: [] size: 70091 timestamp: 1729602726939 -- kind: conda - name: aws-crt-cpp - version: 0.29.0 - build: h07ed512_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.29.0-h07ed512_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.20-h0da4a7a_3.conda + sha256: 7f432fc5e95bbf8bda6e27beaf114b17e1f1bacf43f1dd4075cdf192f6eaa32b + md5: c0888566951528bbcc1d2180cb9e3341 + depends: + - aws-c-common >=0.9.31,<0.9.32.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 75467 + timestamp: 1729602743839 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.29.0-h07ed512_0.conda sha256: 266b700186acaf5002624f097c52350a1b83dee5ae3e9bf064a7d9b2404a24be md5: 4122cbb9952f750ef4728df6f3dafcb3 depends: @@ -14410,12 +13991,7 @@ packages: purls: [] size: 346552 timestamp: 1729770541326 -- kind: conda - name: aws-crt-cpp - version: 0.29.0 - build: h1553937_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.29.0-h1553937_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.29.0-h1553937_0.conda sha256: a6d7d2e1ab297e82bcad75040835f3ec56a948f1a48240edc871f4aa5c625cdc md5: ec9cfc64029ebb7690978d37945a25c9 depends: @@ -14435,16 +14011,11 @@ packages: purls: [] size: 276099 timestamp: 1729770573315 -- kind: conda - name: aws-crt-cpp - version: 0.29.0 - build: h45f4ed5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.29.0-h45f4ed5_0.conda - sha256: 5be298cc2e36920271babf7054013168c7333bd4782dbe0ddc9c340657c7a9cd - md5: 10a7b87e5b99107476b148d27f7345ac +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.29.0-ha8842e2_0.conda + sha256: c8bd0a8ff28cce91be7467eafab1458875d3193c8593e71d19e6a5642e5e962c + md5: ff16cbe798bb331fd2710446a70a2eb7 depends: - - __osx >=11.0 + - __osx >=10.13 - aws-c-auth >=0.7.31,<0.7.32.0a0 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 @@ -14458,18 +14029,13 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 229280 - timestamp: 1729770878998 -- kind: conda - name: aws-crt-cpp - version: 0.29.0 - build: ha8842e2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.29.0-ha8842e2_0.conda - sha256: c8bd0a8ff28cce91be7467eafab1458875d3193c8593e71d19e6a5642e5e962c - md5: ff16cbe798bb331fd2710446a70a2eb7 + size: 291624 + timestamp: 1729770786610 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.29.0-h45f4ed5_0.conda + sha256: 5be298cc2e36920271babf7054013168c7333bd4782dbe0ddc9c340657c7a9cd + md5: 10a7b87e5b99107476b148d27f7345ac depends: - - __osx >=10.13 + - __osx >=11.0 - aws-c-auth >=0.7.31,<0.7.32.0a0 - aws-c-cal >=0.7.4,<0.7.5.0a0 - aws-c-common >=0.9.31,<0.9.32.0a0 @@ -14483,14 +14049,9 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 291624 - timestamp: 1729770786610 -- kind: conda - name: aws-crt-cpp - version: 0.29.0 - build: hb4a7b61_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.29.0-hb4a7b61_0.conda + size: 229280 + timestamp: 1729770878998 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.29.0-hb4a7b61_0.conda sha256: 2f8860f93195d041bce2fb783f7561a99b31b80e24a0b0926ad010c519903a89 md5: 1a2160c56f9910f683ff6e84a0ecc7b8 depends: @@ -14511,37 +14072,26 @@ packages: purls: [] size: 255208 timestamp: 1729770958145 -- kind: conda - name: aws-sdk-cpp - version: 1.11.407 - build: h0a0d3c4_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.407-h0a0d3c4_6.conda - sha256: 2991388a278df6ea16ef6029be269dc6de1db3b90fed26b9046db1d347ec2e67 - md5: 0b1563943346dbbe64feba305a28fac7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.407-h9c41b47_6.conda + sha256: 534bad638e17c88b17c32618b51fe34d0861ad50f7a84e136d48b18723049176 + md5: 29bb91b9dcb9af1a5aa9d657bb325711 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.9.31,<0.9.32.0a0 - aws-c-event-stream >=0.5.0,<0.5.1.0a0 - aws-checksums >=0.1.20,<0.1.21.0a0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - libcurl >=8.10.1,<9.0a0 - - libcxx >=17 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 2717498 - timestamp: 1729832162744 -- kind: conda - name: aws-sdk-cpp - version: 1.11.407 - build: h33bed0f_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.407-h33bed0f_6.conda + size: 2920673 + timestamp: 1729831505960 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.407-h33bed0f_6.conda sha256: 3c1e8093a0e9f00332313c9407f0dd9b6a8c0e2d67c438c5bcd2877efff4501a md5: 61379af3a75c5082fe945964144f1c4a depends: @@ -14559,13 +14109,7 @@ packages: purls: [] size: 2762486 timestamp: 1729831869375 -- kind: conda - name: aws-sdk-cpp - version: 1.11.407 - build: h84601aa_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.407-h84601aa_6.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.407-h84601aa_6.conda sha256: 14315194d368f6e7e93933d8235a31f4492d1924bb86d443d87d9ebae1db3d87 md5: 18b861ab1ce096bf9e9a765377d77c88 depends: @@ -14583,38 +14127,25 @@ packages: purls: [] size: 2765639 timestamp: 1729831996600 -- kind: conda - name: aws-sdk-cpp - version: 1.11.407 - build: h9c41b47_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.407-h9c41b47_6.conda - sha256: 534bad638e17c88b17c32618b51fe34d0861ad50f7a84e136d48b18723049176 - md5: 29bb91b9dcb9af1a5aa9d657bb325711 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.407-h0a0d3c4_6.conda + sha256: 2991388a278df6ea16ef6029be269dc6de1db3b90fed26b9046db1d347ec2e67 + md5: 0b1563943346dbbe64feba305a28fac7 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - aws-c-common >=0.9.31,<0.9.32.0a0 - aws-c-event-stream >=0.5.0,<0.5.1.0a0 - aws-checksums >=0.1.20,<0.1.21.0a0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=17 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 2920673 - timestamp: 1729831505960 -- kind: conda - name: aws-sdk-cpp - version: 1.11.407 - build: hdc23f3d_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.407-hdc23f3d_6.conda + size: 2717498 + timestamp: 1729832162744 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.407-hdc23f3d_6.conda sha256: c20a380d72a8ccd6bdca99f7632de0392c867b6e69fc876649eda6604747f759 md5: d03e5406e8f8977594807d8d8c620279 depends: @@ -14631,15 +14162,11 @@ packages: purls: [] size: 2798036 timestamp: 1729832047260 -- kind: conda - name: azure-core-cpp - version: 1.14.0 - build: h1887c18_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.14.0-h1887c18_0.conda - sha256: 8967b3ccee4d74e61f6ec82dd8efb9deb854ee7ba012dfe767b7a92e0ac77724 - md5: e0c3a906a41be769f0ae20ca3e31cfc0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda + sha256: fe07debdb089a3db17f40a7f20d283d75284bb4fc269ef727b8ba6fc93f7cb5a + md5: 0a8838771cc2e985cd295e01ae83baf1 depends: + - __glibc >=2.17,<3.0.a0 - libcurl >=8.10.1,<9.0a0 - libgcc >=13 - libstdcxx >=13 @@ -14647,18 +14174,12 @@ packages: license: MIT license_family: MIT purls: [] - size: 338650 - timestamp: 1728055589907 -- kind: conda - name: azure-core-cpp - version: 1.14.0 - build: h5cfcd09_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda - sha256: fe07debdb089a3db17f40a7f20d283d75284bb4fc269ef727b8ba6fc93f7cb5a - md5: 0a8838771cc2e985cd295e01ae83baf1 + size: 345117 + timestamp: 1728053909574 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.14.0-h1887c18_0.conda + sha256: 8967b3ccee4d74e61f6ec82dd8efb9deb854ee7ba012dfe767b7a92e0ac77724 + md5: e0c3a906a41be769f0ae20ca3e31cfc0 depends: - - __glibc >=2.17,<3.0.a0 - libcurl >=8.10.1,<9.0a0 - libgcc >=13 - libstdcxx >=13 @@ -14666,14 +14187,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 345117 - timestamp: 1728053909574 -- kind: conda - name: azure-core-cpp - version: 1.14.0 - build: h9a36307_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.14.0-h9a36307_0.conda + size: 338650 + timestamp: 1728055589907 +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.14.0-h9a36307_0.conda sha256: c7694fc16b9aebeb6ee5e4f80019b477a181d961a3e4d9b6a66b77777eb754fe md5: 1082a031824b12a2be731d600cfa5ccb depends: @@ -14686,12 +14202,7 @@ packages: purls: [] size: 303166 timestamp: 1728053999891 -- kind: conda - name: azure-core-cpp - version: 1.14.0 - build: hd50102c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.14.0-hd50102c_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.14.0-hd50102c_0.conda sha256: f5b91329ed59ffc0be8747784c6e4cc7e56250c54032883a83bc11808ef6a87e md5: f093a11dcf3cdcca010b20a818fcc6dc depends: @@ -14704,12 +14215,7 @@ packages: purls: [] size: 294299 timestamp: 1728054014060 -- kind: conda - name: azure-identity-cpp - version: 1.10.0 - build: h113e628_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda sha256: 286b31616c191486626cb49e9ceb5920d29394b9e913c23adb7eb637629ba4de md5: 73f73f60854f325a55f1d31459f2ab73 depends: @@ -14723,12 +14229,7 @@ packages: purls: [] size: 232351 timestamp: 1728486729511 -- kind: conda - name: azure-identity-cpp - version: 1.10.0 - build: h47b0b28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.10.0-h47b0b28_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.10.0-h47b0b28_0.conda sha256: 1c72423b9beba167d2f01b80dc204da77240a8266f1edb3d89510c852b300d69 md5: 94e73a7877743a85c57091d8afab2348 depends: @@ -14741,12 +14242,7 @@ packages: purls: [] size: 217132 timestamp: 1728488096615 -- kind: conda - name: azure-identity-cpp - version: 1.10.0 - build: ha4e2ba9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.10.0-ha4e2ba9_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.10.0-ha4e2ba9_0.conda sha256: b9899b9698a6c7353fc5078c449105aae58635d217befbc8ca9d5a527198019b md5: ad56b6a4b8931d37a2cf5bc724a46f01 depends: @@ -14759,12 +14255,7 @@ packages: purls: [] size: 175344 timestamp: 1728487066445 -- kind: conda - name: azure-identity-cpp - version: 1.10.0 - build: hc602bab_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.10.0-hc602bab_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.10.0-hc602bab_0.conda sha256: bde446b916fff5150606f8ed3e6058ffc55a3aa72381e46f1ab346590b1ae40a md5: d7b71593a937459f2d4b67e1a4727dc2 depends: @@ -14777,16 +14268,11 @@ packages: purls: [] size: 166907 timestamp: 1728486882502 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.13.0 - build: h185ecfd_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.13.0-h185ecfd_1.conda - sha256: 280ec70009a92626054f58e45b168fce393e71a9710587488bd8401628cda481 - md5: 221e1e5ecb2643e113f32b3229d5ba33 +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda + sha256: 2606260e5379eed255bcdc6adc39b93fb31477337bcd911c121fc43cd29bf394 + md5: 7eb66060455c7a47d9dcdbfa9f46579b depends: + - __glibc >=2.17,<3.0.a0 - azure-core-cpp >=1.14.0,<1.14.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libgcc >=13 @@ -14794,19 +14280,12 @@ packages: license: MIT license_family: MIT purls: [] - size: 502934 - timestamp: 1728580241002 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.13.0 - build: h3cf044e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda - sha256: 2606260e5379eed255bcdc6adc39b93fb31477337bcd911c121fc43cd29bf394 - md5: 7eb66060455c7a47d9dcdbfa9f46579b + size: 549342 + timestamp: 1728578123088 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.13.0-h185ecfd_1.conda + sha256: 280ec70009a92626054f58e45b168fce393e71a9710587488bd8401628cda481 + md5: 221e1e5ecb2643e113f32b3229d5ba33 depends: - - __glibc >=2.17,<3.0.a0 - azure-core-cpp >=1.14.0,<1.14.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libgcc >=13 @@ -14814,15 +14293,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 549342 - timestamp: 1728578123088 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.13.0 - build: h3d2f5f1_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.13.0-h3d2f5f1_1.conda + size: 502934 + timestamp: 1728580241002 +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.13.0-h3d2f5f1_1.conda sha256: 31984e52450230d04ca98d5232dbe256e5ef6e32b15d46124135c6e64790010d md5: 3df4fb5d6d0e7b3fb28e071aff23787e depends: @@ -14835,13 +14308,7 @@ packages: purls: [] size: 445040 timestamp: 1728578180436 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.13.0 - build: h7585a09_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.13.0-h7585a09_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.13.0-h7585a09_1.conda sha256: 08d52d130addc0fb55d5ba10d9fa483e39be25d69bac7f4c676c2c3069207590 md5: 704238ef05d46144dae2e6b5853df8bc depends: @@ -14854,13 +14321,22 @@ packages: purls: [] size: 438636 timestamp: 1728578216193 -- kind: conda - name: azure-storage-common-cpp - version: 12.8.0 - build: h1b94036_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.8.0-h1b94036_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda + sha256: 273475f002b091b66ce7366da04bf164c3732c03f8692ab2ee2d23335b6a82ba + md5: 13de36be8de3ae3f05ba127631599213 + depends: + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.14.0,<1.14.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.2,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 149312 + timestamp: 1728563338704 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.8.0-h1b94036_1.conda sha256: 146e76aac169e3dbdce5d3b142b7930ac643795c765e7655d1989905ec7d3231 md5: 793b1080ab2d958980f137a8643cd6e8 depends: @@ -14874,13 +14350,7 @@ packages: purls: [] size: 140832 timestamp: 1728565334900 -- kind: conda - name: azure-storage-common-cpp - version: 12.8.0 - build: h1ccc5ac_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.8.0-h1ccc5ac_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.8.0-h1ccc5ac_1.conda sha256: 51fb67d2991d105b8f7b97b4810cd63bac4dc421a4a9c83c15a98ca520a42e1e md5: 5b3e79eb148d6e30d6c697788bad9960 depends: @@ -14894,34 +14364,7 @@ packages: purls: [] size: 126229 timestamp: 1728563580392 -- kind: conda - name: azure-storage-common-cpp - version: 12.8.0 - build: h736e048_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda - sha256: 273475f002b091b66ce7366da04bf164c3732c03f8692ab2ee2d23335b6a82ba - md5: 13de36be8de3ae3f05ba127631599213 - depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.14.0,<1.14.1.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.2,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 149312 - timestamp: 1728563338704 -- kind: conda - name: azure-storage-common-cpp - version: 12.8.0 - build: h9ca1f76_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.8.0-h9ca1f76_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.8.0-h9ca1f76_1.conda sha256: 77ab04e8fe5636a2de9c718f72a43645f7502cd208868c8a91ffba385547d585 md5: 7a187cd7b1445afc80253bb186a607cc depends: @@ -14935,13 +14378,22 @@ packages: purls: [] size: 121278 timestamp: 1728563418777 -- kind: conda - name: azure-storage-files-datalake-cpp - version: 12.12.0 - build: h37d6d07_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-files-datalake-cpp-12.12.0-h37d6d07_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda + sha256: 5371e4f3f920933bb89b926a85a67f24388227419abd6e99f6086481e5e8d5f2 + md5: 7c1980f89dd41b097549782121a73490 + depends: + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.14.0,<1.14.1.0a0 + - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 + - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + license: MIT + license_family: MIT + purls: [] + size: 287366 + timestamp: 1728729530295 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-files-datalake-cpp-12.12.0-h37d6d07_1.conda sha256: 4079c617a75682e49bae63670d58fd6078ccfbbe55ca1f994acab3a74ab6bbcc md5: b724f3b4b7f4e9b36c58cbe3ed8610a2 depends: @@ -14955,13 +14407,7 @@ packages: purls: [] size: 260547 timestamp: 1728730924071 -- kind: conda - name: azure-storage-files-datalake-cpp - version: 12.12.0 - build: h86941f0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-files-datalake-cpp-12.12.0-h86941f0_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-files-datalake-cpp-12.12.0-h86941f0_1.conda sha256: 12d95251a8793ea2e78f494e69353a930e9ea06bbaaaa4ccb6e5b3e35ee0744f md5: 60452336e7f61f6fdaaff69264ee112e depends: @@ -14975,34 +14421,7 @@ packages: purls: [] size: 200991 timestamp: 1728729588371 -- kind: conda - name: azure-storage-files-datalake-cpp - version: 12.12.0 - build: ha633028_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda - sha256: 5371e4f3f920933bb89b926a85a67f24388227419abd6e99f6086481e5e8d5f2 - md5: 7c1980f89dd41b097549782121a73490 - depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.14.0,<1.14.1.0a0 - - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - purls: [] - size: 287366 - timestamp: 1728729530295 -- kind: conda - name: azure-storage-files-datalake-cpp - version: 12.12.0 - build: hcdd55da_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-files-datalake-cpp-12.12.0-hcdd55da_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-files-datalake-cpp-12.12.0-hcdd55da_1.conda sha256: f48523f8aa0b5b80f45a92f0556b388dd96f44ac2dc2f44a01d08c1822eec97d md5: c49fbc5233fcbaa86391162ff1adef38 depends: @@ -15016,10 +14435,9 @@ packages: purls: [] size: 196032 timestamp: 1728729672889 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl name: babel version: 2.16.0 - url: https://files.pythonhosted.org/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl sha256: 368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b requires_dist: - pytz>=2015.7 ; python_full_version < '3.9' @@ -15027,10 +14445,9 @@ packages: - pytest-cov ; extra == 'dev' - freezegun~=1.0 ; extra == 'dev' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b9/fa/123043af240e49752f1c4bd24da5053b6bd00cad78c2be53c0d1e8b975bc/backports.tarfile-1.2.0-py3-none-any.whl name: backports-tarfile version: 1.2.0 - url: https://files.pythonhosted.org/packages/b9/fa/123043af240e49752f1c4bd24da5053b6bd00cad78c2be53c0d1e8b975bc/backports.tarfile-1.2.0-py3-none-any.whl sha256: 77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34 requires_dist: - sphinx>=3.5 ; extra == 'docs' @@ -15038,17 +14455,16 @@ packages: - rst-linker>=1.9 ; extra == 'docs' - furo ; extra == 'docs' - sphinx-lint ; extra == 'docs' - - pytest!=8.1.*,>=6 ; extra == 'testing' + - pytest>=6,!=8.1.* ; extra == 'testing' - pytest-checkdocs>=2.4 ; extra == 'testing' - pytest-cov ; extra == 'testing' - pytest-enabler>=2.2 ; extra == 'testing' - jaraco-test ; extra == 'testing' - pytest!=8.0.* ; extra == 'testing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl name: beautifulsoup4 version: 4.12.3 - url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed requires_dist: - soupsieve>1.2 @@ -15058,10 +14474,9 @@ packages: - html5lib ; extra == 'html5lib' - lxml ; extra == 'lxml' requires_python: '>=3.6.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz name: betterproto version: 1.2.5 - url: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz sha256: 74a3ab34646054f674d236d1229ba8182dc2eae86feb249b8590ef496ce9803d requires_dist: - grpclib @@ -15072,28 +14487,7 @@ packages: - jinja2 ; extra == 'compiler' - protobuf ; extra == 'compiler' requires_python: '>=3.6' -- kind: conda - name: binaryen - version: '117' - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda - sha256: 3820ab878d1a20792271a37440da1d304b36e26effff6f302592d5098cefa496 - md5: 69f34782ba69df988531f13d6bcc4385 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 5372762 - timestamp: 1710444374732 -- kind: conda - name: binaryen - version: '117' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda sha256: f6d7f876c514d2d138fd8b06e485b042598cf3dcda40a8a346252bb7e1adf8d7 md5: 58aea5eaef8cb663104654734d432ba3 depends: @@ -15104,29 +14498,18 @@ packages: purls: [] size: 5783056 timestamp: 1709092512197 -- kind: conda - name: binaryen - version: '117' - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda - sha256: 2cc0e433360f7c4a5ce8e2b5f8960cfba8675b6b3232830da7e6f8403c6b4186 - md5: b0028cf00bb7d8f3fd8075de8165b1a8 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda + sha256: 3820ab878d1a20792271a37440da1d304b36e26effff6f302592d5098cefa496 + md5: 69f34782ba69df988531f13d6bcc4385 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: APACHE purls: [] - size: 40046563 - timestamp: 1709093094826 -- kind: conda - name: binaryen - version: '117' - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda + size: 5372762 + timestamp: 1710444374732 +- conda: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda sha256: f1dae7bbbdae9ee2f4b3479b51578fc67e77d54c5c235a5e5c7c1c58b2fff13e md5: 029b1d804ba237f99163740225d53abc depends: @@ -15136,12 +14519,7 @@ packages: purls: [] size: 3797571 timestamp: 1709093347983 -- kind: conda - name: binaryen - version: '117' - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda sha256: 9f4696ff6bf7a43261e549c1142dc24f45905fff68a6c0a1ebbdd0a84acd9056 md5: 26d849f5539e7e20d8b7465a3616a622 depends: @@ -15151,13 +14529,19 @@ packages: purls: [] size: 3466426 timestamp: 1709092708128 -- kind: conda - name: binutils - version: '2.43' - build: h4852527_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda + sha256: 2cc0e433360f7c4a5ce8e2b5f8960cfba8675b6b3232830da7e6f8403c6b4186 + md5: b0028cf00bb7d8f3fd8075de8165b1a8 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 40046563 + timestamp: 1709093094826 +- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_1.conda sha256: 6bfdaf76798bc3e3dec18da1f80c602ad9f87fbf4ed7b6873670e80931819878 md5: 900e000d42b28bf0ac35b9451ec92bd9 depends: @@ -15167,13 +14551,7 @@ packages: purls: [] size: 34178 timestamp: 1727304728246 -- kind: conda - name: binutils - version: '2.43' - build: hf1166c9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.43-hf1166c9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.43-hf1166c9_1.conda sha256: 4b009fa25d55944241283013e7a72caff3c5bffd5972b79214130b416464c919 md5: 0b5c03e92f115f3c18f7dcf2c05bee84 depends: @@ -15183,13 +14561,7 @@ packages: purls: [] size: 34134 timestamp: 1727304731894 -- kind: conda - name: binutils_impl_linux-64 - version: '2.43' - build: h4bf12b8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_1.conda sha256: 6f945b3b150112c7c6e4783e6c3132410a7b226f2a8965adfd23895318151d46 md5: 5f354010f194e85dc681dec92405ef9e depends: @@ -15200,13 +14572,7 @@ packages: purls: [] size: 6233238 timestamp: 1727304698672 -- kind: conda - name: binutils_impl_linux-aarch64 - version: '2.43' - build: h4c662bb_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.43-h4c662bb_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.43-h4c662bb_1.conda sha256: 5824b8efc40d5e82c2be43ba9c55b0553c4247fed24026347ea8a1cc521e690c md5: 287e644c5caafa24b8b19e746b6222df depends: @@ -15217,13 +14583,7 @@ packages: purls: [] size: 6463551 timestamp: 1727304702848 -- kind: conda - name: binutils_linux-64 - version: '2.43' - build: h4852527_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_1.conda sha256: 16739398bff4d77e151e037f4c2932ad2a3ed57bb92396d50c33d3c395ad8e22 md5: 8d70caec6e4c8754066ea278f0a282dd depends: @@ -15233,13 +14593,7 @@ packages: purls: [] size: 34906 timestamp: 1727304732860 -- kind: conda - name: binutils_linux-aarch64 - version: '2.43' - build: hf1166c9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.43-hf1166c9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.43-hf1166c9_1.conda sha256: 89b224e61b341cd182b90a83379e3e6dd98bf1ef7c9eed52dbeb04ad35cc3a87 md5: 7b77397fb65e894dc248733020e0d0a5 depends: @@ -15249,10 +14603,9 @@ packages: purls: [] size: 35030 timestamp: 1727304736343 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2b/e3/69a738fb5ba18b5422f50b4f143544c664d7da40f09c13969b2fd52900e0/black-24.10.0-cp311-cp311-macosx_11_0_arm64.whl name: black version: 24.10.0 - url: https://files.pythonhosted.org/packages/2b/e3/69a738fb5ba18b5422f50b4f143544c664d7da40f09c13969b2fd52900e0/black-24.10.0-cp311-cp311-macosx_11_0_arm64.whl sha256: f9da3333530dbcecc1be13e69c250ed8dfa67f43c4005fb537bb426e19200d50 requires_dist: - click>=8.0.0 @@ -15268,10 +14621,9 @@ packages: - tokenize-rt>=3.2.0 ; extra == 'jupyter' - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/a7/4b27c50537ebca8bec139b872861f9d2bf501c5ec51fcf897cb924d9e264/black-24.10.0-py3-none-any.whl name: black version: 24.10.0 - url: https://files.pythonhosted.org/packages/8d/a7/4b27c50537ebca8bec139b872861f9d2bf501c5ec51fcf897cb924d9e264/black-24.10.0-py3-none-any.whl sha256: 3bb2b7a1f7b685f85b11fed1ef10f8a9148bceb49853e47a294a3dd963c1dd7d requires_dist: - click>=8.0.0 @@ -15287,10 +14639,9 @@ packages: - tokenize-rt>=3.2.0 ; extra == 'jupyter' - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a3/95/17d4a09a5be5f8c65aa4a361444d95edc45def0de887810f508d3f65db7a/black-24.10.0-cp311-cp311-win_amd64.whl name: black version: 24.10.0 - url: https://files.pythonhosted.org/packages/a3/95/17d4a09a5be5f8c65aa4a361444d95edc45def0de887810f508d3f65db7a/black-24.10.0-cp311-cp311-win_amd64.whl sha256: 394d4ddc64782e51153eadcaaca95144ac4c35e27ef9b0a42e121ae7e57a9175 requires_dist: - click>=8.0.0 @@ -15306,10 +14657,9 @@ packages: - tokenize-rt>=3.2.0 ; extra == 'jupyter' - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c2/cc/7496bb63a9b06a954d3d0ac9fe7a73f3bf1cd92d7a58877c27f4ad1e9d41/black-24.10.0-cp311-cp311-macosx_10_9_x86_64.whl name: black version: 24.10.0 - url: https://files.pythonhosted.org/packages/c2/cc/7496bb63a9b06a954d3d0ac9fe7a73f3bf1cd92d7a58877c27f4ad1e9d41/black-24.10.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 5a2221696a8224e335c28816a9d331a6c2ae15a2ee34ec857dcf3e45dbfa99ad requires_dist: - click>=8.0.0 @@ -15325,10 +14675,9 @@ packages: - tokenize-rt>=3.2.0 ; extra == 'jupyter' - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c9/9b/2db8045b45844665c720dcfe292fdaf2e49825810c0103e1191515fc101a/black-24.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl name: black version: 24.10.0 - url: https://files.pythonhosted.org/packages/c9/9b/2db8045b45844665c720dcfe292fdaf2e49825810c0103e1191515fc101a/black-24.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl sha256: 4007b1393d902b48b36958a216c20c4482f601569d19ed1df294a496eb366392 requires_dist: - click>=8.0.0 @@ -15344,29 +14693,26 @@ packages: - tokenize-rt>=3.2.0 ; extra == 'jupyter' - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl name: bleach version: 6.1.0 - url: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 requires_dist: - six>=1.9.0 - webencodings - - tinycss2<1.3,>=1.1.0 ; extra == 'css' + - tinycss2>=1.1.0,<1.3 ; extra == 'css' requires_python: '>=3.8' -- kind: pypi +- pypi: examples/python/blueprint name: blueprint version: 0.1.0 - path: examples/python/blueprint sha256: d9a358e5994ec1e9144942903e46148b16825344cddc19e7188b285f59bc61c1 requires_dist: - numpy - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/blueprint_stocks name: blueprint-stocks version: 0.1.0 - path: examples/python/blueprint_stocks sha256: 7c8b6805f08610837014175d9d0212815a91c3197756cdbbce836a2f15e40eea requires_dist: - humanize @@ -15374,31 +14720,7 @@ packages: - yfinance requires_python: '>=3.8' editable: true -- kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - purls: [] - size: 54927 - timestamp: 1720974860185 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d md5: 62ee74e96c5ebb0af99386de58cf9553 depends: @@ -15409,13 +14731,7 @@ packages: purls: [] size: 252783 timestamp: 1720974456583 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb md5: 56398c28220513b9ea13d7b450acfb20 depends: @@ -15425,13 +14741,17 @@ packages: purls: [] size: 189884 timestamp: 1720974504976 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda + sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 + md5: 7ed4301d437b59045be7e051a0308211 + depends: + - __osx >=10.13 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 134188 + timestamp: 1720974491916 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: @@ -15441,45 +14761,41 @@ packages: purls: [] size: 122909 timestamp: 1720974522888 -- kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 +- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - - __osx >=10.13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: bzip2-1.0.6 license_family: BSD purls: [] - size: 134188 - timestamp: 1720974491916 -- kind: conda - name: c-ares - version: 1.34.2 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.34.2-h2466b09_0.conda - sha256: 5b7a6bb814bc2df92c0c08d7f2f63ae5bc4d71efdc6131130bdc230a8db936fc - md5: 6fcf481938188279f28757a4814a4b73 + size: 54927 + timestamp: 1720974860185 +- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.2-heb4867d_0.conda + sha256: c2a515e623ac3e17a56027c06098fbd5ab47afefefbd386b4c21289f2ec55139 + md5: 2b780c0338fc0ffa678ac82c54af51fd depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.28,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 192859 - timestamp: 1729006899124 -- kind: conda - name: c-ares - version: 1.34.2 - build: h32b1619_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.2-h32b1619_0.conda + size: 205797 + timestamp: 1729006575652 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.2-ha64f414_0.conda + sha256: 06f67e6b2c18f1ff79391ffb032c752fcbbf754f6f6e7a786edde6cca1c92791 + md5: 588af5337614cece17e61b6ac907f812 + depends: + - __glibc >=2.28,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 214916 + timestamp: 1729006632022 +- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.2-h32b1619_0.conda sha256: 972d0403c92c9cd1d1c60e34d80991258125ee880cf5a9289ae83a443d8970cd md5: 724edfea6dde646c1faf2ce1423e0faa depends: @@ -15489,12 +14805,7 @@ packages: purls: [] size: 182342 timestamp: 1729006698430 -- kind: conda - name: c-ares - version: 1.34.2 - build: h7ab814d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.2-h7ab814d_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.2-h7ab814d_0.conda sha256: 24d53d27397f9c2f0c168992690b5ec1bd62593fb4fc1f1e906ab91b10fd06c3 md5: 8a8cfc11064b521bc54bd2d8591cb137 depends: @@ -15504,61 +14815,30 @@ packages: purls: [] size: 177487 timestamp: 1729006763496 -- kind: conda - name: c-ares - version: 1.34.2 - build: ha64f414_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.2-ha64f414_0.conda - sha256: 06f67e6b2c18f1ff79391ffb032c752fcbbf754f6f6e7a786edde6cca1c92791 - md5: 588af5337614cece17e61b6ac907f812 - depends: - - __glibc >=2.28,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 214916 - timestamp: 1729006632022 -- kind: conda - name: c-ares - version: 1.34.2 - build: heb4867d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.2-heb4867d_0.conda - sha256: c2a515e623ac3e17a56027c06098fbd5ab47afefefbd386b4c21289f2ec55139 - md5: 2b780c0338fc0ffa678ac82c54af51fd +- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.34.2-h2466b09_0.conda + sha256: 5b7a6bb814bc2df92c0c08d7f2f63ae5bc4d71efdc6131130bdc230a8db936fc + md5: 6fcf481938188279f28757a4814a4b73 depends: - - __glibc >=2.28,<3.0.a0 - - libgcc >=13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 205797 - timestamp: 1729006575652 -- kind: conda - name: c-compiler - version: 1.6.0 - build: h282daa2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda - sha256: c52dcdd9b5fc9fd9a7eb028b7d4bb9f11f4ba3a7361e904d2b28bc12053bac23 - md5: 2b801fd417843897458f4f8e132e05bb + size: 192859 + timestamp: 1729006899124 +- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda + sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05 + md5: ea6c792f792bdd7ae6e7e2dee32f0a48 depends: - - cctools >=949.0.1 - - clang_osx-64 16.* - - ld64 >=530 - - llvm-openmp + - binutils + - gcc + - gcc_linux-64 12.* license: BSD purls: [] - size: 6375 - timestamp: 1701504699534 -- kind: conda - name: c-compiler - version: 1.6.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.6.0-h31becfc_0.conda + size: 6184 + timestamp: 1689097480051 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.6.0-h31becfc_0.conda sha256: 36bc9d1673939980e7692ccce27e677dd4477d4c727ea173ec4210605b73927d md5: b98866e63b17433ea5921a826c93cb97 depends: @@ -15569,12 +14849,19 @@ packages: purls: [] size: 6213 timestamp: 1689097449087 -- kind: conda - name: c-compiler - version: 1.6.0 - build: h6aa9301_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda + sha256: c52dcdd9b5fc9fd9a7eb028b7d4bb9f11f4ba3a7361e904d2b28bc12053bac23 + md5: 2b801fd417843897458f4f8e132e05bb + depends: + - cctools >=949.0.1 + - clang_osx-64 16.* + - ld64 >=530 + - llvm-openmp + license: BSD + purls: [] + size: 6375 + timestamp: 1701504699534 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda sha256: c7d7c09724e7c324ecd3ad2dee4f016149b93f9bd8ee67661cafb20993f5b8a9 md5: 0b204833d66694f214a5b3d7d2b87700 depends: @@ -15586,171 +14873,73 @@ packages: purls: [] size: 6380 timestamp: 1701504712958 -- kind: conda - name: c-compiler - version: 1.6.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda - sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05 - md5: ea6c792f792bdd7ae6e7e2dee32f0a48 - depends: - - binutils - - gcc - - gcc_linux-64 12.* - license: BSD - purls: [] - size: 6184 - timestamp: 1689097480051 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda - sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4 - md5: 4c4fd67c18619be5aa65dc5b6c72e490 - license: ISC - purls: [] - size: 158773 - timestamp: 1725019107649 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda - sha256: 593f302d0f44c2c771e1614ee6d56fffdc7d616e6f187669c8b0e34ffce3e1ae - md5: b7e5424e7f06547a903d28e4651dbb21 - license: ISC - purls: [] - size: 158665 - timestamp: 1725019059295 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea md5: c27d1c142233b5bc9ca570c6e2e0c244 license: ISC purls: [] size: 159003 timestamp: 1725018903918 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.8.30-hcefe29a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.8.30-hcefe29a_0.conda sha256: 2a2d827bee3775a85f0f1b2f2089291475c4416336d1b3a8cbce2964db547af8 md5: 70e57e8f59d2c98f86b49c69e5074be5 license: ISC purls: [] size: 159106 timestamp: 1725020043153 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda + sha256: 593f302d0f44c2c771e1614ee6d56fffdc7d616e6f187669c8b0e34ffce3e1ae + md5: b7e5424e7f06547a903d28e4651dbb21 + license: ISC + purls: [] + size: 158665 + timestamp: 1725019059295 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda sha256: 2db1733f4b644575dbbdd7994a8f338e6ef937f5ebdb74acd557e9dda0211709 md5: 40dec13fd8348dbe303e57be74bd3d35 license: ISC purls: [] size: 158482 timestamp: 1725019034582 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda + sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4 + md5: 4c4fd67c18619be5aa65dc5b6c72e490 + license: ISC + purls: [] + size: 158773 + timestamp: 1725019107649 +- pypi: https://files.pythonhosted.org/packages/a4/07/14f8ad37f2d12a5ce41206c21820d8cb6561b728e51fad4530dff0552a67/cachetools-5.5.0-py3-none-any.whl name: cachetools version: 5.5.0 - url: https://files.pythonhosted.org/packages/a4/07/14f8ad37f2d12a5ce41206c21820d8cb6561b728e51fad4530dff0552a67/cachetools-5.5.0-py3-none-any.whl sha256: 02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292 requires_python: '>=3.7' -- kind: conda - name: cairo - version: 1.18.0 - build: h32b962e_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h32b962e_3.conda - sha256: 127101c9c2d1a56f8791c19141ceff13fd1d1a1da28cfaca549dc99d210cec6a - md5: 8f43723a4925c51e55c2d81725a97db4 - depends: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: LGPL-2.1-only or MPL-1.1 - purls: [] - size: 1516680 - timestamp: 1721139332360 -- kind: conda - name: cairo - version: 1.18.0 - build: h37bd5c4_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h37bd5c4_3.conda - sha256: 8d70fbca4887b9b580de0f3715026e05f9e74fad8a652364aa0bccd795b1fa87 - md5: 448aad56614db52338dc4fd4c758cfb6 - depends: - - __osx >=10.13 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - purls: [] - size: 892544 - timestamp: 1721139116538 -- kind: conda - name: cairo - version: 1.18.0 - build: hb4a6bf7_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hb4a6bf7_3.conda - sha256: f7603b7f6ee7c6e07c23d77302420194f4ec1b8e8facfff2b6aab17c7988a102 - md5: 08bd0752f3de8a2d8a35fd012f09531f +- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hebfffa5_3.conda + sha256: aee5b9e6ef71cdfb2aee9beae3ea91910ca761c01c0ef32052e3f94a252fa173 + md5: fceaedf1cdbcb02df9699a0d9b005292 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.16,<2.0.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 + - pixman >=0.43.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 899126 - timestamp: 1721139203735 -- kind: conda - name: cairo - version: 1.18.0 - build: hdb1a16f_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-hdb1a16f_3.conda + size: 983604 + timestamp: 1721138900054 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-hdb1a16f_3.conda sha256: 8a747ad6ce32228a85c80bef8ec7387d71f8d2b0bf637edb56ff33e09794c616 md5: 080659f02bf2202c57f1cda4f9e51f21 depends: @@ -15775,45 +14964,65 @@ packages: purls: [] size: 966709 timestamp: 1721138947987 -- kind: conda - name: cairo - version: 1.18.0 - build: hebfffa5_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hebfffa5_3.conda - sha256: aee5b9e6ef71cdfb2aee9beae3ea91910ca761c01c0ef32052e3f94a252fa173 - md5: fceaedf1cdbcb02df9699a0d9b005292 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h37bd5c4_3.conda + sha256: 8d70fbca4887b9b580de0f3715026e05f9e74fad8a652364aa0bccd795b1fa87 + md5: 448aad56614db52338dc4fd4c758cfb6 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libglib >=2.80.3,<3.0a0 - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<2.0.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - pixman >=0.43.4,<1.0a0 - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 983604 - timestamp: 1721138900054 -- kind: conda - name: cctools - version: '1010.6' - build: h40f6528_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cctools-1010.6-h40f6528_1.conda + size: 892544 + timestamp: 1721139116538 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hb4a6bf7_3.conda + sha256: f7603b7f6ee7c6e07c23d77302420194f4ec1b8e8facfff2b6aab17c7988a102 + md5: 08bd0752f3de8a2d8a35fd012f09531f + depends: + - __osx >=11.0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=16 + - libglib >=2.80.3,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.43.4,<1.0a0 + - zlib + license: LGPL-2.1-only or MPL-1.1 + purls: [] + size: 899126 + timestamp: 1721139203735 +- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h32b962e_3.conda + sha256: 127101c9c2d1a56f8791c19141ceff13fd1d1a1da28cfaca549dc99d210cec6a + md5: 8f43723a4925c51e55c2d81725a97db4 + depends: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libglib >=2.80.3,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.43.4,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib + license: LGPL-2.1-only or MPL-1.1 + purls: [] + size: 1516680 + timestamp: 1721139332360 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-1010.6-h40f6528_1.conda sha256: 3e6ab1eb84f55df432af6b1893067c0dfa86e312c04d91824b199c125cf729e1 md5: 7e7eb6bef28acef1112673443a8d692b depends: @@ -15825,13 +15034,7 @@ packages: purls: [] size: 21588 timestamp: 1726771695380 -- kind: conda - name: cctools - version: '1010.6' - build: h4faf515_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1010.6-h4faf515_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1010.6-h4faf515_1.conda sha256: e0a69226e1f70b79f41c471c86fd0c450cc4fd5ec3343cd7689eb1c016babc70 md5: d200afcb0b601ad89c79212b9a124347 depends: @@ -15843,13 +15046,7 @@ packages: purls: [] size: 21621 timestamp: 1726771337947 -- kind: conda - name: cctools_osx-64 - version: '1010.6' - build: heaa7f0c_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1010.6-heaa7f0c_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1010.6-heaa7f0c_1.conda sha256: 2769f7bde9888d100a9997da14aabef345a8ee0850fe2c90e2ca2306e7fe79bd md5: eaedf7d6a7b93b35381f7a0b4663922a depends: @@ -15869,13 +15066,7 @@ packages: purls: [] size: 1099432 timestamp: 1726771664399 -- kind: conda - name: cctools_osx-arm64 - version: '1010.6' - build: h4f2c9d0_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1010.6-h4f2c9d0_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1010.6-h4f2c9d0_1.conda sha256: 3585a1d44fae9fd6839734e25ddde9dfb1dbb99c6974deb7bdbc6470b54af76d md5: 3cf0dad98fcf3cec8cf6372ba2954724 depends: @@ -15895,19 +15086,12 @@ packages: purls: [] size: 1091944 timestamp: 1726771303834 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl name: certifi version: 2024.8.30 - url: https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl sha256: 922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 requires_python: '>=3.6' -- kind: conda - name: certifi - version: 2024.8.30 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda sha256: 7020770df338c45ac6b560185956c32f0a5abf4b76179c037f115fc7d687819f md5: 12f7d00853807b0531775e9be891cb11 depends: @@ -15917,108 +15101,74 @@ packages: - pkg:pypi/certifi?source=hash-mapping size: 163752 timestamp: 1725278204397 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: cffi version: 1.17.1 - url: https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41 requires_dist: - pycparser requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl name: cffi version: 1.17.1 - url: https://files.pythonhosted.org/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl sha256: caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0 requires_dist: - pycparser requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl name: cffi version: 1.17.1 - url: https://files.pythonhosted.org/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl sha256: a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401 requires_dist: - pycparser requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl name: cffi version: 1.17.1 - url: https://files.pythonhosted.org/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl sha256: 30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf requires_dist: - pycparser requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: cffi version: 1.17.1 - url: https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d requires_dist: - pycparser requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/0b/6e/b13bd47fa9023b3699e94abf565b5a2f0b0be6e9ddac9812182596ee62e4/charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl name: charset-normalizer version: 3.4.0 - url: https://files.pythonhosted.org/packages/0b/6e/b13bd47fa9023b3699e94abf565b5a2f0b0be6e9ddac9812182596ee62e4/charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl sha256: cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27 requires_python: '>=3.7.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4c/92/97509850f0d00e9f14a46bc751daabd0ad7765cff29cdfb66c68b6dad57f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: charset-normalizer version: 3.4.0 - url: https://files.pythonhosted.org/packages/4c/92/97509850f0d00e9f14a46bc751daabd0ad7765cff29cdfb66c68b6dad57f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c requires_python: '>=3.7.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/77/d5/8c982d58144de49f59571f940e329ad6e8615e1e82ef84584c5eeb5e1d72/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl name: charset-normalizer version: 3.4.0 - url: https://files.pythonhosted.org/packages/77/d5/8c982d58144de49f59571f940e329ad6e8615e1e82ef84584c5eeb5e1d72/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944 requires_python: '>=3.7.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/bf/19/411a64f01ee971bed3231111b69eb56f9331a769072de479eae7de52296d/charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl name: charset-normalizer version: 3.4.0 - url: https://files.pythonhosted.org/packages/bf/19/411a64f01ee971bed3231111b69eb56f9331a769072de479eae7de52296d/charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee requires_python: '>=3.7.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/eb/5b/6f10bad0f6461fa272bfbbdf5d0023b5fb9bc6217c92bf068fa5a99820f5/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: charset-normalizer version: 3.4.0 - url: https://files.pythonhosted.org/packages/eb/5b/6f10bad0f6461fa272bfbbdf5d0023b5fb9bc6217c92bf068fa5a99820f5/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc requires_python: '>=3.7.0' -- kind: conda - name: clang - version: 16.0.6 - build: default_h179603d_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-default_h179603d_13.conda - sha256: 09335cd9bad7069c1e0401bd7a55ab074217a18ee21456c41fc49c96941857c8 - md5: b501f33eddd693b062ba7a2d6bf9eccb - depends: - - clang-16 16.0.6 default_h0c94c6a_13 - constrains: - - clang-tools 16.0.6.* - - llvm 16.0.6.* - - llvm-tools 16.0.6.* - - llvmdev 16.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 85084 - timestamp: 1725062391082 -- kind: conda - name: clang - version: 16.0.6 - build: default_h675cc0c_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-default_h675cc0c_13.conda - sha256: 0157a8a3a064902741fd63dd6889aee30942ebe3a61fc70d15289d91033e9ddb - md5: 7f6e2aa718b3374ff1167123505462a2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-default_h9e3a008_13.conda + sha256: ad6bc677acd0977a1d51f42baccde26caa14935168341503b78c54aa7f47379c + md5: 46c940d4d218960715a2c8d9a7ce96ae depends: - - clang-16 16.0.6 default_h5c12605_13 + - binutils_impl_linux-64 + - clang-16 16.0.6 default_hb5137d0_13 + - libgcc-devel_linux-64 + - sysroot_linux-64 constrains: - clang-tools 16.0.6.* - llvm 16.0.6.* @@ -16027,15 +15177,9 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 85224 - timestamp: 1725061905929 -- kind: conda - name: clang - version: 16.0.6 - build: default_h7e7f49e_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-default_h7e7f49e_13.conda + size: 85001 + timestamp: 1725065170877 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-default_h7e7f49e_13.conda sha256: 255a3a5a667bb0b2c5ddcb79166eb2dd41d8fea61066c2eb4308a8de7e8497f7 md5: 409dbd386a76b3560cef211282ad5303 depends: @@ -16053,20 +15197,11 @@ packages: purls: [] size: 84837 timestamp: 1725065657695 -- kind: conda - name: clang - version: 16.0.6 - build: default_h9e3a008_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-default_h9e3a008_13.conda - sha256: ad6bc677acd0977a1d51f42baccde26caa14935168341503b78c54aa7f47379c - md5: 46c940d4d218960715a2c8d9a7ce96ae +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-default_h179603d_13.conda + sha256: 09335cd9bad7069c1e0401bd7a55ab074217a18ee21456c41fc49c96941857c8 + md5: b501f33eddd693b062ba7a2d6bf9eccb depends: - - binutils_impl_linux-64 - - clang-16 16.0.6 default_hb5137d0_13 - - libgcc-devel_linux-64 - - sysroot_linux-64 + - clang-16 16.0.6 default_h0c94c6a_13 constrains: - clang-tools 16.0.6.* - llvm 16.0.6.* @@ -16075,63 +15210,24 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 85001 - timestamp: 1725065170877 -- kind: conda - name: clang-16 - version: 16.0.6 - build: default_h0c94c6a_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h0c94c6a_13.conda - sha256: 60effb4f7bfe26d3d7eeec792061678d03a218f075ee67637104af5a2bf71521 - md5: 9e629478aa1e3e8120100fb7f8a63325 - depends: - - __osx >=10.13 - - libclang-cpp16 16.0.6 default_h0c94c6a_13 - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - clangxx 16.0.6 - - llvm-tools 16.0.6 - - clangdev 16.0.6 - - clang-tools 16.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 758625 - timestamp: 1725062311061 -- kind: conda - name: clang-16 - version: 16.0.6 - build: default_h5c12605_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_h5c12605_13.conda - sha256: 7256f9445e71c661a730e431297534d992af525c6b629697a06eca86a6a3e118 - md5: 82a85997c43899c2ccd8b64b2b225d38 + size: 85084 + timestamp: 1725062391082 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-default_h675cc0c_13.conda + sha256: 0157a8a3a064902741fd63dd6889aee30942ebe3a61fc70d15289d91033e9ddb + md5: 7f6e2aa718b3374ff1167123505462a2 depends: - - __osx >=11.0 - - libclang-cpp16 16.0.6 default_h5c12605_13 - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 + - clang-16 16.0.6 default_h5c12605_13 constrains: - - clangxx 16.0.6 - - clangdev 16.0.6 - - clang-tools 16.0.6 - - llvm-tools 16.0.6 + - clang-tools 16.0.6.* + - llvm 16.0.6.* + - llvm-tools 16.0.6.* + - llvmdev 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 758497 - timestamp: 1725061821141 -- kind: conda - name: clang-16 - version: 16.0.6 - build: default_hb5137d0_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_hb5137d0_13.conda + size: 85224 + timestamp: 1725061905929 +- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_hb5137d0_13.conda sha256: c1fcab70034a9d20f2e3776846e6485220176946d21424e52065c7ea6cd7f345 md5: 214deee2305b2f728cf8dd92acea8d27 depends: @@ -16150,13 +15246,7 @@ packages: purls: [] size: 772977 timestamp: 1725065101343 -- kind: conda - name: clang-16 - version: 16.0.6 - build: default_he324ac1_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_he324ac1_13.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_he324ac1_13.conda sha256: e5346cf8cf5b0004d607b050308a7f1488d475ec2cfc4e39d40866d297f68ad1 md5: fe8d64e14ac6f2c46780621d8cb26716 depends: @@ -16174,53 +15264,43 @@ packages: purls: [] size: 771707 timestamp: 1725065603034 -- kind: conda - name: clang-format - version: 16.0.6 - build: default_h0c94c6a_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h0c94c6a_13.conda - sha256: fbfc8770c552f2d10e8cfdfc788c43ca13a96df7bf5138c3718f5c294fd7098f - md5: c6b7fef185466946516fe9a5e139e7dc +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h0c94c6a_13.conda + sha256: 60effb4f7bfe26d3d7eeec792061678d03a218f075ee67637104af5a2bf71521 + md5: 9e629478aa1e3e8120100fb7f8a63325 depends: - __osx >=10.13 - - clang-format-16 16.0.6 default_h0c94c6a_13 - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang-cpp16 16.0.6 default_h0c94c6a_13 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - clangxx 16.0.6 + - llvm-tools 16.0.6 + - clangdev 16.0.6 + - clang-tools 16.0.6 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 85466 - timestamp: 1725062721321 -- kind: conda - name: clang-format - version: 16.0.6 - build: default_h5c12605_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_h5c12605_13.conda - sha256: 76922bb7b65f1aaffc3b58ef05fef969ae752db75cd1a7a9acf9c1318e3a66be - md5: b0d3e45cb7664a0d6fe745f622cfd7b7 + size: 758625 + timestamp: 1725062311061 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_h5c12605_13.conda + sha256: 7256f9445e71c661a730e431297534d992af525c6b629697a06eca86a6a3e118 + md5: 82a85997c43899c2ccd8b64b2b225d38 depends: - __osx >=11.0 - - clang-format-16 16.0.6 default_h5c12605_13 - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang-cpp16 16.0.6 default_h5c12605_13 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - clangxx 16.0.6 + - clangdev 16.0.6 + - clang-tools 16.0.6 + - llvm-tools 16.0.6 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 85628 - timestamp: 1725062203286 -- kind: conda - name: clang-format - version: 16.0.6 - build: default_hb5137d0_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_hb5137d0_13.conda + size: 758497 + timestamp: 1725061821141 +- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_hb5137d0_13.conda sha256: 7b437c39c03d00d1c852a26f47c853e3cb58a4b57b1f62101332fa877c10b65b md5: 6670599c5daf80bad52d36969dfbcfa8 depends: @@ -16235,13 +15315,7 @@ packages: purls: [] size: 84971 timestamp: 1725065363897 -- kind: conda - name: clang-format - version: 16.0.6 - build: default_he324ac1_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_he324ac1_13.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_he324ac1_13.conda sha256: 79569498351b7a2cec62d96ff713542a884b4cbbbe10cf9eb581a95eff76fb02 md5: ae52d9c2f53b42225daeba462e02d103 depends: @@ -16255,69 +15329,47 @@ packages: purls: [] size: 84873 timestamp: 1725065870359 -- kind: conda - name: clang-format - version: 16.0.6 - build: default_hec7ea82_13 - build_number: 13 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_hec7ea82_13.conda - sha256: c927d0f43fcbdfcc1b6350f84c900d5e73cce44ad9225796f7a09250c90730f0 - md5: 8f244dc76e82020c802b86a5afa64b26 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 1195130 - timestamp: 1725066460626 -- kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_h0c94c6a_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h0c94c6a_13.conda - sha256: 20169b7c8a877e17857c5cfdbb0e83d433891da33608e13e9a1e357d0a16ed47 - md5: 2b5d299c4f07440e7251c3573cdec888 +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h0c94c6a_13.conda + sha256: fbfc8770c552f2d10e8cfdfc788c43ca13a96df7bf5138c3718f5c294fd7098f + md5: c6b7fef185466946516fe9a5e139e7dc depends: - __osx >=10.13 + - clang-format-16 16.0.6 default_h0c94c6a_13 - libclang-cpp16 >=16.0.6,<16.1.0a0 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 122520 - timestamp: 1725062655512 -- kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_h5c12605_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_h5c12605_13.conda - sha256: 53f3eb0a842c8168653825c3332d0add786d8b4c32036ae7f3e55743caee109c - md5: 97f75c3e249afebac6b313c5564ec899 + size: 85466 + timestamp: 1725062721321 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_h5c12605_13.conda + sha256: 76922bb7b65f1aaffc3b58ef05fef969ae752db75cd1a7a9acf9c1318e3a66be + md5: b0d3e45cb7664a0d6fe745f622cfd7b7 depends: - __osx >=11.0 + - clang-format-16 16.0.6 default_h5c12605_13 - libclang-cpp16 >=16.0.6,<16.1.0a0 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 120848 - timestamp: 1725062132686 -- kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_hb5137d0_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_hb5137d0_13.conda + size: 85628 + timestamp: 1725062203286 +- conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_hec7ea82_13.conda + sha256: c927d0f43fcbdfcc1b6350f84c900d5e73cce44ad9225796f7a09250c90730f0 + md5: 8f244dc76e82020c802b86a5afa64b26 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 1195130 + timestamp: 1725066460626 +- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_hb5137d0_13.conda sha256: ff48a3e97fa4a5c11c9b726443088548d9a4f6a42fabf9847ffdcd6a3c2531fc md5: e45747f58bf80a06ca40cc7b25ddba45 depends: @@ -16331,13 +15383,7 @@ packages: purls: [] size: 125738 timestamp: 1725065318476 -- kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_he324ac1_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_he324ac1_13.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_he324ac1_13.conda sha256: 17def0cb5f7cf0b42fcdf24eb70a55b1233f906547867bfd72669e7cdada6257 md5: d868a165ee3e3e7dc86e75ded0b83a1b depends: @@ -16350,67 +15396,33 @@ packages: purls: [] size: 126848 timestamp: 1725065829493 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_h0c94c6a_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h0c94c6a_13.conda - sha256: 0dd29f7db008924a9e6741c0d6b38686bbe159d141b9dc17f3c1f4680184c809 - md5: 1159526502b52681742775f1f33d0ee9 +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h0c94c6a_13.conda + sha256: 20169b7c8a877e17857c5cfdbb0e83d433891da33608e13e9a1e357d0a16ed47 + md5: 2b5d299c4f07440e7251c3573cdec888 depends: - __osx >=10.13 - - clang-format 16.0.6 default_h0c94c6a_13 - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - clangdev 16.0.6 - - clang 16.0.6.* - - llvm 16.0.6.* - - llvm-tools 16.0.6.* - - llvmdev 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 18083890 - timestamp: 1725063294981 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_h5c12605_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_h5c12605_13.conda - sha256: 07e79d0e0fd696b6be31b26fa3f5f94058eb41b2a644e6f1a7fd076fc0f69ca7 - md5: 5ba129a646320ff6429498948404f201 + size: 122520 + timestamp: 1725062655512 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_h5c12605_13.conda + sha256: 53f3eb0a842c8168653825c3332d0add786d8b4c32036ae7f3e55743caee109c + md5: 97f75c3e249afebac6b313c5564ec899 depends: - __osx >=11.0 - - clang-format 16.0.6 default_h5c12605_13 - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - clangdev 16.0.6 - - clang 16.0.6.* - - llvm 16.0.6.* - - llvm-tools 16.0.6.* - - llvmdev 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 17084438 - timestamp: 1725062639518 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_hb5137d0_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_hb5137d0_13.conda + size: 120848 + timestamp: 1725062132686 +- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_hb5137d0_13.conda sha256: 4fbf4bb3d8327f0ec88aa382f0466dd080642bdec164277f8423554c15a868de md5: af9bcf5baa7a49f44e77c8d8415ebbcd depends: @@ -16432,13 +15444,7 @@ packages: purls: [] size: 26990111 timestamp: 1725065410213 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_he324ac1_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_he324ac1_13.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_he324ac1_13.conda sha256: df29fe12b3592dbe97418c9098fa0e9236563329c736d4ac5590f4395e8a043d md5: 81ed36e397c58d00598814a2c5aa2a46 depends: @@ -16459,13 +15465,49 @@ packages: purls: [] size: 27104463 timestamp: 1725065924734 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_hec7ea82_13 - build_number: 13 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_hec7ea82_13.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h0c94c6a_13.conda + sha256: 0dd29f7db008924a9e6741c0d6b38686bbe159d141b9dc17f3c1f4680184c809 + md5: 1159526502b52681742775f1f33d0ee9 + depends: + - __osx >=10.13 + - clang-format 16.0.6 default_h0c94c6a_13 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang13 >=16.0.6 + - libcxx >=16.0.6 + - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - clangdev 16.0.6 + - clang 16.0.6.* + - llvm 16.0.6.* + - llvm-tools 16.0.6.* + - llvmdev 16.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 18083890 + timestamp: 1725063294981 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_h5c12605_13.conda + sha256: 07e79d0e0fd696b6be31b26fa3f5f94058eb41b2a644e6f1a7fd076fc0f69ca7 + md5: 5ba129a646320ff6429498948404f201 + depends: + - __osx >=11.0 + - clang-format 16.0.6 default_h5c12605_13 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang13 >=16.0.6 + - libcxx >=16.0.6 + - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - clangdev 16.0.6 + - clang 16.0.6.* + - llvm 16.0.6.* + - llvm-tools 16.0.6.* + - llvmdev 16.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 17084438 + timestamp: 1725062639518 +- conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_hec7ea82_13.conda sha256: af9d9d8306c100e0d3ad7a66b3088ba9c79578b8519f5d9113152441cdb8a1e8 md5: ead41147e7d82ebfe4a15d6185950609 depends: @@ -16488,13 +15530,7 @@ packages: purls: [] size: 226631847 timestamp: 1725066670598 -- kind: conda - name: clang_impl_osx-64 - version: 16.0.6 - build: h8787910_19 - build_number: 19 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_19.conda sha256: 7c8146bb69ddf42af2e30d83ad357985732052eccfbaf279d433349e0c1324de md5: 64155ef139280e8c181dad866dea2980 depends: @@ -16508,13 +15544,7 @@ packages: purls: [] size: 17589 timestamp: 1723069343993 -- kind: conda - name: clang_impl_osx-arm64 - version: 16.0.6 - build: hc421ffc_19 - build_number: 19 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_19.conda sha256: e131b316c772b9ecd57f47e221b0b460d817650ee29de3a6d017ba17f834e3a3 md5: 44d46e1690d60e9dfdf9ab9fc8a344f6 depends: @@ -16528,13 +15558,7 @@ packages: purls: [] size: 17659 timestamp: 1723069383236 -- kind: conda - name: clang_osx-64 - version: 16.0.6 - build: hb91bd55_19 - build_number: 19 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_19.conda sha256: d38be1dc9476fdc60dfbd428df0fb3e284ee9101e7eeaa1764b54b11bab54105 md5: 760ecbc6f4b6cecbe440b0080626286f depends: @@ -16544,13 +15568,7 @@ packages: purls: [] size: 20580 timestamp: 1723069348997 -- kind: conda - name: clang_osx-arm64 - version: 16.0.6 - build: h54d7cd3_19 - build_number: 19 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_19.conda sha256: 1be2d2b837267e9cc61c1cb5e0ce780047ceb87063005144c1332a82a5996fb3 md5: 1a9ab8ce6143c14e425059e61a4fb737 depends: @@ -16560,13 +15578,7 @@ packages: purls: [] size: 20589 timestamp: 1723069388608 -- kind: conda - name: clangxx - version: 16.0.6 - build: default_h179603d_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h179603d_13.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h179603d_13.conda sha256: 1618831d070df1233cdbd3003d4ddb0fdc221515837a21cee93d3bc30447d51b md5: 8934fd8e83d051adcaba71fcbed9ecf0 depends: @@ -16579,13 +15591,7 @@ packages: purls: [] size: 85265 timestamp: 1725062403776 -- kind: conda - name: clangxx - version: 16.0.6 - build: default_h675cc0c_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h675cc0c_13.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h675cc0c_13.conda sha256: 5d884561858c9144fe20aab74f72d946b656c6c82a3bef81bb57d4dbf7e2a98e md5: 8757588c5e8097c0e9a8986225bddc0a depends: @@ -16598,13 +15604,7 @@ packages: purls: [] size: 85293 timestamp: 1725061917963 -- kind: conda - name: clangxx_impl_osx-64 - version: 16.0.6 - build: h6d92fbe_19 - build_number: 19 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_19.conda sha256: c99c773d76a93066f1e78d368f934cd904b4f39a3939bf1d5a5cf26e3b812dbc md5: 9ffa16e2bd7eb5b8b1a0d19185710cd3 depends: @@ -16617,13 +15617,7 @@ packages: purls: [] size: 17642 timestamp: 1723069387016 -- kind: conda - name: clangxx_impl_osx-arm64 - version: 16.0.6 - build: hcd7bac0_19 - build_number: 19 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_19.conda sha256: 6847b38f815e43a01e7cfe78fc9d2d7ab90c749bce1301322707ccbad4f2d7a2 md5: 263f7e2b3196bea030602830381cc84e depends: @@ -16636,13 +15630,7 @@ packages: purls: [] size: 17740 timestamp: 1723069417515 -- kind: conda - name: clangxx_osx-64 - version: 16.0.6 - build: hb91bd55_19 - build_number: 19 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_19.conda sha256: 8c2cf371561f8de565aa721520d34e14ff9cf9b7e3a868879ec2f99760c433cc md5: 81d40fad4c14cc7a893f2e274647c7a4 depends: @@ -16653,13 +15641,7 @@ packages: purls: [] size: 19289 timestamp: 1723069392162 -- kind: conda - name: clangxx_osx-arm64 - version: 16.0.6 - build: h54d7cd3_19 - build_number: 19 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_19.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_19.conda sha256: 6e4344d0bc29fc76e6c6c8aa463536ea0615ffe60512c883b8ae26d73ac4804d md5: 26ffc845adddf183c15dd4285e97fc66 depends: @@ -16670,54 +15652,23 @@ packages: purls: [] size: 19366 timestamp: 1723069423746 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl name: click version: 8.1.7 - url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 requires_dist: - colorama ; platform_system == 'Windows' - importlib-metadata ; python_full_version < '3.8' requires_python: '>=3.7' -- kind: pypi +- pypi: examples/python/clock name: clock version: 0.1.0 - path: examples/python/clock sha256: 1ae48a7222b2fc2bd9942a31bb48fefb34225a946859ad95c25ad00bfb754cd7 requires_dist: - numpy - rerun-sdk editable: true -- kind: conda - name: cmake - version: 3.27.6 - build: h1c59155_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda - sha256: 31be31e358e6f6f8818d8f9c9086da4404f8c6fc89d71d55887bed11ce6d463e - md5: 3c0dd04401438fec44cd113247ba2852 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.3.0,<9.0a0 - - libcxx >=15.0.7 - - libexpat >=2.5.0,<3.0a0 - - libuv >=1.46.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4,<7.0a0 - - rhash >=1.4.4,<2.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 16007289 - timestamp: 1695270816826 -- kind: conda - name: cmake - version: 3.27.6 - build: hcfe8598_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12 md5: 4c0101485c452ea86f846523c4fae698 depends: @@ -16737,12 +15688,7 @@ packages: purls: [] size: 18494905 timestamp: 1695269729661 -- kind: conda - name: cmake - version: 3.27.6 - build: hef020d8_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda sha256: 099e3d6deac7fc29251552f87b59ee7299582caf291a20de71107327a4aded57 md5: e20b2e0185007a671ebbb72f4353d70b depends: @@ -16762,37 +15708,28 @@ packages: purls: [] size: 17776308 timestamp: 1695269663260 -- kind: conda - name: cmake - version: 3.27.6 - build: hf0feee3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda - sha256: 12b94bce6d7c76ff408f8ea240c7d78987b0bc3cb4f632f381c4b0efd30ebfe0 - md5: 4dc81f3bf26f0949fedd4e31cecea1d1 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda + sha256: 9216698f88b82e99db950f8c372038931c54ea3e0b0b05e2a3ce03ec4b405df7 + md5: 771da6a52aaf0f9d84114d0ed0d0299f depends: - bzip2 >=1.0.8,<2.0a0 - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 - libexpat >=2.5.0,<3.0a0 - - libuv >=1.44.2,<2.0a0 + - libuv >=1.46.0,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc14_runtime >=14.29.30139 + - ncurses >=6.4,<7.0a0 + - rhash >=1.4.4,<2.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 13777396 - timestamp: 1695270971791 -- kind: conda - name: cmake - version: 3.27.6 - build: hf40c264_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda - sha256: 9216698f88b82e99db950f8c372038931c54ea3e0b0b05e2a3ce03ec4b405df7 - md5: 771da6a52aaf0f9d84114d0ed0d0299f + size: 16525734 + timestamp: 1695270838345 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda + sha256: 31be31e358e6f6f8818d8f9c9086da4404f8c6fc89d71d55887bed11ce6d463e + md5: 3c0dd04401438fec44cd113247ba2852 depends: - bzip2 >=1.0.8,<2.0a0 - libcurl >=8.3.0,<9.0a0 @@ -16807,21 +15744,32 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 16525734 - timestamp: 1695270838345 -- kind: pypi + size: 16007289 + timestamp: 1695270816826 +- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda + sha256: 12b94bce6d7c76ff408f8ea240c7d78987b0bc3cb4f632f381c4b0efd30ebfe0 + md5: 4dc81f3bf26f0949fedd4e31cecea1d1 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libexpat >=2.5.0,<3.0a0 + - libuv >=1.44.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 13777396 + timestamp: 1695270971791 +- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl name: colorama version: 0.4.6 - url: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 - requires_python: '!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7' -- kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*' +- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 md5: 3faab06a954c2a04039983f2c4a50d99 depends: @@ -16832,59 +15780,39 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 25170 timestamp: 1666700778190 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl name: comm version: 0.2.2 - url: https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl sha256: e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3 requires_dist: - traitlets>=4 - pytest ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: compiler-rt - version: 16.0.6 - build: h3808999_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-16.0.6-h3808999_2.conda - sha256: 67f6883f37ea720f97d016c3384962d86ec8853e5f4b0065aa77e335ca80193e - md5: 517f18b3260bb7a508d1f54a96e6285b +- conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-16.0.6-ha38d28d_2.conda + sha256: de0e2c94d9a04f60ec9aedde863d6c1fad3f261bdb63ec8adc70e2d9ecdb07bb + md5: 3b9e8c5c63b8e86234f499490acd85c2 depends: - clang 16.0.6.* - clangxx 16.0.6.* - - compiler-rt_osx-arm64 16.0.6.* + - compiler-rt_osx-64 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 93724 - timestamp: 1701467327657 -- kind: conda - name: compiler-rt - version: 16.0.6 - build: ha38d28d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-16.0.6-ha38d28d_2.conda - sha256: de0e2c94d9a04f60ec9aedde863d6c1fad3f261bdb63ec8adc70e2d9ecdb07bb - md5: 3b9e8c5c63b8e86234f499490acd85c2 + size: 94198 + timestamp: 1701467261175 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-16.0.6-h3808999_2.conda + sha256: 67f6883f37ea720f97d016c3384962d86ec8853e5f4b0065aa77e335ca80193e + md5: 517f18b3260bb7a508d1f54a96e6285b depends: - clang 16.0.6.* - clangxx 16.0.6.* - - compiler-rt_osx-64 16.0.6.* + - compiler-rt_osx-arm64 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 94198 - timestamp: 1701467261175 -- kind: conda - name: compiler-rt_osx-64 - version: 16.0.6 - build: ha38d28d_2 - build_number: 2 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-16.0.6-ha38d28d_2.conda + size: 93724 + timestamp: 1701467327657 +- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-16.0.6-ha38d28d_2.conda sha256: 75270bd8e306967f6e1a8c17d14f2dfe76602a5c162088f3ea98034fe3d71e0c md5: 7a46507edc35c6c8818db0adaf8d787f depends: @@ -16897,14 +15825,7 @@ packages: purls: [] size: 9895261 timestamp: 1701467223753 -- kind: conda - name: compiler-rt_osx-arm64 - version: 16.0.6 - build: h3808999_2 - build_number: 2 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-16.0.6-h3808999_2.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-16.0.6-h3808999_2.conda sha256: 61f1a10e6e8ec147f17c5e36cf1c2fe77ac6d1907b05443fa319fd59be20fa33 md5: 8c7d77d888e1a218cccd9e82b1458ec6 depends: @@ -16917,10 +15838,9 @@ packages: purls: [] size: 9829914 timestamp: 1701467293179 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/03/33/003065374f38894cdf1040cef474ad0546368eea7e3a51d48b8a423961f8/contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: contourpy version: 1.3.0 - url: https://files.pythonhosted.org/packages/03/33/003065374f38894cdf1040cef474ad0546368eea7e3a51d48b8a423961f8/contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d requires_dist: - numpy>=1.23 @@ -16942,10 +15862,9 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/05/46/9256dd162ea52790c127cb58cfc3b9e3413a6e3478917d1f811d420772ec/contourpy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl name: contourpy version: 1.3.0 - url: https://files.pythonhosted.org/packages/05/46/9256dd162ea52790c127cb58cfc3b9e3413a6e3478917d1f811d420772ec/contourpy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49 requires_dist: - numpy>=1.23 @@ -16967,10 +15886,9 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/2f/804f02ff30a7fae21f98198828d0857439ec4c91a96e20cf2d6c49372966/contourpy-1.3.0-cp311-cp311-win_amd64.whl name: contourpy version: 1.3.0 - url: https://files.pythonhosted.org/packages/8d/2f/804f02ff30a7fae21f98198828d0857439ec4c91a96e20cf2d6c49372966/contourpy-1.3.0-cp311-cp311-win_amd64.whl sha256: 6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67 requires_dist: - numpy>=1.23 @@ -16992,10 +15910,9 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b3/1f/9375917786cb39270b0ee6634536c0e22abf225825602688990d8f5c6c19/contourpy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl name: contourpy version: 1.3.0 - url: https://files.pythonhosted.org/packages/b3/1f/9375917786cb39270b0ee6634536c0e22abf225825602688990d8f5c6c19/contourpy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad requires_dist: - numpy>=1.23 @@ -17017,10 +15934,9 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e1/5d/3056c167fa4486900dfbd7e26a2fdc2338dc58eee36d490a0ed3ddda5ded/contourpy-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: contourpy version: 1.3.0 - url: https://files.pythonhosted.org/packages/e1/5d/3056c167fa4486900dfbd7e26a2fdc2338dc58eee36d490a0ed3ddda5ded/contourpy-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66 requires_dist: - numpy>=1.23 @@ -17042,10 +15958,9 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.9' -- kind: pypi +- pypi: examples/python/controlnet name: controlnet version: 0.1.0 - path: examples/python/controlnet sha256: 8ae055c0b8b0dd7757e4e666f6163172859044d4090830aecbec3460cdb318ee requires_dist: - accelerate @@ -17058,14 +15973,13 @@ packages: - rerun-sdk requires_python: '>=3.10' editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl sha256: ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c requires_dist: - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - pyenchant>=1.6.11 ; extra == 'docstest' - twine>=1.12.0 ; extra == 'docstest' @@ -17084,16 +15998,15 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis>=1.11.4,!=3.79.2 ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl sha256: 1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb requires_dist: - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - pyenchant>=1.6.11 ; extra == 'docstest' - twine>=1.12.0 ; extra == 'docstest' @@ -17112,16 +16025,15 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis>=1.11.4,!=3.79.2 ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl sha256: 2fa36a7b2cc0998a3a4d5af26ccb6273f3df133d61da2ba13b3286261e7efb70 requires_dist: - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - pyenchant>=1.6.11 ; extra == 'docstest' - twine>=1.12.0 ; extra == 'docstest' @@ -17140,16 +16052,15 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis>=1.11.4,!=3.79.2 ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl sha256: bfe6472507986613dc6cc00b3d492b2f7564b02b3b3682d25ca7f40fa3fd321b requires_dist: - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - pyenchant>=1.6.11 ; extra == 'docstest' - twine>=1.12.0 ; extra == 'docstest' @@ -17168,16 +16079,15 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis>=1.11.4,!=3.79.2 ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl sha256: 8e45653fb97eb2f20b8c96f9cd2b3a0654d742b47d638cf2897afbd97f80fa6d requires_dist: - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - pyenchant>=1.6.11 ; extra == 'docstest' - twine>=1.12.0 ; extra == 'docstest' @@ -17196,14 +16106,9 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis>=1.11.4,!=3.79.2 ; extra == 'test' requires_python: '>=3.6' -- kind: conda - name: cxx-compiler - version: 1.6.0 - build: h00ab1b0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda sha256: 472b6b7f967df1db634c67d71c6b31cd186d18b5d0548196c2e426833ff17d99 md5: 364c6ae36c4e36fcbd4d273cf4db78af depends: @@ -17214,12 +16119,7 @@ packages: purls: [] size: 6179 timestamp: 1689097484095 -- kind: conda - name: cxx-compiler - version: 1.6.0 - build: h2a328a1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.6.0-h2a328a1_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.6.0-h2a328a1_0.conda sha256: aebe297f355fb3a5101eb11a5233d94c3445d2f1bbf4c0d7e3ff88b98d399694 md5: 3847c922cacfe5a3d7ee663ffde014a4 depends: @@ -17230,27 +16130,7 @@ packages: purls: [] size: 6220 timestamp: 1689097451413 -- kind: conda - name: cxx-compiler - version: 1.6.0 - build: h2ffa867_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.6.0-h2ffa867_0.conda - sha256: c3a4ee7382e548f1e98ca1a348c941094b8d5f38c84d3258c00f9e493c591344 - md5: b3bf27600fda1f6770fd28c45805d689 - depends: - - c-compiler 1.6.0 h6aa9301_0 - - clangxx_osx-arm64 16.* - license: BSD - purls: [] - size: 6399 - timestamp: 1701504753445 -- kind: conda - name: cxx-compiler - version: 1.6.0 - build: h7728843_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.6.0-h7728843_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.6.0-h7728843_0.conda sha256: 3d609b7cf397b1d9f8627dedd0abd95a9daffa919d9593b56096a4e6e4a8597e md5: 52efcad0d146779100e46c973cc1cb56 depends: @@ -17260,10 +16140,19 @@ packages: purls: [] size: 6415 timestamp: 1701504710176 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.6.0-h2ffa867_0.conda + sha256: c3a4ee7382e548f1e98ca1a348c941094b8d5f38c84d3258c00f9e493c591344 + md5: b3bf27600fda1f6770fd28c45805d689 + depends: + - c-compiler 1.6.0 h6aa9301_0 + - clangxx_osx-arm64 16.* + license: BSD + purls: [] + size: 6399 + timestamp: 1701504753445 +- pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl name: cycler version: 0.12.1 - url: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl sha256: 85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30 requires_dist: - ipython ; extra == 'docs' @@ -17274,13 +16163,7 @@ packages: - pytest-cov ; extra == 'tests' - pytest-xdist ; extra == 'tests' requires_python: '>=3.8' -- kind: conda - name: cyrus-sasl - version: 2.1.27 - build: h54b06d7_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 md5: dce22f70b4e5a407ce88f2be046f4ceb depends: @@ -17294,42 +16177,32 @@ packages: purls: [] size: 219527 timestamp: 1690061203707 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl name: dataclasses-json version: 0.6.7 - url: https://files.pythonhosted.org/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl sha256: 0dbf33f26c8d5305befd61b39d2b3414e8a407bedc2834dea9b8d642666fb40a requires_dist: - marshmallow>=3.18.0,<4.0.0 - typing-inspect>=0.4.0,<1 requires_python: '>=3.7,<4.0' -- kind: pypi +- pypi: examples/python/dataframe_query name: dataframe-query version: 0.1.0 - path: examples/python/dataframe_query sha256: cfd25d2d2872eef690801817f4a3bf4660d4b232cc594d0bcc3ee70a783dfd46 requires_dist: - rerun-sdk editable: true -- kind: conda - name: dav1d - version: 1.2.1 - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 - md5: 9d88733c715300a39f8ca2e936b7808d +- conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 + md5: 418c6ca5929a611cbd69204907a83995 + depends: + - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 668439 - timestamp: 1685696184631 -- kind: conda - name: dav1d - version: 1.2.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + size: 760229 + timestamp: 1685695754230 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 md5: 6e5a87182d66b2d1328a96b61ca43a62 depends: @@ -17339,12 +16212,15 @@ packages: purls: [] size: 347363 timestamp: 1685696690003 -- kind: conda - name: dav1d - version: 1.2.1 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + md5: 9d88733c715300a39f8ca2e936b7808d + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 668439 + timestamp: 1685696184631 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 md5: 5a74cdee497e6b65173e10d94582fae6 license: BSD-2-Clause @@ -17352,12 +16228,7 @@ packages: purls: [] size: 316394 timestamp: 1685695959391 -- kind: conda - name: dav1d - version: 1.2.1 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4 md5: ed2c27bda330e3f0ab41577cf8b9b585 depends: @@ -17369,28 +16240,7 @@ packages: purls: [] size: 618643 timestamp: 1685696352968 -- kind: conda - name: dav1d - version: 1.2.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda - sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 - md5: 418c6ca5929a611cbd69204907a83995 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 760229 - timestamp: 1685695754230 -- kind: conda - name: dbus - version: 1.13.6 - build: h5008d03_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 md5: ecfff944ba3960ecb334b9a2663d708d depends: @@ -17402,60 +16252,52 @@ packages: purls: [] size: 618596 timestamp: 1640112124844 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/46/6f/2bb0bba20b8b74b7c341379dd99275cf6aa7722c1948fa99728716aad1b9/debugpy-1.8.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: debugpy version: 1.8.7 - url: https://files.pythonhosted.org/packages/46/6f/2bb0bba20b8b74b7c341379dd99275cf6aa7722c1948fa99728716aad1b9/debugpy-1.8.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: cba1d078cf2e1e0b8402e6bda528bf8fda7ccd158c3dba6c012b7897747c41a0 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/51/b1/a0866521c71a6ae3d3ca320e74835163a4671b1367ba360a55a0a51e5a91/debugpy-1.8.7-py2.py3-none-any.whl name: debugpy version: 1.8.7 - url: https://files.pythonhosted.org/packages/51/b1/a0866521c71a6ae3d3ca320e74835163a4671b1367ba360a55a0a51e5a91/debugpy-1.8.7-py2.py3-none-any.whl sha256: 57b00de1c8d2c84a61b90880f7e5b6deaf4c312ecbde3a0e8912f2a56c4ac9ae requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7d/e1/e9ac2d546143a4defbaa2e609e173c912fb989cdfb5385c9771770a6bf5c/debugpy-1.8.7-cp311-cp311-win_amd64.whl name: debugpy version: 1.8.7 - url: https://files.pythonhosted.org/packages/7d/e1/e9ac2d546143a4defbaa2e609e173c912fb989cdfb5385c9771770a6bf5c/debugpy-1.8.7-cp311-cp311-win_amd64.whl sha256: 6e1c4ffb0c79f66e89dfd97944f335880f0d50ad29525dc792785384923e2211 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl name: decorator version: 5.1.1 - url: https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl sha256: b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186 requires_python: '>=3.5' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl name: defusedxml version: 0.7.1 - url: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl name: deprecated version: 1.2.14 - url: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl sha256: 6fac8b097794a90302bdbb17b9b815e732d3c4720583ff1b198499d78470466c requires_dist: - - wrapt<2,>=1.10 + - wrapt>=1.10,<2 - tox ; extra == 'dev' - pytest ; extra == 'dev' - pytest-cov ; extra == 'dev' - bump2version<1 ; extra == 'dev' - sphinx<2 ; extra == 'dev' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e5/b6/1ed2eb03989ae574584664985367ba70cd9cf8b32ee8cad0e8aaeac819f3/descartes-1.1.0-py3-none-any.whl name: descartes version: 1.1.0 - url: https://files.pythonhosted.org/packages/e5/b6/1ed2eb03989ae574584664985367ba70cd9cf8b32ee8cad0e8aaeac819f3/descartes-1.1.0-py3-none-any.whl sha256: 4c62dc41109689d03e4b35de0a2bcbdeeb81047badc607c4415d5c753bd683af requires_dist: - matplotlib -- kind: pypi +- pypi: examples/python/detect_and_track_objects name: detect-and-track-objects version: 0.1.0 - path: examples/python/detect_and_track_objects sha256: 2c2d3d8b61d6a0bf44051fd7052e3087fd4762b9c434586078ea3d179940cba1 requires_dist: - numpy @@ -17467,10 +16309,9 @@ packages: - torch==2.2.2 - transformers editable: true -- kind: pypi +- pypi: examples/python/dicom_mri name: dicom-mri version: 0.1.0 - path: examples/python/dicom_mri sha256: 98cb91dc5758ae59e3cd0fb797f86f40fcf627f63e659365806f59feed4618d8 requires_dist: - dicom-numpy==0.6.2 @@ -17480,10 +16321,9 @@ packages: - rerun-sdk - types-requests>=2.31,<3 editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl name: dicom-numpy version: 0.6.2 - url: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl sha256: 361c8dfc52d625bf3344e5c2745e9c928d263999a4c094fe285d9fe461895ea9 requires_dist: - pydicom>=1.0 @@ -17494,10 +16334,9 @@ packages: - coverage ; extra == 'test' - pytest ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl name: diffusers version: 0.27.2 - url: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl sha256: 85da5cd1098ab428535d592136973ec0c3f12f78148c94b379cb9f02d2414e75 requires_dist: - importlib-metadata @@ -17525,12 +16364,12 @@ packages: - pytest-xdist ; extra == 'dev' - requests-mock==1.10.0 ; extra == 'dev' - safetensors>=0.3.1 ; extra == 'dev' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'dev' - scipy ; extra == 'dev' - torchvision ; extra == 'dev' - transformers>=4.25.1 ; extra == 'dev' - accelerate>=0.11.0 ; extra == 'dev' - - protobuf<4,>=3.20.3 ; extra == 'dev' + - protobuf>=3.20.3,<4 ; extra == 'dev' - tensorboard ; extra == 'dev' - peft>=0.6.0 ; extra == 'dev' - torch>=1.4 ; extra == 'dev' @@ -17558,7 +16397,7 @@ packages: - pytest-xdist ; extra == 'test' - requests-mock==1.10.0 ; extra == 'test' - safetensors>=0.3.1 ; extra == 'test' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'test' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'test' - scipy ; extra == 'test' - torchvision ; extra == 'test' - transformers>=4.25.1 ; extra == 'test' @@ -17566,32 +16405,25 @@ packages: - accelerate>=0.11.0 ; extra == 'torch' - accelerate>=0.11.0 ; extra == 'training' - datasets ; extra == 'training' - - protobuf<4,>=3.20.3 ; extra == 'training' + - protobuf>=3.20.3,<4 ; extra == 'training' - tensorboard ; extra == 'training' - jinja2 ; extra == 'training' - peft>=0.6.0 ; extra == 'training' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl name: distlib version: 0.3.9 - url: https://files.pythonhosted.org/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl sha256: 47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 -- kind: pypi +- pypi: examples/python/dna name: dna version: 0.1.0 - path: examples/python/dna sha256: 15dd8b0ce0ee55262916ea9bc8fb93c72c2012cb01a78e6d24a526d92537eab4 requires_dist: - numpy - rerun-sdk - scipy editable: true -- kind: conda - name: double-conversion - version: 3.3.0 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 md5: c2f83a5ddadadcdb08fe05863295ee97 depends: @@ -17602,12 +16434,7 @@ packages: purls: [] size: 78645 timestamp: 1686489937183 -- kind: conda - name: double-conversion - version: 3.3.0 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 md5: 1a8bc18b24014167b2184c5afbe6037e depends: @@ -17619,30 +16446,7 @@ packages: purls: [] size: 70425 timestamp: 1686490368655 -- kind: conda - name: doxygen - version: 1.9.7 - build: h0e2417a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda - sha256: 4bfaf6721b163301135c2db1268b40a099f51e2a42fdec60262137c72e20b9eb - md5: 02c4969f0c780d47e3f95b43f18a8ad7 - depends: - - libcxx >=15.0.7 - - libiconv >=1.17,<2.0a0 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 5103390 - timestamp: 1687332854077 -- kind: conda - name: doxygen - version: 1.9.7 - build: h661eb56_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda sha256: 41334db7aaea41ca7e5968f598c52dbe714a4f5019d482ebc16f0e1d7ba1992d md5: cc4690294cdd88059b42428f68ab9def depends: @@ -17654,13 +16458,7 @@ packages: purls: [] size: 6179024 timestamp: 1687332729384 -- kind: conda - name: doxygen - version: 1.9.7 - build: h7b6a552_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda sha256: cb4e2a628da54bf13d2decd9bbe982c611c216eb82b5ab826da59397492babd8 md5: f619530bed063f8498eb2e15de71cf32 depends: @@ -17672,13 +16470,29 @@ packages: purls: [] size: 5785379 timestamp: 1687332318274 -- kind: conda - name: doxygen - version: 1.9.7 - build: h849606c_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/doxygen-1.9.7-hd7636e7_1.conda + sha256: b3a43f399a710dbfff7f0380d43db3c7155ae128af5f14a0a23ac51a48209123 + md5: 00ada1ebe41c7febae72032969017b09 + depends: + - libcxx >=15.0.7 + - libiconv >=1.17,<2.0a0 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 5344962 + timestamp: 1687332955991 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda + sha256: 4bfaf6721b163301135c2db1268b40a099f51e2a42fdec60262137c72e20b9eb + md5: 02c4969f0c780d47e3f95b43f18a8ad7 + depends: + - libcxx >=15.0.7 + - libiconv >=1.17,<2.0a0 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 5103390 + timestamp: 1687332854077 +- conda: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda sha256: b78b504b6c61a7a6252be49f2838c4788332332616fdd427f81adddc650b2520 md5: 7c9a71d497a45a053fa85eeef616f936 depends: @@ -17691,27 +16505,9 @@ packages: purls: [] size: 4861033 timestamp: 1687333355663 -- kind: conda - name: doxygen - version: 1.9.7 - build: hd7636e7_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/doxygen-1.9.7-hd7636e7_1.conda - sha256: b3a43f399a710dbfff7f0380d43db3c7155ae128af5f14a0a23ac51a48209123 - md5: 00ada1ebe41c7febae72032969017b09 - depends: - - libcxx >=15.0.7 - - libiconv >=1.17,<2.0a0 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 5344962 - timestamp: 1687332955991 -- kind: pypi +- pypi: examples/python/drone_lidar name: drone-lidar version: 0.1.0 - path: examples/python/drone_lidar sha256: 4de8d4135d07f9b0389eeb8a3616a5a9941a868b4d876cc91d8b5351c3b8984d requires_dist: - laspy @@ -17720,13 +16516,7 @@ packages: - rerun-sdk - tqdm editable: true -- kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 md5: d02ae936e42063ca46af6cdad2dbd1e0 depends: @@ -17736,10 +16526,9 @@ packages: - pkg:pypi/exceptiongroup?source=hash-mapping size: 20418 timestamp: 1720869435725 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl name: executing version: 2.1.0 - url: https://files.pythonhosted.org/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl sha256: 8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf requires_dist: - asttokens>=2.1.0 ; extra == 'tests' @@ -17750,12 +16539,7 @@ packages: - littleutils ; extra == 'tests' - rich ; python_full_version >= '3.11' and extra == 'tests' requires_python: '>=3.8' -- kind: conda - name: expat - version: 2.6.3 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.3-h5888daf_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.3-h5888daf_0.conda sha256: 65bd479c75ce876f26600cb230d6ebc474086e31fa384af9b4282b36842ed7e2 md5: 6595440079bed734b113de44ffd3cd0a depends: @@ -17767,12 +16551,7 @@ packages: purls: [] size: 137891 timestamp: 1725568750673 -- kind: conda - name: expat - version: 2.6.3 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.3-h5ad3122_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.3-h5ad3122_0.conda sha256: c827521e080d0f3395655924f1c364d48a1eac1ff3e193a12d0441e9c3b51e91 md5: 901a44b341632b0c233756ed5abcd78b depends: @@ -17783,12 +16562,7 @@ packages: purls: [] size: 130283 timestamp: 1725568848182 -- kind: conda - name: expat - version: 2.6.3 - build: hac325c4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.3-hac325c4_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.3-hac325c4_0.conda sha256: 79b0da6ca997f7a939bfb9631356afbc519343944fc81cc4261c6b3a85f6db32 md5: 474cd8746e9f896fc5ae84af3c951796 depends: @@ -17799,12 +16573,18 @@ packages: purls: [] size: 128253 timestamp: 1725568880679 -- kind: conda - name: expat - version: 2.6.3 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.3-he0c23c2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.3-hf9b8971_0.conda + sha256: 4d52ad7a7eb39f71a38bbf2b6377183024bd3bf4cfb5dcd33b31636a6f9a7abc + md5: 726bbcf3549fe22b4556285d946fed2d + depends: + - __osx >=11.0 + - libexpat 2.6.3 hf9b8971_0 + license: MIT + license_family: MIT + purls: [] + size: 125005 + timestamp: 1725568799108 +- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.3-he0c23c2_0.conda sha256: 627651a36fe659ce08d79e8bcad00dc5fc35c6e63eb51e5d15a30a7605251998 md5: a85588222941f75577eb39711058e1de depends: @@ -17817,26 +16597,9 @@ packages: purls: [] size: 230615 timestamp: 1725569133557 -- kind: conda - name: expat - version: 2.6.3 - build: hf9b8971_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.3-hf9b8971_0.conda - sha256: 4d52ad7a7eb39f71a38bbf2b6377183024bd3bf4cfb5dcd33b31636a6f9a7abc - md5: 726bbcf3549fe22b4556285d946fed2d - depends: - - __osx >=11.0 - - libexpat 2.6.3 hf9b8971_0 - license: MIT - license_family: MIT - purls: [] - size: 125005 - timestamp: 1725568799108 -- kind: pypi +- pypi: examples/python/face_tracking name: face-tracking version: 0.1.0 - path: examples/python/face_tracking sha256: b8725fe4d36c11aad2c6c936ba2b57c7f65a856aa179badca5d041db63119d55 requires_dist: - mediapipe==0.10.11 ; sys_platform != 'darwin' @@ -17848,10 +16611,9 @@ packages: - tqdm requires_python: <3.12 editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6d/ca/086311cdfc017ec964b2436fe0c98c1f4efcb7e4c328956a22456e497655/fastjsonschema-2.20.0-py3-none-any.whl name: fastjsonschema version: 2.20.0 - url: https://files.pythonhosted.org/packages/6d/ca/086311cdfc017ec964b2436fe0c98c1f4efcb7e4c328956a22456e497655/fastjsonschema-2.20.0-py3-none-any.whl sha256: 5875f0b0fa7a0043a91e93a9b8f793bcbbba9691e7fd83dca95c28ba26d21f0a requires_dist: - colorama ; extra == 'devel' @@ -17862,42 +16624,7 @@ packages: - pytest-benchmark ; extra == 'devel' - pytest-cache ; extra == 'devel' - validictory ; extra == 'devel' -- kind: conda - name: fd-find - version: 10.2.0 - build: h3bba108_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fd-find-10.2.0-h3bba108_0.conda - sha256: dd478d25566fac4fa4a68eff799ed4a6048c06e12273d3a29ab91b525ac56491 - md5: a11091e0aac39bf5a5f82f86ead4b7db - depends: - - __osx >=11.0 - constrains: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 943232 - timestamp: 1725369228184 -- kind: conda - name: fd-find - version: 10.2.0 - build: h8b8d39b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fd-find-10.2.0-h8b8d39b_0.conda - sha256: 55211e0f9d8d07229210ed09d0bd851b74ec68ad0eac3630979a1ada784fe617 - md5: 35327baad9c0b71dcc89ea788d455a1b - license: MIT - license_family: MIT - purls: [] - size: 1023668 - timestamp: 1725369807164 -- kind: conda - name: fd-find - version: 10.2.0 - build: h8fae777_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fd-find-10.2.0-h8fae777_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/fd-find-10.2.0-h8fae777_0.conda sha256: d78a6f8cfa409a0925f152809534350cf9ad25841b99f4275ebc827ce8eb6dcc md5: 0f2a1ba5a440b57556af50c9e0c5b6c2 depends: @@ -17910,12 +16637,19 @@ packages: purls: [] size: 1086414 timestamp: 1725368865690 -- kind: conda - name: fd-find - version: 10.2.0 - build: h9bb4cbb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fd-find-10.2.0-h9bb4cbb_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fd-find-10.2.0-ha3529ed_0.conda + sha256: be7bab47f43994c084548f0d0eeb6c221e3f04eae2a9c594c83c9c27f3d51d45 + md5: e67d83cac7346b5022043fb8172f32f0 + depends: + - libgcc >=13 + constrains: + - __glibc >=2.17 + license: MIT + license_family: MIT + purls: [] + size: 1005713 + timestamp: 1725369026276 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fd-find-10.2.0-h9bb4cbb_0.conda sha256: da59b02a48801e943885f4bb47f218543e703d4d114e177eb0f60c72e08b0dc8 md5: 6e350dc10c873efcf3863b331be53d7f depends: @@ -17927,83 +16661,31 @@ packages: purls: [] size: 1014953 timestamp: 1725369091390 -- kind: conda - name: fd-find - version: 10.2.0 - build: ha3529ed_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fd-find-10.2.0-ha3529ed_0.conda - sha256: be7bab47f43994c084548f0d0eeb6c221e3f04eae2a9c594c83c9c27f3d51d45 - md5: e67d83cac7346b5022043fb8172f32f0 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fd-find-10.2.0-h3bba108_0.conda + sha256: dd478d25566fac4fa4a68eff799ed4a6048c06e12273d3a29ab91b525ac56491 + md5: a11091e0aac39bf5a5f82f86ead4b7db depends: - - libgcc >=13 + - __osx >=11.0 constrains: - - __glibc >=2.17 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 1005713 - timestamp: 1725369026276 -- kind: conda - name: ffmpeg - version: 7.1.0 - build: gpl_h47bdf92_101 - build_number: 101 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ffmpeg-7.1.0-gpl_h47bdf92_101.conda - sha256: 7ae883fff872b96c48812e4ad710ab3666c6fd717e6715355f40a1c14d001756 - md5: c27c33897c6532464e7948a6486c93d7 - depends: - - __osx >=10.13 - - aom >=3.9.1,<3.10.0a0 - - bzip2 >=1.0.8,<2.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gmp >=6.3.0,<7.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - lame >=3.100,<3.101.0a0 - - libass >=0.17.3,<0.17.4.0a0 - - libcxx >=17 - - libiconv >=1.17,<2.0a0 - - libopenvino >=2024.4.0,<2024.4.1.0a0 - - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 - - libopenvino-pytorch-frontend >=2024.4.0,<2024.4.1.0a0 - - libopenvino-tensorflow-frontend >=2024.4.0,<2024.4.1.0a0 - - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - - libopus >=1.3.1,<2.0a0 - - libvpx >=1.14.1,<1.15.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - openh264 >=2.4.1,<2.4.2.0a0 - - openssl >=3.3.2,<4.0a0 - - svt-av1 >=2.2.1,<2.2.2.0a0 - - x264 >=1!164.3095,<1!165 - - x265 >=3.5,<3.6.0a0 - - xz >=5.2.6,<6.0a0 - license: GPL-2.0-or-later - license_family: GPL + size: 943232 + timestamp: 1725369228184 +- conda: https://conda.anaconda.org/conda-forge/win-64/fd-find-10.2.0-h8b8d39b_0.conda + sha256: 55211e0f9d8d07229210ed09d0bd851b74ec68ad0eac3630979a1ada784fe617 + md5: 35327baad9c0b71dcc89ea788d455a1b + license: MIT + license_family: MIT purls: [] - size: 10171997 - timestamp: 1728333161364 -- kind: conda - name: ffmpeg - version: 7.1.0 - build: gpl_h705e2fc_101 - build_number: 101 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ffmpeg-7.1.0-gpl_h705e2fc_101.conda - sha256: 2d07804510297a1d2572771fcdd5796e2533997fdbbda988764b4f46b7c57475 - md5: 7e38612ffada62ef6d62f1c1e33f358e + size: 1023668 + timestamp: 1725369807164 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ffmpeg-7.1.0-gpl_he2fd91e_701.conda + sha256: 8fc428b72bbf5cd9d42a9bbe2d11dd8c8c7378acd4d37a88c846bc6b8c1fae2e + md5: de7439171bd3d5dbc934325b6e7f4695 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - aom >=3.9.1,<3.10.0a0 - bzip2 >=1.0.8,<2.0a0 - dav1d >=1.2.1,<1.2.2.0a0 @@ -18014,13 +16696,15 @@ packages: - harfbuzz >=9.0.0,<10.0a0 - lame >=3.100,<3.101.0a0 - libass >=0.17.3,<0.17.4.0a0 - - libcxx >=17 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - libopenvino >=2024.4.0,<2024.4.1.0a0 - - libopenvino-arm-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-gpu-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-npu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 @@ -18028,7 +16712,10 @@ packages: - libopenvino-tensorflow-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libopus >=1.3.1,<2.0a0 + - libstdcxx >=13 + - libva >=2.22.0,<3.0a0 - libvpx >=1.14.1,<1.15.0a0 + - libxcb >=1.17.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - openh264 >=2.4.1,<2.4.2.0a0 @@ -18036,19 +16723,16 @@ packages: - svt-av1 >=2.2.1,<2.2.2.0a0 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 - xz >=5.2.6,<6.0a0 + constrains: + - __cuda >=12.4 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 9076427 - timestamp: 1728333176714 -- kind: conda - name: ffmpeg - version: 7.1.0 - build: gpl_h8ae0b44_701 - build_number: 701 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ffmpeg-7.1.0-gpl_h8ae0b44_701.conda + size: 10306411 + timestamp: 1728333188603 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ffmpeg-7.1.0-gpl_h8ae0b44_701.conda sha256: 986e1dfbfb2146c8fd21ece2f693f68558a3edc36a4cb8ce6ff087b37cb8643a md5: a9b01ce0959064248f1ffabf2e390d9f depends: @@ -18095,54 +16779,54 @@ packages: purls: [] size: 9937535 timestamp: 1728333437030 -- kind: conda - name: ffmpeg - version: 7.1.0 - build: gpl_hb26d62f_701 - build_number: 701 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ffmpeg-7.1.0-gpl_hb26d62f_701.conda - sha256: a48b5edc7f4b392d2ed73b2b8167b82bc3d85cb083c4e39508023ab7444f68cb - md5: 79410e18808c89631a1bb01866629340 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ffmpeg-7.1.0-gpl_h47bdf92_101.conda + sha256: 7ae883fff872b96c48812e4ad710ab3666c6fd717e6715355f40a1c14d001756 + md5: c27c33897c6532464e7948a6486c93d7 depends: + - __osx >=10.13 - aom >=3.9.1,<3.10.0a0 - bzip2 >=1.0.8,<2.0a0 - dav1d >=1.2.1,<1.2.2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 + - gmp >=6.3.0,<7.0a0 - harfbuzz >=9.0.0,<10.0a0 + - lame >=3.100,<3.101.0a0 + - libass >=0.17.3,<0.17.4.0a0 + - libcxx >=17 - libiconv >=1.17,<2.0a0 + - libopenvino >=2024.4.0,<2024.4.1.0a0 + - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 + - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 + - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 + - libopenvino-pytorch-frontend >=2024.4.0,<2024.4.1.0a0 + - libopenvino-tensorflow-frontend >=2024.4.0,<2024.4.1.0a0 + - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libopus >=1.3.1,<2.0a0 + - libvpx >=1.14.1,<1.15.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - openh264 >=2.4.1,<2.4.2.0a0 - openssl >=3.3.2,<4.0a0 - svt-av1 >=2.2.1,<2.2.2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 - xz >=5.2.6,<6.0a0 - constrains: - - __cuda >=12.4 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 9998912 - timestamp: 1728335336911 -- kind: conda - name: ffmpeg - version: 7.1.0 - build: gpl_he2fd91e_701 - build_number: 701 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ffmpeg-7.1.0-gpl_he2fd91e_701.conda - sha256: 8fc428b72bbf5cd9d42a9bbe2d11dd8c8c7378acd4d37a88c846bc6b8c1fae2e - md5: de7439171bd3d5dbc934325b6e7f4695 + size: 10171997 + timestamp: 1728333161364 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ffmpeg-7.1.0-gpl_h705e2fc_101.conda + sha256: 2d07804510297a1d2572771fcdd5796e2533997fdbbda988764b4f46b7c57475 + md5: 7e38612ffada62ef6d62f1c1e33f358e depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - aom >=3.9.1,<3.10.0a0 - bzip2 >=1.0.8,<2.0a0 - dav1d >=1.2.1,<1.2.2.0a0 @@ -18153,15 +16837,13 @@ packages: - harfbuzz >=9.0.0,<10.0a0 - lame >=3.100,<3.101.0a0 - libass >=0.17.3,<0.17.4.0a0 - - libgcc >=13 + - libcxx >=17 - libiconv >=1.17,<2.0a0 - libopenvino >=2024.4.0,<2024.4.1.0a0 + - libopenvino-arm-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-gpu-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-npu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 @@ -18169,10 +16851,7 @@ packages: - libopenvino-tensorflow-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libopus >=1.3.1,<2.0a0 - - libstdcxx >=13 - - libva >=2.22.0,<3.0a0 - libvpx >=1.14.1,<1.15.0a0 - - libxcb >=1.17.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - openh264 >=2.4.1,<2.4.2.0a0 @@ -18180,19 +16859,46 @@ packages: - svt-av1 >=2.2.1,<2.2.2.0a0 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 + - xz >=5.2.6,<6.0a0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 9076427 + timestamp: 1728333176714 +- conda: https://conda.anaconda.org/conda-forge/win-64/ffmpeg-7.1.0-gpl_hb26d62f_701.conda + sha256: a48b5edc7f4b392d2ed73b2b8167b82bc3d85cb083c4e39508023ab7444f68cb + md5: 79410e18808c89631a1bb01866629340 + depends: + - aom >=3.9.1,<3.10.0a0 + - bzip2 >=1.0.8,<2.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libiconv >=1.17,<2.0a0 + - libopus >=1.3.1,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - openh264 >=2.4.1,<2.4.2.0a0 + - openssl >=3.3.2,<4.0a0 + - svt-av1 >=2.2.1,<2.2.2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - x264 >=1!164.3095,<1!165 + - x265 >=3.5,<3.6.0a0 - xz >=5.2.6,<6.0a0 constrains: - __cuda >=12.4 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 10306411 - timestamp: 1728333188603 -- kind: pypi + size: 9998912 + timestamp: 1728335336911 +- pypi: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl name: filelock version: 3.16.1 - url: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl sha256: 2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 requires_dist: - furo>=2024.8.6 ; extra == 'docs' @@ -18209,40 +16915,17 @@ packages: - virtualenv>=20.26.4 ; extra == 'testing' - typing-extensions>=4.12.2 ; python_full_version < '3.11' and extra == 'typing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6b/b6/82c7e601d6d3c3278c40b7bd35e17e82aa227f050aa9f66cb7b7fce29471/fire-0.7.0.tar.gz name: fire version: 0.7.0 - url: https://files.pythonhosted.org/packages/6b/b6/82c7e601d6d3c3278c40b7bd35e17e82aa227f050aa9f66cb7b7fce29471/fire-0.7.0.tar.gz sha256: 961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf requires_dist: - termcolor -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl name: flatbuffers version: 24.3.25 - url: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl sha256: 8dbdec58f935f3765e4f7f3cf635ac3a77f83568138d6a2311f524ec96364812 -- kind: conda - name: flatbuffers - version: 24.3.25 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda - sha256: e359e3982a316dc0daf6e9b4efbe93efc1a255f15c97694c0abee8f90b13d4a8 - md5: 773218124ef65e2dde011525c6952196 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 1301897 - timestamp: 1711467117 -- kind: conda - name: flatbuffers - version: 24.3.25 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda sha256: 0f3b8d6a958d40d5b2ac105ba0ec09f61dd4ce78cafdf99ab2d0fc298dc54d75 md5: 2941a8c4e4871cdfa738c8c1a7611533 depends: @@ -18253,29 +16936,18 @@ packages: purls: [] size: 1459911 timestamp: 1711467009850 -- kind: conda - name: flatbuffers - version: 24.3.25 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda - sha256: 2535ad2f65afe3764113ecd129a8674bd162b54a78e429a4d324443b1aa5d104 - md5: ee24499f9b776dba2600029209acb64d +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda + sha256: e359e3982a316dc0daf6e9b4efbe93efc1a255f15c97694c0abee8f90b13d4a8 + md5: 773218124ef65e2dde011525c6952196 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: APACHE purls: [] - size: 1734162 - timestamp: 1711467411953 -- kind: conda - name: flatbuffers - version: 24.3.25 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda + size: 1301897 + timestamp: 1711467117 +- conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda sha256: 3648f1822b69a4212b368b0cfa266a77accaeb60794af2b90e4178c263b2abda md5: 728a9638664ac180b3d970b3d04cf218 depends: @@ -18285,12 +16957,7 @@ packages: purls: [] size: 1330937 timestamp: 1711467455228 -- kind: conda - name: flatbuffers - version: 24.3.25 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda sha256: c95467f1ef83f358518cea13de8e00e3998427fc7f0dad5885f47c18aeb95ad4 md5: f23852b1b71bc82768a6a33f6122efff depends: @@ -18300,13 +16967,19 @@ packages: purls: [] size: 1280038 timestamp: 1711467768202 -- kind: conda - name: font-ttf-dejavu-sans-mono - version: '2.37' - build: hab24e00_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda + sha256: 2535ad2f65afe3764113ecd129a8674bd162b54a78e429a4d324443b1aa5d104 + md5: ee24499f9b776dba2600029209acb64d + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1734162 + timestamp: 1711467411953 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b md5: 0c96522c6bdaed4b1566d11387caaf45 license: BSD-3-Clause @@ -18314,13 +16987,7 @@ packages: purls: [] size: 397370 timestamp: 1566932522327 -- kind: conda - name: font-ttf-inconsolata - version: '3.000' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c md5: 34893075a5c9e55cdafac56607368fc6 license: OFL-1.1 @@ -18328,13 +16995,7 @@ packages: purls: [] size: 96530 timestamp: 1620479909603 -- kind: conda - name: font-ttf-source-code-pro - version: '2.038' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 md5: 4d59c254e01d9cde7957100457e2d5fb license: OFL-1.1 @@ -18342,14 +17003,7 @@ packages: purls: [] size: 700814 timestamp: 1620479612257 -- kind: conda - name: font-ttf-ubuntu - version: '0.83' - build: h77eed37_3 - build_number: 3 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 md5: 49023d73832ef61042f6a237cb2687e7 license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 @@ -18357,12 +17011,7 @@ packages: purls: [] size: 1620504 timestamp: 1727511233259 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h14ed4e7_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 md5: 0f69b688f52ff6da70bccb7ff7001d1d depends: @@ -18376,12 +17025,21 @@ packages: purls: [] size: 272010 timestamp: 1674828850194 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h5bb23bf_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 + md5: 6d2d19ea85f9d41534cd28fdefd59a25 + depends: + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libgcc-ng >=12 + - libuuid >=2.32.1,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 280375 + timestamp: 1674830224830 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 md5: 86cc5867dfbee4178118392bae4a3c89 depends: @@ -18393,12 +17051,7 @@ packages: purls: [] size: 237068 timestamp: 1674829100063 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h82840c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b md5: f77d47ddb6d3cc5b39b9bdf65635afbb depends: @@ -18410,31 +17063,7 @@ packages: purls: [] size: 237668 timestamp: 1674829263740 -- kind: conda - name: fontconfig - version: 2.14.2 - build: ha9a116f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 - md5: 6d2d19ea85f9d41534cd28fdefd59a25 - depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libgcc-ng >=12 - - libuuid >=2.32.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 280375 - timestamp: 1674830224830 -- kind: conda - name: fontconfig - version: 2.14.2 - build: hbde0cde_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 md5: 08767992f1a4f1336a257af1241034bd depends: @@ -18450,13 +17079,7 @@ packages: purls: [] size: 190111 timestamp: 1674829354122 -- kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 md5: fee5683a3f04bd15cbd8318b096a27ab depends: @@ -18466,13 +17089,7 @@ packages: purls: [] size: 3667 timestamp: 1566974674465 -- kind: conda - name: fonts-conda-forge - version: '1' - build: '0' - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 md5: f766549260d6815b0c52253f1fb1bb29 depends: @@ -18485,13 +17102,12 @@ packages: purls: [] size: 4102 timestamp: 1566932280397 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/2e/f94118b92f7b6a9ec93840101b64bfdd09f295b266133857e8e852a5c35c/fonttools-4.54.1-cp311-cp311-macosx_11_0_arm64.whl name: fonttools version: 4.54.1 - url: https://files.pythonhosted.org/packages/37/2e/f94118b92f7b6a9ec93840101b64bfdd09f295b266133857e8e852a5c35c/fonttools-4.54.1-cp311-cp311-macosx_11_0_arm64.whl sha256: 301540e89cf4ce89d462eb23a89464fef50915255ece765d10eee8b2bf9d75b2 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' + - fs>=2.2.0,<3 ; extra == 'all' - lxml>=4.0 ; extra == 'all' - zopfli>=0.1.4 ; extra == 'all' - lz4>=1.7.4.2 ; extra == 'all' @@ -18516,19 +17132,18 @@ packages: - uharfbuzz>=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' + - fs>=2.2.0,<3 ; extra == 'ufo' - unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode' - zopfli>=0.1.4 ; extra == 'woff' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/45/4b/8a32f56a13e78256192f77d6b65583c43538c7955f5420887bb574b91ddf/fonttools-4.54.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: fonttools version: 4.54.1 - url: https://files.pythonhosted.org/packages/45/4b/8a32f56a13e78256192f77d6b65583c43538c7955f5420887bb574b91ddf/fonttools-4.54.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 76ae5091547e74e7efecc3cbf8e75200bc92daaeb88e5433c5e3e95ea8ce5aa7 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' + - fs>=2.2.0,<3 ; extra == 'all' - lxml>=4.0 ; extra == 'all' - zopfli>=0.1.4 ; extra == 'all' - lz4>=1.7.4.2 ; extra == 'all' @@ -18553,19 +17168,18 @@ packages: - uharfbuzz>=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' + - fs>=2.2.0,<3 ; extra == 'ufo' - unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode' - zopfli>=0.1.4 ; extra == 'woff' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/63/f1/3a081cd047d83b5966cb0d7ef3fea929ee6eddeb94d8fbfdb2a19bd60cc7/fonttools-4.54.1-cp311-cp311-win_amd64.whl name: fonttools version: 4.54.1 - url: https://files.pythonhosted.org/packages/63/f1/3a081cd047d83b5966cb0d7ef3fea929ee6eddeb94d8fbfdb2a19bd60cc7/fonttools-4.54.1-cp311-cp311-win_amd64.whl sha256: 07e005dc454eee1cc60105d6a29593459a06321c21897f769a281ff2d08939f6 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' + - fs>=2.2.0,<3 ; extra == 'all' - lxml>=4.0 ; extra == 'all' - zopfli>=0.1.4 ; extra == 'all' - lz4>=1.7.4.2 ; extra == 'all' @@ -18590,19 +17204,18 @@ packages: - uharfbuzz>=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' + - fs>=2.2.0,<3 ; extra == 'ufo' - unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode' - zopfli>=0.1.4 ; extra == 'woff' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/96/13/748b7f7239893ff0796de11074b0ad8aa4c3da2d9f4d79a128b0b16147f3/fonttools-4.54.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: fonttools version: 4.54.1 - url: https://files.pythonhosted.org/packages/96/13/748b7f7239893ff0796de11074b0ad8aa4c3da2d9f4d79a128b0b16147f3/fonttools-4.54.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 82834962b3d7c5ca98cb56001c33cf20eb110ecf442725dc5fdf36d16ed1ab07 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' + - fs>=2.2.0,<3 ; extra == 'all' - lxml>=4.0 ; extra == 'all' - zopfli>=0.1.4 ; extra == 'all' - lz4>=1.7.4.2 ; extra == 'all' @@ -18627,19 +17240,18 @@ packages: - uharfbuzz>=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' + - fs>=2.2.0,<3 ; extra == 'ufo' - unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode' - zopfli>=0.1.4 ; extra == 'woff' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/aa/2c/8b5d82fe2d9c7f260fb73121418f5e07d4e38c329ea3886a5b0e55586113/fonttools-4.54.1-cp311-cp311-macosx_10_9_universal2.whl name: fonttools version: 4.54.1 - url: https://files.pythonhosted.org/packages/aa/2c/8b5d82fe2d9c7f260fb73121418f5e07d4e38c329ea3886a5b0e55586113/fonttools-4.54.1-cp311-cp311-macosx_10_9_universal2.whl sha256: 5419771b64248484299fa77689d4f3aeed643ea6630b2ea750eeab219588ba20 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' + - fs>=2.2.0,<3 ; extra == 'all' - lxml>=4.0 ; extra == 'all' - zopfli>=0.1.4 ; extra == 'all' - lz4>=1.7.4.2 ; extra == 'all' @@ -18664,29 +17276,22 @@ packages: - uharfbuzz>=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' + - fs>=2.2.0,<3 ; extra == 'ufo' - unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode' - zopfli>=0.1.4 ; extra == 'woff' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl name: fqdn version: 1.5.1 - url: https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl sha256: 3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014 requires_dist: - cached-property>=1.3.0 ; python_full_version < '3.8' requires_python: '>=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,<4' -- kind: conda - name: freeglut - version: 3.2.2 - build: h5eeb66e_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freeglut-3.2.2-h5eeb66e_3.conda - sha256: 22a2104d5d6573e8445b7f264533bcd7595cff36d2b356cb1925af5ea62b6a47 - md5: c6c65566e07fec709e1ea4bc95fc56e4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/freeglut-3.2.2-ha6d2627_3.conda + sha256: 676540a8e7f73a894cb1fcb870e7bec623ec1c0a2d277094fd713261a02d8d56 + md5: 84ec3f5b46f3076be49f2cf3f1cfbf02 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 @@ -18699,17 +17304,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 144992 - timestamp: 1719014317113 -- kind: conda - name: freeglut - version: 3.2.2 - build: ha6d2627_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freeglut-3.2.2-ha6d2627_3.conda - sha256: 676540a8e7f73a894cb1fcb870e7bec623ec1c0a2d277094fd713261a02d8d56 - md5: 84ec3f5b46f3076be49f2cf3f1cfbf02 + size: 144010 + timestamp: 1719014356708 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freeglut-3.2.2-h5eeb66e_3.conda + sha256: 22a2104d5d6573e8445b7f264533bcd7595cff36d2b356cb1925af5ea62b6a47 + md5: c6c65566e07fec709e1ea4bc95fc56e4 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 @@ -18722,15 +17321,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 144010 - timestamp: 1719014356708 -- kind: conda - name: freeglut - version: 3.2.2 - build: he0c23c2_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freeglut-3.2.2-he0c23c2_3.conda + size: 144992 + timestamp: 1719014317113 +- conda: https://conda.anaconda.org/conda-forge/win-64/freeglut-3.2.2-he0c23c2_3.conda sha256: 8b41913ed6c8c0dadda463a649bc16f45e88faa58553efc6830f4de1138c97f2 md5: 5872031ef7cba8435ff24af056777473 depends: @@ -18742,13 +17335,7 @@ packages: purls: [] size: 111956 timestamp: 1719014753462 -- kind: conda - name: freetype - version: 2.12.1 - build: h267a509_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 md5: 9ae35c3d96db2c94ce0cef86efdfa2cb depends: @@ -18759,13 +17346,18 @@ packages: purls: [] size: 634972 timestamp: 1694615932610 -- kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda + sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 + md5: a5ab74c5bd158c3d5532b66d8d83d907 + depends: + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 642092 + timestamp: 1694617858496 +- conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e md5: 25152fce119320c980e5470e64834b50 depends: @@ -18775,13 +17367,7 @@ packages: purls: [] size: 599300 timestamp: 1694616137838 -- kind: conda - name: freetype - version: 2.12.1 - build: hadb7bae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 md5: e6085e516a3e304ce41a8ee08b9b89ad depends: @@ -18791,13 +17377,7 @@ packages: purls: [] size: 596430 timestamp: 1694616332835 -- kind: conda - name: freetype - version: 2.12.1 - build: hdaf720e_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 md5: 3761b23693f768dc75a8fd0a73ca053f depends: @@ -18810,65 +17390,27 @@ packages: purls: [] size: 510306 timestamp: 1694616398888 -- kind: conda - name: freetype - version: 2.12.1 - build: hf0a5ef3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 642092 - timestamp: 1694617858496 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/38/a8/258dd138ebe60c79cd8cfaa6d021599208a33f0175a5e29b01f60c9ab2c7/freetype_py-2.5.1-py3-none-macosx_10_9_universal2.whl name: freetype-py version: 2.5.1 - url: https://files.pythonhosted.org/packages/38/a8/258dd138ebe60c79cd8cfaa6d021599208a33f0175a5e29b01f60c9ab2c7/freetype_py-2.5.1-py3-none-macosx_10_9_universal2.whl sha256: d01ded2557694f06aa0413f3400c0c0b2b5ebcaabeef7aaf3d756be44f51e90b requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/93/6e/bd7fbfacca077bc6f34f1a1109800a2c41ab50f4704d3a0507ba41009915/freetype_py-2.5.1-py3-none-win_amd64.whl name: freetype-py version: 2.5.1 - url: https://files.pythonhosted.org/packages/93/6e/bd7fbfacca077bc6f34f1a1109800a2c41ab50f4704d3a0507ba41009915/freetype_py-2.5.1-py3-none-win_amd64.whl sha256: 0b7f8e0342779f65ca13ef8bc103938366fecade23e6bb37cb671c2b8ad7f124 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a2/93/280ad06dc944e40789b0a641492321a2792db82edda485369cbc59d14366/freetype_py-2.5.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: freetype-py version: 2.5.1 - url: https://files.pythonhosted.org/packages/a2/93/280ad06dc944e40789b0a641492321a2792db82edda485369cbc59d14366/freetype_py-2.5.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 5d2f6b3d68496797da23204b3b9c4e77e67559c80390fc0dc8b3f454ae1cd819 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b6/36/853cad240ec63e21a37a512ee19c896b655ce1772d803a3dd80fccfe63fe/freetype_py-2.5.1-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl name: freetype-py version: 2.5.1 - url: https://files.pythonhosted.org/packages/b6/36/853cad240ec63e21a37a512ee19c896b655ce1772d803a3dd80fccfe63fe/freetype_py-2.5.1-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl sha256: 289b443547e03a4f85302e3ac91376838e0d11636050166662a4f75e3087ed0b requires_python: '>=3.7' -- kind: conda - name: fribidi - version: 1.0.10 - build: h27ca646_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - purls: [] - size: 60255 - timestamp: 1604417405528 -- kind: conda - name: fribidi - version: 1.0.10 - build: h36c2ea0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 md5: ac7bc6a654f8f41b352b38f4051135f8 depends: @@ -18877,12 +17419,7 @@ packages: purls: [] size: 114383 timestamp: 1604416621168 -- kind: conda - name: fribidi - version: 1.0.10 - build: hb9de7d4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: @@ -18891,54 +17428,44 @@ packages: purls: [] size: 115689 timestamp: 1604417149643 -- kind: conda - name: fribidi - version: 1.0.10 - build: hbcb3906_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 md5: f1c6b41e0f56998ecd9a3e210faa1dc0 license: LGPL-2.1 purls: [] size: 65388 timestamp: 1604417213 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + license: LGPL-2.1 + purls: [] + size: 60255 + timestamp: 1604417405528 +- pypi: https://files.pythonhosted.org/packages/04/13/d9839089b900fa7b479cce495d62110cddc4bd5630a04d8469916c0e79c5/frozendict-2.4.6-py311-none-any.whl name: frozendict version: 2.4.6 - url: https://files.pythonhosted.org/packages/04/13/d9839089b900fa7b479cce495d62110cddc4bd5630a04d8469916c0e79c5/frozendict-2.4.6-py311-none-any.whl sha256: d065db6a44db2e2375c23eac816f1a022feb2fa98cbb50df44a9e83700accbea requires_python: '>=3.6' -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311h3336109_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311h3336109_1.conda - sha256: a0e874185da4b85250b5416f0c63d40de72f1a7c4f7ebe864eeb298b691d46a5 - md5: 76713e20ff1f712ab6c6ef122fd4e2d9 +- conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h9ecbd09_1.conda + sha256: 8453b61bfd8a7812e59aba9209b9aaf15f84e8d601758c820ecb1131deb9e876 + md5: 4605a44155b0c25da37e8f40318c78a4 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/frozenlist?source=hash-mapping - size: 52909 - timestamp: 1725395958538 -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311h460d6c5_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h460d6c5_1.conda - sha256: d75a0d3257571e0f22d7b57dc0bf3327041b0933342d199e4a38641db3a98ecb - md5: 61d4488473cbe29a1552310467c22359 + size: 60199 + timestamp: 1725395817496 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311ha879c10_1.conda + sha256: 083bae83214ff52adb523543ce124b1c80815b89cf7b86a9cd706f55c92fac40 + md5: ccd6df7dbc5e6830d03ff01e5ecf8b2e depends: - - __osx >=11.0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 @@ -18946,39 +17473,26 @@ packages: license_family: APACHE purls: - pkg:pypi/frozenlist?source=hash-mapping - size: 53574 - timestamp: 1725396042461 -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311h9ecbd09_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h9ecbd09_1.conda - sha256: 8453b61bfd8a7812e59aba9209b9aaf15f84e8d601758c820ecb1131deb9e876 - md5: 4605a44155b0c25da37e8f40318c78a4 + size: 60217 + timestamp: 1725395930304 +- conda: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311h3336109_1.conda + sha256: a0e874185da4b85250b5416f0c63d40de72f1a7c4f7ebe864eeb298b691d46a5 + md5: 76713e20ff1f712ab6c6ef122fd4e2d9 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/frozenlist?source=hash-mapping - size: 60199 - timestamp: 1725395817496 -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311ha879c10_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311ha879c10_1.conda - sha256: 083bae83214ff52adb523543ce124b1c80815b89cf7b86a9cd706f55c92fac40 - md5: ccd6df7dbc5e6830d03ff01e5ecf8b2e + size: 52909 + timestamp: 1725395958538 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h460d6c5_1.conda + sha256: d75a0d3257571e0f22d7b57dc0bf3327041b0933342d199e4a38641db3a98ecb + md5: 61d4488473cbe29a1552310467c22359 depends: - - libgcc >=13 + - __osx >=11.0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 @@ -18986,15 +17500,9 @@ packages: license_family: APACHE purls: - pkg:pypi/frozenlist?source=hash-mapping - size: 60217 - timestamp: 1725395930304 -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311he736701_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311he736701_1.conda + size: 53574 + timestamp: 1725396042461 +- conda: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311he736701_1.conda sha256: d30357c5b00c52a852282c391d857fe47159c074269abda658007898989ec01a md5: 706943f4171390c7df1f6e37f4ee1bd6 depends: @@ -19009,10 +17517,9 @@ packages: - pkg:pypi/frozenlist?source=hash-mapping size: 54199 timestamp: 1725396279788 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl name: fsspec version: 2024.9.0 - url: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl sha256: a0947d552d8a6efa72cc2c730b12c41d043509156966cca4fb157b0f2a0c574b requires_dist: - adlfs ; extra == 'abfs' @@ -19072,10 +17579,10 @@ packages: - pytest-recording ; extra == 'test' - pytest-rerunfailures ; extra == 'test' - requests ; extra == 'test' - - aiobotocore<3.0.0,>=2.5.4 ; extra == 'test-downstream' + - aiobotocore>=2.5.4,<3.0.0 ; extra == 'test-downstream' - dask-expr ; extra == 'test-downstream' - dask[dataframe,test] ; extra == 'test-downstream' - - moto[server]<5,>4 ; extra == 'test-downstream' + - moto[server]>4,<5 ; extra == 'test-downstream' - pytest-timeout ; extra == 'test-downstream' - xarray ; extra == 'test-downstream' - adlfs ; extra == 'test-full' @@ -19118,13 +17625,7 @@ packages: - zstandard ; extra == 'test-full' - tqdm ; extra == 'tqdm' requires_python: '>=3.8' -- kind: conda - name: gcc - version: 12.4.0 - build: h236703b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.4.0-h236703b_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.4.0-h236703b_1.conda sha256: 62cfa6eeb1827d0d02739bfca66c49aa7ef63c7a3c055035062fb7fe0479a1b7 md5: b7f73ce286b834487d6cb2dc424ed684 depends: @@ -19134,13 +17635,7 @@ packages: purls: [] size: 53770 timestamp: 1724802037449 -- kind: conda - name: gcc - version: 12.4.0 - build: h7e62973_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.4.0-h7e62973_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.4.0-h7e62973_1.conda sha256: 29a79ba6d2f457bae77b9235464e064c4b7a479c706dbfd993626e87ba1988d5 md5: 8880f34d2774758e783f5f5c390854c3 depends: @@ -19150,13 +17645,7 @@ packages: purls: [] size: 53781 timestamp: 1724801313071 -- kind: conda - name: gcc_impl_linux-64 - version: 12.4.0 - build: hb2e57f8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.4.0-hb2e57f8_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.4.0-hb2e57f8_1.conda sha256: 778cd1bfd417a9d4ddeb0fc4b5a0eb9eb9edf69112e1be0b2f2df125225f27af md5: 3085fe2c70960ea96f1b4171584b500b depends: @@ -19172,13 +17661,7 @@ packages: purls: [] size: 62030150 timestamp: 1724801895487 -- kind: conda - name: gcc_impl_linux-aarch64 - version: 12.4.0 - build: hfb8d6db_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.4.0-hfb8d6db_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.4.0-hfb8d6db_1.conda sha256: f70203b042e44b2b8e27980b3f202c7da6c04bab6ae42a5a3a4a601986e5900c md5: 451c421aa42ab02ae34cdfb44388f912 depends: @@ -19194,13 +17677,7 @@ packages: purls: [] size: 57707204 timestamp: 1724801206430 -- kind: conda - name: gcc_linux-64 - version: 12.4.0 - build: h6b7512a_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.4.0-h6b7512a_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.4.0-h6b7512a_4.conda sha256: 1fb0a1a7729840eb172b69a81edf36e720e4ff032faa12c42989bfeb7bd0c9b2 md5: d1b138010a00c97f914b38678a51f254 depends: @@ -19212,13 +17689,7 @@ packages: purls: [] size: 31943 timestamp: 1727281489360 -- kind: conda - name: gcc_linux-aarch64 - version: 12.4.0 - build: heb3b579_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-12.4.0-heb3b579_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-12.4.0-heb3b579_4.conda sha256: 1c8c2d803f7c059031d243042230df5089f2ede6e83c3555e64fbb23adf5d0f2 md5: 21d519f3a0059277e77bd7ddf600456f depends: @@ -19230,10 +17701,9 @@ packages: purls: [] size: 31932 timestamp: 1727281453196 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c4/64/7d344cfcef5efddf9cf32f59af7f855828e9d74b5f862eddf5bfd9f25323/geopandas-1.0.1-py3-none-any.whl name: geopandas version: 1.0.1 - url: https://files.pythonhosted.org/packages/c4/64/7d344cfcef5efddf9cf32f59af7f855828e9d74b5f862eddf5bfd9f25323/geopandas-1.0.1-py3-none-any.whl sha256: 01e147d9420cc374d26f51fc23716ac307f32b49406e4bd8462c07e82ed1d3d6 requires_dist: - numpy>=1.22 @@ -19258,10 +17728,9 @@ packages: - black ; extra == 'dev' - pre-commit ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: examples/python/gesture_detection name: gesture-detection version: 0.1.0 - path: examples/python/gesture_detection sha256: 36dfc4cc822ee47f7aa29ba951bab8a94e96b9fd737daa324a441e6962a620bd requires_dist: - mediapipe==0.10.11 ; sys_platform != 'darwin' @@ -19273,13 +17742,7 @@ packages: - tqdm requires_python: <3.12 editable: true -- kind: conda - name: gflags - version: 2.2.2 - build: h5888daf_1005 - build_number: 1005 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda sha256: 6c33bf0c4d8f418546ba9c250db4e4221040936aef8956353bc764d4877bc39a md5: d411fc29e338efb48c5fd4576d71d881 depends: @@ -19291,13 +17754,7 @@ packages: purls: [] size: 119654 timestamp: 1726600001928 -- kind: conda - name: gflags - version: 2.2.2 - build: h5ad3122_1005 - build_number: 1005 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h5ad3122_1005.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h5ad3122_1005.conda sha256: 28fe6b40b20454106d5e4ef6947cf298c13cc72a46347bbc49b563cd3a463bfa md5: 4ff634d515abbf664774b5e1168a9744 depends: @@ -19308,13 +17765,7 @@ packages: purls: [] size: 106638 timestamp: 1726599967617 -- kind: conda - name: gflags - version: 2.2.2 - build: hac325c4_1005 - build_number: 1005 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hac325c4_1005.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hac325c4_1005.conda sha256: c0bea66f71a6f4baa8d4f0248e17f65033d558d9e882c0af571b38bcca3e4b46 md5: a26de8814083a6971f14f9c8c3cb36c2 depends: @@ -19325,13 +17776,7 @@ packages: purls: [] size: 84946 timestamp: 1726600054963 -- kind: conda - name: gflags - version: 2.2.2 - build: hf9b8971_1005 - build_number: 1005 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hf9b8971_1005.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hf9b8971_1005.conda sha256: fd56ed8a1dab72ab90d8a8929b6f916a6d9220ca297ff077f8f04c5ed3408e20 md5: 57a511a5905caa37540eb914dfcbf1fb depends: @@ -19342,10 +17787,9 @@ packages: purls: [] size: 82090 timestamp: 1726600145480 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl name: ghp-import version: 2.1.0 - url: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl sha256: 8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619 requires_dist: - python-dateutil>=2.8.1 @@ -19353,13 +17797,7 @@ packages: - markdown ; extra == 'dev' - flake8 ; extra == 'dev' - wheel ; extra == 'dev' -- kind: conda - name: gitdb - version: 4.0.11 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b md5: 623b19f616f2ca0c261441067e18ae40 depends: @@ -19371,13 +17809,7 @@ packages: - pkg:pypi/gitdb?source=hash-mapping size: 52872 timestamp: 1697791718749 -- kind: conda - name: gitignore-parser - version: 0.1.11 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda sha256: 10b3621e508e6c647eae4c52d48ff2659f4f0b426d6dd5979ccc7475d5383eb6 md5: 251ce4bb7b478eacf297b1fb8eb838bb depends: @@ -19388,13 +17820,7 @@ packages: - pkg:pypi/gitignore-parser?source=hash-mapping size: 11460 timestamp: 1705776957779 -- kind: conda - name: gitpython - version: 3.1.43 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a md5: 0b2154c1818111e17381b1df5b4b0176 depends: @@ -19407,29 +17833,19 @@ packages: - pkg:pypi/gitpython?source=hash-mapping size: 156827 timestamp: 1711991122366 -- kind: conda - name: glog - version: 0.7.1 - build: h2790a97_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.1-h2790a97_0.conda - sha256: dd56547db8625eb5c91bb0a9fbe8bd6f5c7fbf5b6059d46365e94472c46b24f9 - md5: 06cf91665775b0da395229cd4331b27d +- conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda + sha256: dc824dc1d0aa358e28da2ecbbb9f03d932d976c8dca11214aa1dcdfcbd054ba2 + md5: ff862eebdfeb2fd048ae9dc92510baca depends: - - __osx >=10.13 - gflags >=2.2.2,<2.3.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 117017 - timestamp: 1718284325443 -- kind: conda - name: glog - version: 0.7.1 - build: h468a4a4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.1-h468a4a4_0.conda + size: 143452 + timestamp: 1718284177264 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.1-h468a4a4_0.conda sha256: 920795d4f775a9f47e91c2223e64847f0b212b3fedc56c137c5889e32efe8ba0 md5: 08940a32c6ced3703d1412dd37df4f62 depends: @@ -19441,29 +17857,19 @@ packages: purls: [] size: 145811 timestamp: 1718284208668 -- kind: conda - name: glog - version: 0.7.1 - build: hbabe93e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda - sha256: dc824dc1d0aa358e28da2ecbbb9f03d932d976c8dca11214aa1dcdfcbd054ba2 - md5: ff862eebdfeb2fd048ae9dc92510baca +- conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.1-h2790a97_0.conda + sha256: dd56547db8625eb5c91bb0a9fbe8bd6f5c7fbf5b6059d46365e94472c46b24f9 + md5: 06cf91665775b0da395229cd4331b27d depends: + - __osx >=10.13 - gflags >=2.2.2,<2.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 license: BSD-3-Clause license_family: BSD purls: [] - size: 143452 - timestamp: 1718284177264 -- kind: conda - name: glog - version: 0.7.1 - build: heb240a5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.1-heb240a5_0.conda + size: 117017 + timestamp: 1718284325443 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.1-heb240a5_0.conda sha256: 9fc77de416953aa959039db72bc41bfa4600ae3ff84acad04a7d0c1ab9552602 md5: fef68d0a95aa5b84b5c1a4f6f3bf40e1 depends: @@ -19475,61 +17881,27 @@ packages: purls: [] size: 112215 timestamp: 1718284365403 -- kind: conda - name: gmp - version: 6.3.0 - build: h0a1ffab_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmp-6.3.0-h0a1ffab_2.conda - sha256: a5e341cbf797c65d2477b27d99091393edbaa5178c7d69b7463bb105b0488e69 - md5: 7cbfb3a8bb1b78a7f5518654ac6725ad +- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda + sha256: 309cf4f04fec0c31b6771a5809a1909b4b3154a2208f52351e1ada006f4c750c + md5: c94a5994ef49749880a8139cf9afcbe1 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: GPL-2.0-or-later OR LGPL-3.0-or-later purls: [] - size: 417323 - timestamp: 1718980707330 -- kind: conda - name: gmp - version: 6.3.0 - build: h7bae524_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.3.0-h7bae524_2.conda - sha256: 76e222e072d61c840f64a44e0580c2503562b009090f55aa45053bf1ccb385dd - md5: eed7278dfbab727b56f2c0b64330814b - depends: - - __osx >=11.0 - - libcxx >=16 - license: GPL-2.0-or-later OR LGPL-3.0-or-later - purls: [] - size: 365188 - timestamp: 1718981343258 -- kind: conda - name: gmp - version: 6.3.0 - build: hac33072_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda - sha256: 309cf4f04fec0c31b6771a5809a1909b4b3154a2208f52351e1ada006f4c750c - md5: c94a5994ef49749880a8139cf9afcbe1 + size: 460055 + timestamp: 1718980856608 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gmp-6.3.0-h0a1ffab_2.conda + sha256: a5e341cbf797c65d2477b27d99091393edbaa5178c7d69b7463bb105b0488e69 + md5: 7cbfb3a8bb1b78a7f5518654ac6725ad depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: GPL-2.0-or-later OR LGPL-3.0-or-later purls: [] - size: 460055 - timestamp: 1718980856608 -- kind: conda - name: gmp - version: 6.3.0 - build: hf036a51_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.3.0-hf036a51_2.conda + size: 417323 + timestamp: 1718980707330 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.3.0-hf036a51_2.conda sha256: 75aa5e7a875afdcf4903b7dc98577672a3dc17b528ac217b915f9528f93c85fc md5: 427101d13f19c4974552a4e5b072eef1 depends: @@ -19539,182 +17911,155 @@ packages: purls: [] size: 428919 timestamp: 1718981041839 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.3.0-h7bae524_2.conda + sha256: 76e222e072d61c840f64a44e0580c2503562b009090f55aa45053bf1ccb385dd + md5: eed7278dfbab727b56f2c0b64330814b + depends: + - __osx >=11.0 + - libcxx >=16 + license: GPL-2.0-or-later OR LGPL-3.0-or-later + purls: [] + size: 365188 + timestamp: 1718981343258 +- pypi: https://files.pythonhosted.org/packages/6a/ef/79fa8388c95edbd8fe36c763259dade36e5cb562dcf3e85c0e32070dc9b0/google_api_core-2.21.0-py3-none-any.whl name: google-api-core version: 2.21.0 - url: https://files.pythonhosted.org/packages/6a/ef/79fa8388c95edbd8fe36c763259dade36e5cb562dcf3e85c0e32070dc9b0/google_api_core-2.21.0-py3-none-any.whl sha256: 6869eacb2a37720380ba5898312af79a4d30b8bca1548fb4093e0697dc4bdf5d requires_dist: - - googleapis-common-protos<2.0.dev0,>=1.56.2 - - protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.19.5 - - proto-plus<2.0.0.dev0,>=1.22.3 - - google-auth<3.0.dev0,>=2.14.1 - - requests<3.0.0.dev0,>=2.18.0 - - google-auth[aiohttp]<3.0.dev0,>=2.35.0 ; extra == 'async-rest' - - grpcio<2.0.dev0,>=1.33.2 ; extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.33.2 ; extra == 'grpc' - - grpcio<2.0.dev0,>=1.49.1 ; python_full_version >= '3.11' and extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.49.1 ; python_full_version >= '3.11' and extra == 'grpc' - - grpcio-gcp<1.0.dev0,>=0.2.2 ; extra == 'grpcgcp' - - grpcio-gcp<1.0.dev0,>=0.2.2 ; extra == 'grpcio-gcp' + - googleapis-common-protos>=1.56.2,<2.0.dev0 + - protobuf>=3.19.5,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0 + - proto-plus>=1.22.3,<2.0.0.dev0 + - google-auth>=2.14.1,<3.0.dev0 + - requests>=2.18.0,<3.0.0.dev0 + - google-auth[aiohttp]>=2.35.0,<3.0.dev0 ; extra == 'async-rest' + - grpcio>=1.33.2,<2.0.dev0 ; extra == 'grpc' + - grpcio-status>=1.33.2,<2.0.dev0 ; extra == 'grpc' + - grpcio>=1.49.1,<2.0.dev0 ; python_full_version >= '3.11' and extra == 'grpc' + - grpcio-status>=1.49.1,<2.0.dev0 ; python_full_version >= '3.11' and extra == 'grpc' + - grpcio-gcp>=0.2.2,<1.0.dev0 ; extra == 'grpcgcp' + - grpcio-gcp>=0.2.2,<1.0.dev0 ; extra == 'grpcio-gcp' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/27/1f/3a72917afcb0d5cd842cbccb81bf7a8a7b45b4c66d8dc4556ccb3b016bfc/google_auth-2.35.0-py2.py3-none-any.whl name: google-auth version: 2.35.0 - url: https://files.pythonhosted.org/packages/27/1f/3a72917afcb0d5cd842cbccb81bf7a8a7b45b4c66d8dc4556ccb3b016bfc/google_auth-2.35.0-py2.py3-none-any.whl sha256: 25df55f327ef021de8be50bad0dfd4a916ad0de96da86cd05661c9297723ad3f requires_dist: - - cachetools<6.0,>=2.0.0 + - cachetools>=2.0.0,<6.0 - pyasn1-modules>=0.2.1 - - rsa<5,>=3.1.4 - - aiohttp<4.0.0.dev0,>=3.6.2 ; extra == 'aiohttp' - - requests<3.0.0.dev0,>=2.20.0 ; extra == 'aiohttp' + - rsa>=3.1.4,<5 + - aiohttp>=3.6.2,<4.0.0.dev0 ; extra == 'aiohttp' + - requests>=2.20.0,<3.0.0.dev0 ; extra == 'aiohttp' - cryptography ; extra == 'enterprise-cert' - pyopenssl ; extra == 'enterprise-cert' - pyopenssl>=20.0.0 ; extra == 'pyopenssl' - cryptography>=38.0.3 ; extra == 'pyopenssl' - pyu2f>=0.1.5 ; extra == 'reauth' - - requests<3.0.0.dev0,>=2.20.0 ; extra == 'requests' + - requests>=2.20.0,<3.0.0.dev0 ; extra == 'requests' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl name: google-cloud-core version: 2.4.1 - url: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl sha256: a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61 requires_dist: - - google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.6 - - google-auth<3.0.dev0,>=1.25.0 + - google-api-core>=1.31.6,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0 + - google-auth>=1.25.0,<3.0.dev0 - importlib-metadata>1.0.0 ; python_full_version < '3.8' - - grpcio<2.0.dev0,>=1.38.0 ; extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.38.0 ; extra == 'grpc' + - grpcio>=1.38.0,<2.0.dev0 ; extra == 'grpc' + - grpcio-status>=1.38.0,<2.0.dev0 ; extra == 'grpc' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl name: google-cloud-storage version: 2.9.0 - url: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl sha256: 83a90447f23d5edd045e0037982c270302e3aeb45fc1288d2c2ca713d27bad94 requires_dist: - - google-auth<3.0.dev0,>=1.25.0 - - google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 - - google-cloud-core<3.0.dev0,>=2.3.0 + - google-auth>=1.25.0,<3.0.dev0 + - google-api-core>=1.31.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0 + - google-cloud-core>=2.3.0,<3.0.dev0 - google-resumable-media>=2.3.2 - - requests<3.0.0.dev0,>=2.18.0 + - requests>=2.18.0,<3.0.0.dev0 - protobuf<5.0.0.dev0 ; extra == 'protobuf' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/00/9c/f5f5af3ddaa7a639d915f8f58b09bbb8d1db90ecd0459b62cd430eb9a4b6/google_crc32c-1.6.0-cp311-cp311-win_amd64.whl name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/00/9c/f5f5af3ddaa7a639d915f8f58b09bbb8d1db90ecd0459b62cd430eb9a4b6/google_crc32c-1.6.0-cp311-cp311-win_amd64.whl sha256: bb8b3c75bd157010459b15222c3fd30577042a7060e29d42dabce449c087f2b3 requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3e/6d/33ca50cbdeec09c31bb5dac277c90994edee975662a4c890bda7ffac90ef/google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/3e/6d/33ca50cbdeec09c31bb5dac277c90994edee975662a4c890bda7ffac90ef/google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: a9e4b426c3702f3cd23b933436487eb34e01e00327fac20c9aebb68ccf34117d requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/54/7d/738cb0d25ee55629e7d07da686decf03864a366e5e863091a97b7bd2b8aa/google_crc32c-1.6.0-cp311-cp311-macosx_12_0_x86_64.whl name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/54/7d/738cb0d25ee55629e7d07da686decf03864a366e5e863091a97b7bd2b8aa/google_crc32c-1.6.0-cp311-cp311-macosx_12_0_x86_64.whl sha256: 40b05ab32a5067525670880eb5d169529089a26fe35dce8891127aeddc1950e8 requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/67/1e/4870896fc81ec77b1b5ebae7fdd680d5a4d40e19a4b6d724032f996ca77a/google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/67/1e/4870896fc81ec77b1b5ebae7fdd680d5a4d40e19a4b6d724032f996ca77a/google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 51c4f54dd8c6dfeb58d1df5e4f7f97df8abf17a36626a217f169893d1d7f3e9f requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/67/72/c3298da1a3773102359c5a78f20dae8925f5ea876e37354415f68594a6fb/google_crc32c-1.6.0.tar.gz name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/67/72/c3298da1a3773102359c5a78f20dae8925f5ea876e37354415f68594a6fb/google_crc32c-1.6.0.tar.gz sha256: 6eceb6ad197656a1ff49ebfbbfa870678c75be4344feb35ac1edf694309413dc requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7d/14/ab47972ac79b6e7b03c8be3a7ef44b530a60e69555668dbbf08fc5692a98/google_crc32c-1.6.0-cp311-cp311-macosx_12_0_arm64.whl name: google-crc32c version: 1.6.0 - url: https://files.pythonhosted.org/packages/7d/14/ab47972ac79b6e7b03c8be3a7ef44b530a60e69555668dbbf08fc5692a98/google_crc32c-1.6.0-cp311-cp311-macosx_12_0_arm64.whl sha256: f7a1fc29803712f80879b0806cb83ab24ce62fc8daf0569f2204a0cfd7f68ed4 requires_dist: - importlib-resources>=1.3 ; python_full_version < '3.9' and os_name == 'nt' - pytest ; extra == 'testing' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/82/35/b8d3baf8c46695858cb9d8835a53baa1eeb9906ddaf2f728a5f5b640fd1e/google_resumable_media-2.7.2-py2.py3-none-any.whl name: google-resumable-media version: 2.7.2 - url: https://files.pythonhosted.org/packages/82/35/b8d3baf8c46695858cb9d8835a53baa1eeb9906ddaf2f728a5f5b640fd1e/google_resumable_media-2.7.2-py2.py3-none-any.whl sha256: 3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa requires_dist: - - google-crc32c<2.0.dev0,>=1.0 - - aiohttp<4.0.0.dev0,>=3.6.2 ; extra == 'aiohttp' - - google-auth<2.0.dev0,>=1.22.0 ; extra == 'aiohttp' - - requests<3.0.0.dev0,>=2.18.0 ; extra == 'requests' + - google-crc32c>=1.0,<2.0.dev0 + - aiohttp>=3.6.2,<4.0.0.dev0 ; extra == 'aiohttp' + - google-auth>=1.22.0,<2.0.dev0 ; extra == 'aiohttp' + - requests>=2.18.0,<3.0.0.dev0 ; extra == 'requests' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ec/08/49bfe7cf737952cc1a9c43e80cc258ed45dad7f183c5b8276fc94cb3862d/googleapis_common_protos-1.65.0-py2.py3-none-any.whl name: googleapis-common-protos version: 1.65.0 - url: https://files.pythonhosted.org/packages/ec/08/49bfe7cf737952cc1a9c43e80cc258ed45dad7f183c5b8276fc94cb3862d/googleapis_common_protos-1.65.0-py2.py3-none-any.whl sha256: 2972e6c496f435b92590fd54045060867f3fe9be2c82ab148fc8885035479a63 requires_dist: - - protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.20.2 - - grpcio<2.0.0.dev0,>=1.44.0 ; extra == 'grpc' + - protobuf!=3.20.0,!=3.20.1,>=3.20.2,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0 + - grpcio>=1.44.0,<2.0.0.dev0 ; extra == 'grpc' requires_python: '>=3.7' -- kind: pypi +- pypi: examples/python/graph_binary_tree name: graph-binary-tree version: 0.1.0 - path: examples/python/graph_binary_tree sha256: 8ceb8c2d1102f2f2476eb5fb9c79e717e520f92220709449f48138a3c84c6609 requires_dist: - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/graph_lattice name: graph-lattice version: 0.1.0 - path: examples/python/graph_lattice sha256: f92a889e55062d414fbf9847d0b2b216b8e4bcaf8ee2965476de877102ee52f8 requires_dist: - rerun-sdk editable: true -- kind: conda - name: graphite2 - version: 1.3.13 - build: h2f0025b_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 99453 - timestamp: 1711634223220 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h59595ed_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add md5: f87c7b7c2cb45f323ffbce941c78ab7c depends: @@ -19725,31 +18070,18 @@ packages: purls: [] size: 96855 timestamp: 1711634169756 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h63175ca_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda + sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 + md5: f33009add6a08358bc12d114ceec1304 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.0-or-later license_family: LGPL purls: [] - size: 95406 - timestamp: 1711634622644 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h73e2aa4_1003 - build_number: 1003 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda + size: 99453 + timestamp: 1711634223220 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a md5: fc7124f86e1d359fc5d878accd9e814c depends: @@ -19759,13 +18091,7 @@ packages: purls: [] size: 84384 timestamp: 1711634311095 -- kind: conda - name: graphite2 - version: 1.3.13 - build: hebf3989_1003 - build_number: 1003 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 md5: 339991336eeddb70076d8ca826dac625 depends: @@ -19775,32 +18101,36 @@ packages: purls: [] size: 79774 timestamp: 1711634444608 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda + sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f + md5: 3194499ee7d1a67404a87d0eefdd92c6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 95406 + timestamp: 1711634622644 +- pypi: https://files.pythonhosted.org/packages/eb/fc/570a1e503e19be24c5642ea8b93f23e3eef1dfa930e761cab72dedc2c2db/griffe-1.4.1-py3-none-any.whl name: griffe version: 1.4.1 - url: https://files.pythonhosted.org/packages/eb/fc/570a1e503e19be24c5642ea8b93f23e3eef1dfa930e761cab72dedc2c2db/griffe-1.4.1-py3-none-any.whl sha256: 84295ee0b27743bd880aea75632830ef02ded65d16124025e4c263bb826ab645 requires_dist: - astunparse>=1.6 ; python_full_version < '3.9' - colorama>=0.4 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz name: grpclib version: 0.4.7 - url: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz sha256: 2988ef57c02b22b7a2e8e961792c41ccf97efc2ace91ae7a5b0de03c363823c3 requires_dist: - - h2<5,>=3.1.0 + - h2>=3.1.0,<5 - multidict - protobuf>=3.20.0 ; extra == 'protobuf' requires_python: '>=3.7' -- kind: conda - name: gxx - version: 12.4.0 - build: h236703b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.4.0-h236703b_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.4.0-h236703b_1.conda sha256: ccf038a2832624528dfdc52579cad6aa6d1d0ef1272fe9b9efc3b50ac4aa81b9 md5: 1749f731236f6660f3ba74a052cede24 depends: @@ -19811,13 +18141,7 @@ packages: purls: [] size: 53219 timestamp: 1724802186786 -- kind: conda - name: gxx - version: 12.4.0 - build: h7e62973_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.4.0-h7e62973_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.4.0-h7e62973_1.conda sha256: bd434265345f5cbb45097b796209bdf64b96f5ab8173511690b83953cadc0e77 md5: 57c0b0ad28f89e95861983808ee8def0 depends: @@ -19828,13 +18152,7 @@ packages: purls: [] size: 53254 timestamp: 1724801423181 -- kind: conda - name: gxx_impl_linux-64 - version: 12.4.0 - build: h613a52c_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.4.0-h613a52c_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.4.0-h613a52c_1.conda sha256: b08ddbe2bdb1c0c0804e86a99eac9f5041227ba44c652b1dc9083843a4e25374 md5: ef8a8e632fd38345288c3419c868904f depends: @@ -19847,13 +18165,7 @@ packages: purls: [] size: 12711904 timestamp: 1724802140227 -- kind: conda - name: gxx_impl_linux-aarch64 - version: 12.4.0 - build: h3c1ec91_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.4.0-h3c1ec91_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.4.0-h3c1ec91_1.conda sha256: ac82bbb080d546b8314f9ce87df799cdf9bfca5a2ea3006f2b6bf76d8a278fb6 md5: 610f731f5550536ad5d39044b6ff138a depends: @@ -19866,13 +18178,7 @@ packages: purls: [] size: 11571845 timestamp: 1724801391775 -- kind: conda - name: gxx_linux-64 - version: 12.4.0 - build: h8489865_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.4.0-h8489865_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.4.0-h8489865_4.conda sha256: b41e771fcce8ddd752ecc012ffca9c1a219614b3eaf7ee26552c60459a68c670 md5: bc4b5180384ebc7bcfc417969f1e8af0 depends: @@ -19885,13 +18191,7 @@ packages: purls: [] size: 30317 timestamp: 1727281506580 -- kind: conda - name: gxx_linux-aarch64 - version: 12.4.0 - build: h3f57e68_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-12.4.0-h3f57e68_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-12.4.0-h3f57e68_4.conda sha256: c797fbbd13b38d93b171d861f4cba6067433d081224ffb1a54356d3be9b59030 md5: dd46b5efe75aad00f9fa0742490d08db depends: @@ -19904,79 +18204,59 @@ packages: purls: [] size: 30270 timestamp: 1727281472452 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl name: h11 version: 0.14.0 - url: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl sha256: e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761 requires_dist: - typing-extensions ; python_full_version < '3.8' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl name: h2 version: 4.1.0 - url: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl sha256: 03a46bcf682256c95b5fd9e9a99c1323584c3eec6440d379b9903d709476bc6d requires_dist: - - hyperframe<7,>=6.0 - - hpack<5,>=4.0 + - hyperframe>=6.0,<7 + - hpack>=4.0,<5 requires_python: '>=3.6.1' -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h098a298_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h098a298_1.conda - sha256: dbc7783ea89faaf3a810d0e55979be02031551be8edad00de915807b3b148ff1 - md5: 8dd3c790d5ce9f3bc94c46e5b218e5f8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hda332d3_1.conda + sha256: 973afa37840b4e55e2540018902255cfb0d953aaed6353bb83a4d120f5256767 + md5: 76b32dcf243444aea9c6b804bcfa40b8 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - icu >=75.1,<76.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 1372588 - timestamp: 1721186294497 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h2bedf89_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h2bedf89_1.conda - sha256: 20f42ec76e075902c22c1f8ddc71fb88eff0b93e74f5705c1e72220030965810 - md5: 254f119aaed2c0be271c1114ae18d09b + size: 1603653 + timestamp: 1721186240105 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-hbf49d6b_1.conda + sha256: 7496782c3bc0ebbb4de9bc92a3111f42b8a57417fa31ecb87058f250215fabc9 + md5: ceb458f664cab8550fcd74fff26451db depends: - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - icu >=75.1,<76.0a0 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 1095620 - timestamp: 1721187287831 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h997cde5_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h997cde5_1.conda - sha256: 5f78f5dcbbfef59b3549ecb6cc2fa9de7b22abda7c8afaf0fa787ceea37a914f - md5: 50f6825d3c4a6fca6fefdefa98081554 + size: 1614644 + timestamp: 1721188789883 +- conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h098a298_1.conda + sha256: dbc7783ea89faaf3a810d0e55979be02031551be8edad00de915807b3b148ff1 + md5: 8dd3c790d5ce9f3bc94c46e5b218e5f8 depends: - - __osx >=11.0 + - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 @@ -19986,57 +18266,44 @@ packages: license: MIT license_family: MIT purls: [] - size: 1317509 - timestamp: 1721186764931 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: hbf49d6b_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-hbf49d6b_1.conda - sha256: 7496782c3bc0ebbb4de9bc92a3111f42b8a57417fa31ecb87058f250215fabc9 - md5: ceb458f664cab8550fcd74fff26451db + size: 1372588 + timestamp: 1721186294497 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h997cde5_1.conda + sha256: 5f78f5dcbbfef59b3549ecb6cc2fa9de7b22abda7c8afaf0fa787ceea37a914f + md5: 50f6825d3c4a6fca6fefdefa98081554 depends: + - __osx >=11.0 - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - icu >=75.1,<76.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libglib >=2.80.3,<3.0a0 - - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 1614644 - timestamp: 1721188789883 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: hda332d3_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hda332d3_1.conda - sha256: 973afa37840b4e55e2540018902255cfb0d953aaed6353bb83a4d120f5256767 - md5: 76b32dcf243444aea9c6b804bcfa40b8 + size: 1317509 + timestamp: 1721186764931 +- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h2bedf89_1.conda + sha256: 20f42ec76e075902c22c1f8ddc71fb88eff0b93e74f5705c1e72220030965810 + md5: 254f119aaed2c0be271c1114ae18d09b depends: - - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - icu >=75.1,<76.0a0 - - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - - libstdcxx-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 1603653 - timestamp: 1721186240105 -- kind: pypi + size: 1095620 + timestamp: 1721187287831 +- pypi: https://files.pythonhosted.org/packages/b7/ad/63c1df39881b13ff1aad632809a680dabdcd40bf65a05c5194b41698b8b3/hatch-1.12.0-py3-none-any.whl name: hatch version: 1.12.0 - url: https://files.pythonhosted.org/packages/b7/ad/63c1df39881b13ff1aad632809a680dabdcd40bf65a05c5194b41698b8b3/hatch-1.12.0-py3-none-any.whl sha256: 7df02b2df8b2364c33f1cadab4966ae24d8dd235edd61b21ed9c2975506e4174 requires_dist: - click>=8.0.6 @@ -20056,10 +18323,9 @@ packages: - virtualenv>=20.26.1 - zstandard<1 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/0c/8b/90e80904fdc24ce33f6fc6f35ebd2232fe731a8528a22008458cf197bc4d/hatchling-1.25.0-py3-none-any.whl name: hatchling version: 1.25.0 - url: https://files.pythonhosted.org/packages/0c/8b/90e80904fdc24ce33f6fc6f35ebd2232fe731a8528a22008458cf197bc4d/hatchling-1.25.0-py3-none-any.whl sha256: b47948e45d4d973034584dd4cb39c14b6a70227cf287ab7ec0ad7983408a882c requires_dist: - packaging>=23.2 @@ -20068,16 +18334,11 @@ packages: - tomli>=1.2.2 ; python_full_version < '3.11' - trove-classifiers requires_python: '>=3.8' -- kind: conda - name: hdf5 - version: 1.14.4 - build: nompi_h13f6c1a_101 - build_number: 101 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.4-nompi_h13f6c1a_101.conda - sha256: 46a15f93b5d9baf916f65163f535e7be9f50d51bf7619ac42d349c9713c3878c - md5: 9516a667178e4336589fc9548cc317ff +- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.4-nompi_h2d575fe_101.conda + sha256: fdc091d50eb0a2e5fcc5cab5b605bdaf57471c724aa897aaee67dd5c66d34d53 + md5: 09967792ea2191a0bdb461f9c889e510 depends: + - __glibc >=2.17,<3.0.a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.10.1,<9.0a0 - libgcc >=13 @@ -20089,19 +18350,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 4021637 - timestamp: 1728050555561 -- kind: conda - name: hdf5 - version: 1.14.4 - build: nompi_h2d575fe_101 - build_number: 101 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.4-nompi_h2d575fe_101.conda - sha256: fdc091d50eb0a2e5fcc5cab5b605bdaf57471c724aa897aaee67dd5c66d34d53 - md5: 09967792ea2191a0bdb461f9c889e510 + size: 3954807 + timestamp: 1728044935147 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.4-nompi_h13f6c1a_101.conda + sha256: 46a15f93b5d9baf916f65163f535e7be9f50d51bf7619ac42d349c9713c3878c + md5: 9516a667178e4336589fc9548cc317ff depends: - - __glibc >=2.17,<3.0.a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.10.1,<9.0a0 - libgcc >=13 @@ -20113,15 +18367,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 3954807 - timestamp: 1728044935147 -- kind: conda - name: hdf5 - version: 1.14.4 - build: nompi_h57e3b00_101 - build_number: 101 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.4-nompi_h57e3b00_101.conda + size: 4021637 + timestamp: 1728050555561 +- conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.4-nompi_h57e3b00_101.conda sha256: 1ce5044901a8150fd82efc1cda1c513b5b4acbe08194d904f96abcc5bfe9211b md5: de2f49fee6cef6f922b3e7497219eb8b depends: @@ -20138,13 +18386,7 @@ packages: purls: [] size: 3745605 timestamp: 1728044987255 -- kind: conda - name: hdf5 - version: 1.14.4 - build: nompi_h99fbd1e_101 - build_number: 101 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.4-nompi_h99fbd1e_101.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.4-nompi_h99fbd1e_101.conda sha256: 2339506be886b37275039d33e7e4cfa30f3774d6b554f1ec3aea9e1805b10840 md5: 719a03d8953ca6cbc5277fbff127e6c6 depends: @@ -20161,13 +18403,7 @@ packages: purls: [] size: 3490762 timestamp: 1728044046987 -- kind: conda - name: hdf5 - version: 1.14.4 - build: nompi_hd5d9e70_101 - build_number: 101 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.4-nompi_hd5d9e70_101.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.4-nompi_hd5d9e70_101.conda sha256: fa6696af3c73954849ad2b53674f13d7ea6df1d6e790524aff7332f18476b42c md5: 65175ce2be9c8885586039e0fb594f86 depends: @@ -20183,16 +18419,14 @@ packages: purls: [] size: 2050706 timestamp: 1728044187427 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl name: hpack version: 4.0.0 - url: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl sha256: 84a076fad3dc9a9f8063ccb8041ef100867b1878b25ef0ee63847a5d53818a6c requires_python: '>=3.6.1' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl name: html5lib version: '1.1' - url: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl sha256: 0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d requires_dist: - six>=1.9 @@ -20204,23 +18438,21 @@ packages: - genshi ; extra == 'genshi' - lxml ; platform_python_implementation == 'CPython' and extra == 'lxml' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/06/89/b161908e2f51be56568184aeb4a880fd287178d176fd1c860d2217f41106/httpcore-1.0.6-py3-none-any.whl name: httpcore version: 1.0.6 - url: https://files.pythonhosted.org/packages/06/89/b161908e2f51be56568184aeb4a880fd287178d176fd1c860d2217f41106/httpcore-1.0.6-py3-none-any.whl sha256: 27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f requires_dist: - certifi - - h11<0.15,>=0.13 - - anyio<5.0,>=4.0 ; extra == 'asyncio' - - h2<5,>=3 ; extra == 'http2' + - h11>=0.13,<0.15 + - anyio>=4.0,<5.0 ; extra == 'asyncio' + - h2>=3,<5 ; extra == 'http2' - socksio==1.* ; extra == 'socks' - - trio<1.0,>=0.22.0 ; extra == 'trio' + - trio>=0.22.0,<1.0 ; extra == 'trio' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl name: httpx version: 0.27.2 - url: https://files.pythonhosted.org/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl sha256: 7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0 requires_dist: - anyio @@ -20232,15 +18464,14 @@ packages: - brotlicffi ; platform_python_implementation != 'CPython' and extra == 'brotli' - click==8.* ; extra == 'cli' - pygments==2.* ; extra == 'cli' - - rich<14,>=10 ; extra == 'cli' - - h2<5,>=3 ; extra == 'http2' + - rich>=10,<14 ; extra == 'cli' + - h2>=3,<5 ; extra == 'http2' - socksio==1.* ; extra == 'socks' - zstandard>=0.18.0 ; extra == 'zstd' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/64/09/a535946bf2dc88e61341f39dc507530411bb3ea4eac493e5ec833e8f35bd/huggingface_hub-0.25.2-py3-none-any.whl name: huggingface-hub version: 0.25.2 - url: https://files.pythonhosted.org/packages/64/09/a535946bf2dc88e61341f39dc507530411bb3ea4eac493e5ec833e8f35bd/huggingface_hub-0.25.2-py3-none-any.whl sha256: 1897caf88ce7f97fe0110603d8f66ac264e3ba6accdf30cd66cc0fed5282ad25 requires_dist: - filelock @@ -20255,7 +18486,7 @@ packages: - minijinja>=1.0 ; extra == 'all' - jedi ; extra == 'all' - jinja2 ; extra == 'all' - - pytest<8.2.2,>=8.1.1 ; extra == 'all' + - pytest>=8.1.1,<8.2.2 ; extra == 'all' - pytest-cov ; extra == 'all' - pytest-env ; extra == 'all' - pytest-xdist ; extra == 'all' @@ -20284,7 +18515,7 @@ packages: - minijinja>=1.0 ; extra == 'dev' - jedi ; extra == 'dev' - jinja2 ; extra == 'dev' - - pytest<8.2.2,>=8.1.1 ; extra == 'dev' + - pytest>=8.1.1,<8.2.2 ; extra == 'dev' - pytest-cov ; extra == 'dev' - pytest-env ; extra == 'dev' - pytest-xdist ; extra == 'dev' @@ -20325,7 +18556,7 @@ packages: - minijinja>=1.0 ; extra == 'testing' - jedi ; extra == 'testing' - jinja2 ; extra == 'testing' - - pytest<8.2.2,>=8.1.1 ; extra == 'testing' + - pytest>=8.1.1,<8.2.2 ; extra == 'testing' - pytest-cov ; extra == 'testing' - pytest-env ; extra == 'testing' - pytest-xdist ; extra == 'testing' @@ -20349,10 +18580,9 @@ packages: - types-tqdm ; extra == 'typing' - types-urllib3 ; extra == 'typing' requires_python: '>=3.8.0' -- kind: pypi +- pypi: examples/python/human_pose_tracking name: human-pose-tracking version: 0.1.0 - path: examples/python/human_pose_tracking sha256: 8a80b67528d3f6d0c82671dc5c36cf551faa4b879f4434f0d386d8ef85666e86 requires_dist: - mediapipe==0.10.11 ; sys_platform != 'darwin' @@ -20363,52 +18593,29 @@ packages: - rerun-sdk requires_python: <3.12 editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/92/75/4bc3e242ad13f2e6c12e0b0401ab2c5e5c6f0d7da37ec69bc808e24e0ccb/humanize-4.11.0-py3-none-any.whl name: humanize version: 4.11.0 - url: https://files.pythonhosted.org/packages/92/75/4bc3e242ad13f2e6c12e0b0401ab2c5e5c6f0d7da37ec69bc808e24e0ccb/humanize-4.11.0-py3-none-any.whl sha256: b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0 requires_dist: - freezegun ; extra == 'tests' - pytest ; extra == 'tests' - pytest-cov ; extra == 'tests' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl name: hyperframe version: 6.0.1 - url: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl sha256: 0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15 requires_python: '>=3.6.1' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6e/aa/8caf6a0a3e62863cbb9dab27135660acba46903b703e224f14f447e57934/hyperlink-21.0.0-py2.py3-none-any.whl name: hyperlink version: 21.0.0 - url: https://files.pythonhosted.org/packages/6e/aa/8caf6a0a3e62863cbb9dab27135660acba46903b703e224f14f447e57934/hyperlink-21.0.0-py2.py3-none-any.whl sha256: e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4 requires_dist: - idna>=2.5 - typing ; python_full_version < '3.5' requires_python: '>=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: conda - name: icu - version: '75.1' - build: h120a0e1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 - md5: d68d48a3060eb5abdc1cdc8e2a3a5966 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 11761697 - timestamp: 1720853679409 -- kind: conda - name: icu - version: '75.1' - build: he02047a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e md5: 8b189310083baabfb622af68fd9d3ae3 depends: @@ -20420,29 +18627,7 @@ packages: purls: [] size: 12129203 timestamp: 1720853576813 -- kind: conda - name: icu - version: '75.1' - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 - md5: 8579b6bb8d18be7c0b27fb08adeeeb40 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 14544252 - timestamp: 1720853966338 -- kind: conda - name: icu - version: '75.1' - build: hf9b3779_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 md5: 268203e8b983fddb6412b36f2024e75c depends: @@ -20453,12 +18638,17 @@ packages: purls: [] size: 12282786 timestamp: 1720853454991 -- kind: conda - name: icu - version: '75.1' - build: hfee45f7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 + md5: d68d48a3060eb5abdc1cdc8e2a3a5966 + depends: + - __osx >=10.13 + license: MIT + license_family: MIT + purls: [] + size: 11761697 + timestamp: 1720853679409 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: @@ -20468,10 +18658,21 @@ packages: purls: [] size: 11857802 timestamp: 1720853997952 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 + md5: 8579b6bb8d18be7c0b27fb08adeeeb40 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 14544252 + timestamp: 1720853966338 +- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl name: idna version: '3.10' - url: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3 requires_dist: - ruff>=0.6.2 ; extra == 'all' @@ -20479,13 +18680,7 @@ packages: - pytest>=8.3.2 ; extra == 'all' - flake8>=7.1.1 ; extra == 'all' requires_python: '>=3.6' -- kind: conda - name: idna - version: '3.10' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_0.conda sha256: 8c57fd68e6be5eecba4462e983aed7e85761a519aab80e834bbd7794d4b545b2 md5: 7ba2ede0e7c795ff95088daf0dc59753 depends: @@ -20496,10 +18691,9 @@ packages: - pkg:pypi/idna?source=hash-mapping size: 49837 timestamp: 1726459583613 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4e/e7/26045404a30c8a200e960fb54fbaf4b73d12e58cd28e03b306b084253f4f/imageio-2.36.0-py3-none-any.whl name: imageio version: 2.36.0 - url: https://files.pythonhosted.org/packages/4e/e7/26045404a30c8a200e960fb54fbaf4b73d12e58cd28e03b306b084253f4f/imageio-2.36.0-py3-none-any.whl sha256: 471f1eda55618ee44a3c9960911c35e647d9284c68f077e868df633398f137f0 requires_dist: - numpy @@ -20561,29 +18755,32 @@ packages: - fsspec[github] ; extra == 'test' - tifffile ; extra == 'tifffile' requires_python: '>=3.9' -- kind: conda - name: imath - version: 3.1.12 - build: h025cafa_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/imath-3.1.12-h025cafa_0.conda - sha256: 8fcf6c3bf91993451412c0003b92044c9fc7980fe3f178ab3260f90ac4099072 - md5: b7e259bd81b5a7432ca045083959b83a +- conda: https://conda.anaconda.org/conda-forge/linux-64/imath-3.1.12-h7955e40_0.conda + sha256: 4d8d07a4d5079d198168b44556fb86d094e6a716e8979b25a9f6c9c610e9fe56 + md5: 37f5e1ab0db3691929f37dee78335d1b depends: - - __osx >=11.0 - - libcxx >=17 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 153017 - timestamp: 1725971790238 -- kind: conda - name: imath - version: 3.1.12 - build: h2016aa1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/imath-3.1.12-h2016aa1_0.conda + size: 159630 + timestamp: 1725971591485 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/imath-3.1.12-hf428078_0.conda + sha256: ad8f18472425da83ba0e9324ab715f5d232cece8b0efaf218bd2ea9e1b6adb6d + md5: ae8535ff689663fe430bec00be24a854 + depends: + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 153368 + timestamp: 1725971683794 +- conda: https://conda.anaconda.org/conda-forge/osx-64/imath-3.1.12-h2016aa1_0.conda sha256: 5bf9c041b97b1af21808938fcaa64acafe0d853de5478fa08005176664ee4552 md5: 326b3d68ab3f43396e7d7e0e9a496f73 depends: @@ -20595,30 +18792,19 @@ packages: purls: [] size: 155534 timestamp: 1725971674035 -- kind: conda - name: imath - version: 3.1.12 - build: h7955e40_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/imath-3.1.12-h7955e40_0.conda - sha256: 4d8d07a4d5079d198168b44556fb86d094e6a716e8979b25a9f6c9c610e9fe56 - md5: 37f5e1ab0db3691929f37dee78335d1b +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/imath-3.1.12-h025cafa_0.conda + sha256: 8fcf6c3bf91993451412c0003b92044c9fc7980fe3f178ab3260f90ac4099072 + md5: b7e259bd81b5a7432ca045083959b83a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - __osx >=11.0 + - libcxx >=17 - libzlib >=1.3.1,<2.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 159630 - timestamp: 1725971591485 -- kind: conda - name: imath - version: 3.1.12 - build: hbb528cf_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/imath-3.1.12-hbb528cf_0.conda + size: 153017 + timestamp: 1725971790238 +- conda: https://conda.anaconda.org/conda-forge/win-64/imath-3.1.12-hbb528cf_0.conda sha256: 184c796615cebaa73246f351144f164ee7b61ea809e4ba3c5d98fa9ca333e058 md5: c25af729c8c1c41f96202f8a96652bbe depends: @@ -20631,27 +18817,9 @@ packages: purls: [] size: 160408 timestamp: 1725972042635 -- kind: conda - name: imath - version: 3.1.12 - build: hf428078_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/imath-3.1.12-hf428078_0.conda - sha256: ad8f18472425da83ba0e9324ab715f5d232cece8b0efaf218bd2ea9e1b6adb6d - md5: ae8535ff689663fe430bec00be24a854 - depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 153368 - timestamp: 1725971683794 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl name: importlib-metadata version: 8.5.0 - url: https://files.pythonhosted.org/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl sha256: 45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b requires_dist: - zipp>=3.20 @@ -20667,7 +18835,7 @@ packages: - jaraco-tidelift>=1.4 ; extra == 'doc' - pytest-enabler>=2.2 ; extra == 'enabler' - ipython ; extra == 'perf' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - packaging ; extra == 'test' - pyfakefs ; extra == 'test' - flufl-flake8 ; extra == 'test' @@ -20676,22 +18844,15 @@ packages: - importlib-resources>=1.3 ; python_full_version < '3.9' and extra == 'test' - pytest-mypy ; extra == 'type' requires_python: '>=3.8' -- kind: pypi +- pypi: examples/python/incremental_logging name: incremental-logging version: 0.1.0 - path: examples/python/incremental_logging sha256: c1efe33868c31fe5a07ab5f6e60d28f856735a9e0b221ff96abd2e711d60e894 requires_dist: - numpy - rerun-sdk editable: true -- kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 md5: f800d2da156d08e289b14e87e43c1ae5 depends: @@ -20702,13 +18863,7 @@ packages: - pkg:pypi/iniconfig?source=hash-mapping size: 11101 timestamp: 1673103208955 -- kind: conda - name: intel-openmp - version: 2024.2.1 - build: h57928b3_1083 - build_number: 1083 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 md5: 2d89243bfb53652c182a7c73182cce4f license: LicenseRef-IntelSimplifiedSoftwareOct2022 @@ -20716,10 +18871,9 @@ packages: purls: [] size: 1852356 timestamp: 1723739573141 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl name: ipykernel version: 6.29.5 - url: https://files.pythonhosted.org/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl sha256: afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5 requires_dist: - appnope ; platform_system == 'Darwin' @@ -20727,7 +18881,7 @@ packages: - debugpy>=1.6.5 - ipython>=7.23.1 - jupyter-client>=6.1.12 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - matplotlib-inline>=0.1 - nest-asyncio - packaging @@ -20757,16 +18911,15 @@ packages: - pytest-timeout ; extra == 'test' - pytest>=7.0 ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f4/3a/5d8680279ada9571de8469220069d27024ee47624af534e537c9ff49a450/ipython-8.28.0-py3-none-any.whl name: ipython version: 8.28.0 - url: https://files.pythonhosted.org/packages/f4/3a/5d8680279ada9571de8469220069d27024ee47624af534e537c9ff49a450/ipython-8.28.0-py3-none-any.whl sha256: 530ef1e7bb693724d3cdc37287c80b07ad9b25986c007a53aa1857272dac3f35 requires_dist: - decorator - jedi>=0.16 - matplotlib-inline - - prompt-toolkit<3.1.0,>=3.0.41 + - prompt-toolkit>=3.0.41,<3.1.0 - pygments>=2.4.0 - stack-data - traitlets>=5.13.0 @@ -20810,10 +18963,9 @@ packages: - pandas ; extra == 'test-extra' - trio ; extra == 'test-extra' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/22/2d/9c0b76f2f9cc0ebede1b9371b6f317243028ed60b90705863d493bae622e/ipywidgets-8.1.5-py3-none-any.whl name: ipywidgets version: 8.1.5 - url: https://files.pythonhosted.org/packages/22/2d/9c0b76f2f9cc0ebede1b9371b6f317243028ed60b90705863d493bae622e/ipywidgets-8.1.5-py3-none-any.whl sha256: 3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245 requires_dist: - comm>=0.1.3 @@ -20827,18 +18979,16 @@ packages: - pytest-cov ; extra == 'test' - pytz ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl name: isoduration version: 20.11.0 - url: https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl sha256: b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042 requires_dist: - arrow>=0.15.0 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl name: jaraco-classes version: 3.4.0 - url: https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl sha256: f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790 requires_dist: - more-itertools @@ -20855,10 +19005,9 @@ packages: - pytest-enabler>=2.2 ; extra == 'testing' - pytest-ruff>=0.2.1 ; extra == 'testing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ff/db/0c52c4cf5e4bd9f5d7135ec7669a3a767af21b3a308e1ed3674881e52b62/jaraco.context-6.0.1-py3-none-any.whl name: jaraco-context version: 6.0.1 - url: https://files.pythonhosted.org/packages/ff/db/0c52c4cf5e4bd9f5d7135ec7669a3a767af21b3a308e1ed3674881e52b62/jaraco.context-6.0.1-py3-none-any.whl sha256: f797fc481b490edb305122c9181830a3a5b76d84ef6d1aef2fb9b47ab956f9e4 requires_dist: - backports-tarfile ; python_full_version < '3.12' @@ -20868,7 +19017,7 @@ packages: - furo ; extra == 'doc' - sphinx-lint ; extra == 'doc' - jaraco-tidelift>=1.4 ; extra == 'doc' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - pytest-checkdocs>=2.4 ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-mypy ; extra == 'test' @@ -20876,10 +19025,9 @@ packages: - portend ; extra == 'test' - pytest-ruff>=0.2.1 ; sys_platform != 'cygwin' and extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9f/4f/24b319316142c44283d7540e76c7b5a6dbd5db623abd86bb7b3491c21018/jaraco.functools-4.1.0-py3-none-any.whl name: jaraco-functools version: 4.1.0 - url: https://files.pythonhosted.org/packages/9f/4f/24b319316142c44283d7540e76c7b5a6dbd5db623abd86bb7b3491c21018/jaraco.functools-4.1.0-py3-none-any.whl sha256: ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649 requires_dist: - more-itertools @@ -20893,16 +19041,11 @@ packages: - sphinx-lint ; extra == 'doc' - jaraco-tidelift>=1.4 ; extra == 'doc' - pytest-enabler>=2.2 ; extra == 'enabler' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - jaraco-classes ; extra == 'test' - pytest-mypy ; extra == 'type' requires_python: '>=3.8' -- kind: conda - name: jasper - version: 4.2.4 - build: h536e39c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jasper-4.2.4-h536e39c_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/jasper-4.2.4-h536e39c_0.conda sha256: 0a5ca92ea0261f435c27a3c3c5c5bc5e8b4b1af1343b21ef0cbc7c33b62f5239 md5: 9518ab7016cf4564778aef08b6bd8792 depends: @@ -20914,27 +19057,7 @@ packages: purls: [] size: 675951 timestamp: 1714298705230 -- kind: conda - name: jasper - version: 4.2.4 - build: h6c4e4ef_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jasper-4.2.4-h6c4e4ef_0.conda - sha256: 9c874070f201b64d7ca02b59f1348354ae1c834e969cb83259133bb0406ee7fa - md5: 9019e1298c84b0185a60c62741d720dd - depends: - - __osx >=11.0 - - libjpeg-turbo >=3.0.0,<4.0a0 - license: JasPer-2.0 - purls: [] - size: 583310 - timestamp: 1714298773123 -- kind: conda - name: jasper - version: 4.2.4 - build: ha25e7e8_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/jasper-4.2.4-ha25e7e8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jasper-4.2.4-ha25e7e8_0.conda sha256: 01cf16b5df4f685ea5952498d2d3cc0bd9ef54460adfed28a43b6fe05e4743e8 md5: f888b2805a130afa6f6657acc5afaa1a depends: @@ -20946,12 +19069,7 @@ packages: purls: [] size: 707709 timestamp: 1714298735485 -- kind: conda - name: jasper - version: 4.2.4 - build: hb10263b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/jasper-4.2.4-hb10263b_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/jasper-4.2.4-hb10263b_0.conda sha256: da2c2fa393b89596cf0f81c8e73db2e9b589ae961058317f6fcb4867e05055dd md5: b7a6171ecee244e2b2a19177ec3c34a9 depends: @@ -20961,12 +19079,17 @@ packages: purls: [] size: 571569 timestamp: 1714298729445 -- kind: conda - name: jasper - version: 4.2.4 - build: hcb1a123_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/jasper-4.2.4-hcb1a123_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/jasper-4.2.4-h6c4e4ef_0.conda + sha256: 9c874070f201b64d7ca02b59f1348354ae1c834e969cb83259133bb0406ee7fa + md5: 9019e1298c84b0185a60c62741d720dd + depends: + - __osx >=11.0 + - libjpeg-turbo >=3.0.0,<4.0a0 + license: JasPer-2.0 + purls: [] + size: 583310 + timestamp: 1714298773123 +- conda: https://conda.anaconda.org/conda-forge/win-64/jasper-4.2.4-hcb1a123_0.conda sha256: ecddfba94b78849dbde3c73fffb7877e9f1e7a8c1a71786135538af0c524b49b md5: 94e32e7c907c6c80c0d0db4c8b163baf depends: @@ -20979,10 +19102,9 @@ packages: purls: [] size: 442367 timestamp: 1714299052957 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/06/f3/c499d358dd7f267a63d7d38ef54aadad82e28d2c28bafff15360c3091946/jax-0.4.34-py3-none-any.whl name: jax version: 0.4.34 - url: https://files.pythonhosted.org/packages/06/f3/c499d358dd7f267a63d7d38ef54aadad82e28d2c28bafff15360c3091946/jax-0.4.34-py3-none-any.whl sha256: b957ca1fc91f7343f91a186af9f19c7f342c946f95a8c11c7f1e5cdfe2e58d9e requires_dist: - jaxlib<=0.4.34,>=0.4.34 @@ -21007,10 +19129,9 @@ packages: - libtpu-nightly==0.1.dev20241002 ; extra == 'tpu' - requests ; extra == 'tpu' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9d/5d/7e71019af5f6fdebe6c10eab97d01f44b931d94609330da9e142cb155f8c/jaxlib-0.4.34-cp311-cp311-win_amd64.whl name: jaxlib version: 0.4.34 - url: https://files.pythonhosted.org/packages/9d/5d/7e71019af5f6fdebe6c10eab97d01f44b931d94609330da9e142cb155f8c/jaxlib-0.4.34-cp311-cp311-win_amd64.whl sha256: 133070d4fec5525ffea4dc72956398c1cf647a04dcb37f8a935ee82af78d9965 requires_dist: - scipy>=1.10 @@ -21018,10 +19139,9 @@ packages: - ml-dtypes>=0.2.0 - scipy>=1.11.1 ; python_full_version >= '3.12' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c7/d0/6bc81c0b1d507f403e6085ce76a429e6d7f94749d742199252e299dd1424/jaxlib-0.4.34-cp311-cp311-manylinux2014_x86_64.whl name: jaxlib version: 0.4.34 - url: https://files.pythonhosted.org/packages/c7/d0/6bc81c0b1d507f403e6085ce76a429e6d7f94749d742199252e299dd1424/jaxlib-0.4.34-cp311-cp311-manylinux2014_x86_64.whl sha256: 3bcfa639ca3cfaf86c8ceebd5fc0d47300fd98a078014a1d0cc03133e1523d5f requires_dist: - scipy>=1.10 @@ -21029,13 +19149,12 @@ packages: - ml-dtypes>=0.2.0 - scipy>=1.11.1 ; python_full_version >= '3.12' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl name: jedi version: 0.19.1 - url: https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl sha256: e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0 requires_dist: - - parso<0.9.0,>=0.8.3 + - parso>=0.8.3,<0.9.0 - jinja2==2.11.3 ; extra == 'docs' - markupsafe==1.1.1 ; extra == 'docs' - pygments==2.8.1 ; extra == 'docs' @@ -21070,10 +19189,9 @@ packages: - docopt ; extra == 'testing' - pytest<7.0.0 ; extra == 'testing' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl name: jeepney version: 0.8.0 - url: https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl sha256: c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755 requires_dist: - pytest ; extra == 'test' @@ -21085,22 +19203,15 @@ packages: - trio ; extra == 'trio' - async-generator ; python_full_version == '3.6.*' and extra == 'trio' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl name: jinja2 version: 3.1.4 - url: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl sha256: bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d requires_dist: - markupsafe>=2.0 - babel>=2.7 ; extra == 'i18n' requires_python: '>=3.7' -- kind: conda - name: jinja2 - version: 3.1.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d md5: 7b86ecb7d3557821c649b3c31e3eb9f2 depends: @@ -21112,28 +19223,24 @@ packages: - pkg:pypi/jinja2?source=hash-mapping size: 111565 timestamp: 1715127275924 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl name: joblib version: 1.4.2 - url: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl sha256: 06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8a/3c/4f8791ee53ab9eeb0b022205aa79387119a74cc9429582ce04098e6fc540/json5-0.9.25-py3-none-any.whl name: json5 version: 0.9.25 - url: https://files.pythonhosted.org/packages/8a/3c/4f8791ee53ab9eeb0b022205aa79387119a74cc9429582ce04098e6fc540/json5-0.9.25-py3-none-any.whl sha256: 34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl name: jsonpointer version: 3.0.0 - url: https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl sha256: 13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl name: jsonschema version: 4.23.0 - url: https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl sha256: fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566 requires_dist: - attrs>=22.2.0 @@ -21159,18 +19266,16 @@ packages: - uri-template ; extra == 'format-nongpl' - webcolors>=24.6.0 ; extra == 'format-nongpl' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl name: jsonschema-specifications version: 2024.10.1 - url: https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl sha256: a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf requires_dist: - referencing>=0.31.0 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl name: jupyter version: 1.1.1 - url: https://files.pythonhosted.org/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl sha256: 7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83 requires_dist: - notebook @@ -21179,14 +19284,13 @@ packages: - ipykernel - ipywidgets - jupyterlab -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl name: jupyter-client version: 8.6.3 - url: https://files.pythonhosted.org/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl sha256: e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f requires_dist: - importlib-metadata>=4.8.3 ; python_full_version < '3.10' - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - python-dateutil>=2.8.2 - pyzmq>=23.0 - tornado>=6.2 @@ -21208,16 +19312,15 @@ packages: - pytest-timeout ; extra == 'test' - pytest<8.2.0 ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl name: jupyter-console version: 6.6.3 - url: https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl sha256: 309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485 requires_dist: - ipykernel>=6.14 - ipython - jupyter-client>=7.0.0 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - prompt-toolkit>=3.0.30 - pygments - pyzmq>=17 @@ -21226,10 +19329,9 @@ packages: - pexpect ; extra == 'test' - pytest ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c9/fb/108ecd1fe961941959ad0ee4e12ee7b8b1477247f30b1fdfd83ceaf017f0/jupyter_core-5.7.2-py3-none-any.whl name: jupyter-core version: 5.7.2 - url: https://files.pythonhosted.org/packages/c9/fb/108ecd1fe961941959ad0ee4e12ee7b8b1477247f30b1fdfd83ceaf017f0/jupyter_core-5.7.2-py3-none-any.whl sha256: 4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409 requires_dist: - platformdirs>=2.5 @@ -21247,10 +19349,9 @@ packages: - pytest-timeout ; extra == 'test' - pytest<8 ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a5/94/059180ea70a9a326e1815176b2370da56376da347a796f8c4f0b830208ef/jupyter_events-0.10.0-py3-none-any.whl name: jupyter-events version: 0.10.0 - url: https://files.pythonhosted.org/packages/a5/94/059180ea70a9a326e1815176b2370da56376da347a796f8c4f0b830208ef/jupyter_events-0.10.0-py3-none-any.whl sha256: 4b72130875e59d57716d327ea70d3ebc3af1944d3717e5a498b8a06c6c159960 requires_dist: - jsonschema[format-nongpl]>=4.18.0 @@ -21273,26 +19374,24 @@ packages: - pytest>=7.0 ; extra == 'test' - rich ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl name: jupyter-lsp version: 2.2.5 - url: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl sha256: 45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da requires_dist: - jupyter-server>=1.1.2 - importlib-metadata>=4.8.3 ; python_full_version < '3.10' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/57/e1/085edea6187a127ca8ea053eb01f4e1792d778b4d192c74d32eb6730fed6/jupyter_server-2.14.2-py3-none-any.whl name: jupyter-server version: 2.14.2 - url: https://files.pythonhosted.org/packages/57/e1/085edea6187a127ca8ea053eb01f4e1792d778b4d192c74d32eb6730fed6/jupyter_server-2.14.2-py3-none-any.whl sha256: 47ff506127c2f7851a17bf4713434208fc490955d0e8632e95014a9a9afbeefd requires_dist: - anyio>=3.1.0 - argon2-cffi>=21.1 - jinja2>=3.0.3 - jupyter-client>=7.4.4 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - jupyter-events>=0.9.0 - jupyter-server-terminals>=0.4.4 - nbconvert>=6.4.4 @@ -21328,13 +19427,12 @@ packages: - pytest-console-scripts ; extra == 'test' - pytest-jupyter[server]>=0.7 ; extra == 'test' - pytest-timeout ; extra == 'test' - - pytest<9,>=7.0 ; extra == 'test' + - pytest>=7.0,<9 ; extra == 'test' - requests ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl name: jupyter-server-terminals version: 0.5.3 - url: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl sha256: 41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa requires_dist: - pywinpty>=2.0.3 ; os_name == 'nt' @@ -21356,10 +19454,9 @@ packages: - pytest-timeout ; extra == 'test' - pytest>=7.0 ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7a/9b/cbf48a399c78e749c23aa33d51ac97c8f35154846b470907db8d2a40e437/jupyter_ui_poll-1.0.0-py2.py3-none-any.whl name: jupyter-ui-poll version: 1.0.0 - url: https://files.pythonhosted.org/packages/7a/9b/cbf48a399c78e749c23aa33d51ac97c8f35154846b470907db8d2a40e437/jupyter_ui_poll-1.0.0-py2.py3-none-any.whl sha256: c43182aac11d5419f86c4de19581e82d712cae7186f04a5681deb0727ef8079c requires_dist: - ipython @@ -21369,10 +19466,9 @@ packages: - sphinx-autodoc-typehints ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fd/3f/24a0f0ce60959cfd9756a3291cd3a5581e51cbd6f7b4aa121f5bba5320e3/jupyterlab-4.2.5-py3-none-any.whl name: jupyterlab version: 4.2.5 - url: https://files.pythonhosted.org/packages/fd/3f/24a0f0ce60959cfd9756a3291cd3a5581e51cbd6f7b4aa121f5bba5320e3/jupyterlab-4.2.5-py3-none-any.whl sha256: 73b6e0775d41a9fee7ee756c80f58a6bed4040869ccc21411dc559818874d321 requires_dist: - async-lru>=1.0.0 @@ -21383,8 +19479,8 @@ packages: - jinja2>=3.0.3 - jupyter-core - jupyter-lsp>=2.0.0 - - jupyter-server<3,>=2.4.0 - - jupyterlab-server<3,>=2.27.1 + - jupyter-server>=2.4.0,<3 + - jupyterlab-server>=2.27.1,<3 - notebook-shim>=0.2 - packaging - setuptools>=40.1.0 @@ -21405,7 +19501,7 @@ packages: - pytest-check-links ; extra == 'docs' - pytest-jupyter ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - - sphinx<7.3.0,>=1.8 ; extra == 'docs' + - sphinx>=1.8,<7.3.0 ; extra == 'docs' - altair==5.3.0 ; extra == 'docs-screenshots' - ipython==8.16.1 ; extra == 'docs-screenshots' - ipywidgets==8.1.2 ; extra == 'docs-screenshots' @@ -21427,22 +19523,20 @@ packages: - requests ; extra == 'test' - requests-cache ; extra == 'test' - virtualenv ; extra == 'test' - - copier<10,>=9 ; extra == 'upgrade-extension' + - copier>=9,<10 ; extra == 'upgrade-extension' - jinja2-time<0.3 ; extra == 'upgrade-extension' - pydantic<3.0 ; extra == 'upgrade-extension' - pyyaml-include<3.0 ; extra == 'upgrade-extension' - tomli-w<2.0 ; extra == 'upgrade-extension' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl name: jupyterlab-pygments version: 0.3.0 - url: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl name: jupyterlab-server version: 2.27.3 - url: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl sha256: e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4 requires_dist: - babel>=2.10 @@ -21450,7 +19544,7 @@ packages: - jinja2>=3.0.3 - json5>=0.9.0 - jsonschema>=4.18.0 - - jupyter-server<3,>=1.21 + - jupyter-server>=1.21,<3 - packaging>=21.3 - requests>=2.31 - autodoc-traits ; extra == 'docs' @@ -21466,32 +19560,24 @@ packages: - hatch ; extra == 'test' - ipykernel ; extra == 'test' - openapi-core~=0.18.0 ; extra == 'test' - - openapi-spec-validator<0.8.0,>=0.6.0 ; extra == 'test' + - openapi-spec-validator>=0.6.0,<0.8.0 ; extra == 'test' - pytest-console-scripts ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-jupyter[server]>=0.6.2 ; extra == 'test' - pytest-timeout ; extra == 'test' - - pytest<8,>=7.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' - requests-mock ; extra == 'test' - ruamel-yaml ; extra == 'test' - sphinxcontrib-spelling ; extra == 'test' - strict-rfc3339 ; extra == 'test' - werkzeug ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a9/93/858e87edc634d628e5d752ba944c2833133a28fa87bb093e6832ced36a3e/jupyterlab_widgets-3.0.13-py3-none-any.whl name: jupyterlab-widgets version: 3.0.13 - url: https://files.pythonhosted.org/packages/a9/93/858e87edc634d628e5d752ba944c2833133a28fa87bb093e6832ced36a3e/jupyterlab_widgets-3.0.13-py3-none-any.whl sha256: e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54 requires_python: '>=3.7' -- kind: conda - name: kernel-headers_linux-64 - version: 3.10.0 - build: he073ed8_17 - build_number: 17 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_17.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_17.conda sha256: c28d69ca84533f0e2093f17ae6d3e19ee3661dd397618630830b1b9afc3bfb4d md5: 285931bd28b3b8f176d46dd9fd627a09 constrains: @@ -21501,14 +19587,7 @@ packages: purls: [] size: 945088 timestamp: 1727437651716 -- kind: conda - name: kernel-headers_linux-aarch64 - version: 4.18.0 - build: h05a177a_17 - build_number: 17 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h05a177a_17.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h05a177a_17.conda sha256: 08276325afbcd6914db7f2512b239920a68eea140740e015ce14bc566000701b md5: d73fa6e291678549f7aa185bc6879563 constrains: @@ -21518,10 +19597,9 @@ packages: purls: [] size: 1115887 timestamp: 1727437626654 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/83/25/e6d59e5f0a0508d0dca8bb98c7f7fd3772fc943ac3f53d5ab18a218d32c0/keyring-25.4.1-py3-none-any.whl name: keyring version: 25.4.1 - url: https://files.pythonhosted.org/packages/83/25/e6d59e5f0a0508d0dca8bb98c7f7fd3772fc943ac3f53d5ab18a218d32c0/keyring-25.4.1-py3-none-any.whl sha256: 5426f817cf7f6f007ba5ec722b1bcad95a75b27d780343772ad76b17cb47b0bf requires_dist: - jaraco-classes @@ -21543,19 +19621,14 @@ packages: - sphinx-lint ; extra == 'doc' - jaraco-tidelift>=1.4 ; extra == 'doc' - pytest-enabler>=2.2 ; extra == 'enabler' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - pyfakefs ; extra == 'test' - pytest-mypy ; extra == 'type' - pygobject-stubs ; extra == 'type' - shtab ; extra == 'type' - types-pywin32 ; extra == 'type' requires_python: '>=3.8' -- kind: conda - name: keyutils - version: 1.6.1 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: @@ -21564,12 +19637,7 @@ packages: purls: [] size: 117831 timestamp: 1646151697040 -- kind: conda - name: keyutils - version: 1.6.1 - build: h4e544f5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b md5: 1f24853e59c68892452ef94ddd8afd4b depends: @@ -21578,12 +19646,7 @@ packages: purls: [] size: 112327 timestamp: 1646166857935 -- kind: conda - name: khronos-opencl-icd-loader - version: 2024.05.08 - build: hc70643c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/khronos-opencl-icd-loader-2024.05.08-hc70643c_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/khronos-opencl-icd-loader-2024.05.08-hc70643c_0.conda sha256: 701357f02926bef5cb6d060a5471d50dc6528500fd045805ea785398fbb6d6d2 md5: 22b22ac3be757e10705caa3b5f321e0d depends: @@ -21595,80 +19658,47 @@ packages: purls: [] size: 87736 timestamp: 1727732609299 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a1/65/d43e9a20aabcf2e798ad1aff6c143ae3a42cf506754bcb6a7ed8259c8425/kiwisolver-1.4.7-cp311-cp311-win_amd64.whl name: kiwisolver version: 1.4.7 - url: https://files.pythonhosted.org/packages/a1/65/d43e9a20aabcf2e798ad1aff6c143ae3a42cf506754bcb6a7ed8259c8425/kiwisolver-1.4.7-cp311-cp311-win_amd64.whl sha256: 929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a7/4b/2db7af3ed3af7c35f388d5f53c28e155cd402a55432d800c543dc6deb731/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: kiwisolver version: 1.4.7 - url: https://files.pythonhosted.org/packages/a7/4b/2db7af3ed3af7c35f388d5f53c28e155cd402a55432d800c543dc6deb731/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b8/01/946852b13057a162a8c32c4c8d2e9ed79f0bb5d86569a40c0b5fb103e373/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: kiwisolver version: 1.4.7 - url: https://files.pythonhosted.org/packages/b8/01/946852b13057a162a8c32c4c8d2e9ed79f0bb5d86569a40c0b5fb103e373/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e5/20/8c75caed8f2462d63c7fd65e16c832b8f76cda331ac9e615e914ee80bac9/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl name: kiwisolver version: 1.4.7 - url: https://files.pythonhosted.org/packages/e5/20/8c75caed8f2462d63c7fd65e16c832b8f76cda331ac9e615e914ee80bac9/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl sha256: 2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f4/98/fe010f15dc7230f45bc4cf367b012d651367fd203caaa992fd1f5963560e/kiwisolver-1.4.7-cp311-cp311-macosx_11_0_arm64.whl name: kiwisolver version: 1.4.7 - url: https://files.pythonhosted.org/packages/f4/98/fe010f15dc7230f45bc4cf367b012d651367fd203caaa992fd1f5963560e/kiwisolver-1.4.7-cp311-cp311-macosx_11_0_arm64.whl sha256: 46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935 requires_python: '>=3.8' -- kind: conda - name: krb5 - version: 1.21.3 - build: h237132a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 - depends: - - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 1155530 - timestamp: 1719463474401 -- kind: conda - name: krb5 - version: 1.21.3 - build: h37d8d59_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b +- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 + md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: - - __osx >=10.13 - - libcxx >=16 + - keyutils >=1.6.1,<2.0a0 - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 1185323 - timestamp: 1719463492984 -- kind: conda - name: krb5 - version: 1.21.3 - build: h50a48e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda + size: 1370023 + timestamp: 1719463201255 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 md5: 29c10432a2ca1472b53f299ffb2ffa37 depends: @@ -21683,32 +19713,35 @@ packages: purls: [] size: 1474620 timestamp: 1719463205834 -- kind: conda - name: krb5 - version: 1.21.3 - build: h659f571_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 +- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda + sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c + md5: d4765c524b1d91567886bde656fb514b depends: - - keyutils >=1.6.1,<2.0a0 + - __osx >=10.13 + - libcxx >=16 - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 1370023 - timestamp: 1719463201255 -- kind: conda - name: krb5 - version: 1.21.3 - build: hdf4eb48_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda + size: 1185323 + timestamp: 1719463492984 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda + sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b + md5: c6dc8a0fdec13a0565936655c33069a1 + depends: + - __osx >=11.0 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1155530 + timestamp: 1719463474401 +- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 md5: 31aec030344e962fbd7dbbbbd68e60a9 depends: @@ -21721,13 +19754,7 @@ packages: purls: [] size: 712034 timestamp: 1719463874284 -- kind: conda - name: lame - version: '3.100' - build: h166bdaf_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab md5: a8832b479f93521a9e7b5b743803be51 depends: @@ -21737,27 +19764,7 @@ packages: purls: [] size: 508258 timestamp: 1664996250081 -- kind: conda - name: lame - version: '3.100' - build: h1a8c8d9_1003 - build_number: 1003 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lame-3.100-h1a8c8d9_1003.tar.bz2 - sha256: f40ce7324b2cf5338b766d4cdb8e0453e4156a4f83c2f31bbfff750785de304c - md5: bff0e851d66725f78dc2fd8b032ddb7e - license: LGPL-2.0-only - license_family: LGPL - purls: [] - size: 528805 - timestamp: 1664996399305 -- kind: conda - name: lame - version: '3.100' - build: h4e544f5_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lame-3.100-h4e544f5_1003.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lame-3.100-h4e544f5_1003.tar.bz2 sha256: 2502904a42df6d94bd743f7b73915415391dd6d31d5f50cb57c0a54a108e7b0a md5: ab05bcf82d8509b4243f07e93bada144 depends: @@ -21767,13 +19774,7 @@ packages: purls: [] size: 604863 timestamp: 1664997611416 -- kind: conda - name: lame - version: '3.100' - build: hb7f2c08_1003 - build_number: 1003 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lame-3.100-hb7f2c08_1003.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lame-3.100-hb7f2c08_1003.tar.bz2 sha256: 0f943b08abb4c748d73207594321b53bad47eea3e7d06b6078e0f6c59ce6771e md5: 3342b33c9a0921b22b767ed68ee25861 license: LGPL-2.0-only @@ -21781,10 +19782,17 @@ packages: purls: [] size: 542681 timestamp: 1664996421531 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lame-3.100-h1a8c8d9_1003.tar.bz2 + sha256: f40ce7324b2cf5338b766d4cdb8e0453e4156a4f83c2f31bbfff750785de304c + md5: bff0e851d66725f78dc2fd8b032ddb7e + license: LGPL-2.0-only + license_family: LGPL + purls: [] + size: 528805 + timestamp: 1664996399305 +- pypi: https://files.pythonhosted.org/packages/bc/64/8be19bc661fe6281b1c9343f9caa18e187ddc9506abb20b0110e0d7eaed5/laspy-2.5.4-py3-none-any.whl name: laspy version: 2.5.4 - url: https://files.pythonhosted.org/packages/bc/64/8be19bc661fe6281b1c9343f9caa18e187ddc9506abb20b0110e0d7eaed5/laspy-2.5.4-py3-none-any.whl sha256: 5fc37a8a1a5e22c98bad4123281b55e5e41784943ca251828d72c932b167583e requires_dist: - numpy @@ -21800,15 +19808,14 @@ packages: - m2r2 ; extra == 'dev' - rangehttpserver ; extra == 'dev' - isort==5.11.5 ; extra == 'dev' - - laszip<0.3.0,>=0.2.1 ; extra == 'laszip' - - lazrs<0.7.0,>=0.6.0 ; extra == 'lazrs' + - laszip>=0.2.1,<0.3.0 ; extra == 'laszip' + - lazrs>=0.6.0,<0.7.0 ; extra == 'lazrs' - pyproj ; extra == 'pyproj' - requests ; extra == 'requests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl name: lazy-loader version: '0.4' - url: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl sha256: 342aa8e14d543a154047afb4ba8ef17f5563baad3fc610d7b15b213b0f119efc requires_dist: - packaging @@ -21818,53 +19825,35 @@ packages: - pytest>=7.4 ; extra == 'test' - pytest-cov>=4.1 ; extra == 'test' requires_python: '>=3.7' -- kind: conda - name: ld64 - version: '951.9' - build: h634c8be_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-951.9-h634c8be_1.conda - sha256: d347ecd273ea7552ae703a37650ea211ff640ed8fd921fe6f1ede49dcdc1358c - md5: 294a282b67deea1f0ea1c7d8be2bb5c5 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-951.9-ha02d983_1.conda + sha256: 4a27102c8451ce30b3c2d90722826e8bd02e9bb3b92cd5afaa08c65bbe6447f5 + md5: 8991ffc3c5c410692d8740de4cb92849 depends: - - ld64_osx-arm64 951.9 h0605c9f_1 + - ld64_osx-64 951.9 h3516399_1 - libllvm16 >=16.0.6,<16.1.0a0 constrains: - - cctools_osx-arm64 1010.6.* - cctools 1010.6.* + - cctools_osx-64 1010.6.* license: APSL-2.0 license_family: Other purls: [] - size: 18928 - timestamp: 1726771322773 -- kind: conda - name: ld64 - version: '951.9' - build: ha02d983_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ld64-951.9-ha02d983_1.conda - sha256: 4a27102c8451ce30b3c2d90722826e8bd02e9bb3b92cd5afaa08c65bbe6447f5 - md5: 8991ffc3c5c410692d8740de4cb92849 + size: 18850 + timestamp: 1726771680769 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-951.9-h634c8be_1.conda + sha256: d347ecd273ea7552ae703a37650ea211ff640ed8fd921fe6f1ede49dcdc1358c + md5: 294a282b67deea1f0ea1c7d8be2bb5c5 depends: - - ld64_osx-64 951.9 h3516399_1 + - ld64_osx-arm64 951.9 h0605c9f_1 - libllvm16 >=16.0.6,<16.1.0a0 constrains: + - cctools_osx-arm64 1010.6.* - cctools 1010.6.* - - cctools_osx-64 1010.6.* license: APSL-2.0 license_family: Other purls: [] - size: 18850 - timestamp: 1726771680769 -- kind: conda - name: ld64_osx-64 - version: '951.9' - build: h3516399_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-951.9-h3516399_1.conda + size: 18928 + timestamp: 1726771322773 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-951.9-h3516399_1.conda sha256: 03417d5a379bf8e7b2ac99000d9af836cae53b843e02de7cea066c4ddd88767c md5: 4656f00ccd13a49804387450302c4f45 depends: @@ -21883,13 +19872,7 @@ packages: purls: [] size: 1088101 timestamp: 1726771578888 -- kind: conda - name: ld64_osx-arm64 - version: '951.9' - build: h0605c9f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-951.9-h0605c9f_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-951.9-h0605c9f_1.conda sha256: 2183f5fc32084bbaa83a84817cfc68091e9e739a048a185dcfa55be908b9fe54 md5: 77076839b5a8ac684c7971641d69b97a depends: @@ -21908,13 +19891,7 @@ packages: purls: [] size: 1006497 timestamp: 1726771248963 -- kind: conda - name: ld_impl_linux-64 - version: '2.43' - build: h712a8e2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda sha256: 0c21387f9a411e3d1f7f2969026bacfece133c8f1e72faea9cde29c0c19e1f3a md5: 83e1364586ceb8d0739fbc85b5c95837 depends: @@ -21926,13 +19903,7 @@ packages: purls: [] size: 669616 timestamp: 1727304687962 -- kind: conda - name: ld_impl_linux-aarch64 - version: '2.43' - build: h80caac9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_1.conda sha256: cc4ad280a52e6815c0b26d785f6c2e205646c72fb01f418883f8df266d3c12f1 md5: 5019b8e4dd2433395270cc0838ad4065 constrains: @@ -21942,12 +19913,7 @@ packages: purls: [] size: 698534 timestamp: 1727304686383 -- kind: conda - name: lerc - version: 4.0.0 - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 md5: 76bbff344f0134279f225174e9064c8f depends: @@ -21958,12 +19924,7 @@ packages: purls: [] size: 281798 timestamp: 1657977462600 -- kind: conda - name: lerc - version: 4.0.0 - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 md5: 1a0ffc65e03ce81559dbcb0695ad1476 depends: @@ -21974,28 +19935,17 @@ packages: purls: [] size: 262096 timestamp: 1657978241894 -- kind: conda - name: lerc - version: 4.0.0 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 - sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 - md5: 1900cb3cab5055833cfddb0ba233b074 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30037 + - libcxx >=13.0.1 license: Apache-2.0 license_family: Apache purls: [] - size: 194365 - timestamp: 1657977692274 -- kind: conda - name: lerc - version: 4.0.0 - build: h9a09cb3_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + size: 290319 + timestamp: 1657977526749 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 md5: de462d5aacda3b30721b512c5da4e742 depends: @@ -22005,28 +19955,18 @@ packages: purls: [] size: 215721 timestamp: 1657977558796 -- kind: conda - name: lerc - version: 4.0.0 - build: hb486fe8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 - sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - md5: f9d6a4c82889d5ecedec1d90eb673c55 +- conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 + sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 + md5: 1900cb3cab5055833cfddb0ba233b074 depends: - - libcxx >=13.0.1 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 license: Apache-2.0 license_family: Apache purls: [] - size: 290319 - timestamp: 1657977526749 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_h5888daf_1.conda + size: 194365 + timestamp: 1657977692274 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_h5888daf_1.conda sha256: 8f91429091183c26950f1e7ffa730e8632f0627ba35d2fccd71df31628c9b4e5 md5: e1f604644fe8d78e22660e2fec6756bc depends: @@ -22041,13 +19981,7 @@ packages: purls: [] size: 1310521 timestamp: 1727295454064 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_h5ad3122_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240722.0-cxx17_h5ad3122_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240722.0-cxx17_h5ad3122_1.conda sha256: 590e47dce38031a8893e70491f3b71e214de7781cab53b6f017aa6f6841cb076 md5: 6fe6b3694c4792a8e26755d3b06f0b80 depends: @@ -22061,13 +19995,7 @@ packages: purls: [] size: 1328502 timestamp: 1727295490806 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_hac325c4_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240722.0-cxx17_hac325c4_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240722.0-cxx17_hac325c4_1.conda sha256: b548e80280242ad1d93d8d7fb48a30af7e4124959ba2031c65c9675b98163652 md5: 40373920232a6ac0404eee9cf39a9f09 depends: @@ -22081,34 +20009,7 @@ packages: purls: [] size: 1170354 timestamp: 1727295597292 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240722.0-cxx17_he0c23c2_1.conda - sha256: 52ff148dee1871ef1d5c298bae20309707e866b44714a0a333a5ed2cf9a38832 - md5: 3f59a73b07a05530b252ecb07dd882b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libabseil-static =20240722.0=cxx17* - - abseil-cpp =20240722.0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1777570 - timestamp: 1727296115119 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_hf9b8971_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240722.0-cxx17_hf9b8971_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240722.0-cxx17_hf9b8971_1.conda sha256: 90bf08a75506dfcf28a70977da8ab050bcf594cd02abd3a9d84a22c9e8161724 md5: 706da5e791c569a7b9814877098a6a0a depends: @@ -22122,28 +20023,22 @@ packages: purls: [] size: 1179072 timestamp: 1727295571173 -- kind: conda - name: libaec - version: 1.1.3 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 - md5: e52c4a30901a90354855e40992af907d +- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240722.0-cxx17_he0c23c2_1.conda + sha256: 52ff148dee1871ef1d5c298bae20309707e866b44714a0a333a5ed2cf9a38832 + md5: 3f59a73b07a05530b252ecb07dd882b9 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libabseil-static =20240722.0=cxx17* + - abseil-cpp =20240722.0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 35339 - timestamp: 1711021162162 -- kind: conda - name: libaec - version: 1.1.3 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + size: 1777570 + timestamp: 1727296115119 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 md5: 5e97e271911b8b2001a8b71860c32faa depends: @@ -22154,29 +20049,18 @@ packages: purls: [] size: 35446 timestamp: 1711021212685 -- kind: conda - name: libaec - version: 1.1.3 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda + sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 + md5: e52c4a30901a90354855e40992af907d depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 32567 - timestamp: 1711021603471 -- kind: conda - name: libaec - version: 1.1.3 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda + size: 35339 + timestamp: 1711021162162 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 md5: 66d3c1f6dd4636216b4fca7a748d50eb depends: @@ -22186,12 +20070,7 @@ packages: purls: [] size: 28602 timestamp: 1711021419744 -- kind: conda - name: libaec - version: 1.1.3 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 depends: @@ -22201,16 +20080,23 @@ packages: purls: [] size: 28451 timestamp: 1711021498493 -- kind: conda - name: libarrow - version: 18.0.0 - build: h4f78622_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-18.0.0-h4f78622_0_cpu.conda - sha256: cba453ccd7139d441a6d9509ec2d8f849f3d396bcdec794bf3090924c233f5bd - md5: 087ab5027fe91c96221f52b9efea64b0 +- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 8723000f6ffdbdaef16025f0a01b64c5 depends: - - __osx >=10.13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 32567 + timestamp: 1711021603471 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-18.0.0-ha5db6c2_0_cpu.conda + sha256: a997e60707f8c36aa6adadbe1dad4a92b02b6b7a8c58042c12ed1e8102887429 + md5: 55f4011e75175bfbbc10f8e5998345d4 + depends: + - __glibc >=2.17,<3.0.a0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - aws-sdk-cpp >=1.11.407,<1.11.408.0a0 - azure-core-cpp >=1.14.0,<1.14.1.0a0 @@ -22218,15 +20104,17 @@ packages: - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - azure-storage-files-datalake-cpp >=12.12.0,<12.12.1.0a0 - bzip2 >=1.0.8,<2.0a0 + - gflags >=2.2.2,<2.3.0a0 - glog >=0.7.1,<0.8.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=18 + - libgcc >=13 - libgoogle-cloud >=2.30.0,<2.31.0a0 - libgoogle-cloud-storage >=2.30.0,<2.31.0a0 - libre2-11 >=2024.7.2 + - libstdcxx >=13 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -22236,22 +20124,16 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - apache-arrow-proc =*=cpu + - arrow-cpp <0.0a0 license: Apache-2.0 purls: [] - size: 6103090 - timestamp: 1730155204339 -- kind: conda - name: libarrow - version: 18.0.0 - build: h6fea68a_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-18.0.0-h6fea68a_0_cpu.conda - sha256: ddd556d066216a1e3f157eaa0cedd811105bae706f98feaeef064569e889f40f - md5: 64ff84a32d9fa037380459f0440f3d8e + size: 8719515 + timestamp: 1730155543609 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-18.0.0-h9f18cc7_0_cpu.conda + sha256: cf69ffeb10e800a1d8ee53d511850933ee8482bbfde4239629ab74f8b3ad7295 + md5: 22d6486d3ee285248f7ffa1cf4c8e91b depends: - - __osx >=11.0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - aws-sdk-cpp >=1.11.407,<1.11.408.0a0 - azure-core-cpp >=1.14.0,<1.14.1.0a0 @@ -22259,15 +20141,17 @@ packages: - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - azure-storage-files-datalake-cpp >=12.12.0,<12.12.1.0a0 - bzip2 >=1.0.8,<2.0a0 + - gflags >=2.2.2,<2.3.0a0 - glog >=0.7.1,<0.8.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=18 + - libgcc >=13 - libgoogle-cloud >=2.30.0,<2.31.0a0 - libgoogle-cloud-storage >=2.30.0,<2.31.0a0 - libre2-11 >=2024.7.2 + - libstdcxx >=13 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -22276,31 +20160,31 @@ packages: - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - arrow-cpp <0.0a0 - apache-arrow-proc =*=cpu + - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 license: Apache-2.0 purls: [] - size: 5448966 - timestamp: 1730155187081 -- kind: conda - name: libarrow - version: 18.0.0 - build: h80430d3_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-18.0.0-h80430d3_0_cpu.conda - sha256: 418bdf6f615264a5840da7c5033bcdbba4c97dad355808d30edcdcc460bdc731 - md5: 72eb0a88a9904fde9b70da74cf589f24 + size: 7979331 + timestamp: 1730155792662 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-18.0.0-h4f78622_0_cpu.conda + sha256: cba453ccd7139d441a6d9509ec2d8f849f3d396bcdec794bf3090924c233f5bd + md5: 087ab5027fe91c96221f52b9efea64b0 depends: + - __osx >=10.13 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - aws-sdk-cpp >=1.11.407,<1.11.408.0a0 + - azure-core-cpp >=1.14.0,<1.14.1.0a0 + - azure-identity-cpp >=1.10.0,<1.10.1.0a0 + - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 + - azure-storage-files-datalake-cpp >=12.12.0,<12.12.1.0a0 - bzip2 >=1.0.8,<2.0a0 + - glog >=0.7.1,<0.8.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 - libgoogle-cloud >=2.30.0,<2.31.0a0 - libgoogle-cloud-storage >=2.30.0,<2.31.0a0 - libre2-11 >=2024.7.2 @@ -22310,27 +20194,20 @@ packages: - orc >=2.0.2,<2.0.3.0a0 - re2 - snappy >=1.2.1,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - zstd >=1.5.6,<1.6.0a0 constrains: - - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 + - arrow-cpp <0.0a0 - apache-arrow-proc =*=cpu license: Apache-2.0 purls: [] - size: 5215151 - timestamp: 1730157012602 -- kind: conda - name: libarrow - version: 18.0.0 - build: h9f18cc7_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-18.0.0-h9f18cc7_0_cpu.conda - sha256: cf69ffeb10e800a1d8ee53d511850933ee8482bbfde4239629ab74f8b3ad7295 - md5: 22d6486d3ee285248f7ffa1cf4c8e91b + size: 6103090 + timestamp: 1730155204339 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-18.0.0-h6fea68a_0_cpu.conda + sha256: ddd556d066216a1e3f157eaa0cedd811105bae706f98feaeef064569e889f40f + md5: 64ff84a32d9fa037380459f0440f3d8e depends: + - __osx >=11.0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - aws-sdk-cpp >=1.11.407,<1.11.408.0a0 - azure-core-cpp >=1.14.0,<1.14.1.0a0 @@ -22338,17 +20215,15 @@ packages: - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - azure-storage-files-datalake-cpp >=12.12.0,<12.12.1.0a0 - bzip2 >=1.0.8,<2.0a0 - - gflags >=2.2.2,<2.3.0a0 - glog >=0.7.1,<0.8.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libgcc >=13 + - libcxx >=18 - libgoogle-cloud >=2.30.0,<2.31.0a0 - libgoogle-cloud-storage >=2.30.0,<2.31.0a0 - libre2-11 >=2024.7.2 - - libstdcxx >=13 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -22357,62 +20232,71 @@ packages: - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - apache-arrow-proc =*=cpu - arrow-cpp <0.0a0 + - apache-arrow-proc =*=cpu - parquet-cpp <0.0a0 license: Apache-2.0 purls: [] - size: 7979331 - timestamp: 1730155792662 -- kind: conda - name: libarrow - version: 18.0.0 - build: ha5db6c2_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-18.0.0-ha5db6c2_0_cpu.conda - sha256: a997e60707f8c36aa6adadbe1dad4a92b02b6b7a8c58042c12ed1e8102887429 - md5: 55f4011e75175bfbbc10f8e5998345d4 + size: 5448966 + timestamp: 1730155187081 +- conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-18.0.0-h80430d3_0_cpu.conda + sha256: 418bdf6f615264a5840da7c5033bcdbba4c97dad355808d30edcdcc460bdc731 + md5: 72eb0a88a9904fde9b70da74cf589f24 depends: - - __glibc >=2.17,<3.0.a0 - aws-crt-cpp >=0.29.0,<0.29.1.0a0 - aws-sdk-cpp >=1.11.407,<1.11.408.0a0 - - azure-core-cpp >=1.14.0,<1.14.1.0a0 - - azure-identity-cpp >=1.10.0,<1.10.1.0a0 - - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - - azure-storage-files-datalake-cpp >=12.12.0,<12.12.1.0a0 - bzip2 >=1.0.8,<2.0a0 - - gflags >=2.2.2,<2.3.0a0 - - glog >=0.7.1,<0.8.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 - - libgcc >=13 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.10.1,<9.0a0 - libgoogle-cloud >=2.30.0,<2.31.0a0 - libgoogle-cloud-storage >=2.30.0,<2.31.0a0 - libre2-11 >=2024.7.2 - - libstdcxx >=13 - libutf8proc >=2.8.0,<3.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - orc >=2.0.2,<2.0.3.0a0 - re2 - snappy >=1.2.1,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 - zstd >=1.5.6,<1.6.0a0 constrains: + - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 license: Apache-2.0 purls: [] - size: 8719515 - timestamp: 1730155543609 -- kind: conda - name: libarrow-acero - version: 18.0.0 - build: h240833e_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-18.0.0-h240833e_0_cpu.conda + size: 5215151 + timestamp: 1730157012602 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-18.0.0-h5888daf_0_cpu.conda + sha256: 62cefa335403df349ddf91f2a2c0ff8f967edbdb5a4c0ca7e9c5bc13c47ed163 + md5: 8771a1fcc6d8bf2fd18cc57d778f90a3 + depends: + - __glibc >=2.17,<3.0.a0 + - libarrow 18.0.0 ha5db6c2_0_cpu + - libgcc >=13 + - libstdcxx >=13 + license: Apache-2.0 + purls: [] + size: 620074 + timestamp: 1730155586601 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-18.0.0-h5ad3122_0_cpu.conda + sha256: a06c538bbadd493d4b3ca76e7df2cd2ed550afbebbf4d8fffba2749456a2fd3d + md5: bf834b5971b8716cfb02963d3c082a74 + depends: + - libarrow 18.0.0 h9f18cc7_0_cpu + - libgcc >=13 + - libstdcxx >=13 + license: Apache-2.0 + purls: [] + size: 585772 + timestamp: 1730155832221 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-18.0.0-h240833e_0_cpu.conda sha256: 633e14e433c0abc57a51f186caddc5323bcf4a4f3099eb220e56afce35662998 md5: ca53875cf1e6fd3e421ba2c3cebdfb52 depends: @@ -22423,12 +20307,7 @@ packages: purls: [] size: 530878 timestamp: 1730155344144 -- kind: conda - name: libarrow-acero - version: 18.0.0 - build: h286801f_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-18.0.0-h286801f_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-18.0.0-h286801f_0_cpu.conda sha256: 93014da94788f24710be8e457c49609cf8dc17cd91e5fb80285ce28cefce6b57 md5: deab7a5984465e46176d289377025757 depends: @@ -22439,62 +20318,46 @@ packages: purls: [] size: 491557 timestamp: 1730155291137 -- kind: conda - name: libarrow-acero - version: 18.0.0 - build: h5888daf_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-18.0.0-h5888daf_0_cpu.conda - sha256: 62cefa335403df349ddf91f2a2c0ff8f967edbdb5a4c0ca7e9c5bc13c47ed163 - md5: 8771a1fcc6d8bf2fd18cc57d778f90a3 +- conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-18.0.0-hac47afa_0_cpu.conda + sha256: 4ca832f1e4e50b9257308a5f9e34d9af74644f32add016aa47a21b5e9900a4e9 + md5: 699d7bec1899acd4cd1a93e2871e81be + depends: + - libarrow 18.0.0 h80430d3_0_cpu + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 + license: Apache-2.0 + purls: [] + size: 455994 + timestamp: 1730157065782 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-18.0.0-h5888daf_0_cpu.conda + sha256: e90edc2e0982c00f75130d7d2837de7402453ee033adc1030b1475f33746a8b4 + md5: 5c121a2d50b068076ff4f2b6d68dbca5 depends: - __glibc >=2.17,<3.0.a0 - libarrow 18.0.0 ha5db6c2_0_cpu + - libarrow-acero 18.0.0 h5888daf_0_cpu - libgcc >=13 + - libparquet 18.0.0 h6bd9018_0_cpu - libstdcxx >=13 license: Apache-2.0 purls: [] - size: 620074 - timestamp: 1730155586601 -- kind: conda - name: libarrow-acero - version: 18.0.0 - build: h5ad3122_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-18.0.0-h5ad3122_0_cpu.conda - sha256: a06c538bbadd493d4b3ca76e7df2cd2ed550afbebbf4d8fffba2749456a2fd3d - md5: bf834b5971b8716cfb02963d3c082a74 + size: 594320 + timestamp: 1730155664725 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-18.0.0-h5ad3122_0_cpu.conda + sha256: 95524046c5310d3d7600164b52736456117ec3617d3c2a5dd23d233d0088529d + md5: de913f2d5de358836cd9eefe7d7eb1f0 depends: - libarrow 18.0.0 h9f18cc7_0_cpu + - libarrow-acero 18.0.0 h5ad3122_0_cpu - libgcc >=13 + - libparquet 18.0.0 h23a96eb_0_cpu - libstdcxx >=13 license: Apache-2.0 purls: [] - size: 585772 - timestamp: 1730155832221 -- kind: conda - name: libarrow-acero - version: 18.0.0 - build: hac47afa_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-18.0.0-hac47afa_0_cpu.conda - sha256: 4ca832f1e4e50b9257308a5f9e34d9af74644f32add016aa47a21b5e9900a4e9 - md5: 699d7bec1899acd4cd1a93e2871e81be - depends: - - libarrow 18.0.0 h80430d3_0_cpu - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - license: Apache-2.0 - purls: [] - size: 455994 - timestamp: 1730157065782 -- kind: conda - name: libarrow-dataset - version: 18.0.0 - build: h240833e_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-18.0.0-h240833e_0_cpu.conda + size: 568419 + timestamp: 1730155911816 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-18.0.0-h240833e_0_cpu.conda sha256: 8e54a40879f036bc9844bc3fe188d80ba6ca14f69f02705b6a27226b56ec7a30 md5: 9a21416fbafba9c6d0b9e30af4c82e4e depends: @@ -22507,12 +20370,7 @@ packages: purls: [] size: 522225 timestamp: 1730156448885 -- kind: conda - name: libarrow-dataset - version: 18.0.0 - build: h286801f_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-18.0.0-h286801f_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-18.0.0-h286801f_0_cpu.conda sha256: b204bb8d3c5d5a2ab74b9375086ebee91c0a500e2146aed01e8915a4eae2f140 md5: 719055efe1941ef666b3882e6a85a9bb depends: @@ -22525,49 +20383,7 @@ packages: purls: [] size: 497503 timestamp: 1730156406678 -- kind: conda - name: libarrow-dataset - version: 18.0.0 - build: h5888daf_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-18.0.0-h5888daf_0_cpu.conda - sha256: e90edc2e0982c00f75130d7d2837de7402453ee033adc1030b1475f33746a8b4 - md5: 5c121a2d50b068076ff4f2b6d68dbca5 - depends: - - __glibc >=2.17,<3.0.a0 - - libarrow 18.0.0 ha5db6c2_0_cpu - - libarrow-acero 18.0.0 h5888daf_0_cpu - - libgcc >=13 - - libparquet 18.0.0 h6bd9018_0_cpu - - libstdcxx >=13 - license: Apache-2.0 - purls: [] - size: 594320 - timestamp: 1730155664725 -- kind: conda - name: libarrow-dataset - version: 18.0.0 - build: h5ad3122_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-18.0.0-h5ad3122_0_cpu.conda - sha256: 95524046c5310d3d7600164b52736456117ec3617d3c2a5dd23d233d0088529d - md5: de913f2d5de358836cd9eefe7d7eb1f0 - depends: - - libarrow 18.0.0 h9f18cc7_0_cpu - - libarrow-acero 18.0.0 h5ad3122_0_cpu - - libgcc >=13 - - libparquet 18.0.0 h23a96eb_0_cpu - - libstdcxx >=13 - license: Apache-2.0 - purls: [] - size: 568419 - timestamp: 1730155911816 -- kind: conda - name: libarrow-dataset - version: 18.0.0 - build: hac47afa_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-18.0.0-hac47afa_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-18.0.0-hac47afa_0_cpu.conda sha256: a66bd30c5fe0e4e68b5e3873caedb2538f2ad5331ba63c253a1a240acc37dff5 md5: b196e65eea5f925160298ce0336d8e5c depends: @@ -22581,12 +20397,24 @@ packages: purls: [] size: 442595 timestamp: 1730157246040 -- kind: conda - name: libarrow-substrait - version: 18.0.0 - build: ha618846_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-18.0.0-ha618846_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-18.0.0-he882d9a_0_cpu.conda + sha256: 0d4458a0ccbfa19031fecf94a5e610eda9be81ee342d8a0a2685e076f6b14881 + md5: 1d73c2c8cabb70f9bf1dd36222ef7b25 + depends: + - __glibc >=2.17,<3.0.a0 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 + - libarrow 18.0.0 ha5db6c2_0_cpu + - libarrow-acero 18.0.0 h5888daf_0_cpu + - libarrow-dataset 18.0.0 h5888daf_0_cpu + - libgcc >=13 + - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 + license: Apache-2.0 + purls: [] + size: 528788 + timestamp: 1730155701400 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-18.0.0-ha618846_0_cpu.conda sha256: 129ed88251c540214c956021c2d77053dd878b33a2f6b9b1f3e2b0525a6f567b md5: e68ad66d946a053aef30677b60bf1011 depends: @@ -22602,34 +20430,23 @@ packages: purls: [] size: 521852 timestamp: 1730155947968 -- kind: conda - name: libarrow-substrait - version: 18.0.0 - build: ha9530af_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-18.0.0-ha9530af_0_cpu.conda - sha256: 5a9e11593b6fd17d821ad3cb08e006936b6d9701c52a78a0232d67decb9990de - md5: 57e88c31fb06a16c4f3d80356d07c33d +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-18.0.0-hdefb866_0_cpu.conda + sha256: cf2a7e3331500e6ab290cb418e3b93de3fd89b3fababedfbdf581de73eda52ae + md5: b6b0c39e8b08e86d209e1e335bd20177 depends: + - __osx >=10.13 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libarrow 18.0.0 h80430d3_0_cpu - - libarrow-acero 18.0.0 hac47afa_0_cpu - - libarrow-dataset 18.0.0 hac47afa_0_cpu + - libarrow 18.0.0 h4f78622_0_cpu + - libarrow-acero 18.0.0 h240833e_0_cpu + - libarrow-dataset 18.0.0 h240833e_0_cpu + - libcxx >=18 - libprotobuf >=5.27.5,<5.27.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 license: Apache-2.0 purls: [] - size: 377193 - timestamp: 1730157327161 -- kind: conda - name: libarrow-substrait - version: 18.0.0 - build: hdcc9e87_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-18.0.0-hdcc9e87_0_cpu.conda + size: 471155 + timestamp: 1730156604108 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-18.0.0-hdcc9e87_0_cpu.conda sha256: 6ea9df616248191a06fb4d078486f282b1807bd8eab3e4f380f04df46264cea2 md5: dd51b0ba8e9dc24f04362cca5a93569d depends: @@ -22645,85 +20462,35 @@ packages: purls: [] size: 457812 timestamp: 1730156602117 -- kind: conda - name: libarrow-substrait - version: 18.0.0 - build: hdefb866_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-18.0.0-hdefb866_0_cpu.conda - sha256: cf2a7e3331500e6ab290cb418e3b93de3fd89b3fababedfbdf581de73eda52ae - md5: b6b0c39e8b08e86d209e1e335bd20177 +- conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-18.0.0-ha9530af_0_cpu.conda + sha256: 5a9e11593b6fd17d821ad3cb08e006936b6d9701c52a78a0232d67decb9990de + md5: 57e88c31fb06a16c4f3d80356d07c33d depends: - - __osx >=10.13 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libarrow 18.0.0 h4f78622_0_cpu - - libarrow-acero 18.0.0 h240833e_0_cpu - - libarrow-dataset 18.0.0 h240833e_0_cpu - - libcxx >=18 + - libarrow 18.0.0 h80430d3_0_cpu + - libarrow-acero 18.0.0 hac47afa_0_cpu + - libarrow-dataset 18.0.0 hac47afa_0_cpu - libprotobuf >=5.27.5,<5.27.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 license: Apache-2.0 purls: [] - size: 471155 - timestamp: 1730156604108 -- kind: conda - name: libarrow-substrait - version: 18.0.0 - build: he882d9a_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-18.0.0-he882d9a_0_cpu.conda - sha256: 0d4458a0ccbfa19031fecf94a5e610eda9be81ee342d8a0a2685e076f6b14881 - md5: 1d73c2c8cabb70f9bf1dd36222ef7b25 + size: 377193 + timestamp: 1730157327161 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-he8f35ee_3.conda + sha256: 2da5c735811cbf38c7f7844ab457ff8b25046bbf5fe5ebd5dc1c2fafdf4fbe1c + md5: 4fab9799da9571266d05ca5503330655 depends: - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libarrow 18.0.0 ha5db6c2_0_cpu - - libarrow-acero 18.0.0 h5888daf_0_cpu - - libarrow-dataset 18.0.0 h5888daf_0_cpu - - libgcc >=13 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - license: Apache-2.0 - purls: [] - size: 528788 - timestamp: 1730155701400 -- kind: conda - name: libasprintf - version: 0.22.5 - build: h5728263_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libasprintf-0.22.5-h5728263_3.conda - sha256: 8e41136b7e4ec44c1c0bae0ff51cdb0d04e026d0b44eaaf5a9ff8b4e1b6b019b - md5: 9f661052be1d477dcf61ee3cd77ce5ee - license: LGPL-2.1-or-later - purls: [] - size: 49776 - timestamp: 1723629333404 -- kind: conda - name: libasprintf - version: 0.22.5 - build: h8414b35_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - sha256: 819bf95543470658f48db53a267a3fabe1616797c4031cf88e63f451c5029e6f - md5: 472b673c083175195965a48f2f4808f8 - depends: - - __osx >=11.0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.1-or-later purls: [] - size: 40657 - timestamp: 1723626937704 -- kind: conda - name: libasprintf - version: 0.22.5 - build: h87f4aca_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libasprintf-0.22.5-h87f4aca_3.conda + size: 42817 + timestamp: 1723626012203 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libasprintf-0.22.5-h87f4aca_3.conda sha256: b438814a7190a541950da68d3cde8ecbcc55629ce677eb65afbb01cfa1e4e651 md5: 332ce64c2dec75dc0849e7ffcdf7a3a4 depends: @@ -22733,13 +20500,7 @@ packages: purls: [] size: 42627 timestamp: 1723626204541 -- kind: conda - name: libasprintf - version: 0.22.5 - build: hdfe23c8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda sha256: 9c6f3e2558e098dbbc63c9884b4af368ea6cc4185ea027563ac4f5ee8571b143 md5: 55363e1d53635b3497cdf753ab0690c1 depends: @@ -22749,29 +20510,24 @@ packages: purls: [] size: 40442 timestamp: 1723626787726 -- kind: conda - name: libasprintf - version: 0.22.5 - build: he8f35ee_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-he8f35ee_3.conda - sha256: 2da5c735811cbf38c7f7844ab457ff8b25046bbf5fe5ebd5dc1c2fafdf4fbe1c - md5: 4fab9799da9571266d05ca5503330655 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda + sha256: 819bf95543470658f48db53a267a3fabe1616797c4031cf88e63f451c5029e6f + md5: 472b673c083175195965a48f2f4808f8 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=11.0 + - libcxx >=16 license: LGPL-2.1-or-later purls: [] - size: 42817 - timestamp: 1723626012203 -- kind: conda - name: libass - version: 0.17.3 - build: h1dc1e6a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libass-0.17.3-h1dc1e6a_0.conda + size: 40657 + timestamp: 1723626937704 +- conda: https://conda.anaconda.org/conda-forge/win-64/libasprintf-0.22.5-h5728263_3.conda + sha256: 8e41136b7e4ec44c1c0bae0ff51cdb0d04e026d0b44eaaf5a9ff8b4e1b6b019b + md5: 9f661052be1d477dcf61ee3cd77ce5ee + license: LGPL-2.1-or-later + purls: [] + size: 49776 + timestamp: 1723629333404 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libass-0.17.3-h1dc1e6a_0.conda sha256: 52afd5e79681185ea33da0e7548aa3721be7e9a153a90f004c5adc33d61f7a14 md5: 2a66267ba586dadd110cc991063cfff7 depends: @@ -22789,56 +20545,41 @@ packages: purls: [] size: 133110 timestamp: 1719985879751 -- kind: conda - name: libass - version: 0.17.3 - build: h5386a9e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libass-0.17.3-h5386a9e_0.conda - sha256: 2a19c0230f0d6d707a2f0d3fdfe50fb41fbf05e88fb4a79e8e2b5a29f66c4c55 - md5: b6b8a0a32d77060c4431933a0ba11d3b +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libass-0.17.3-hcc173ff_0.conda + sha256: 93d84d22f9fa360c175ce6b0bdd4ec33c0f6399eb6e6a17fcbf8b34375343528 + md5: 7a3fcba797d23512f55ef23e68ae4ec9 depends: - - __osx >=10.13 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - harfbuzz >=9.0.0,<10.0a0 - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 license: ISC license_family: OTHER purls: [] - size: 133998 - timestamp: 1719986071273 -- kind: conda - name: libass - version: 0.17.3 - build: hcc173ff_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libass-0.17.3-hcc173ff_0.conda - sha256: 93d84d22f9fa360c175ce6b0bdd4ec33c0f6399eb6e6a17fcbf8b34375343528 - md5: 7a3fcba797d23512f55ef23e68ae4ec9 + size: 145939 + timestamp: 1719986023948 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libass-0.17.3-h5386a9e_0.conda + sha256: 2a19c0230f0d6d707a2f0d3fdfe50fb41fbf05e88fb4a79e8e2b5a29f66c4c55 + md5: b6b8a0a32d77060c4431933a0ba11d3b depends: + - __osx >=10.13 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - harfbuzz >=9.0.0,<10.0a0 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 license: ISC license_family: OTHER purls: [] - size: 145939 - timestamp: 1719986023948 -- kind: conda - name: libass - version: 0.17.3 - build: hf20b609_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libass-0.17.3-hf20b609_0.conda + size: 133998 + timestamp: 1719986071273 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libass-0.17.3-hf20b609_0.conda sha256: 2c03d080b48e65e4c488b4824b817fbdce5b79e18f49fc4e823819268b74bb7d md5: 50f6b3ead2c75c7c4009a8ed477d8142 depends: @@ -22855,35 +20596,8 @@ packages: purls: [] size: 116755 timestamp: 1719986027249 -- kind: conda - name: libblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14749 - timestamp: 1712542279018 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_linux64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-24_linux64_openblas.conda build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-24_linux64_openblas.conda sha256: 3097f7913bda527d4fe9f824182b314e130044e582455037fca6f4e97965d83c md5: 80aea6603a6813b16ec119d00382b772 depends: @@ -22899,13 +20613,8 @@ packages: purls: [] size: 14981 timestamp: 1726668454790 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-24_linuxaarch64_openblas.conda build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-24_linuxaarch64_openblas.conda sha256: a0a86754a6dcdf5917735d3095a34aab7adce56dd3fda5258e8526f0e1cf0164 md5: f763daad76fe32da91acfdf3e476ec0d depends: @@ -22921,13 +20630,25 @@ packages: purls: [] size: 14991 timestamp: 1726668539439 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 + md5: b80966a8c8dd0b531f8e65f709d732e8 + depends: + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + - liblapack 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14749 + timestamp: 1712542279018 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-24_osxarm64_openblas.conda build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-24_osxarm64_openblas.conda sha256: 4739f7463efb12e6d71536d8b0285a8de5aaadcc442bfedb9d92d1b4cbc47847 md5: 35cb711e7bc46ee5f3dd67af99ad1986 depends: @@ -22943,13 +20664,8 @@ packages: purls: [] size: 15144 timestamp: 1726668802976 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-24_win64_mkl.conda build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-24_win64_mkl.conda sha256: 8b4cd602ae089d8c5832054ead452d6a1820c8f9c3b190faf3e867f5939810e2 md5: ea127210707251a33116b437c22b8dad depends: @@ -22964,47 +20680,18 @@ packages: purls: [] size: 5183540 timestamp: 1726669397923 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 - md5: 58f2c4bdd56c46cc7451596e4ae68e0b - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 67267 - timestamp: 1725267768667 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c - md5: f7dc9a8f21d74eab46456df301da2972 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: 41b599ed2b02abcfdd84302bff174b23 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 70526 - timestamp: 1725268159739 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + size: 68851 + timestamp: 1725267660471 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 md5: 3ee026955c688f551a9999840cff4c67 depends: @@ -23014,30 +20701,17 @@ packages: purls: [] size: 68982 timestamp: 1725267774142 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 - md5: 41b599ed2b02abcfdd84302bff174b23 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 + md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 68851 - timestamp: 1725267660471 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + size: 67267 + timestamp: 1725267768667 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 md5: d0bf1dff146b799b319ea0434b93f779 depends: @@ -23047,49 +20721,31 @@ packages: purls: [] size: 68426 timestamp: 1725267943211 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c - md5: 34709a1f5df44e054c4a12ab536c5459 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: f7dc9a8f21d74eab46456df301da2972 depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 29872 - timestamp: 1725267807289 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f - md5: 9bae75ce723fa34e98e239d21d752a7e + size: 70526 + timestamp: 1725268159739 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 9566f0bd264fbd463002e759b8a82401 depends: - - libbrotlicommon 1.1.0 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 32685 - timestamp: 1725268208844 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + size: 32696 + timestamp: 1725267669305 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c md5: e64d0f3b59c7c4047446b97a8624a72d depends: @@ -23100,31 +20756,18 @@ packages: purls: [] size: 31708 timestamp: 1725267783442 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf - md5: 9566f0bd264fbd463002e759b8a82401 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c + md5: 34709a1f5df44e054c4a12ab536c5459 depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 32696 - timestamp: 1725267669305 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + size: 29872 + timestamp: 1725267807289 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 md5: 55e66e68ce55523a6811633dd1ac74e2 depends: @@ -23135,32 +20778,9 @@ packages: purls: [] size: 28378 timestamp: 1725267980316 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 - md5: 691f0dcb36f1ae67f5c489f20ae987ea - depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 - license: MIT - license_family: MIT - purls: [] - size: 296353 - timestamp: 1725267822076 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 - md5: 85741a24d97954a991e55e34bc55990b +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: 9bae75ce723fa34e98e239d21d752a7e depends: - libbrotlicommon 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 @@ -23169,15 +20789,21 @@ packages: license: MIT license_family: MIT purls: [] - size: 245929 - timestamp: 1725268238259 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + size: 32685 + timestamp: 1725268208844 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 06f70867945ea6a84d35836af780f1de + depends: + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 281750 + timestamp: 1725267679782 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c md5: 0e9bd365480c72b25c71a448257b537d depends: @@ -23188,31 +20814,18 @@ packages: purls: [] size: 290230 timestamp: 1725267792697 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 - md5: 06f70867945ea6a84d35836af780f1de +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 + md5: 691f0dcb36f1ae67f5c489f20ae987ea depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 281750 - timestamp: 1725267679782 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + size: 296353 + timestamp: 1725267822076 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 md5: 4f3a434504c67b2c42565c0b85c1885c depends: @@ -23223,33 +20836,21 @@ packages: purls: [] size: 279644 timestamp: 1725268003553 -- kind: conda - name: libcblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 85741a24d97954a991e55e34bc55990b depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD + - libbrotlicommon 1.1.0 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 14636 - timestamp: 1712542311437 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_linux64_openblas + size: 245929 + timestamp: 1725268238259 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-24_linux64_openblas.conda build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-24_linux64_openblas.conda sha256: 2a52bccc5b03cdf014d856d0b85dbd591faa335ab337d620cd6aded121d7153c md5: f5b8822297c9c790cec0795ca1fc9be6 depends: @@ -23263,13 +20864,8 @@ packages: purls: [] size: 14910 timestamp: 1726668461033 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-24_linuxaarch64_openblas.conda build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-24_linuxaarch64_openblas.conda sha256: d7e0e459184ea92a4c0ece4ff5b4088bfa14811e3b650d948befc1cdab82fce2 md5: fe7560187584eaae4f115d471b62c09c depends: @@ -23283,13 +20879,23 @@ packages: purls: [] size: 14901 timestamp: 1726668544814 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 + md5: b9fef82772330f61b2b0201c72d2c29b + depends: + - libblas 3.9.0 22_osx64_openblas + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - liblapack 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14636 + timestamp: 1712542311437 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-24_osxarm64_openblas.conda build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-24_osxarm64_openblas.conda sha256: 40dc3f7c44af5cd5a2020386cb30f92943a9d8f7f54321b4d6ae32b2e54af9a4 md5: c8977086a19233153e454bb2b332a920 depends: @@ -23303,13 +20909,8 @@ packages: purls: [] size: 15062 timestamp: 1726668809379 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-24_win64_mkl.conda build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-24_win64_mkl.conda sha256: 297e858e9a2e6c4d9846fc101607ad31b778d8bde8591f9207e72d728a9f00a7 md5: a42c7390d3249698c0ffb6040e9396e7 depends: @@ -23323,13 +20924,32 @@ packages: purls: [] size: 5174668 timestamp: 1726669449378 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_h0c94c6a_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h0c94c6a_13.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_hb5137d0_13.conda + sha256: 566dbadc4ec80def6d9c8abeaea7f78962a7732003ff5db26b2f496959347d82 + md5: a1700fe825fe70c6c73664d02f4d50bd + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 18089799 + timestamp: 1725064996473 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_he324ac1_13.conda + sha256: 1e3e7cdc2b47506e2fd6b7881829853e21d5bcdeb4a404cfaca29678a3cfda00 + md5: d61c9e6e1b25e03f0ff4157acbdbd979 + depends: + - libgcc >=13 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 17730321 + timestamp: 1725065495004 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h0c94c6a_13.conda sha256: bc064c078a58ce81d26f2fc9b8414c8a7f6d8317caebbe86fe48b5ba2fbbf777 md5: 04ad673e08f4ba5d434b0c96a2e90e3d depends: @@ -23341,13 +20961,7 @@ packages: purls: [] size: 12823030 timestamp: 1725061894194 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_h5c12605_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_h5c12605_13.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_h5c12605_13.conda sha256: d0afc760ad64260320732d0b875e9d25ebd3272bddcb8257829afc18f45d680a md5: 597b84b1d9fc4357ef7404cdfe2b8c26 depends: @@ -23359,67 +20973,45 @@ packages: purls: [] size: 11873230 timestamp: 1725061438744 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_hb5137d0_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_hb5137d0_13.conda - sha256: 566dbadc4ec80def6d9c8abeaea7f78962a7732003ff5db26b2f496959347d82 - md5: a1700fe825fe70c6c73664d02f4d50bd +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.2-default_hb5137d0_0.conda + sha256: faa3cbdf9ee65365eb5990b2687d964e84c3b646768d1aa60cf4ffe7b60c3ee9 + md5: acf8651ac09d19641ab4356abfdf9321 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - - libllvm16 >=16.0.6,<16.1.0a0 + - libllvm19 >=19.1.2,<19.2.0a0 - libstdcxx >=13 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 18089799 - timestamp: 1725064996473 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_he324ac1_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_he324ac1_13.conda - sha256: 1e3e7cdc2b47506e2fd6b7881829853e21d5bcdeb4a404cfaca29678a3cfda00 - md5: d61c9e6e1b25e03f0ff4157acbdbd979 + size: 20513187 + timestamp: 1729089419754 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.2-default_h9c6a7e4_0.conda + sha256: 67da757df0c1ec71a2b2c5305e1c23eebb417109f07f98294a44c2278e99413c + md5: eadd021430638c34527abacac836fa15 depends: + - __glibc >=2.17,<3.0.a0 - libgcc >=13 - - libllvm16 >=16.0.6,<16.1.0a0 + - libllvm19 >=19.1.2,<19.2.0a0 - libstdcxx >=13 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 17730321 - timestamp: 1725065495004 -- kind: conda - name: libclang-cpp19.1 - version: 19.1.2 - build: default_hb5137d0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.2-default_hb5137d0_0.conda - sha256: faa3cbdf9ee65365eb5990b2687d964e84c3b646768d1aa60cf4ffe7b60c3ee9 - md5: acf8651ac09d19641ab4356abfdf9321 + size: 11818612 + timestamp: 1729089619201 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.2-default_h4390ef5_0.conda + sha256: e8a41317df07438ec53e0cde8359e49079e2a323d47939f3a05cd23a8bb7ad8c + md5: e1add3117a4ef441fbce848afbf3e494 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libllvm19 >=19.1.2,<19.2.0a0 - libstdcxx >=13 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20513187 - timestamp: 1729089419754 -- kind: conda - name: libclang13 - version: 19.1.2 - build: default_h0c68bdf_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-19.1.2-default_h0c68bdf_0.conda + size: 11635879 + timestamp: 1729092584736 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-19.1.2-default_h0c68bdf_0.conda sha256: c8707c8ca484cf1b2eb109e984cedb73f36971b725304aea2c65d4e18d5bdcde md5: 9332087b40171d1fab092cae9acef003 depends: @@ -23431,29 +21023,7 @@ packages: purls: [] size: 8609918 timestamp: 1729088824957 -- kind: conda - name: libclang13 - version: 19.1.2 - build: default_h4390ef5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.2-default_h4390ef5_0.conda - sha256: e8a41317df07438ec53e0cde8359e49079e2a323d47939f3a05cd23a8bb7ad8c - md5: e1add3117a4ef441fbce848afbf3e494 - depends: - - libgcc >=13 - - libllvm19 >=19.1.2,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 11635879 - timestamp: 1729092584736 -- kind: conda - name: libclang13 - version: 19.1.2 - build: default_h5f28f6d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-19.1.2-default_h5f28f6d_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-19.1.2-default_h5f28f6d_0.conda sha256: d68aa07619c3940cb44f7de918d88f0aac25c7ba542eecf64f06541ce286405b md5: 0c0748ad80812ebe74f3dbff3d12b1d5 depends: @@ -23465,30 +21035,7 @@ packages: purls: [] size: 8060638 timestamp: 1729089081454 -- kind: conda - name: libclang13 - version: 19.1.2 - build: default_h9c6a7e4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.2-default_h9c6a7e4_0.conda - sha256: 67da757df0c1ec71a2b2c5305e1c23eebb417109f07f98294a44c2278e99413c - md5: eadd021430638c34527abacac836fa15 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libllvm19 >=19.1.2,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 11818612 - timestamp: 1729089619201 -- kind: conda - name: libclang13 - version: 19.1.2 - build: default_ha5278ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.2-default_ha5278ca_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.2-default_ha5278ca_0.conda sha256: 7c12a1ba695ba9b141b346098a1d952bcb9e73d95da3520031eb5ec595c8cda1 md5: 6cd3eb04dae91fb934782bc29689d3be depends: @@ -23502,60 +21049,39 @@ packages: purls: [] size: 26749748 timestamp: 1729132004115 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h01db608_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea - md5: 268ee639c17ada0002fb04dd21816cc2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 + sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 + md5: c965a5aa0d5c1c37ffc62dff36e28400 depends: - libgcc-ng >=9.4.0 - libstdcxx-ng >=9.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 18669 - timestamp: 1633683724891 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h0e60522_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e - md5: cd4cc2d0c610c8cb5419ccc979f2d6ce + size: 20440 + timestamp: 1633683576494 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea + md5: 268ee639c17ada0002fb04dd21816cc2 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 25694 - timestamp: 1633684287072 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h9c3ff4c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - md5: c965a5aa0d5c1c37ffc62dff36e28400 + size: 18669 + timestamp: 1633683724891 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 + sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff + md5: 23d6d5a69918a438355d7cbc4c3d54c9 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 + - libcxx >=11.1.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 20440 - timestamp: 1633683576494 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: hbdafb3b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + size: 20128 + timestamp: 1633683906221 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 md5: 32bd82a6a625ea6ce090a81c3d34edeb depends: @@ -23565,28 +21091,18 @@ packages: purls: [] size: 18765 timestamp: 1633683992603 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: he49afe7_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff - md5: 23d6d5a69918a438355d7cbc4c3d54c9 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e + md5: cd4cc2d0c610c8cb5419ccc979f2d6ce depends: - - libcxx >=11.1.0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: BSD-3-Clause license_family: BSD purls: [] - size: 20128 - timestamp: 1633683906221 -- kind: conda - name: libcups - version: 2.3.3 - build: h4637d8d_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda + size: 25694 + timestamp: 1633684287072 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 md5: d4529f4dff3057982a7617c7ac58fde3 depends: @@ -23599,17 +21115,13 @@ packages: purls: [] size: 4519402 timestamp: 1689195353551 -- kind: conda - name: libcurl - version: 8.10.1 - build: h13a7ad3_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.10.1-h13a7ad3_0.conda - sha256: 983a977c5627f975a930542c8aabb46089ec6ea72f28d9c4d3ee8eafaf2fc25a - md5: d84030d0863ffe7dea00b9a807fee961 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.10.1-hbbe4b11_0.conda + sha256: 54e6114dfce566c3a22ad3b7b309657e3600cdb668398e95f1301360d5d52c99 + md5: 6e801c50a40301f6978c53976917b277 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 @@ -23618,34 +21130,9 @@ packages: license: curl license_family: MIT purls: [] - size: 379948 - timestamp: 1726660033582 -- kind: conda - name: libcurl - version: 8.10.1 - build: h1ee3ff0_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.10.1-h1ee3ff0_0.conda - sha256: dfbac497c4fee74f67391f9c4a40cab559468b7d04ff9fad4b404a26b5e1d5b8 - md5: 7ead800e22ff7b4bccb73e42a8f7a0f4 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT - purls: [] - size: 342388 - timestamp: 1726660508261 -- kind: conda - name: libcurl - version: 8.10.1 - build: h3ec0cbf_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.10.1-h3ec0cbf_0.conda + size: 424900 + timestamp: 1726659794676 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.10.1-h3ec0cbf_0.conda sha256: 7c4983001c727f713b4448280ed4803d301087c184cd2819ba0b788ca62b73d1 md5: f43539295c4e0cd15202d41bc72b8a26 depends: @@ -23661,12 +21148,7 @@ packages: purls: [] size: 439171 timestamp: 1726659843118 -- kind: conda - name: libcurl - version: 8.10.1 - build: h58e7537_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.10.1-h58e7537_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.10.1-h58e7537_0.conda sha256: 662fe145459ed58dee882e525588d1da4dcc4cbd10cfca0725d1fc3840461798 md5: 6c8669d8228a2bbd0283911cc6d6726e depends: @@ -23682,18 +21164,12 @@ packages: purls: [] size: 402588 timestamp: 1726660264675 -- kind: conda - name: libcurl - version: 8.10.1 - build: hbbe4b11_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.10.1-hbbe4b11_0.conda - sha256: 54e6114dfce566c3a22ad3b7b309657e3600cdb668398e95f1301360d5d52c99 - md5: 6e801c50a40301f6978c53976917b277 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.10.1-h13a7ad3_0.conda + sha256: 983a977c5627f975a930542c8aabb46089ec6ea72f28d9c4d3ee8eafaf2fc25a + md5: d84030d0863ffe7dea00b9a807fee961 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 @@ -23702,29 +21178,24 @@ packages: license: curl license_family: MIT purls: [] - size: 424900 - timestamp: 1726659794676 -- kind: conda - name: libcxx - version: 19.1.2 - build: ha82da77_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.2-ha82da77_0.conda - sha256: 9c714110264f4fe824d40e11ad39b0eda65251f87826c81f4d67ccf8a3348d29 - md5: ba89ad7c5477e6a9d020020fcdadd37d + size: 379948 + timestamp: 1726660033582 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.10.1-h1ee3ff0_0.conda + sha256: dfbac497c4fee74f67391f9c4a40cab559468b7d04ff9fad4b404a26b5e1d5b8 + md5: 7ead800e22ff7b4bccb73e42a8f7a0f4 depends: - - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - krb5 >=1.21.3,<1.22.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: curl + license_family: MIT purls: [] - size: 521199 - timestamp: 1729038190391 -- kind: conda - name: libcxx - version: 19.1.2 - build: hf95d169_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.2-hf95d169_0.conda + size: 342388 + timestamp: 1726660508261 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.2-hf95d169_0.conda sha256: 04593566411ce8dc6400777c772c10a153ebf1082b104ee52a98562a24a50880 md5: 8bdfb741a2cdbd0a4e7b7dc30fbc0d6c depends: @@ -23734,29 +21205,17 @@ packages: purls: [] size: 526600 timestamp: 1729038055775 -- kind: conda - name: libcxx-devel - version: 16.0.6 - build: h86353a2_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-16.0.6-h86353a2_2.conda - sha256: fb51aaeb9911d9999afaf0a3dc8f4eee97c524aac4ec152217372e8645ef8856 - md5: f81c638415433ea5bb5024b49cda17ea +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.2-ha82da77_0.conda + sha256: 9c714110264f4fe824d40e11ad39b0eda65251f87826c81f4d67ccf8a3348d29 + md5: ba89ad7c5477e6a9d020020fcdadd37d depends: - - libcxx >=16.0.6 + - __osx >=11.0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 717680 - timestamp: 1725067968232 -- kind: conda - name: libcxx-devel - version: 16.0.6 - build: h8f8a49f_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-16.0.6-h8f8a49f_2.conda + size: 521199 + timestamp: 1729038190391 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-16.0.6-h8f8a49f_2.conda sha256: 1c1c6f6f4eca07be3f03929c59c2dd077da3c676fbf5e92c0df3bad2a4f069ab md5: 677580dee2d1412311d9dd9bf6bfa6b7 depends: @@ -23766,44 +21225,28 @@ packages: purls: [] size: 716532 timestamp: 1725067685814 -- kind: conda - name: libdeflate - version: '1.22' - build: h00291cd_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.22-h00291cd_0.conda - sha256: 681035346974c3315685dc40898e26f65f1c00cbb0b5fd80cc2599e207a34b31 - md5: a15785ccc62ae2a8febd299424081efb +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-16.0.6-h86353a2_2.conda + sha256: fb51aaeb9911d9999afaf0a3dc8f4eee97c524aac4ec152217372e8645ef8856 + md5: f81c638415433ea5bb5024b49cda17ea depends: - - __osx >=10.13 - license: MIT - license_family: MIT + - libcxx >=16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 70407 - timestamp: 1728177128525 -- kind: conda - name: libdeflate - version: '1.22' - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.22-h2466b09_0.conda - sha256: 579c634b7de8869cb1d76eccd4c032dc275d5a017212128502ea4dc828a5b361 - md5: a3439ce12d4e3cd887270d9436f9a4c8 + size: 717680 + timestamp: 1725067968232 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.22-hb9d3cd8_0.conda + sha256: 780f0530a3adfc1497ba49d626931c6afc978c540e1abfde6ccd57128ded6ad6 + md5: b422943d5d772b7cc858b36ad2a92db5 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 155506 - timestamp: 1728177485361 -- kind: conda - name: libdeflate - version: '1.22' - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.22-h86ecc28_0.conda + size: 72242 + timestamp: 1728177071251 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.22-h86ecc28_0.conda sha256: 986207f130703897300ddc3637c52e86a5b21c735fe384bf48554d9a6d91c56d md5: ff6a44e8b1707d02be2fe9a36ea88d4a depends: @@ -23813,28 +21256,17 @@ packages: purls: [] size: 69601 timestamp: 1728177137503 -- kind: conda - name: libdeflate - version: '1.22' - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.22-hb9d3cd8_0.conda - sha256: 780f0530a3adfc1497ba49d626931c6afc978c540e1abfde6ccd57128ded6ad6 - md5: b422943d5d772b7cc858b36ad2a92db5 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.22-h00291cd_0.conda + sha256: 681035346974c3315685dc40898e26f65f1c00cbb0b5fd80cc2599e207a34b31 + md5: a15785ccc62ae2a8febd299424081efb depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 72242 - timestamp: 1728177071251 -- kind: conda - name: libdeflate - version: '1.22' - build: hd74edd7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.22-hd74edd7_0.conda + size: 70407 + timestamp: 1728177128525 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.22-hd74edd7_0.conda sha256: 3552894ca62bebc33d05982937cda25a4fa19e56a82af2ff20944ff4c2532fda md5: 2d3e3f3d8ab315748420ef58d5a3ae0f depends: @@ -23844,12 +21276,19 @@ packages: purls: [] size: 54089 timestamp: 1728177149927 -- kind: conda - name: libdrm - version: 2.4.123 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.123-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.22-h2466b09_0.conda + sha256: 579c634b7de8869cb1d76eccd4c032dc275d5a017212128502ea4dc828a5b361 + md5: a3439ce12d4e3cd887270d9436f9a4c8 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 155506 + timestamp: 1728177485361 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.123-hb9d3cd8_0.conda sha256: 5f274243fc7480b721a4ed6623c72d07b86a508a1363a85f0f16451ab655ace8 md5: ee605e794bdc14e2b7f84c4faa0d8c2c depends: @@ -23861,45 +21300,7 @@ packages: purls: [] size: 303108 timestamp: 1724719521496 -- kind: conda - name: libedit - version: 3.1.20191231 - build: h0678c8f_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 - md5: 6016a8a1d0e63cac3de2c352cd40208b - depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 105382 - timestamp: 1597616576726 -- kind: conda - name: libedit - version: 3.1.20191231 - build: hc8eb9b7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - md5: 30e4362988a2623e9eb34337b83e01f9 - depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 96607 - timestamp: 1597616630749 -- kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 depends: @@ -23910,13 +21311,7 @@ packages: purls: [] size: 123878 timestamp: 1597616541093 -- kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d md5: 29371161d77933a54fccf1bb66b96529 depends: @@ -23927,13 +21322,27 @@ packages: purls: [] size: 134104 timestamp: 1597617110769 -- kind: conda - name: libegl - version: 1.7.0 - build: ha4b6fd6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 + md5: 6016a8a1d0e63cac3de2c352cd40208b + depends: + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 105382 + timestamp: 1597616576726 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 + sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca + md5: 30e4362988a2623e9eb34337b83e01f9 + depends: + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 96607 + timestamp: 1597616630749 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_1.conda sha256: e64388e983cf14354b70fe908ca3943f2481ea63df8a4de5e4d418dc2addd38e md5: 38a5cd3be5fb620b48069e27285f1a44 depends: @@ -23943,27 +21352,17 @@ packages: purls: [] size: 44620 timestamp: 1727968589748 -- kind: conda - name: libev - version: '4.33' - build: h10d778d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 - md5: 899db79329439820b7e8f8de41bca902 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + md5: 172bf1cd1ff8629f2b1179945ed45055 + depends: + - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 106663 - timestamp: 1702146352558 -- kind: conda - name: libev - version: '4.33' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda + size: 112766 + timestamp: 1702146165126 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: @@ -23973,13 +21372,15 @@ packages: purls: [] size: 115123 timestamp: 1702146237623 -- kind: conda - name: libev - version: '4.33' - build: h93a5062_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + md5: 899db79329439820b7e8f8de41bca902 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 106663 + timestamp: 1702146352558 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f md5: 36d33e440c31857372a72137f78bacf5 license: BSD-2-Clause @@ -23987,64 +21388,18 @@ packages: purls: [] size: 107458 timestamp: 1702146414478 -- kind: conda - name: libev - version: '4.33' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 + md5: a1cfcc585f0c42bf8d5546bb1dfb668d depends: - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 112766 - timestamp: 1702146165126 -- kind: conda - name: libevent - version: 2.1.12 - build: h2757513_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - sha256: 8c136d7586259bb5c0d2b913aaadc5b9737787ae4f40e3ad1beaf96c80b919b7 - md5: 1a109764bff3bdc7bdd84088347d71dc - depends: - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 368167 - timestamp: 1685726248899 -- kind: conda - name: libevent - version: 2.1.12 - build: h3671451_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 - md5: 25efbd786caceef438be46da78a7b5ef - depends: - openssl >=3.1.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 410555 - timestamp: 1685726568668 -- kind: conda - name: libevent - version: 2.1.12 - build: h4ba1bb4_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda + size: 427426 + timestamp: 1685725977222 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda sha256: 01333cc7d6e6985dd5700b43660d90e9e58049182017fd24862088ecbe1458e4 md5: 96ae6083cd1ac9f6bc81631ac835b317 depends: @@ -24055,13 +21410,7 @@ packages: purls: [] size: 438992 timestamp: 1685726046519 -- kind: conda - name: libevent - version: 2.1.12 - build: ha90c15b_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda sha256: e0bd9af2a29f8dd74309c0ae4f17a7c2b8c4b89f875ff1d6540c941eefbd07fb md5: e38e467e577bd193a7d5de7c2c540b04 depends: @@ -24071,29 +21420,30 @@ packages: purls: [] size: 372661 timestamp: 1685726378869 -- kind: conda - name: libevent - version: 2.1.12 - build: hf998b51_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - md5: a1cfcc585f0c42bf8d5546bb1dfb668d +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda + sha256: 8c136d7586259bb5c0d2b913aaadc5b9737787ae4f40e3ad1beaf96c80b919b7 + md5: 1a109764bff3bdc7bdd84088347d71dc depends: - - libgcc-ng >=12 - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 427426 - timestamp: 1685725977222 -- kind: conda - name: libexpat - version: 2.6.3 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.3-h5888daf_0.conda + size: 368167 + timestamp: 1685726248899 +- conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda + sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 + md5: 25efbd786caceef438be46da78a7b5ef + depends: + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 410555 + timestamp: 1685726568668 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.3-h5888daf_0.conda sha256: 4bb47bb2cd09898737a5211e2992d63c555d63715a07ba56eae0aff31fb89c22 md5: 59f4c43bb1b5ef1c71946ff2cbf59524 depends: @@ -24106,12 +21456,7 @@ packages: purls: [] size: 73616 timestamp: 1725568742634 -- kind: conda - name: libexpat - version: 2.6.3 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.3-h5ad3122_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.3-h5ad3122_0.conda sha256: 02341c9c35128055fd404dfe675832b80f2bf9dbb99539457652c11c06e52757 md5: 1d2b842bb76e268625e8ee8d0a9fe8c3 depends: @@ -24123,12 +21468,7 @@ packages: purls: [] size: 72342 timestamp: 1725568840022 -- kind: conda - name: libexpat - version: 2.6.3 - build: hac325c4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.3-hac325c4_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.3-hac325c4_0.conda sha256: dd22dffad6731c352f4c14603868c9cce4d3b50ff5ff1e50f416a82dcb491947 md5: c1db99b0a94a2f23bd6ce39e2d314e07 depends: @@ -24140,12 +21480,19 @@ packages: purls: [] size: 70517 timestamp: 1725568864316 -- kind: conda - name: libexpat - version: 2.6.3 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.3-he0c23c2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.3-hf9b8971_0.conda + sha256: 5cbe5a199fba14ade55457a468ce663aac0b54832c39aa54470b3889b4c75c4a + md5: 5f22f07c2ab2dea8c66fe9585a062c96 + depends: + - __osx >=11.0 + constrains: + - expat 2.6.3.* + license: MIT + license_family: MIT + purls: [] + size: 63895 + timestamp: 1725568783033 +- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.3-he0c23c2_0.conda sha256: 9543965d155b8da96fc67dd81705fe5c2571c7c00becc8de5534c850393d4e3c md5: 21415fbf4d0de6767a621160b43e5dea depends: @@ -24159,30 +21506,27 @@ packages: purls: [] size: 138992 timestamp: 1725569106114 -- kind: conda - name: libexpat - version: 2.6.3 - build: hf9b8971_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.3-hf9b8971_0.conda - sha256: 5cbe5a199fba14ade55457a468ce663aac0b54832c39aa54470b3889b4c75c4a - md5: 5f22f07c2ab2dea8c66fe9585a062c96 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 depends: - - __osx >=11.0 - constrains: - - expat 2.6.3.* + - libgcc-ng >=9.4.0 license: MIT license_family: MIT purls: [] - size: 63895 - timestamp: 1725568783033 -- kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + size: 58292 + timestamp: 1636488182923 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c + md5: dddd85f4d52121fab0a8b099c5e06501 + depends: + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + purls: [] + size: 59450 + timestamp: 1636488255090 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT @@ -24190,13 +21534,7 @@ packages: purls: [] size: 51348 timestamp: 1636488394370 -- kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca md5: 086914b672be056eb70fd4285b6783b6 license: MIT @@ -24204,45 +21542,7 @@ packages: purls: [] size: 39020 timestamp: 1636488587153 -- kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - purls: [] - size: 59450 - timestamp: 1636488255090 -- kind: conda - name: libffi - version: 3.4.2 - build: h7f98852_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - purls: [] - size: 58292 - timestamp: 1636488182923 -- kind: conda - name: libffi - version: 3.4.2 - build: h8ffe710_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 md5: 2c96d1b6915b408893f9472569dee135 depends: @@ -24253,13 +21553,7 @@ packages: purls: [] size: 42063 timestamp: 1636489106777 -- kind: conda - name: libgcc - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 md5: 3cb76c3f10d3bc7f1105b2fc9db984df depends: @@ -24273,13 +21567,7 @@ packages: purls: [] size: 848745 timestamp: 1729027721139 -- kind: conda - name: libgcc - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 md5: 511b511c5445e324066c3377481bcab8 depends: @@ -24292,14 +21580,7 @@ packages: purls: [] size: 535243 timestamp: 1729089435134 -- kind: conda - name: libgcc-devel_linux-64 - version: 12.4.0 - build: ha4f9413_101 - build_number: 101 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.4.0-ha4f9413_101.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.4.0-ha4f9413_101.conda sha256: a8b3f294ec43b249e4161b418dc64502a54de696740e7a2ce909af5651deb494 md5: 3a7914461d9072f25801a49770780cd4 depends: @@ -24309,14 +21590,7 @@ packages: purls: [] size: 2556252 timestamp: 1724801659892 -- kind: conda - name: libgcc-devel_linux-aarch64 - version: 12.4.0 - build: h7b3af7c_101 - build_number: 101 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.4.0-h7b3af7c_101.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.4.0-h7b3af7c_101.conda sha256: be49fb593c7e04ba42104bd9e85eed972b48b522323b347cbc032af707c020d0 md5: 903ed578fe18cbc08fca905a976d0de9 depends: @@ -24326,13 +21600,7 @@ packages: purls: [] size: 317564 timestamp: 1724801035983 -- kind: conda - name: libgcc-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 md5: e39480b9ca41323497b05492a63bc35b depends: @@ -24342,13 +21610,7 @@ packages: purls: [] size: 54142 timestamp: 1729027726517 -- kind: conda - name: libgcc-ng - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 md5: 0694c249c61469f2c0f7e2990782af21 depends: @@ -24358,13 +21620,18 @@ packages: purls: [] size: 54104 timestamp: 1729089444587 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h0a1ffab_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgettextpo-0.22.5-h0a1ffab_3.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-he02047a_3.conda + sha256: 7f2d1f4d69973e2c3c3d2b6420d5eb989982baba97d63ab2d7a2b25a92d886b4 + md5: efab66b82ec976930b96d62a976de8e7 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + license: GPL-3.0-or-later + license_family: GPL + purls: [] + size: 170646 + timestamp: 1723626019265 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgettextpo-0.22.5-h0a1ffab_3.conda sha256: f816747b63432def4bfe2bfa517057149b2b94a48101fe13e7fcc2c223ec2042 md5: 263a0b8af4b3fcdb35acc4038bb5bff5 depends: @@ -24374,30 +21641,19 @@ packages: purls: [] size: 199824 timestamp: 1723626215655 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h5728263_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgettextpo-0.22.5-h5728263_3.conda - sha256: 6747bd29a0896b21ee1fe07bd212210475655354a3e8033c25b797e054ddd821 - md5: e46c142e2d2d9ccef31ad3d176b10fab +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda + sha256: 8f7631d03a093272a5a8423181ac2c66514503e082e5494a2e942737af8a34ad + md5: ba6eeccaee150e24a544be8ae71aeca1 depends: + - __osx >=10.13 - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 h5728263_3 + - libintl 0.22.5 hdfe23c8_3 license: GPL-3.0-or-later license_family: GPL purls: [] - size: 171120 - timestamp: 1723629671164 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h8414b35_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda + size: 172305 + timestamp: 1723626852373 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda sha256: bc446fad58155e96a01b28e99254415c2151bdddf57f9a2c00c44e6f0298bb62 md5: c8cd7295cfb7bda5cbabea4fef904349 depends: @@ -24409,80 +21665,18 @@ packages: purls: [] size: 159800 timestamp: 1723627007035 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: hdfe23c8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda - sha256: 8f7631d03a093272a5a8423181ac2c66514503e082e5494a2e942737af8a34ad - md5: ba6eeccaee150e24a544be8ae71aeca1 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgettextpo-0.22.5-h5728263_3.conda + sha256: 6747bd29a0896b21ee1fe07bd212210475655354a3e8033c25b797e054ddd821 + md5: e46c142e2d2d9ccef31ad3d176b10fab depends: - - __osx >=10.13 - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 hdfe23c8_3 - license: GPL-3.0-or-later - license_family: GPL - purls: [] - size: 172305 - timestamp: 1723626852373 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: he02047a_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-he02047a_3.conda - sha256: 7f2d1f4d69973e2c3c3d2b6420d5eb989982baba97d63ab2d7a2b25a92d886b4 - md5: efab66b82ec976930b96d62a976de8e7 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libintl 0.22.5 h5728263_3 license: GPL-3.0-or-later license_family: GPL purls: [] - size: 170646 - timestamp: 1723626019265 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 - depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 110106 - timestamp: 1707328956438 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf - depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 110233 - timestamp: 1707330749033 -- kind: conda - name: libgfortran - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + size: 171120 + timestamp: 1723629671164 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 md5: f1fd30127802683586f768875127a987 depends: @@ -24494,13 +21688,7 @@ packages: purls: [] size: 53997 timestamp: 1729027752995 -- kind: conda - name: libgfortran - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b md5: 0294b92d2f47a240bebb1e3336b495f1 depends: @@ -24512,13 +21700,27 @@ packages: purls: [] size: 54105 timestamp: 1729089471124 -- kind: conda - name: libgfortran-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d + md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 + depends: + - libgfortran5 13.2.0 h2873a65_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 110106 + timestamp: 1707328956438 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda + sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b + md5: 4a55d9e169114b2b90d3ec4604cd7bbf + depends: + - libgfortran5 13.2.0 hf226fd6_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 110233 + timestamp: 1707330749033 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 md5: 0a7f4cd238267c88e5d69f7826a407eb depends: @@ -24528,13 +21730,7 @@ packages: purls: [] size: 54106 timestamp: 1729027945817 -- kind: conda - name: libgfortran-ng - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: @@ -24544,13 +21740,31 @@ packages: purls: [] size: 54111 timestamp: 1729089714658 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d + md5: 9822b874ea29af082e5d36098d25427d + depends: + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 1462645 + timestamp: 1729027735353 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f + md5: fc068e11b10e18f184e027782baa12b6 + depends: + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 1102158 + timestamp: 1729089452640 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b md5: e4fb4d23ec2870ff3c40d10afe305aec depends: @@ -24562,13 +21776,7 @@ packages: purls: [] size: 1571379 timestamp: 1707328880361 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a md5: 66ac81d54e95c534ae488726c1f698ea depends: @@ -24580,49 +21788,7 @@ packages: purls: [] size: 997381 timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 14.2.0 - build: hb6113d0_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda - sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f - md5: fc068e11b10e18f184e027782baa12b6 - depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1102158 - timestamp: 1729089452640 -- kind: conda - name: libgfortran5 - version: 14.2.0 - build: hd5240d6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda - sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d - md5: 9822b874ea29af082e5d36098d25427d - depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1462645 - timestamp: 1729027735353 -- kind: conda - name: libgl - version: 1.7.0 - build: ha4b6fd6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_1.conda sha256: 2de573a2231d0ffa13242e274d33b7bae88fb0a178392fd4a03cf803a47e4051 md5: 204892bce2e44252b5cf272712f10bdd depends: @@ -24633,13 +21799,7 @@ packages: purls: [] size: 134476 timestamp: 1727968620103 -- kind: conda - name: libglib - version: 2.82.1 - build: h2ff4ddf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.1-h2ff4ddf_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.1-h2ff4ddf_1.conda sha256: 17eaf179e98847dd834aae75c74753e98026ee5ac818550185896b3b7bc6e76f md5: 23b2601708f7fd71ceb52b4da41cdd66 depends: @@ -24655,35 +21815,22 @@ packages: purls: [] size: 3957261 timestamp: 1728938307811 -- kind: conda - name: libglib - version: 2.82.1 - build: h4821c08_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.1-h4821c08_1.conda - sha256: 5494aefb97f3e0f7cbc10ab3573e227dcb436c77d104ecd3c29e6d7543c32eb5 - md5: 277cf745965bba2d70dbeec422cbff40 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.1-hc486b8e_1.conda + sha256: 8172feb1dcc7d1f202d75d92c8208a01e5164907bbeb04cb1801e49599460713 + md5: 4fc2dfe05f7c6c1bf1121353a39ec1f7 depends: - - __osx >=11.0 - libffi >=3.4,<4.0a0 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.1 *_1 license: LGPL-2.1-or-later purls: [] - size: 3665354 - timestamp: 1728938493765 -- kind: conda - name: libglib - version: 2.82.1 - build: h63bbcf2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.1-h63bbcf2_1.conda + size: 4032190 + timestamp: 1728938351635 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.1-h63bbcf2_1.conda sha256: ce05844cbb162e8f3f0f5d1bd1e4a58171849735bf3230434b0af2d19006a21f md5: 0eb59ca53a48bac4c191f7ca14863467 depends: @@ -24699,99 +21846,70 @@ packages: purls: [] size: 3716853 timestamp: 1728938713441 -- kind: conda - name: libglib - version: 2.82.1 - build: h7025463_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.1-h7025463_1.conda - sha256: a1954af92405bb45c146672c0cd09c0a2bd0bcd29aa3e664974a8b91f39885ca - md5: db829f9771798d96a75bded46cc830af +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.1-h4821c08_1.conda + sha256: 5494aefb97f3e0f7cbc10ab3573e227dcb436c77d104ecd3c29e6d7543c32eb5 + md5: 277cf745965bba2d70dbeec422cbff40 depends: + - __osx >=11.0 - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - glib 2.82.1 *_1 license: LGPL-2.1-or-later purls: [] - size: 3805191 - timestamp: 1728938690886 -- kind: conda - name: libglib - version: 2.82.1 - build: hc486b8e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.1-hc486b8e_1.conda - sha256: 8172feb1dcc7d1f202d75d92c8208a01e5164907bbeb04cb1801e49599460713 - md5: 4fc2dfe05f7c6c1bf1121353a39ec1f7 + size: 3665354 + timestamp: 1728938493765 +- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.1-h7025463_1.conda + sha256: a1954af92405bb45c146672c0cd09c0a2bd0bcd29aa3e664974a8b91f39885ca + md5: db829f9771798d96a75bded46cc830af depends: - libffi >=3.4,<4.0a0 - - libgcc >=13 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - glib 2.82.1 *_1 license: LGPL-2.1-or-later purls: [] - size: 4032190 - timestamp: 1728938351635 -- kind: conda - name: libglu - version: 9.0.0 - build: h5eeb66e_1004 - build_number: 1004 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglu-9.0.0-h5eeb66e_1004.conda - sha256: d4b60ab4337f7513c2c40419b04f3f8d71dc12bdf7e5baf0517d936296f11d78 - md5: 0554e8a9ccab69bc8033d0bebed1b933 + size: 3805191 + timestamp: 1728938690886 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglu-9.0.0-ha6d2627_1004.conda + sha256: c4a14878c2be8c18b7e89a19917f0f6c964dd962c91a079fe5e0c6e8b8b1bbd4 + md5: df069bea331c8486ac21814969301c1f depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - libxcb >=1.16,<2.0.0a0 - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - xorg-xextproto >=7.3.0,<8.0a0 license: SGI-2 purls: [] - size: 317747 - timestamp: 1718880641384 -- kind: conda - name: libglu - version: 9.0.0 - build: ha6d2627_1004 - build_number: 1004 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglu-9.0.0-ha6d2627_1004.conda - sha256: c4a14878c2be8c18b7e89a19917f0f6c964dd962c91a079fe5e0c6e8b8b1bbd4 - md5: df069bea331c8486ac21814969301c1f + size: 325824 + timestamp: 1718880563533 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglu-9.0.0-h5eeb66e_1004.conda + sha256: d4b60ab4337f7513c2c40419b04f3f8d71dc12bdf7e5baf0517d936296f11d78 + md5: 0554e8a9ccab69bc8033d0bebed1b933 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - libxcb >=1.16,<2.0.0a0 - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxext >=1.3.4,<2.0a0 - xorg-xextproto >=7.3.0,<8.0a0 license: SGI-2 purls: [] - size: 325824 - timestamp: 1718880563533 -- kind: conda - name: libglvnd - version: 1.7.0 - build: ha4b6fd6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_1.conda + size: 317747 + timestamp: 1718880641384 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_1.conda sha256: 67942c2b6e4ddb705640b5db962e678f17d8305df5c1633e939cef1158a95058 md5: 1ece2ccb1dc8c68639712b05e0fae070 depends: @@ -24800,13 +21918,7 @@ packages: purls: [] size: 132216 timestamp: 1727968577428 -- kind: conda - name: libglx - version: 1.7.0 - build: ha4b6fd6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_1.conda sha256: facc239145719034f7b8815d9630032e701d26534dae28303cdbae8b19590a82 md5: 80a57756c545ad11f9847835aa21e6b2 depends: @@ -24817,13 +21929,7 @@ packages: purls: [] size: 77902 timestamp: 1727968607539 -- kind: conda - name: libgomp - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 md5: cc3573974587f12dda90d96e3e55a702 depends: @@ -24833,13 +21939,7 @@ packages: purls: [] size: 460992 timestamp: 1729027639220 -- kind: conda - name: libgomp - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf md5: 376f0e73abbda6d23c0cb749adc195ef license: GPL-3.0-only WITH GCC-exception-3.1 @@ -24847,40 +21947,30 @@ packages: purls: [] size: 463521 timestamp: 1729089357313 -- kind: conda - name: libgoogle-cloud - version: 2.30.0 - build: h2e6cea1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.30.0-h2e6cea1_0.conda - sha256: 2c58299d8275cfcf575166ba59baa9ac2b32c0c5a2677ee7a51e1d67b2d28f92 - md5: be857dc2a7d747d9aa191ed6c701bde7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.30.0-h438788a_0.conda + sha256: 506a0997b586536a6bbe8fd260bd50b625a541850507486fa66abc5a99104bce + md5: ab8466a39822527f7786b0d0b2aac223 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libcurl >=8.10.1,<9.0a0 - - libcxx >=17 + - libgcc >=13 - libgrpc >=1.65.5,<1.66.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 - openssl >=3.3.2,<4.0a0 constrains: - libgoogle-cloud 2.30.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 845094 - timestamp: 1728021687922 -- kind: conda - name: libgoogle-cloud - version: 2.30.0 - build: h438788a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.30.0-h438788a_0.conda - sha256: 506a0997b586536a6bbe8fd260bd50b625a541850507486fa66abc5a99104bce - md5: ab8466a39822527f7786b0d0b2aac223 + size: 1200100 + timestamp: 1728022256338 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.30.0-hd2ff9d8_0.conda + sha256: 71f88e9611f70dfd4a32c938aca285794e7cac9be045baf24626e34eb0d950e6 + md5: b45e6f92169cd3136eda92683e46b5e5 depends: - - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libcurl >=8.10.1,<9.0a0 @@ -24894,42 +21984,32 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1200100 - timestamp: 1728022256338 -- kind: conda - name: libgoogle-cloud - version: 2.30.0 - build: ha00044d_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.30.0-ha00044d_0.conda - sha256: 2bc9b941eea49287ada92875734f717e4f24fcf9e55c0cdf2e4ead896ad92931 - md5: 6abd86bf0b053dd2fe698568a3f38821 + size: 1195256 + timestamp: 1728023084156 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.30.0-hade041e_0.conda + sha256: faf1c644b68306e3a58b471edaaac67f57c193ca543533fe7f29f698e9b9c626 + md5: a431e45b599ada6817543683cf61115c depends: + - __osx >=10.13 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libcurl >=8.10.1,<9.0a0 + - libcxx >=17 - libgrpc >=1.65.5,<1.66.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.2,<4.0a0 constrains: - libgoogle-cloud 2.30.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 14593 - timestamp: 1728022894892 -- kind: conda - name: libgoogle-cloud - version: 2.30.0 - build: hade041e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.30.0-hade041e_0.conda - sha256: faf1c644b68306e3a58b471edaaac67f57c193ca543533fe7f29f698e9b9c626 - md5: a431e45b599ada6817543683cf61115c + size: 864474 + timestamp: 1728021663496 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.30.0-h2e6cea1_0.conda + sha256: 2c58299d8275cfcf575166ba59baa9ac2b32c0c5a2677ee7a51e1d67b2d28f92 + md5: be857dc2a7d747d9aa191ed6c701bde7 depends: - - __osx >=10.13 + - __osx >=11.0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libcurl >=8.10.1,<9.0a0 @@ -24942,38 +22022,28 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 864474 - timestamp: 1728021663496 -- kind: conda - name: libgoogle-cloud - version: 2.30.0 - build: hd2ff9d8_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.30.0-hd2ff9d8_0.conda - sha256: 71f88e9611f70dfd4a32c938aca285794e7cac9be045baf24626e34eb0d950e6 - md5: b45e6f92169cd3136eda92683e46b5e5 + size: 845094 + timestamp: 1728021687922 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.30.0-ha00044d_0.conda + sha256: 2bc9b941eea49287ada92875734f717e4f24fcf9e55c0cdf2e4ead896ad92931 + md5: 6abd86bf0b053dd2fe698568a3f38821 depends: - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - libgrpc >=1.65.5,<1.66.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - - openssl >=3.3.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - libgoogle-cloud 2.30.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 1195256 - timestamp: 1728023084156 -- kind: conda - name: libgoogle-cloud-storage - version: 2.30.0 - build: h0121fbd_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.30.0-h0121fbd_0.conda + size: 14593 + timestamp: 1728022894892 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.30.0-h0121fbd_0.conda sha256: 9fad535d14a204f3646a29f9884c024b69d84120bea5489e14e7dc895b543646 md5: ad86b6c98964772688298a727cb20ef8 depends: @@ -24991,12 +22061,24 @@ packages: purls: [] size: 782269 timestamp: 1728022391174 -- kind: conda - name: libgoogle-cloud-storage - version: 2.30.0 - build: h8126ed0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.30.0-h8126ed0_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.30.0-hb9b2b65_0.conda + sha256: 459f49b9d3f9f9a2c5065c21a1838fe83bb56d242ac2f38864e65d020a9538e5 + md5: 3e7b0cecdb3902be349fb2aabf22020c + depends: + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libgcc >=13 + - libgoogle-cloud 2.30.0 hd2ff9d8_0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl + license: Apache-2.0 + license_family: Apache + purls: [] + size: 738223 + timestamp: 1728023246825 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.30.0-h8126ed0_0.conda sha256: 104333dad7dc1ea4467f7f14dedab7ed4bdfc664493605767550262e7488bdb3 md5: fdfef310fda223057e1e4962146ddf97 depends: @@ -25013,12 +22095,7 @@ packages: purls: [] size: 553911 timestamp: 1728022491695 -- kind: conda - name: libgoogle-cloud-storage - version: 2.30.0 - build: h90fd6fa_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.30.0-h90fd6fa_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.30.0-h90fd6fa_0.conda sha256: 1c531f3f5867c5ec9d3d8a7f0babee5ca106f6bf39510b277503d9aea55afeae md5: 34381339cf47d7af329026d1474f30ff depends: @@ -25035,66 +22112,35 @@ packages: purls: [] size: 538215 timestamp: 1728022502810 -- kind: conda - name: libgoogle-cloud-storage - version: 2.30.0 - build: hb9b2b65_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.30.0-hb9b2b65_0.conda - sha256: 459f49b9d3f9f9a2c5065c21a1838fe83bb56d242ac2f38864e65d020a9538e5 - md5: 3e7b0cecdb3902be349fb2aabf22020c +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.30.0-he5eb982_0.conda + sha256: 2bc1e02125d7a2ca86debc5c7580f3027472439739effc10d96960285593b7de + md5: 116f6a285dbe98e6d4126a88de2878dd depends: - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libgcc >=13 - - libgoogle-cloud 2.30.0 hd2ff9d8_0 - - libstdcxx >=13 + - libgoogle-cloud 2.30.0 ha00044d_0 - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 738223 - timestamp: 1728023246825 -- kind: conda - name: libgoogle-cloud-storage - version: 2.30.0 - build: he5eb982_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.30.0-he5eb982_0.conda - sha256: 2bc1e02125d7a2ca86debc5c7580f3027472439739effc10d96960285593b7de - md5: 116f6a285dbe98e6d4126a88de2878dd - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.30.0 ha00044d_0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] size: 14456 timestamp: 1728023196706 -- kind: conda - name: libgrpc - version: 1.65.5 - build: h3d9cf25_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.65.5-h3d9cf25_0.conda - sha256: a92096af0fa67bb03fe2d40dfb11e7746603842a78fddce9f06e3ced9d93b61e - md5: b829a3509f5d89b21fa481ebc8edd953 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.65.5-hf5c653b_0.conda + sha256: d279abd46262e817c7a00aeb4df9b5ed4de38130130b248e2c50875e982f30fa + md5: 3b0048cabc6815a4d8874a0240519d32 depends: - - __osx >=11.0 - - c-ares >=1.33.1,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - c-ares >=1.32.3,<2.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 + - libgcc >=13 - libprotobuf >=5.27.5,<5.27.6.0a0 - libre2-11 >=2023.9.1 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - re2 @@ -25103,51 +22149,40 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 4614162 - timestamp: 1727200966365 -- kind: conda - name: libgrpc - version: 1.65.5 - build: ha20e22e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.65.5-ha20e22e_0.conda - sha256: f3aee23aac459be6206081ac9c996d3a7480deb1faab6088c268d29a890b9875 - md5: b550afe2fea16769fa9ef3fcbeadf0c1 + size: 7229891 + timestamp: 1727200905306 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.65.5-ha633eb3_0.conda + sha256: c57583d4e8ede1efaae57fa2ec14a32061316851746bfa58c512b29cdadfe381 + md5: 89c7ffa4952bbdb69addf69fb74257c6 depends: - - c-ares >=1.33.1,<2.0a0 + - c-ares >=1.32.3,<2.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 + - libgcc >=13 - libprotobuf >=5.27.5,<5.27.6.0a0 - libre2-11 >=2023.9.1 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.65.5 license: Apache-2.0 license_family: APACHE purls: [] - size: 16648528 - timestamp: 1727201450991 -- kind: conda - name: libgrpc - version: 1.65.5 - build: ha633eb3_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.65.5-ha633eb3_0.conda - sha256: c57583d4e8ede1efaae57fa2ec14a32061316851746bfa58c512b29cdadfe381 - md5: 89c7ffa4952bbdb69addf69fb74257c6 + size: 6860609 + timestamp: 1727200394500 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.65.5-hb88832f_0.conda + sha256: b862af63c5b362743527fde9b7411b6a2d1270f858acbabc2beeee306465b405 + md5: 8ef969b891fe57caf3acfb5495ec0ab9 depends: - - c-ares >=1.32.3,<2.0a0 + - __osx >=10.13 + - c-ares >=1.33.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 + - libcxx >=17 - libprotobuf >=5.27.5,<5.27.6.0a0 - libre2-11 >=2023.9.1 - - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - re2 @@ -25156,18 +22191,13 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 6860609 - timestamp: 1727200394500 -- kind: conda - name: libgrpc - version: 1.65.5 - build: hb88832f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.65.5-hb88832f_0.conda - sha256: b862af63c5b362743527fde9b7411b6a2d1270f858acbabc2beeee306465b405 - md5: 8ef969b891fe57caf3acfb5495ec0ab9 + size: 5152392 + timestamp: 1727200873427 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.65.5-h3d9cf25_0.conda + sha256: a92096af0fa67bb03fe2d40dfb11e7746603842a78fddce9f06e3ced9d93b61e + md5: b829a3509f5d89b21fa481ebc8edd953 depends: - - __osx >=10.13 + - __osx >=11.0 - c-ares >=1.33.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 @@ -25182,42 +22212,44 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 5152392 - timestamp: 1727200873427 -- kind: conda - name: libgrpc - version: 1.65.5 - build: hf5c653b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.65.5-hf5c653b_0.conda - sha256: d279abd46262e817c7a00aeb4df9b5ed4de38130130b248e2c50875e982f30fa - md5: 3b0048cabc6815a4d8874a0240519d32 + size: 4614162 + timestamp: 1727200966365 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.65.5-ha20e22e_0.conda + sha256: f3aee23aac459be6206081ac9c996d3a7480deb1faab6088c268d29a890b9875 + md5: b550afe2fea16769fa9ef3fcbeadf0c1 depends: - - __glibc >=2.17,<3.0.a0 - - c-ares >=1.32.3,<2.0a0 + - c-ares >=1.33.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - libprotobuf >=5.27.5,<5.27.6.0a0 - libre2-11 >=2023.9.1 - - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.65.5 license: Apache-2.0 license_family: APACHE purls: [] - size: 7229891 - timestamp: 1727200905306 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h3030c0e_1000 - build_number: 1000 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libhwloc-2.11.1-default_h3030c0e_1000.conda + size: 16648528 + timestamp: 1727201450991 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.11.1-default_hecaa2ac_1000.conda + sha256: 8473a300e10b79557ce0ac81602506b47146aff3df4cc3568147a7dd07f480a2 + md5: f54aeebefb5c5ff84eca4fb05ca8aa3a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 2417964 + timestamp: 1720460562447 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libhwloc-2.11.1-default_h3030c0e_1000.conda sha256: 0e07bd9b8aedc12975d16c2d0b14879ce913859a3eefe95ce54b466c852c9e97 md5: 5e9bea190b04e32a062fa34cda4223fa depends: @@ -25229,13 +22261,7 @@ packages: purls: [] size: 2431447 timestamp: 1720460748563 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h456cccd_1000 - build_number: 1000 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.11.1-default_h456cccd_1000.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.11.1-default_h456cccd_1000.conda sha256: 0b5294c8e8fc5f9faab7e54786c5f3c4395ee64b5577a1f2ae687a960e089624 md5: a14989f6bbea46e6ec4521a403f63ff2 depends: @@ -25247,13 +22273,7 @@ packages: purls: [] size: 2350774 timestamp: 1720460664713 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h7685b71_1000 - build_number: 1000 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.11.1-default_h7685b71_1000.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.11.1-default_h7685b71_1000.conda sha256: ffe883123f06a7398fdb5039a52f03e3e0ee2a55ed64133580446cda62d11d16 md5: 4c4f204c15fdc91ee75cd0449a08b87a depends: @@ -25265,13 +22285,7 @@ packages: purls: [] size: 2325644 timestamp: 1720460737568 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h8125262_1000 - build_number: 1000 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e md5: 933bad6e4658157f1aec9b171374fde2 depends: @@ -25285,45 +22299,16 @@ packages: purls: [] size: 2379689 timestamp: 1720461835526 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_hecaa2ac_1000 - build_number: 1000 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.11.1-default_hecaa2ac_1000.conda - sha256: 8473a300e10b79557ce0ac81602506b47146aff3df4cc3568147a7dd07f480a2 - md5: f54aeebefb5c5ff84eca4fb05ca8aa3a +- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + md5: d66573916ffcf376178462f1b61c941e depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2417964 - timestamp: 1720460562447 -- kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d license: LGPL-2.1-only purls: [] - size: 676469 - timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + size: 705775 + timestamp: 1702682170569 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 md5: 9a8eb13f14de7d761555a98712e6df65 depends: @@ -25332,13 +22317,21 @@ packages: purls: [] size: 705787 timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + md5: 6c3628d047e151efba7cf08c5e54d1ca + license: LGPL-2.1-only + purls: [] + size: 666538 + timestamp: 1702682713201 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + md5: 69bda57310071cf6d2b86caf11573d2d + license: LGPL-2.1-only + purls: [] + size: 676469 + timestamp: 1702682458114 +- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b md5: e1eb10b1cca179f2baa3601e4efc8712 depends: @@ -25349,56 +22342,17 @@ packages: purls: [] size: 636146 timestamp: 1702682547199 -- kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 705775 - timestamp: 1702682170569 -- kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 - md5: 6c3628d047e151efba7cf08c5e54d1ca - license: LGPL-2.1-only - purls: [] - size: 666538 - timestamp: 1702682713201 -- kind: conda - name: libintl - version: 0.22.5 - build: h5728263_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 - md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af + md5: 52d4d643ed26c07599736326c46bf12f depends: + - __osx >=10.13 - libiconv >=1.17,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 95568 - timestamp: 1723629479451 -- kind: conda - name: libintl - version: 0.22.5 - build: h8414b35_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + size: 88086 + timestamp: 1723626826235 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 md5: 3b98ec32e91b3b59ad53dbb9c96dd334 depends: @@ -25408,44 +22362,27 @@ packages: purls: [] size: 81171 timestamp: 1723626968270 -- kind: conda - name: libintl - version: 0.22.5 - build: hdfe23c8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda - sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af - md5: 52d4d643ed26c07599736326c46bf12f +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 + md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 depends: - - __osx >=10.13 - libiconv >=1.17,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 88086 - timestamp: 1723626826235 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda - sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f - md5: 72507f8e3961bc968af17435060b6dd6 + size: 95568 + timestamp: 1723629479451 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f + md5: ea25936bb4080d843790b586850f82b8 + depends: + - libgcc-ng >=12 constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 579748 - timestamp: 1694475265912 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda + size: 618575 + timestamp: 1694474974816 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 md5: ed24e702928be089d9ba3f05618515c6 depends: @@ -25456,13 +22393,16 @@ packages: purls: [] size: 647126 timestamp: 1694475003570 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda + sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f + md5: 72507f8e3961bc968af17435060b6dd6 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + purls: [] + size: 579748 + timestamp: 1694475265912 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: @@ -25471,13 +22411,7 @@ packages: purls: [] size: 547541 timestamp: 1694475104253 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff md5: 3f1b948619c45b1ca714d60c7389092c depends: @@ -25490,50 +22424,8 @@ packages: purls: [] size: 822966 timestamp: 1694475223854 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 618575 - timestamp: 1694474974816 -- kind: conda - name: liblapack - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14657 - timestamp: 1712542322711 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_linux64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-24_linux64_openblas.conda build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-24_linux64_openblas.conda sha256: a15da20c3c0fb5f356e5b4e2f1e87b0da11b9a46805a7f2609bf30f23453831a md5: fd540578678aefe025705f4b58b36b2e depends: @@ -25547,13 +22439,8 @@ packages: purls: [] size: 14911 timestamp: 1726668467187 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-24_linuxaarch64_openblas.conda build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-24_linuxaarch64_openblas.conda sha256: 8bed380952364519a25730ac997c172d2c067726bc57b282f6c924f2b89a3426 md5: a5ed3c9636f97ac4078cc96e7d79614c depends: @@ -25567,13 +22454,23 @@ packages: purls: [] size: 14897 timestamp: 1726668550136 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b + md5: f21b282ff7ba14df6134a0fe6ab42b1b + depends: + - libblas 3.9.0 22_osx64_openblas + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14657 + timestamp: 1712542322711 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-24_osxarm64_openblas.conda build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-24_osxarm64_openblas.conda sha256: 67fbfd0466eee443cda9596ed22daabedc96b7b4d1b31f49b1c1b0983dd1dd2c md5: 49a3241f76cdbe705e346204a328f66c depends: @@ -25587,13 +22484,8 @@ packages: purls: [] size: 15063 timestamp: 1726668815824 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-24_win64_mkl.conda build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-24_win64_mkl.conda sha256: 37dfa34e4c37c7bbb20df61e5badbf42d01e75e687c20be72ab13f80be99ceb9 md5: c69b7b6756a8d58cc8cf17081fffdc5c depends: @@ -25607,33 +22499,8 @@ packages: purls: [] size: 5183452 timestamp: 1726669499566 -- kind: conda - name: liblapacke - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapacke-3.9.0-22_osx64_openblas.conda - sha256: 85309564345d8d7648d4bcb26715004128c2d8c90d6635666ff806b7a3ba8295 - md5: 97be1e168d6657643c9e89fc5dd1fc6d - depends: - - libblas 3.9.0 22_osx64_openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - constrains: - - blas * openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14654 - timestamp: 1712542334599 -- kind: conda - name: liblapacke - version: 3.9.0 - build: 24_linux64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapacke-3.9.0-24_linux64_openblas.conda build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapacke-3.9.0-24_linux64_openblas.conda sha256: fdbdbdd2502de3c5eabe9d33bad0b504ddd1a374d6eaf440506cd61e1eb2f173 md5: 6db5d87ee60d6c7b5e64d18862a233d5 depends: @@ -25647,13 +22514,8 @@ packages: purls: [] size: 14948 timestamp: 1726668473393 -- kind: conda - name: liblapacke - version: 3.9.0 - build: 24_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapacke-3.9.0-24_linuxaarch64_openblas.conda build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapacke-3.9.0-24_linuxaarch64_openblas.conda sha256: 76c2b71922ca616191774797513b4d3736f55933272c83e7fafe14f5d5dd0510 md5: 71432f1b3c394a610ed990635004e04e depends: @@ -25667,13 +22529,23 @@ packages: purls: [] size: 14897 timestamp: 1726668555480 -- kind: conda - name: liblapacke - version: 3.9.0 - build: 24_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapacke-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: 85309564345d8d7648d4bcb26715004128c2d8c90d6635666ff806b7a3ba8295 + md5: 97be1e168d6657643c9e89fc5dd1fc6d + depends: + - libblas 3.9.0 22_osx64_openblas + - libcblas 3.9.0 22_osx64_openblas + - liblapack 3.9.0 22_osx64_openblas + constrains: + - blas * openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14654 + timestamp: 1712542334599 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapacke-3.9.0-24_osxarm64_openblas.conda build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapacke-3.9.0-24_osxarm64_openblas.conda sha256: f8f462e72ed7f506a01c05ed552cc1b96a781861bf2961a1e67925bff9ae3f9a md5: bb43697527f0b93d9f2f793a68f6b4ac depends: @@ -25687,13 +22559,8 @@ packages: purls: [] size: 15077 timestamp: 1726668822406 -- kind: conda - name: liblapacke - version: 3.9.0 - build: 24_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-24_win64_mkl.conda build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapacke-3.9.0-24_win64_mkl.conda sha256: 6651f9f1cbc7e06ed7afceaa762166d3aeea897256a48f81f3e73a774fe89854 md5: 783f608f74e98ded5a45f767e5022d3a depends: @@ -25707,15 +22574,9 @@ packages: purls: [] size: 5183421 timestamp: 1726669550167 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: h0b931ab_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda - sha256: 4b1e37e830983d4d0886a894b984411914a25eb6cf9db9d806c4e93053a99d4b - md5: 333f681d34b2fb5d1947b3b6b3e798a6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda + sha256: 624fa4012397bc5a8c9269247bf9baa7d907eb59079aefc6f6fa6a40f10fd0ba + md5: a4d48c40dd5c60edbab7fd69c9a88967 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 @@ -25725,56 +22586,38 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 34835275 - timestamp: 1701373096012 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: haab561b_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda - sha256: f240f3776b02c39a32ce7397d6f2de072510321c835f4def452fc62e5c3babc0 - md5: 9900d62ede9ce25b569beeeab1da094e + size: 35359734 + timestamp: 1701375139881 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda + sha256: 4b1e37e830983d4d0886a894b984411914a25eb6cf9db9d806c4e93053a99d4b + md5: 333f681d34b2fb5d1947b3b6b3e798a6 depends: - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<2.0.0a0 - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 23347663 - timestamp: 1701374993634 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: hb3ce162_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda - sha256: 624fa4012397bc5a8c9269247bf9baa7d907eb59079aefc6f6fa6a40f10fd0ba - md5: a4d48c40dd5c60edbab7fd69c9a88967 + size: 34835275 + timestamp: 1701373096012 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda + sha256: ad848dc0bb02b1dbe54324ee5700b050a2e5f63c095f5229b2de58249a3e268e + md5: 8fd56c0adc07a37f93bd44aa61a97c90 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<2.0.0a0 - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 35359734 - timestamp: 1701375139881 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: hbedff68_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda - sha256: ad848dc0bb02b1dbe54324ee5700b050a2e5f63c095f5229b2de58249a3e268e - md5: 8fd56c0adc07a37f93bd44aa61a97c90 + size: 25196932 + timestamp: 1701379796962 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda + sha256: f240f3776b02c39a32ce7397d6f2de072510321c835f4def452fc62e5c3babc0 + md5: 9900d62ede9ce25b569beeeab1da094e depends: - libcxx >=16 - libxml2 >=2.12.1,<3.0.0a0 @@ -25783,33 +22626,24 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 25196932 - timestamp: 1701379796962 -- kind: conda - name: libllvm19 - version: 19.1.2 - build: h1e63acb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm19-19.1.2-h1e63acb_0.conda - sha256: 31035f7aa439ca93645fb995a9b548f82f363068271cb4755fc5a3757d3af496 - md5: f71d5443e58de8b821ba9fce74447b23 + size: 23347663 + timestamp: 1701374993634 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.2-ha7bfdaf_0.conda + sha256: 8c0eb8f753ef2a449acd846bc5853f7f11d319819bb5bbdf721c8ac0d8db875a + md5: 128e74a4f8f4fef4dc5130a8bbccc15d depends: - - __osx >=10.13 - - libcxx >=17 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 28702727 - timestamp: 1729023904579 -- kind: conda - name: libllvm19 - version: 19.1.2 - build: h2edbd07_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.2-h2edbd07_0.conda + size: 40136241 + timestamp: 1729031844469 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.2-h2edbd07_0.conda sha256: 4d3d0e704068fb6baa5d4be494122c6e894501797838aa821d26b7952b01027d md5: e0c251e0b6815995e2f19532ab604f9b depends: @@ -25823,32 +22657,21 @@ packages: purls: [] size: 39382849 timestamp: 1729030002029 -- kind: conda - name: libllvm19 - version: 19.1.2 - build: ha7bfdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.2-ha7bfdaf_0.conda - sha256: 8c0eb8f753ef2a449acd846bc5853f7f11d319819bb5bbdf721c8ac0d8db875a - md5: 128e74a4f8f4fef4dc5130a8bbccc15d +- conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm19-19.1.2-h1e63acb_0.conda + sha256: 31035f7aa439ca93645fb995a9b548f82f363068271cb4755fc5a3757d3af496 + md5: f71d5443e58de8b821ba9fce74447b23 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - __osx >=10.13 + - libcxx >=17 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 40136241 - timestamp: 1729031844469 -- kind: conda - name: libllvm19 - version: 19.1.2 - build: haf57ff0_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm19-19.1.2-haf57ff0_0.conda + size: 28702727 + timestamp: 1729023904579 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm19-19.1.2-haf57ff0_0.conda sha256: 049b7dcb3bc43a1e496987b0d45ce9b9f894a88385744d5779027062e2cea6ae md5: 6038eda47f011c0f808d34accd8dacb6 depends: @@ -25862,13 +22685,7 @@ packages: purls: [] size: 26882925 timestamp: 1729025168222 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h47da74e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb md5: 700ac6ea6d53d5510591c4344d5c989a depends: @@ -25884,13 +22701,23 @@ packages: purls: [] size: 631936 timestamp: 1702130036271 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h64cf6d3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 + md5: 8f724cdddffa79152de61f5564a3526b + depends: + - 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,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 677508 + timestamp: 1702130071743 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 md5: faecc55c2a8155d9ff1c0ff9a0fef64f depends: @@ -25906,13 +22733,7 @@ packages: purls: [] size: 599736 timestamp: 1702130398536 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: ha4dd798_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd md5: 1813e066bfcef82de579a0be8a766df4 depends: @@ -25928,34 +22749,17 @@ packages: purls: [] size: 565451 timestamp: 1702130473930 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: hb0e430d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 - md5: 8f724cdddffa79152de61f5564a3526b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 depends: - - 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,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT + license: LGPL-2.1-only + license_family: GPL purls: [] - size: 677508 - timestamp: 1702130071743 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + size: 33408 + timestamp: 1697359010159 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 md5: c14f32510f694e3185704d89967ec422 depends: @@ -25965,28 +22769,7 @@ packages: purls: [] size: 34501 timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - purls: [] - size: 33408 - timestamp: 1697359010159 -- kind: conda - name: libntlm - version: '1.4' - build: h7f98852_1002 - build_number: 1002 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.4-h7f98852_1002.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.4-h7f98852_1002.tar.bz2 sha256: 63244b73156033ea3b7c2a1581526e79b4670349d64b15f645dcdb12de441d1a md5: e728e874159b042d92b90238a3cb0dc2 depends: @@ -25995,99 +22778,70 @@ packages: purls: [] size: 33201 timestamp: 1609781914458 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h517c56d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda + sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 + md5: ae05ece66d3924ac3d48b4aa3fa96cec depends: - - __osx >=11.0 - - libgfortran 5.* + - libgcc-ng >=12 + - libgfortran-ng - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 2925328 - timestamp: 1720425811743 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h8869122_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 + size: 5563053 + timestamp: 1720426334043 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda + sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e + md5: cc0a15e3a6f92f454b6132ca6aca8e8d depends: - - __osx >=10.13 - - libgfortran 5.* + - libgcc-ng >=12 + - libgfortran-ng - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 6047513 - timestamp: 1720426759731 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_h076ed1e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d + size: 4290434 + timestamp: 1720425850976 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda + sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d + md5: c0798ad76ddd730dade6ff4dff66e0b5 depends: - - libgcc-ng >=12 - - libgfortran-ng + - __osx >=10.13 + - libgfortran 5.* - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 4290434 - timestamp: 1720425850976 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_hac2b453_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec + size: 6047513 + timestamp: 1720426759731 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda + sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 + md5: 71b8a34d70aa567a990162f327e81505 depends: - - libgcc-ng >=12 - - libgfortran-ng + - __osx >=11.0 + - libgfortran 5.* - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 5563053 - timestamp: 1720426334043 -- kind: conda - name: libopencv - version: 4.10.0 - build: headless_py311h10cdb9d_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopencv-4.10.0-headless_py311h10cdb9d_9.conda - sha256: 8f6d6fad6d1af3bae10875efe97ae9635abb5d88a315c2f4138d174a5022f4af - md5: db4a0fd4c071cdaf8f6df44ada3aa234 + size: 2925328 + timestamp: 1720425811743 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopencv-4.10.0-qt6_py311h2538932_609.conda + sha256: 3840e3c012a5588302184f82ef529f1cf8084cf61592babb77e69e67f6d56319 + md5: 67dc512067d15f4f82a0750adaa10548 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 - ffmpeg >=7.1.0,<8.0a0 - freetype >=2.12.1,<3.0a0 - harfbuzz >=9.0.0,<10.0a0 @@ -26095,11 +22849,12 @@ packages: - jasper >=4.2.4,<5.0a0 - libasprintf >=0.22.5,<1.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=17 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 - libgettextpo >=0.22.5,<1.0a0 + - libgl >=1.7.0,<2.0a0 - libglib >=2.82.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - liblapacke >=3.9.0,<4.0a0 @@ -26108,6 +22863,8 @@ packages: - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-gpu-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-npu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 @@ -26116,29 +22873,25 @@ packages: - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libpng >=1.6.44,<1.7.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - numpy >=1.19,<3 - openexr >=3.3.1,<3.4.0a0 + - qt6-main >=6.7.3,<6.8.0a0 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/opencv-python?source=hash-mapping - pkg:pypi/opencv-python-headless?source=hash-mapping - size: 27568090 - timestamp: 1729146467824 -- kind: conda - name: libopencv - version: 4.10.0 - build: headless_py311h2f8bce3_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopencv-4.10.0-headless_py311h2f8bce3_9.conda - sha256: 73cbcfcf26e79977013321b7e65f878f932ebeefe7255cb6faf2737c45cf42cb - md5: ca03da1212c7360ac6a5e7c6fb1036f7 + size: 30816534 + timestamp: 1729146582038 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopencv-4.10.0-headless_py311haf0b4d5_9.conda + sha256: 605a0af3d9355cdd4c7f39555cfa0e8921e19edcfef0fc62b586281bc55a7c8d + md5: c7486797a0bbeda4be15295626fa5bb9 depends: - - __osx >=11.0 + - _openmp_mutex >=4.5 - ffmpeg >=7.1.0,<8.0a0 - freetype >=2.12.1,<3.0a0 - harfbuzz >=9.0.0,<10.0a0 @@ -26146,11 +22899,10 @@ packages: - jasper >=4.2.4,<5.0a0 - libasprintf >=0.22.5,<1.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=17 + - libgcc >=13 - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.1,<3.0a0 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - liblapacke >=3.9.0,<4.0a0 @@ -26167,6 +22919,7 @@ packages: - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libpng >=1.6.44,<1.7.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 @@ -26178,19 +22931,13 @@ packages: purls: - pkg:pypi/opencv-python?source=hash-mapping - pkg:pypi/opencv-python-headless?source=hash-mapping - size: 21882735 - timestamp: 1729146319134 -- kind: conda - name: libopencv - version: 4.10.0 - build: headless_py311haf0b4d5_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopencv-4.10.0-headless_py311haf0b4d5_9.conda - sha256: 605a0af3d9355cdd4c7f39555cfa0e8921e19edcfef0fc62b586281bc55a7c8d - md5: c7486797a0bbeda4be15295626fa5bb9 + size: 20081023 + timestamp: 1729146542505 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopencv-4.10.0-headless_py311h10cdb9d_9.conda + sha256: 8f6d6fad6d1af3bae10875efe97ae9635abb5d88a315c2f4138d174a5022f4af + md5: db4a0fd4c071cdaf8f6df44ada3aa234 depends: - - _openmp_mutex >=4.5 + - __osx >=10.13 - ffmpeg >=7.1.0,<8.0a0 - freetype >=2.12.1,<3.0a0 - harfbuzz >=9.0.0,<10.0a0 @@ -26198,18 +22945,19 @@ packages: - jasper >=4.2.4,<5.0a0 - libasprintf >=0.22.5,<1.0a0 - libcblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libcxx >=17 - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.1,<3.0a0 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - liblapacke >=3.9.0,<4.0a0 - libopenvino >=2024.4.0,<2024.4.1.0a0 - - libopenvino-arm-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 + - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 @@ -26218,32 +22966,23 @@ packages: - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libpng >=1.6.44,<1.7.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - numpy >=1.19,<3 - openexr >=3.3.1,<3.4.0a0 - - python >=3.11,<3.12.0a0 *_cpython license: Apache-2.0 license_family: Apache purls: - pkg:pypi/opencv-python?source=hash-mapping - pkg:pypi/opencv-python-headless?source=hash-mapping - size: 20081023 - timestamp: 1729146542505 -- kind: conda - name: libopencv - version: 4.10.0 - build: qt6_py311h2538932_609 - build_number: 609 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopencv-4.10.0-qt6_py311h2538932_609.conda - sha256: 3840e3c012a5588302184f82ef529f1cf8084cf61592babb77e69e67f6d56319 - md5: 67dc512067d15f4f82a0750adaa10548 + size: 27568090 + timestamp: 1729146467824 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopencv-4.10.0-headless_py311h2f8bce3_9.conda + sha256: 73cbcfcf26e79977013321b7e65f878f932ebeefe7255cb6faf2737c45cf42cb + md5: ca03da1212c7360ac6a5e7c6fb1036f7 depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 + - __osx >=11.0 - ffmpeg >=7.1.0,<8.0a0 - freetype >=2.12.1,<3.0a0 - harfbuzz >=9.0.0,<10.0a0 @@ -26251,22 +22990,19 @@ packages: - jasper >=4.2.4,<5.0a0 - libasprintf >=0.22.5,<1.0a0 - libcblas >=3.9.0,<4.0a0 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 + - libcxx >=17 - libgettextpo >=0.22.5,<1.0a0 - - libgl >=1.7.0,<2.0a0 - libglib >=2.82.1,<3.0a0 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - liblapacke >=3.9.0,<4.0a0 - libopenvino >=2024.4.0,<2024.4.1.0a0 + - libopenvino-arm-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-batch-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-auto-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-hetero-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-cpu-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-gpu-plugin >=2024.4.0,<2024.4.1.0a0 - - libopenvino-intel-npu-plugin >=2024.4.0,<2024.4.1.0a0 - libopenvino-ir-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-onnx-frontend >=2024.4.0,<2024.4.1.0a0 - libopenvino-paddle-frontend >=2024.4.0,<2024.4.1.0a0 @@ -26275,27 +23011,20 @@ packages: - libopenvino-tensorflow-lite-frontend >=2024.4.0,<2024.4.1.0a0 - libpng >=1.6.44,<1.7.0a0 - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - numpy >=1.19,<3 - openexr >=3.3.1,<3.4.0a0 - - qt6-main >=6.7.3,<6.8.0a0 + - python >=3.11,<3.12.0a0 *_cpython license: Apache-2.0 license_family: Apache purls: - pkg:pypi/opencv-python?source=hash-mapping - pkg:pypi/opencv-python-headless?source=hash-mapping - size: 30816534 - timestamp: 1729146582038 -- kind: conda - name: libopencv - version: 4.10.0 - build: qt6_py311hcc16f27_609 - build_number: 609 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopencv-4.10.0-qt6_py311hcc16f27_609.conda + size: 21882735 + timestamp: 1729146319134 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopencv-4.10.0-qt6_py311hcc16f27_609.conda sha256: d8f24c8293135e08f4b6ffdac9117579c7e6c0644fdd5b4a7269237df9ee93ae md5: b411a9e00dae7d587f9688b7d958860f depends: @@ -26342,47 +23071,7 @@ packages: - pkg:pypi/opencv-python-headless?source=hash-mapping size: 33020742 timestamp: 1729148509394 -- kind: conda - name: libopenvino - version: 2024.4.0 - build: h49f535f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-2024.4.0-h49f535f_1.conda - sha256: 5e0c931478ed4113c9edb4ef0898c7f10f41b1af6bb580ae837b102fda887ca2 - md5: 128013add92b7e579af3de6759bb8b46 - depends: - - __osx >=11.0 - - libcxx >=17 - - pugixml >=1.14,<1.15.0a0 - - tbb >=2021.13.0 - purls: [] - size: 3951327 - timestamp: 1727734428093 -- kind: conda - name: libopenvino - version: 2024.4.0 - build: h7bc525e_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-2024.4.0-h7bc525e_1.conda - sha256: eb560161fd7a355c28988c8ca3a826f89aef41917617df427b56eb1922e22c95 - md5: 41f83efe50e2140fe79e74f835e1d744 - depends: - - __osx >=10.15 - - libcxx >=17 - - pugixml >=1.14,<1.15.0a0 - - tbb >=2021.13.0 - purls: [] - size: 4231912 - timestamp: 1727735006500 -- kind: conda - name: libopenvino - version: 2024.4.0 - build: hac27bb2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-2024.4.0-hac27bb2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-2024.4.0-hac27bb2_1.conda sha256: 422c77da3fb73ccd726fdf4be1a93632426c343928c1e3e3e8a5d6a0a85bb3dd md5: 429434cc170fbaad81580539c14d66fe depends: @@ -26394,13 +23083,7 @@ packages: purls: [] size: 5362939 timestamp: 1727739762768 -- kind: conda - name: libopenvino - version: 2024.4.0 - build: hd7d4d4f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-2024.4.0-hd7d4d4f_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-2024.4.0-hd7d4d4f_1.conda sha256: 781349dd5c10ef37bf7a0d7afb6d83c2c217bf798f4d79cc47ff339227cd7bf5 md5: f4812fe0c0e4934ae2ec41b5371823ff depends: @@ -26411,49 +23094,41 @@ packages: purls: [] size: 4907367 timestamp: 1727736165150 -- kind: conda - name: libopenvino - version: 2024.4.0 - build: hfe1841e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-2024.4.0-hfe1841e_1.conda - sha256: 9849d119e37f6c424ab04a8692d7cd37524d82eba8a0a2920a074bf3dbc1b44b - md5: 8112a7a31fa5fa7adcd9f213db4545c2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-2024.4.0-h7bc525e_1.conda + sha256: eb560161fd7a355c28988c8ca3a826f89aef41917617df427b56eb1922e22c95 + md5: 41f83efe50e2140fe79e74f835e1d744 depends: + - __osx >=10.15 + - libcxx >=17 - pugixml >=1.14,<1.15.0a0 - tbb >=2021.13.0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 purls: [] - size: 3323185 - timestamp: 1727742797259 -- kind: conda - name: libopenvino-arm-cpu-plugin - version: 2024.4.0 - build: h49f535f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-arm-cpu-plugin-2024.4.0-h49f535f_1.conda - sha256: 525dd6549178c4cb462a4c6d9941e2656092303875f20e756bc308d6666aa272 - md5: e4fea763df742e2f2258fac928fcd735 + size: 4231912 + timestamp: 1727735006500 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-2024.4.0-h49f535f_1.conda + sha256: 5e0c931478ed4113c9edb4ef0898c7f10f41b1af6bb580ae837b102fda887ca2 + md5: 128013add92b7e579af3de6759bb8b46 depends: - __osx >=11.0 - libcxx >=17 - - libopenvino 2024.4.0 h49f535f_1 - pugixml >=1.14,<1.15.0a0 - tbb >=2021.13.0 purls: [] - size: 7441642 - timestamp: 1727734456011 -- kind: conda - name: libopenvino-arm-cpu-plugin - version: 2024.4.0 - build: hd7d4d4f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-arm-cpu-plugin-2024.4.0-hd7d4d4f_1.conda + size: 3951327 + timestamp: 1727734428093 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-2024.4.0-hfe1841e_1.conda + sha256: 9849d119e37f6c424ab04a8692d7cd37524d82eba8a0a2920a074bf3dbc1b44b + md5: 8112a7a31fa5fa7adcd9f213db4545c2 + depends: + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.13.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + purls: [] + size: 3323185 + timestamp: 1727742797259 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-arm-cpu-plugin-2024.4.0-hd7d4d4f_1.conda sha256: 8891f029fdb29bcd0da1dc2f60742700f94b6641df7726dae3188ee4fd95ca44 md5: 3505d23e00013066cc80b544abcaf526 depends: @@ -26465,31 +23140,19 @@ packages: purls: [] size: 8396025 timestamp: 1727736188890 -- kind: conda - name: libopenvino-auto-batch-plugin - version: 2024.4.0 - build: h04f32e0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-auto-batch-plugin-2024.4.0-h04f32e0_1.conda - sha256: 78cb1c9dcab0a925a422a5a38d7a3e2127c91189b554eba5552d96db77e2d558 - md5: 8bcf361232b712f26183ec1344b4b1c2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-arm-cpu-plugin-2024.4.0-h49f535f_1.conda + sha256: 525dd6549178c4cb462a4c6d9941e2656092303875f20e756bc308d6666aa272 + md5: e4fea763df742e2f2258fac928fcd735 depends: - - libopenvino 2024.4.0 hfe1841e_1 + - __osx >=11.0 + - libcxx >=17 + - libopenvino 2024.4.0 h49f535f_1 + - pugixml >=1.14,<1.15.0a0 - tbb >=2021.13.0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 purls: [] - size: 99710 - timestamp: 1727742845056 -- kind: conda - name: libopenvino-auto-batch-plugin - version: 2024.4.0 - build: h4d9b6c2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-batch-plugin-2024.4.0-h4d9b6c2_1.conda + size: 7441642 + timestamp: 1727734456011 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-batch-plugin-2024.4.0-h4d9b6c2_1.conda sha256: cf61edb77de79adcdf9c382e1b9a77c430401fb426fa0b3fa29cdb8a1039b53f md5: 74c49a6449128acc7faacef2973a14d1 depends: @@ -26501,30 +23164,18 @@ packages: purls: [] size: 111910 timestamp: 1727739789783 -- kind: conda - name: libopenvino-auto-batch-plugin - version: 2024.4.0 - build: h8a2fcec_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-batch-plugin-2024.4.0-h8a2fcec_1.conda - sha256: e063af46407bce327fa2a5c346a15129268c0fb9968f23909b7661074138a204 - md5: 69a92fdcb51c3f60c6b740e33aea1f2a +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-auto-batch-plugin-2024.4.0-hf15766e_1.conda + sha256: d8533e8f9fdcf6fb6ea44aba5007c8bb62b0da0ea28bc6b4b75bbcb3de4df8e5 + md5: c8168b9954a8e347d8a870a0bdba6cc2 depends: - - __osx >=11.0 - - libcxx >=17 - - libopenvino 2024.4.0 h49f535f_1 + - libgcc >=13 + - libopenvino 2024.4.0 hd7d4d4f_1 + - libstdcxx >=13 - tbb >=2021.13.0 purls: [] - size: 104178 - timestamp: 1727734500385 -- kind: conda - name: libopenvino-auto-batch-plugin - version: 2024.4.0 - build: h904f6e8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-batch-plugin-2024.4.0-h904f6e8_1.conda + size: 107990 + timestamp: 1727736222949 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-batch-plugin-2024.4.0-h904f6e8_1.conda sha256: 17b5dd31e9dd0e4029547d7b8e59be64eda5cc4bd49f472a60ba02225ed76089 md5: 040d99f3abf2f1954dc82f10943c3ad2 depends: @@ -26535,32 +23186,20 @@ packages: purls: [] size: 105675 timestamp: 1727735029695 -- kind: conda - name: libopenvino-auto-batch-plugin - version: 2024.4.0 - build: hf15766e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-auto-batch-plugin-2024.4.0-hf15766e_1.conda - sha256: d8533e8f9fdcf6fb6ea44aba5007c8bb62b0da0ea28bc6b4b75bbcb3de4df8e5 - md5: c8168b9954a8e347d8a870a0bdba6cc2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-batch-plugin-2024.4.0-h8a2fcec_1.conda + sha256: e063af46407bce327fa2a5c346a15129268c0fb9968f23909b7661074138a204 + md5: 69a92fdcb51c3f60c6b740e33aea1f2a depends: - - libgcc >=13 - - libopenvino 2024.4.0 hd7d4d4f_1 - - libstdcxx >=13 + - __osx >=11.0 + - libcxx >=17 + - libopenvino 2024.4.0 h49f535f_1 - tbb >=2021.13.0 purls: [] - size: 107990 - timestamp: 1727736222949 -- kind: conda - name: libopenvino-auto-plugin - version: 2024.4.0 - build: h04f32e0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-auto-plugin-2024.4.0-h04f32e0_1.conda - sha256: d874d48f60257e53b58d403a338159be0faaffac93f7d39e97c111c711554deb - md5: 9caed540cf3f82423b36fdd49ade48ea + size: 104178 + timestamp: 1727734500385 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-auto-batch-plugin-2024.4.0-h04f32e0_1.conda + sha256: 78cb1c9dcab0a925a422a5a38d7a3e2127c91189b554eba5552d96db77e2d558 + md5: 8bcf361232b712f26183ec1344b4b1c2 depends: - libopenvino 2024.4.0 hfe1841e_1 - tbb >=2021.13.0 @@ -26568,15 +23207,9 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 purls: [] - size: 194349 - timestamp: 1727742884368 -- kind: conda - name: libopenvino-auto-plugin - version: 2024.4.0 - build: h4d9b6c2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-plugin-2024.4.0-h4d9b6c2_1.conda + size: 99710 + timestamp: 1727742845056 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-plugin-2024.4.0-h4d9b6c2_1.conda sha256: 5ef63358d91e50887d2ba70738925f170f8e7e4c66979f233057e78da6c836ae md5: 39debe4becbdfd16e1b2d1aebad623e7 depends: @@ -26588,30 +23221,18 @@ packages: purls: [] size: 237482 timestamp: 1727739801582 -- kind: conda - name: libopenvino-auto-plugin - version: 2024.4.0 - build: h8a2fcec_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-plugin-2024.4.0-h8a2fcec_1.conda - sha256: 3fa11fc10209a97dc06064a27a5ef4ca6ec619ccc6c26b3fc9c2618c2d338d1f - md5: e8a4b17000d53f2535ac2aa9d83d5ba4 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-auto-plugin-2024.4.0-hf15766e_1.conda + sha256: d9c2b766b1d491efdad4987d74287cea0945bb279c0666b2aba1091c7a9cb1b4 + md5: 4a85f812507f352c3dd162255ca92054 depends: - - __osx >=11.0 - - libcxx >=17 - - libopenvino 2024.4.0 h49f535f_1 + - libgcc >=13 + - libopenvino 2024.4.0 hd7d4d4f_1 + - libstdcxx >=13 - tbb >=2021.13.0 purls: [] - size: 211529 - timestamp: 1727734517574 -- kind: conda - name: libopenvino-auto-plugin - version: 2024.4.0 - build: h904f6e8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-plugin-2024.4.0-h904f6e8_1.conda + size: 224280 + timestamp: 1727736262029 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-plugin-2024.4.0-h904f6e8_1.conda sha256: ccdaf62023d0625a03eba83396379e3a4683075d0ff33ed375d857642ab1d9cc md5: 3e58791c03a55e0f2cd7f937078b2336 depends: @@ -26622,65 +23243,30 @@ packages: purls: [] size: 217416 timestamp: 1727735046115 -- kind: conda - name: libopenvino-auto-plugin - version: 2024.4.0 - build: hf15766e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-auto-plugin-2024.4.0-hf15766e_1.conda - sha256: d9c2b766b1d491efdad4987d74287cea0945bb279c0666b2aba1091c7a9cb1b4 - md5: 4a85f812507f352c3dd162255ca92054 - depends: - - libgcc >=13 - - libopenvino 2024.4.0 hd7d4d4f_1 - - libstdcxx >=13 - - tbb >=2021.13.0 - purls: [] - size: 224280 - timestamp: 1727736262029 -- kind: conda - name: libopenvino-hetero-plugin - version: 2024.4.0 - build: h364e3e2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-hetero-plugin-2024.4.0-h364e3e2_1.conda - sha256: 18d02087eb6bc2020438197e4c4d769e8da0275e70c029dcae211dc28bb16527 - md5: d88d2184086ea72c6d82a914b3206c33 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-plugin-2024.4.0-h8a2fcec_1.conda + sha256: 3fa11fc10209a97dc06064a27a5ef4ca6ec619ccc6c26b3fc9c2618c2d338d1f + md5: e8a4b17000d53f2535ac2aa9d83d5ba4 depends: - - __osx >=10.15 + - __osx >=11.0 - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 - - pugixml >=1.14,<1.15.0a0 + - libopenvino 2024.4.0 h49f535f_1 + - tbb >=2021.13.0 purls: [] - size: 181128 - timestamp: 1727735062714 -- kind: conda - name: libopenvino-hetero-plugin - version: 2024.4.0 - build: h372dad0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-hetero-plugin-2024.4.0-h372dad0_1.conda - sha256: 4255d0ae5ee122a47e0a77418f951d57f35c6b363a173c4583c907637ac9699e - md5: 3dc40fff10eab0d7a8f719756a7e30f7 + size: 211529 + timestamp: 1727734517574 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-auto-plugin-2024.4.0-h04f32e0_1.conda + sha256: d874d48f60257e53b58d403a338159be0faaffac93f7d39e97c111c711554deb + md5: 9caed540cf3f82423b36fdd49ade48ea depends: - libopenvino 2024.4.0 hfe1841e_1 - - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.13.0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 purls: [] - size: 159985 - timestamp: 1727742935549 -- kind: conda - name: libopenvino-hetero-plugin - version: 2024.4.0 - build: h3f63f65_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-hetero-plugin-2024.4.0-h3f63f65_1.conda + size: 194349 + timestamp: 1727742884368 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-hetero-plugin-2024.4.0-h3f63f65_1.conda sha256: afb1be4d248cbdc89d0c0002d6a5b56027777378bfdc8c57932231000c116f9f md5: 77e939fd954e9bc053e939ddc96622b9 depends: @@ -26692,13 +23278,7 @@ packages: purls: [] size: 197778 timestamp: 1727739813474 -- kind: conda - name: libopenvino-hetero-plugin - version: 2024.4.0 - build: h6ef32b0_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-hetero-plugin-2024.4.0-h6ef32b0_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-hetero-plugin-2024.4.0-h6ef32b0_1.conda sha256: 6ba3e169093cc4937baa1366552f8bdd1133bb4851ea6eda2c20897ffe76bc25 md5: 3bb4e66afee69752d0254f399454a015 depends: @@ -26709,13 +23289,18 @@ packages: purls: [] size: 184604 timestamp: 1727736275255 -- kind: conda - name: libopenvino-hetero-plugin - version: 2024.4.0 - build: h868cbb4_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-hetero-plugin-2024.4.0-h868cbb4_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-hetero-plugin-2024.4.0-h364e3e2_1.conda + sha256: 18d02087eb6bc2020438197e4c4d769e8da0275e70c029dcae211dc28bb16527 + md5: d88d2184086ea72c6d82a914b3206c33 + depends: + - __osx >=10.15 + - libcxx >=17 + - libopenvino 2024.4.0 h7bc525e_1 + - pugixml >=1.14,<1.15.0a0 + purls: [] + size: 181128 + timestamp: 1727735062714 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-hetero-plugin-2024.4.0-h868cbb4_1.conda sha256: c31517fc4ff50d95cf3c8888307019e6424d685e2d9da9843ab83295c3b4de6a md5: 78c2f1ec1ec18e20b19e20fe8a30db8e depends: @@ -26726,31 +23311,19 @@ packages: purls: [] size: 173970 timestamp: 1727734536231 -- kind: conda - name: libopenvino-intel-cpu-plugin - version: 2024.4.0 - build: h7bc525e_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-intel-cpu-plugin-2024.4.0-h7bc525e_1.conda - sha256: 6e949602df71436eeeb251d3341068e0de28dd3acf4aa6ea0956d1ab2a785bda - md5: bf19aff20ed3c8146703f0d225628a25 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-hetero-plugin-2024.4.0-h372dad0_1.conda + sha256: 4255d0ae5ee122a47e0a77418f951d57f35c6b363a173c4583c907637ac9699e + md5: 3dc40fff10eab0d7a8f719756a7e30f7 depends: - - __osx >=10.15 - - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 + - libopenvino 2024.4.0 hfe1841e_1 - pugixml >=1.14,<1.15.0a0 - - tbb >=2021.13.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 purls: [] - size: 11144640 - timestamp: 1727735085846 -- kind: conda - name: libopenvino-intel-cpu-plugin - version: 2024.4.0 - build: hac27bb2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-cpu-plugin-2024.4.0-hac27bb2_1.conda + size: 159985 + timestamp: 1727742935549 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-cpu-plugin-2024.4.0-hac27bb2_1.conda sha256: 3af6983b2621c6771463542c37141e2aac848df38e740daa6718d50539797a65 md5: 50207d630ce873cdaad4130746163d9f depends: @@ -26763,13 +23336,19 @@ packages: purls: [] size: 12108325 timestamp: 1727739826180 -- kind: conda - name: libopenvino-intel-cpu-plugin - version: 2024.4.0 - build: hfe1841e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-intel-cpu-plugin-2024.4.0-hfe1841e_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-intel-cpu-plugin-2024.4.0-h7bc525e_1.conda + sha256: 6e949602df71436eeeb251d3341068e0de28dd3acf4aa6ea0956d1ab2a785bda + md5: bf19aff20ed3c8146703f0d225628a25 + depends: + - __osx >=10.15 + - libcxx >=17 + - libopenvino 2024.4.0 h7bc525e_1 + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.13.0 + purls: [] + size: 11144640 + timestamp: 1727735085846 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-intel-cpu-plugin-2024.4.0-hfe1841e_1.conda sha256: 0e25e7c5fc374c49b795ce4546e49a6b181b36029a2fbfa43ea289e268022685 md5: fb644753d714acace1f62f180252aaf2 depends: @@ -26782,13 +23361,7 @@ packages: purls: [] size: 8038586 timestamp: 1727742976578 -- kind: conda - name: libopenvino-intel-gpu-plugin - version: 2024.4.0 - build: hac27bb2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-gpu-plugin-2024.4.0-hac27bb2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-gpu-plugin-2024.4.0-hac27bb2_1.conda sha256: 348c0d3de3a1ea166b17798dc093f0a81b8d86f94bf9301f37fffed4bf2ecbfc md5: 440409c3d4518de360be7177be5cbd1e depends: @@ -26802,13 +23375,7 @@ packages: purls: [] size: 8888831 timestamp: 1727739870204 -- kind: conda - name: libopenvino-intel-gpu-plugin - version: 2024.4.0 - build: hfe1841e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-intel-gpu-plugin-2024.4.0-hfe1841e_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-intel-gpu-plugin-2024.4.0-hfe1841e_1.conda sha256: 807d69917f8924519423e3f6b64f32345551c5f1a08c0dead4ddcf71bdbd1b36 md5: 3425d54332ca5792678c189e7eb2cc4a depends: @@ -26822,13 +23389,7 @@ packages: purls: [] size: 7182614 timestamp: 1727743041822 -- kind: conda - name: libopenvino-intel-npu-plugin - version: 2024.4.0 - build: hac27bb2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-npu-plugin-2024.4.0-hac27bb2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-npu-plugin-2024.4.0-hac27bb2_1.conda sha256: 9de119121239fca44b22342ba137253edf4bfd9c82148bc3fa21614871ab718a md5: 4e4aebc59ffa4f4624370c87b007ef7a depends: @@ -26841,13 +23402,30 @@ packages: purls: [] size: 799441 timestamp: 1727739906554 -- kind: conda - name: libopenvino-ir-frontend - version: 2024.4.0 - build: h364e3e2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-ir-frontend-2024.4.0-h364e3e2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-ir-frontend-2024.4.0-h3f63f65_1.conda + sha256: b79590e39ef762c913cca2a13a8394017a6e17cfd4beb07f8607a6a31db5e192 + md5: 247ad01e88ecf5130cd598d4d943c074 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libopenvino 2024.4.0 hac27bb2_1 + - libstdcxx >=13 + - pugixml >=1.14,<1.15.0a0 + purls: [] + size: 205142 + timestamp: 1727739919196 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-ir-frontend-2024.4.0-h6ef32b0_1.conda + sha256: 30f4825789b3a82d51bf80eeb2baeba8f2c15eb1c58296a61b5d0dfde10ad191 + md5: 5f8c79d05bec97d469a3174c8328f61a + depends: + - libgcc >=13 + - libopenvino 2024.4.0 hd7d4d4f_1 + - libstdcxx >=13 + - pugixml >=1.14,<1.15.0a0 + purls: [] + size: 192039 + timestamp: 1727736288484 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-ir-frontend-2024.4.0-h364e3e2_1.conda sha256: f2ff5a5da8f2adf6bcfca080d920066f24a7d10a0c237ae1343722056d31b204 md5: 65d5c0d7deb8d568d363fc90bba668d9 depends: @@ -26858,13 +23436,18 @@ packages: purls: [] size: 182957 timestamp: 1727735135816 -- kind: conda - name: libopenvino-ir-frontend - version: 2024.4.0 - build: h372dad0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-ir-frontend-2024.4.0-h372dad0_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-ir-frontend-2024.4.0-h868cbb4_1.conda + sha256: 8d21c0ca0b76258cee94473cd914b9bf057218bd6e36bd8d8e78abf0530b8a5b + md5: c203b54e1edf2a5ea2c76d297e097159 + depends: + - __osx >=11.0 + - libcxx >=17 + - libopenvino 2024.4.0 h49f535f_1 + - pugixml >=1.14,<1.15.0a0 + purls: [] + size: 173568 + timestamp: 1727734556587 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-ir-frontend-2024.4.0-h372dad0_1.conda sha256: dd777e23535b70e4071baa44258648c95baf6d79f43e9bc8cd27faa810df0f68 md5: a597057c32cd79d96403bd4a5ac6d38c depends: @@ -26876,65 +23459,47 @@ packages: purls: [] size: 158232 timestamp: 1727743098747 -- kind: conda - name: libopenvino-ir-frontend - version: 2024.4.0 - build: h3f63f65_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-ir-frontend-2024.4.0-h3f63f65_1.conda - sha256: b79590e39ef762c913cca2a13a8394017a6e17cfd4beb07f8607a6a31db5e192 - md5: 247ad01e88ecf5130cd598d4d943c074 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-onnx-frontend-2024.4.0-he882d9a_1.conda + sha256: e15b7f68752980665e700e78e4e8de97cac49f34cc2061b5066079afb900a3a2 + md5: 607eb8a8e710bd0f7136b1d16ebfc564 depends: - __glibc >=2.17,<3.0.a0 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 - libgcc >=13 - libopenvino 2024.4.0 hac27bb2_1 + - libprotobuf >=5.27.5,<5.27.6.0a0 - libstdcxx >=13 - - pugixml >=1.14,<1.15.0a0 purls: [] - size: 205142 - timestamp: 1727739919196 -- kind: conda - name: libopenvino-ir-frontend - version: 2024.4.0 - build: h6ef32b0_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-ir-frontend-2024.4.0-h6ef32b0_1.conda - sha256: 30f4825789b3a82d51bf80eeb2baeba8f2c15eb1c58296a61b5d0dfde10ad191 - md5: 5f8c79d05bec97d469a3174c8328f61a + size: 1558859 + timestamp: 1727739931828 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-onnx-frontend-2024.4.0-he59a552_1.conda + sha256: 0c86cce07d20a3b2d0db14b349096ad197b42113eb854c64242b748b3cae5d84 + md5: 8ce3f67a3d4b070b6493c88b0afe400f depends: + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 - libgcc >=13 - libopenvino 2024.4.0 hd7d4d4f_1 + - libprotobuf >=5.27.5,<5.27.6.0a0 - libstdcxx >=13 - - pugixml >=1.14,<1.15.0a0 purls: [] - size: 192039 - timestamp: 1727736288484 -- kind: conda - name: libopenvino-ir-frontend - version: 2024.4.0 - build: h868cbb4_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-ir-frontend-2024.4.0-h868cbb4_1.conda - sha256: 8d21c0ca0b76258cee94473cd914b9bf057218bd6e36bd8d8e78abf0530b8a5b - md5: c203b54e1edf2a5ea2c76d297e097159 + size: 1404754 + timestamp: 1727736302649 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-onnx-frontend-2024.4.0-h9381666_1.conda + sha256: 7fab7fadd14918bbc41375422279b6d9d63459e22e8e3f689cc8cbf612cc7c64 + md5: ef81e0bd029cd0ed174bf967589f6628 depends: - - __osx >=11.0 + - __osx >=10.15 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 - libcxx >=17 - - libopenvino 2024.4.0 h49f535f_1 - - pugixml >=1.14,<1.15.0a0 + - libopenvino 2024.4.0 h7bc525e_1 + - libprotobuf >=5.27.5,<5.27.6.0a0 purls: [] - size: 173568 - timestamp: 1727734556587 -- kind: conda - name: libopenvino-onnx-frontend - version: 2024.4.0 - build: h56b1c3c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-onnx-frontend-2024.4.0-h56b1c3c_1.conda + size: 1281366 + timestamp: 1727735162793 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-onnx-frontend-2024.4.0-h56b1c3c_1.conda sha256: f189bcd7aa68b2e61dbb334757f14133c5d1da6cb07679c226ebe0fa83892ce3 md5: 031735d911b8f46c7ba3cacb0565c860 depends: @@ -26947,13 +23512,7 @@ packages: purls: [] size: 1228021 timestamp: 1727734590200 -- kind: conda - name: libopenvino-onnx-frontend - version: 2024.4.0 - build: h5707d70_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-onnx-frontend-2024.4.0-h5707d70_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-onnx-frontend-2024.4.0-h5707d70_1.conda sha256: 39b66fbf88884fe093a2b1c87b432851afbf15e57ef9b18800634619aceb559b md5: 52d26dbc42460ba541e234626fea1011 depends: @@ -26967,34 +23526,23 @@ packages: purls: [] size: 991756 timestamp: 1727743145820 -- kind: conda - name: libopenvino-onnx-frontend - version: 2024.4.0 - build: h9381666_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-onnx-frontend-2024.4.0-h9381666_1.conda - sha256: 7fab7fadd14918bbc41375422279b6d9d63459e22e8e3f689cc8cbf612cc7c64 - md5: ef81e0bd029cd0ed174bf967589f6628 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-paddle-frontend-2024.4.0-he882d9a_1.conda + sha256: e65ff7f3c6c81a609595ef85c0f2f21655c3a8fdf5442fda392a2a33319fffad + md5: 3d93cd834573654e45f1e2c5370508b9 depends: - - __osx >=10.15 + - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 + - libgcc >=13 + - libopenvino 2024.4.0 hac27bb2_1 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 purls: [] - size: 1281366 - timestamp: 1727735162793 -- kind: conda - name: libopenvino-onnx-frontend - version: 2024.4.0 - build: he59a552_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-onnx-frontend-2024.4.0-he59a552_1.conda - sha256: 0c86cce07d20a3b2d0db14b349096ad197b42113eb854c64242b748b3cae5d84 - md5: 8ce3f67a3d4b070b6493c88b0afe400f + size: 653330 + timestamp: 1727739946405 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-paddle-frontend-2024.4.0-he59a552_1.conda + sha256: e38bd130841f9ac7ff73befcb1f241a17efd0568678a994c2e3f64b11009da79 + md5: 03a42996356af6a472c6b29bfaab8275 depends: - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 @@ -27003,35 +23551,22 @@ packages: - libprotobuf >=5.27.5,<5.27.6.0a0 - libstdcxx >=13 purls: [] - size: 1404754 - timestamp: 1727736302649 -- kind: conda - name: libopenvino-onnx-frontend - version: 2024.4.0 - build: he882d9a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-onnx-frontend-2024.4.0-he882d9a_1.conda - sha256: e15b7f68752980665e700e78e4e8de97cac49f34cc2061b5066079afb900a3a2 - md5: 607eb8a8e710bd0f7136b1d16ebfc564 + size: 605738 + timestamp: 1727736320540 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-paddle-frontend-2024.4.0-h9381666_1.conda + sha256: 02a79422eb03e329dc2daa60242a299ba0b5ad6c7d2fbe16690ae9b6b0d09d11 + md5: 733d3c5fe554e675fe279308f28dbd0c depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.15 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libopenvino 2024.4.0 hac27bb2_1 + - libcxx >=17 + - libopenvino 2024.4.0 h7bc525e_1 - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 purls: [] - size: 1558859 - timestamp: 1727739931828 -- kind: conda - name: libopenvino-paddle-frontend - version: 2024.4.0 - build: h56b1c3c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-paddle-frontend-2024.4.0-h56b1c3c_1.conda + size: 427045 + timestamp: 1727735182582 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-paddle-frontend-2024.4.0-h56b1c3c_1.conda sha256: 802622fc93ece7ddae63461fe1212677d606e2f273217c8bdcce30eb734f241f md5: 2774e2b992650f812668f1417d254e9d depends: @@ -27044,13 +23579,7 @@ packages: purls: [] size: 419159 timestamp: 1727734612023 -- kind: conda - name: libopenvino-paddle-frontend - version: 2024.4.0 - build: h5707d70_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-paddle-frontend-2024.4.0-h5707d70_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-paddle-frontend-2024.4.0-h5707d70_1.conda sha256: 3bfdfaca70c91af517fe7ee5897164611676e91d68b639717b7da3b6db037b85 md5: 27b80a14e7f69e8facc6d021692b9543 depends: @@ -27064,87 +23593,7 @@ packages: purls: [] size: 419305 timestamp: 1727743190562 -- kind: conda - name: libopenvino-paddle-frontend - version: 2024.4.0 - build: h9381666_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-paddle-frontend-2024.4.0-h9381666_1.conda - sha256: 02a79422eb03e329dc2daa60242a299ba0b5ad6c7d2fbe16690ae9b6b0d09d11 - md5: 733d3c5fe554e675fe279308f28dbd0c - depends: - - __osx >=10.15 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 - - libprotobuf >=5.27.5,<5.27.6.0a0 - purls: [] - size: 427045 - timestamp: 1727735182582 -- kind: conda - name: libopenvino-paddle-frontend - version: 2024.4.0 - build: he59a552_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-paddle-frontend-2024.4.0-he59a552_1.conda - sha256: e38bd130841f9ac7ff73befcb1f241a17efd0568678a994c2e3f64b11009da79 - md5: 03a42996356af6a472c6b29bfaab8275 - depends: - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libopenvino 2024.4.0 hd7d4d4f_1 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - purls: [] - size: 605738 - timestamp: 1727736320540 -- kind: conda - name: libopenvino-paddle-frontend - version: 2024.4.0 - build: he882d9a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-paddle-frontend-2024.4.0-he882d9a_1.conda - sha256: e65ff7f3c6c81a609595ef85c0f2f21655c3a8fdf5442fda392a2a33319fffad - md5: 3d93cd834573654e45f1e2c5370508b9 - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libopenvino 2024.4.0 hac27bb2_1 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - purls: [] - size: 653330 - timestamp: 1727739946405 -- kind: conda - name: libopenvino-pytorch-frontend - version: 2024.4.0 - build: h4398f7a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-pytorch-frontend-2024.4.0-h4398f7a_1.conda - sha256: e04195e7ce2fb0709b3fc22d53f2560046ad7ac956c334ed3af1a30363afde5a - md5: 8834ede936d55c678b2e4fe07c2a8575 - depends: - - __osx >=10.15 - - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 - purls: [] - size: 788511 - timestamp: 1727735199787 -- kind: conda - name: libopenvino-pytorch-frontend - version: 2024.4.0 - build: h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-pytorch-frontend-2024.4.0-h5888daf_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-pytorch-frontend-2024.4.0-h5888daf_1.conda sha256: cf428670a24f227ced3011d90dd0bb5606bc377fcf4a2612bf4eb65e3bd89cfd md5: 92cb190242077f3c65ab80878cc4cd29 depends: @@ -27155,13 +23604,7 @@ packages: purls: [] size: 1075147 timestamp: 1727739960801 -- kind: conda - name: libopenvino-pytorch-frontend - version: 2024.4.0 - build: h5ad3122_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-pytorch-frontend-2024.4.0-h5ad3122_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-pytorch-frontend-2024.4.0-h5ad3122_1.conda sha256: 19458d2980e8f69af5528ebbc6e1c8a70ba940b54122ccd4e4b75669f8c183fe md5: 19f5a7e35f6208f892455941e0aa29a0 depends: @@ -27171,30 +23614,17 @@ packages: purls: [] size: 996782 timestamp: 1727736334613 -- kind: conda - name: libopenvino-pytorch-frontend - version: 2024.4.0 - build: he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-pytorch-frontend-2024.4.0-he0c23c2_1.conda - sha256: 38e25f599eb022e3c655541ecd33547f7111058b520373a785fd16463caeabd9 - md5: 1607477ea0676f98505df042a9ec6672 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-pytorch-frontend-2024.4.0-h4398f7a_1.conda + sha256: e04195e7ce2fb0709b3fc22d53f2560046ad7ac956c334ed3af1a30363afde5a + md5: 8834ede936d55c678b2e4fe07c2a8575 depends: - - libopenvino 2024.4.0 hfe1841e_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.15 + - libcxx >=17 + - libopenvino 2024.4.0 h7bc525e_1 purls: [] - size: 677864 - timestamp: 1727743230045 -- kind: conda - name: libopenvino-pytorch-frontend - version: 2024.4.0 - build: hf9b8971_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-pytorch-frontend-2024.4.0-hf9b8971_1.conda + size: 788511 + timestamp: 1727735199787 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-pytorch-frontend-2024.4.0-hf9b8971_1.conda sha256: c4dee1ecc31696bf5ac52e8af88305a814ca6068ec128517af6c6979c9dbc732 md5: 2820ed3662ff9ac7ac61a717049d08c2 depends: @@ -27204,33 +23634,33 @@ packages: purls: [] size: 767608 timestamp: 1727734631665 -- kind: conda - name: libopenvino-tensorflow-frontend - version: 2024.4.0 - build: h0b17760_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-frontend-2024.4.0-h0b17760_1.conda - sha256: b7330f292ab20b3175c2daaa5adb3d0ece25c529523a013492899296e4872338 - md5: 90c4254246b927db47137bd7bd5ffeda +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-pytorch-frontend-2024.4.0-he0c23c2_1.conda + sha256: 38e25f599eb022e3c655541ecd33547f7111058b520373a785fd16463caeabd9 + md5: 1607477ea0676f98505df042a9ec6672 depends: - - __osx >=11.0 + - libopenvino 2024.4.0 hfe1841e_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + purls: [] + size: 677864 + timestamp: 1727743230045 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-frontend-2024.4.0-h9718a47_1.conda + sha256: a7ed07e59e1c4040b7c181399884a8cb04f98f17a8ecf94fa354902d772d5ca5 + md5: 64a184bcd8c0d5a1729cc2bebcda08fa + depends: + - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libopenvino 2024.4.0 h49f535f_1 + - libgcc >=13 + - libopenvino 2024.4.0 hac27bb2_1 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 - snappy >=1.2.1,<1.3.0a0 purls: [] - size: 932670 - timestamp: 1727734671391 -- kind: conda - name: libopenvino-tensorflow-frontend - version: 2024.4.0 - build: h7d3acce_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-tensorflow-frontend-2024.4.0-h7d3acce_1.conda + size: 1281944 + timestamp: 1727739974736 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-tensorflow-frontend-2024.4.0-h7d3acce_1.conda sha256: 5d72bff273fb65e4ac21b7970eaab49c539d3603a81d706aa806f8535bda9301 md5: c606736dd480b09d24251123f8108f3c depends: @@ -27244,34 +23674,7 @@ packages: purls: [] size: 1192551 timestamp: 1727736349937 -- kind: conda - name: libopenvino-tensorflow-frontend - version: 2024.4.0 - build: h9718a47_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-frontend-2024.4.0-h9718a47_1.conda - sha256: a7ed07e59e1c4040b7c181399884a8cb04f98f17a8ecf94fa354902d772d5ca5 - md5: 64a184bcd8c0d5a1729cc2bebcda08fa - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libopenvino 2024.4.0 hac27bb2_1 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - - snappy >=1.2.1,<1.3.0a0 - purls: [] - size: 1281944 - timestamp: 1727739974736 -- kind: conda - name: libopenvino-tensorflow-frontend - version: 2024.4.0 - build: hd55e6c5_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-frontend-2024.4.0-hd55e6c5_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-frontend-2024.4.0-hd55e6c5_1.conda sha256: 57a21aeaeaf0a8b811f545ad8eb3c6e1dd74848e5a67ce8d84a82b21834c63ce md5: 7c270faed41a76fc45b4a1641154b51f depends: @@ -27285,13 +23688,21 @@ packages: purls: [] size: 975929 timestamp: 1727735239249 -- kind: conda - name: libopenvino-tensorflow-frontend - version: 2024.4.0 - build: hf4e5e90_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-tensorflow-frontend-2024.4.0-hf4e5e90_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-frontend-2024.4.0-h0b17760_1.conda + sha256: b7330f292ab20b3175c2daaa5adb3d0ece25c529523a013492899296e4872338 + md5: 90c4254246b927db47137bd7bd5ffeda + depends: + - __osx >=11.0 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 + - libcxx >=17 + - libopenvino 2024.4.0 h49f535f_1 + - libprotobuf >=5.27.5,<5.27.6.0a0 + - snappy >=1.2.1,<1.3.0a0 + purls: [] + size: 932670 + timestamp: 1727734671391 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-tensorflow-frontend-2024.4.0-hf4e5e90_1.conda sha256: 0dc25c998ce231e6bc33183e6013e96db013ca07fffb45ad140c3ad59c60b86e md5: a82ca6e666d027e8fd369a14a51c97fc depends: @@ -27306,29 +23717,7 @@ packages: purls: [] size: 880412 timestamp: 1727743277470 -- kind: conda - name: libopenvino-tensorflow-lite-frontend - version: 2024.4.0 - build: h4398f7a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-lite-frontend-2024.4.0-h4398f7a_1.conda - sha256: 4affc1a6d186f05be71b953d23e29cd7ea73bcb045b1db7e284de8a7f0c63fc3 - md5: 74e6f266e094ba1014bc133b4583c8d7 - depends: - - __osx >=10.15 - - libcxx >=17 - - libopenvino 2024.4.0 h7bc525e_1 - purls: [] - size: 369174 - timestamp: 1727735257807 -- kind: conda - name: libopenvino-tensorflow-lite-frontend - version: 2024.4.0 - build: h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-lite-frontend-2024.4.0-h5888daf_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-lite-frontend-2024.4.0-h5888daf_1.conda sha256: a7e9173c243f3a4e191cce8d50bb5b658947592199860b8015c12046f2ef35de md5: cd13974f5f3103ec2b0ca0283a62fced depends: @@ -27339,13 +23728,7 @@ packages: purls: [] size: 466688 timestamp: 1727739988327 -- kind: conda - name: libopenvino-tensorflow-lite-frontend - version: 2024.4.0 - build: h5ad3122_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-tensorflow-lite-frontend-2024.4.0-h5ad3122_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenvino-tensorflow-lite-frontend-2024.4.0-h5ad3122_1.conda sha256: 6a6f7d6cdf0295befe14169c088466b4acb3b5c4327c5beac2bef1c2c5e57f85 md5: 4ab346a3b72352d33efbded20fe30dd4 depends: @@ -27355,30 +23738,17 @@ packages: purls: [] size: 429769 timestamp: 1727736364966 -- kind: conda - name: libopenvino-tensorflow-lite-frontend - version: 2024.4.0 - build: he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopenvino-tensorflow-lite-frontend-2024.4.0-he0c23c2_1.conda - sha256: 4d06a6d430f2c58793dd2c8ccd45641c57a7b1fbe130540ce9ed83f4e6809241 - md5: a7e771ba26beb25c785a6d34f8b54aed +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-lite-frontend-2024.4.0-h4398f7a_1.conda + sha256: 4affc1a6d186f05be71b953d23e29cd7ea73bcb045b1db7e284de8a7f0c63fc3 + md5: 74e6f266e094ba1014bc133b4583c8d7 depends: - - libopenvino 2024.4.0 hfe1841e_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.15 + - libcxx >=17 + - libopenvino 2024.4.0 h7bc525e_1 purls: [] - size: 324141 - timestamp: 1727743317824 -- kind: conda - name: libopenvino-tensorflow-lite-frontend - version: 2024.4.0 - build: hf9b8971_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-lite-frontend-2024.4.0-hf9b8971_1.conda + size: 369174 + timestamp: 1727735257807 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-lite-frontend-2024.4.0-hf9b8971_1.conda sha256: 1abe1c27fb21b6afcc5b3ecc575ebf73fa0cd4a4bbede804b950ac3e611eaa83 md5: b8162158a8e105632fc89cc05ed4d9d4 depends: @@ -27388,27 +23758,18 @@ packages: purls: [] size: 370223 timestamp: 1727734689422 -- kind: conda - name: libopus - version: 1.3.1 - build: h27ca646_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopus-1.3.1-h27ca646_1.tar.bz2 - sha256: e9912101a58cbc609a1917c5289f3bd1f600c82ed3a1c90a6dd4ca02df77958a - md5: 3d0dbee0ccd2f6d6781d270313627b62 - license: BSD-3-Clause - license_family: BSD +- conda: https://conda.anaconda.org/conda-forge/win-64/libopenvino-tensorflow-lite-frontend-2024.4.0-he0c23c2_1.conda + sha256: 4d06a6d430f2c58793dd2c8ccd45641c57a7b1fbe130540ce9ed83f4e6809241 + md5: a7e771ba26beb25c785a6d34f8b54aed + depends: + - libopenvino 2024.4.0 hfe1841e_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 purls: [] - size: 252854 - timestamp: 1606823635137 -- kind: conda - name: libopus - version: 1.3.1 - build: h7f98852_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 + size: 324141 + timestamp: 1727743317824 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f md5: 15345e56d527b330e1cacbdf58676e8f depends: @@ -27418,30 +23779,17 @@ packages: purls: [] size: 260658 timestamp: 1606823578035 -- kind: conda - name: libopus - version: 1.3.1 - build: h8ffe710_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libopus-1.3.1-h8ffe710_1.tar.bz2 - sha256: b2e5ec193762a5b4f905f8100437370e164df3db0ea5c18b4ce09390f5d3d525 - md5: e35a6bcfeb20ea83aab21dfc50ae62a4 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopus-1.3.1-hf897c2e_1.tar.bz2 + sha256: 92a87ade11af2cff41c35cf941f1a79390fde1f113f8e51e1cce30d31b7c8305 + md5: ac7534c50934ed25e4749d74b04c667a depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 + - libgcc-ng >=9.3.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 260615 - timestamp: 1606824019288 -- kind: conda - name: libopus - version: 1.3.1 - build: hc929b4f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopus-1.3.1-hc929b4f_1.tar.bz2 + size: 328825 + timestamp: 1606823775764 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopus-1.3.1-hc929b4f_1.tar.bz2 sha256: c126fc225bece591a8f010e95ca7d010ea2d02df9251830bec24a19bf823fc31 md5: 380b9ea5f6a7a277e6c1ac27d034369b license: BSD-3-Clause @@ -27449,65 +23797,26 @@ packages: purls: [] size: 279983 timestamp: 1606823633642 -- kind: conda - name: libopus - version: 1.3.1 - build: hf897c2e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopus-1.3.1-hf897c2e_1.tar.bz2 - sha256: 92a87ade11af2cff41c35cf941f1a79390fde1f113f8e51e1cce30d31b7c8305 - md5: ac7534c50934ed25e4749d74b04c667a - depends: - - libgcc-ng >=9.3.0 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopus-1.3.1-h27ca646_1.tar.bz2 + sha256: e9912101a58cbc609a1917c5289f3bd1f600c82ed3a1c90a6dd4ca02df77958a + md5: 3d0dbee0ccd2f6d6781d270313627b62 license: BSD-3-Clause license_family: BSD purls: [] - size: 328825 - timestamp: 1606823775764 -- kind: conda - name: libparquet - version: 18.0.0 - build: h23a96eb_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-18.0.0-h23a96eb_0_cpu.conda - sha256: 4935ee96f09112d9bd7825bf96521baca184b8d1477f1c9e650bfbd306b448f9 - md5: d09f5e94328a45e382c5df115d61a92b - depends: - - libarrow 18.0.0 h9f18cc7_0_cpu - - libgcc >=13 - - libstdcxx >=13 - - libthrift >=0.21.0,<0.21.1.0a0 - - openssl >=3.3.2,<4.0a0 - license: Apache-2.0 - purls: [] - size: 1120938 - timestamp: 1730155891259 -- kind: conda - name: libparquet - version: 18.0.0 - build: h59f2d37_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libparquet-18.0.0-h59f2d37_0_cpu.conda - sha256: 4247e9446df73679d22442f8ef72d4bc1eb90fb1663fec582fe557fdcb96ad06 - md5: d29748d49a29f0c7ce4fc5d82285c9ae + size: 252854 + timestamp: 1606823635137 +- conda: https://conda.anaconda.org/conda-forge/win-64/libopus-1.3.1-h8ffe710_1.tar.bz2 + sha256: b2e5ec193762a5b4f905f8100437370e164df3db0ea5c18b4ce09390f5d3d525 + md5: e35a6bcfeb20ea83aab21dfc50ae62a4 depends: - - libarrow 18.0.0 h80430d3_0_cpu - - libthrift >=0.21.0,<0.21.1.0a0 - - openssl >=3.3.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - license: Apache-2.0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 818376 - timestamp: 1730157206082 -- kind: conda - name: libparquet - version: 18.0.0 - build: h6bd9018_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-18.0.0-h6bd9018_0_cpu.conda + size: 260615 + timestamp: 1606824019288 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-18.0.0-h6bd9018_0_cpu.conda sha256: e6bc15680d5c0bad21d7292e1c1f1a6cd82c2226cba652df3f765f460e33e015 md5: f9efb8ef19962dc9d87b29e667a13287 depends: @@ -27521,12 +23830,20 @@ packages: purls: [] size: 1212570 timestamp: 1730155645262 -- kind: conda - name: libparquet - version: 18.0.0 - build: hc957f30_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-18.0.0-hc957f30_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-18.0.0-h23a96eb_0_cpu.conda + sha256: 4935ee96f09112d9bd7825bf96521baca184b8d1477f1c9e650bfbd306b448f9 + md5: d09f5e94328a45e382c5df115d61a92b + depends: + - libarrow 18.0.0 h9f18cc7_0_cpu + - libgcc >=13 + - libstdcxx >=13 + - libthrift >=0.21.0,<0.21.1.0a0 + - openssl >=3.3.2,<4.0a0 + license: Apache-2.0 + purls: [] + size: 1120938 + timestamp: 1730155891259 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-18.0.0-hc957f30_0_cpu.conda sha256: 49c92d60e52217e9d92ce7a339929acf38fe68e8ed427d4b47c096e56ac6a70f md5: a539d3b3484dddda8ac89c19b138d8e7 depends: @@ -27539,12 +23856,7 @@ packages: purls: [] size: 949510 timestamp: 1730156368993 -- kind: conda - name: libparquet - version: 18.0.0 - build: hda0ea68_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-18.0.0-hda0ea68_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-18.0.0-hda0ea68_0_cpu.conda sha256: 2b691ea4f0150dd1abbbd0321d3ec92315be9ad07d1e9f575175f042fbdddbe1 md5: b24b66fb60eacddddaa69532a7f37776 depends: @@ -27557,12 +23869,21 @@ packages: purls: [] size: 882091 timestamp: 1730156351893 -- kind: conda - name: libpciaccess - version: '0.18' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-18.0.0-h59f2d37_0_cpu.conda + sha256: 4247e9446df73679d22442f8ef72d4bc1eb90fb1663fec582fe557fdcb96ad06 + md5: d29748d49a29f0c7ce4fc5d82285c9ae + depends: + - libarrow 18.0.0 h80430d3_0_cpu + - libthrift >=0.21.0,<0.21.1.0a0 + - openssl >=3.3.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 + license: Apache-2.0 + purls: [] + size: 818376 + timestamp: 1730157206082 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb md5: 48f4330bfcd959c3cfb704d424903c82 depends: @@ -27572,29 +23893,28 @@ packages: purls: [] size: 28361 timestamp: 1707101388552 -- kind: conda - name: libpng - version: 1.6.44 - build: h3ca93ac_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda - sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 - md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda + sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 + md5: f4cc49d7aa68316213e4b12be35308d1 depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: zlib-acknowledgement purls: [] - size: 348933 - timestamp: 1726235196095 -- kind: conda - name: libpng - version: 1.6.44 - build: h4b8f8c9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda + size: 290661 + timestamp: 1726234747153 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda + sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 + md5: 5d25802b25fcc7419fa13e21affaeb3a + depends: + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement + purls: [] + size: 294907 + timestamp: 1726236639270 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda sha256: 12b44e58f8832798d7a5c0a7480c95e905dbd6c3558dec09739062411f9e08d1 md5: f32ac2c8dd390dbf169f550887ed09d9 depends: @@ -27604,28 +23924,7 @@ packages: purls: [] size: 268073 timestamp: 1726234803010 -- kind: conda - name: libpng - version: 1.6.44 - build: hadc24fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda - sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 - md5: f4cc49d7aa68316213e4b12be35308d1 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - purls: [] - size: 290661 - timestamp: 1726234747153 -- kind: conda - name: libpng - version: 1.6.44 - build: hc14010f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1 md5: fb36e93f0ea6a6f5d2b99984f34b049e depends: @@ -27635,28 +23934,19 @@ packages: purls: [] size: 263385 timestamp: 1726234714421 -- kind: conda - name: libpng - version: 1.6.44 - build: hc4a20ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda - sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 - md5: 5d25802b25fcc7419fa13e21affaeb3a +- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda + sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 + md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 depends: - - libgcc >=13 - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: zlib-acknowledgement purls: [] - size: 294907 - timestamp: 1726236639270 -- kind: conda - name: libpq - version: '17.0' - build: h04577a9_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.0-h04577a9_4.conda + size: 348933 + timestamp: 1726235196095 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.0-h04577a9_4.conda sha256: 2f7e72e32f495cfb0492b8091d97dbe1c0700428fe167f3a781bb46e88dee4e5 md5: 392cae2a58fbcb9db8c2147c6d6d1620 depends: @@ -27670,16 +23960,11 @@ packages: purls: [] size: 2602277 timestamp: 1729085182543 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h029595c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-5.27.5-h029595c_2.conda - sha256: 347a1fe304526efe23929c357c145c4917549ba1edd9da432e92a54f4ad4082d - md5: f789a1fe2a1f45e325a784b34c3c4baa +- conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.27.5-h5b01275_2.conda + sha256: 79ac9726cd0a1cb1ba335f7fc7ccac5f679a66d71d9553ca88a805b8787d55ce + md5: 66ed3107adbdfc25ba70454ba11e6d1e depends: + - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libgcc >=13 @@ -27688,39 +23973,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 2879939 - timestamp: 1727423311791 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h53f8970_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-5.27.5-h53f8970_2.conda - sha256: 787d86c041c03d33b24e28df5f881f47c74c3fe9053b791f14616dc51f32a687 - md5: e9d021f82c48bb08b0b2c321b2f7778c - depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2375066 - timestamp: 1727423411355 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h5b01275_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.27.5-h5b01275_2.conda - sha256: 79ac9726cd0a1cb1ba335f7fc7ccac5f679a66d71d9553ca88a805b8787d55ce - md5: 66ed3107adbdfc25ba70454ba11e6d1e + size: 2940269 + timestamp: 1727424395109 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-5.27.5-h029595c_2.conda + sha256: 347a1fe304526efe23929c357c145c4917549ba1edd9da432e92a54f4ad4082d + md5: f789a1fe2a1f45e325a784b34c3c4baa depends: - - __glibc >=2.17,<3.0.a0 - libabseil * cxx17* - libabseil >=20240722.0,<20240723.0a0 - libgcc >=13 @@ -27729,15 +23987,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 2940269 - timestamp: 1727424395109 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h62b0dff_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-5.27.5-h62b0dff_2.conda + size: 2879939 + timestamp: 1727423311791 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-5.27.5-h62b0dff_2.conda sha256: ac77bce3b9a58e6fa72bed339af0d47faf1dec3bc717e4e05e2e729dc42bd2b3 md5: e3b68d9a164d807f70df49e17bc54931 depends: @@ -27751,13 +24003,21 @@ packages: purls: [] size: 2332719 timestamp: 1727424047974 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: hcaed137_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-5.27.5-hcaed137_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-5.27.5-h53f8970_2.conda + sha256: 787d86c041c03d33b24e28df5f881f47c74c3fe9053b791f14616dc51f32a687 + md5: e9d021f82c48bb08b0b2c321b2f7778c + depends: + - __osx >=11.0 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 + - libcxx >=17 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 2375066 + timestamp: 1727423411355 +- conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-5.27.5-hcaed137_2.conda sha256: f039a07e6a52542e298ad0cf39d95d261f02c62256c82a60e246f291b2535e1b md5: 0155746155856bc39091b5242c9b52d7 depends: @@ -27772,13 +24032,23 @@ packages: purls: [] size: 6090012 timestamp: 1727424307861 -- kind: conda - name: libre2-11 - version: 2024.07.02 - build: h18dbdb1_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2024.07.02-h18dbdb1_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_1.conda + sha256: f8ad6a4f6d4fd54ebe3e5e712a01e663222fc57f49d16b6b8b10c30990dafb8f + md5: 2124de47357b7a516c0a3efd8f88c143 + depends: + - __glibc >=2.17,<3.0.a0 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 + - libgcc >=13 + - libstdcxx >=13 + constrains: + - re2 2024.07.02.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 211096 + timestamp: 1728778964655 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2024.07.02-h18dbdb1_1.conda sha256: 96d4fdac28d5af38c38f90c22cb0aa9a90affae13ca8ba24bd1eb60b789df8ff md5: f1800796b0efc4bbc5b001d845545111 depends: @@ -27793,13 +24063,22 @@ packages: purls: [] size: 203516 timestamp: 1728778974654 -- kind: conda - name: libre2-11 - version: 2024.07.02 - build: h2348fd5_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2024.07.02-h2348fd5_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2024.07.02-hd530cb8_1.conda + sha256: 2fac39fb704ded9584d1a9e7511163830016803f83852a724c2ccef1cc16e17b + md5: 1e14c67a5e8a9273a98b83fbc0905b99 + depends: + - __osx >=10.13 + - libabseil * cxx17* + - libabseil >=20240722.0,<20240723.0a0 + - libcxx >=17 + constrains: + - re2 2024.07.02.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 178580 + timestamp: 1728779037721 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2024.07.02-h2348fd5_1.conda sha256: 6facca42cfc85a05b33e484a8b0df7857cc092db34806946d022270098d8d20f md5: 5a7065309a66097738be6a06fd04b7ef depends: @@ -27814,13 +24093,7 @@ packages: purls: [] size: 165956 timestamp: 1728779107218 -- kind: conda - name: libre2-11 - version: 2024.07.02 - build: h4eb7d71_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2024.07.02-h4eb7d71_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2024.07.02-h4eb7d71_1.conda sha256: 39908d18620d48406ea3492bf111eface5b3a88c1a2d166c6d513b03f450df5d md5: d8dbfb066c8e3e85439687613d32057d depends: @@ -27836,56 +24109,18 @@ packages: purls: [] size: 260860 timestamp: 1728779502416 -- kind: conda - name: libre2-11 - version: 2024.07.02 - build: hbbce691_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_1.conda - sha256: f8ad6a4f6d4fd54ebe3e5e712a01e663222fc57f49d16b6b8b10c30990dafb8f - md5: 2124de47357b7a516c0a3efd8f88c143 - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libstdcxx >=13 - constrains: - - re2 2024.07.02.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 211096 - timestamp: 1728778964655 -- kind: conda - name: libre2-11 - version: 2024.07.02 - build: hd530cb8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2024.07.02-hd530cb8_1.conda - sha256: 2fac39fb704ded9584d1a9e7511163830016803f83852a724c2ccef1cc16e17b - md5: 1e14c67a5e8a9273a98b83fbc0905b99 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - constrains: - - re2 2024.07.02.* - license: BSD-3-Clause - license_family: BSD +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.4.0-h46f95d5_1.conda + sha256: 09bfebe6b68ca51018df751e231bf187f96aa49f4d0804556c3920b50d7a244b + md5: 6cf3b8a6dd5b1525d7b2653f1ce8c2c5 + depends: + - libgcc >=12.4.0 + - libstdcxx >=12.4.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 178580 - timestamp: 1728779037721 -- kind: conda - name: libsanitizer - version: 12.4.0 - build: h469570c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.4.0-h469570c_1.conda + size: 3947704 + timestamp: 1724801833649 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.4.0-h469570c_1.conda sha256: 2dfb9ec14fd6f2c89eac3af64a6bdc4362fe6f70835e7eb6171c5ae4f5a93009 md5: 0e5754cdbc01923d95406be98dc5126c depends: @@ -27896,45 +24131,28 @@ packages: purls: [] size: 3879458 timestamp: 1724801157229 -- kind: conda - name: libsanitizer - version: 12.4.0 - build: h46f95d5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.4.0-h46f95d5_1.conda - sha256: 09bfebe6b68ca51018df751e231bf187f96aa49f4d0804556c3920b50d7a244b - md5: 6cf3b8a6dd5b1525d7b2653f1ce8c2c5 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.1-hadc24fc_0.conda + sha256: 9851c049abafed3ee329d6c7c2033407e2fc269d33a75c071110ab52300002b0 + md5: 36f79405ab16bf271edb55b213836dac depends: - - libgcc >=12.4.0 - - libstdcxx >=12.4.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense purls: [] - size: 3947704 - timestamp: 1724801833649 -- kind: conda - name: libsqlite - version: 3.46.1 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.1-h2466b09_0.conda - sha256: ef83f90961630bc54a95e48062b05cf9c9173a822ea01784288029613a45eea4 - md5: 8a7c1ad01f58623bfbae8d601db7cf3b + size: 865214 + timestamp: 1725353659783 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.1-hc4a20ef_0.conda + sha256: b4ee96d292fea6bdfceb34dff5e5f0e4b21a0a3dab0559a21fc4a35dc217764e + md5: cd559337c1bd9545ecbeaad017e7d878 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 license: Unlicense purls: [] - size: 876666 - timestamp: 1725354171439 -- kind: conda - name: libsqlite - version: 3.46.1 - build: h4b8f8c9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.1-h4b8f8c9_0.conda + size: 1053752 + timestamp: 1725354110633 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.1-h4b8f8c9_0.conda sha256: 1d075cb823f0cad7e196871b7c57961d669cbbb6cd0e798bf50cbf520dda65fb md5: 84de0078b58f899fc164303b0603ff0e depends: @@ -27944,28 +24162,7 @@ packages: purls: [] size: 908317 timestamp: 1725353652135 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hadc24fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.1-hadc24fc_0.conda - sha256: 9851c049abafed3ee329d6c7c2033407e2fc269d33a75c071110ab52300002b0 - md5: 36f79405ab16bf271edb55b213836dac - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - purls: [] - size: 865214 - timestamp: 1725353659783 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hc14010f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.1-hc14010f_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.1-hc14010f_0.conda sha256: 3725f962f490c5d44dae326d5f5b2e3c97f71a6322d914ccc85b5ddc2e50d120 md5: 58050ec1724e58668d0126a1615553fa depends: @@ -27975,27 +24172,18 @@ packages: purls: [] size: 829500 timestamp: 1725353720793 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hc4a20ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.1-hc4a20ef_0.conda - sha256: b4ee96d292fea6bdfceb34dff5e5f0e4b21a0a3dab0559a21fc4a35dc217764e - md5: cd559337c1bd9545ecbeaad017e7d878 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.1-h2466b09_0.conda + sha256: ef83f90961630bc54a95e48062b05cf9c9173a822ea01784288029613a45eea4 + md5: 8a7c1ad01f58623bfbae8d601db7cf3b depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Unlicense purls: [] - size: 1053752 - timestamp: 1725354110633 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h0841786_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + size: 876666 + timestamp: 1725354171439 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d md5: 1f5a58e686b13bcfde88b93f547d23fe depends: @@ -28007,12 +24195,7 @@ packages: purls: [] size: 271133 timestamp: 1685837707056 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h492db2e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 md5: 45532845e121677ad328c9af9953f161 depends: @@ -28024,12 +24207,18 @@ packages: purls: [] size: 284335 timestamp: 1685837600415 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7a5bd25_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 + md5: ca3a72efba692c59a90d4b9fc0dfe774 + depends: + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 259556 + timestamp: 1685837820566 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 md5: 029f7dc931a3b626b94823bc77830b01 depends: @@ -28040,12 +24229,7 @@ packages: purls: [] size: 255610 timestamp: 1685837894256 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7dfc565_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec md5: dc262d03aae04fe26825062879141a41 depends: @@ -28059,29 +24243,17 @@ packages: purls: [] size: 266806 timestamp: 1685838242099 -- kind: conda - name: libssh2 - version: 1.11.0 - build: hd019ec5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 - md5: ca3a72efba692c59a90d4b9fc0dfe774 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 + md5: 234a5554c53625688d51062645337328 depends: - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD + - libgcc 14.2.0 h77fa898_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 259556 - timestamp: 1685837820566 -- kind: conda - name: libstdcxx - version: 14.2.0 - build: h3f4de04_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + size: 3893695 + timestamp: 1729027746910 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 md5: 37f489acd39e22b623d2d1e5ac6d195c depends: @@ -28091,30 +24263,7 @@ packages: purls: [] size: 3816794 timestamp: 1729089463404 -- kind: conda - name: libstdcxx - version: 14.2.0 - build: hc0a3c3a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 - md5: 234a5554c53625688d51062645337328 - depends: - - libgcc 14.2.0 h77fa898_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 3893695 - timestamp: 1729027746910 -- kind: conda - name: libstdcxx-devel_linux-64 - version: 12.4.0 - build: ha4f9413_101 - build_number: 101 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.4.0-ha4f9413_101.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.4.0-ha4f9413_101.conda sha256: 13a2c9b166b4338ef6b0a91c6597198dbb227c038ebaa55df4b6a3f6bfccd5f3 md5: 5e22204cb6cedf08c64933360ccebe7e depends: @@ -28124,14 +24273,7 @@ packages: purls: [] size: 11890684 timestamp: 1724801712899 -- kind: conda - name: libstdcxx-devel_linux-aarch64 - version: 12.4.0 - build: h7b3af7c_101 - build_number: 101 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.4.0-h7b3af7c_101.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.4.0-h7b3af7c_101.conda sha256: 6f47666e2c1d06d670cdd85493b01cc11b3424e031b31124057385ed50fff978 md5: 29a9692d3789a0ea5ebc810c16215ca6 depends: @@ -28141,13 +24283,7 @@ packages: purls: [] size: 10168094 timestamp: 1724801076172 -- kind: conda - name: libstdcxx-ng - version: 14.2.0 - build: h4852527_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 md5: 8371ac6457591af2cf6159439c1fd051 depends: @@ -28157,13 +24293,7 @@ packages: purls: [] size: 54105 timestamp: 1729027780628 -- kind: conda - name: libstdcxx-ng - version: 14.2.0 - build: hf1166c9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda sha256: 9f97461bd55a2745a7a0941f3502a047f15bfe7bb2952dc7fb204b3202f866fd md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: @@ -28173,12 +24303,7 @@ packages: purls: [] size: 54133 timestamp: 1729089498541 -- kind: conda - name: libthrift - version: 0.21.0 - build: h0e7cc3e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda sha256: ebb395232973c18745b86c9a399a4725b2c39293c9a91b8e59251be013db42f0 md5: dcb95c0a98ba9ff737f7ae482aef7833 depends: @@ -28193,12 +24318,7 @@ packages: purls: [] size: 425773 timestamp: 1727205853307 -- kind: conda - name: libthrift - version: 0.21.0 - build: h154c74f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.21.0-h154c74f_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.21.0-h154c74f_0.conda sha256: f04ab1417aca1687edff9c30d8423ace285eb8c053dc16d595c6e47cfeefb274 md5: c28792bf37f4ecdce8e3cb9e40750650 depends: @@ -28212,16 +24332,11 @@ packages: purls: [] size: 417329 timestamp: 1727205944238 -- kind: conda - name: libthrift - version: 0.21.0 - build: h64651cc_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.21.0-h64651cc_0.conda - sha256: 7a6c7d5f58cbbc2ccd6493b4b821639fdb0701b9b04c737a949e8cb6adf1c9ad - md5: 7ce2bd2f650f8c31ad7ba4c7bfea61b7 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.21.0-h75589b3_0.conda + sha256: 3f82eddd6de435a408538ac81a7a2c0c155877534761ec9cd7a2906c005cece2 + md5: 7a472cd20d9ae866aeb6e292b33381d6 depends: - - __osx >=11.0 + - __osx >=10.13 - libcxx >=17 - libevent >=2.1.12,<2.1.13.0a0 - libzlib >=1.3.1,<2.0a0 @@ -28229,18 +24344,13 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 324342 - timestamp: 1727206096912 -- kind: conda - name: libthrift - version: 0.21.0 - build: h75589b3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.21.0-h75589b3_0.conda - sha256: 3f82eddd6de435a408538ac81a7a2c0c155877534761ec9cd7a2906c005cece2 - md5: 7a472cd20d9ae866aeb6e292b33381d6 + size: 332651 + timestamp: 1727206546431 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.21.0-h64651cc_0.conda + sha256: 7a6c7d5f58cbbc2ccd6493b4b821639fdb0701b9b04c737a949e8cb6adf1c9ad + md5: 7ce2bd2f650f8c31ad7ba4c7bfea61b7 depends: - - __osx >=10.13 + - __osx >=11.0 - libcxx >=17 - libevent >=2.1.12,<2.1.13.0a0 - libzlib >=1.3.1,<2.0a0 @@ -28248,14 +24358,9 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 332651 - timestamp: 1727206546431 -- kind: conda - name: libthrift - version: 0.21.0 - build: hbe90ef8_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.21.0-hbe90ef8_0.conda + size: 324342 + timestamp: 1727206096912 +- conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.21.0-hbe90ef8_0.conda sha256: 81ca4873ba09055c307f8777fb7d967b5c26291f38095785ae52caed75946488 md5: 7699570e1f97de7001a7107aabf2d677 depends: @@ -28270,36 +24375,7 @@ packages: purls: [] size: 633857 timestamp: 1727206429954 -- kind: conda - name: libtiff - version: 4.7.0 - build: h583c2ba_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-h583c2ba_1.conda - sha256: 4d58c695dfed6f308d0fd3ff552e0078bb98bc0be2ea0bf55820eb6e86fa5355 - md5: 4b78bcdcc8780cede8b3d090deba874d - depends: - - __osx >=10.13 - - lerc >=4.0.0,<5.0a0 - - libcxx >=17 - - libdeflate >=1.22,<1.23.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - purls: [] - size: 395980 - timestamp: 1728232302162 -- kind: conda - name: libtiff - version: 4.7.0 - build: he137b08_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-he137b08_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-he137b08_1.conda sha256: 9890121db85f6ef463fe12eb04ef1471176e3ef3b5e2d62e8d6dac713df00df4 md5: 63872517c98aa305da58a757c443698e depends: @@ -28317,13 +24393,7 @@ packages: purls: [] size: 428156 timestamp: 1728232228989 -- kind: conda - name: libtiff - version: 4.7.0 - build: hec21d91_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-hec21d91_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-hec21d91_1.conda sha256: 14ecb9e129b1b5ffd6d4bee48de95cd2cd0973c712e1b965d3ef977cca23936d md5: 1f80061f5ba6956fcdc381f34618cd8d depends: @@ -28340,36 +24410,24 @@ packages: purls: [] size: 464938 timestamp: 1728232266969 -- kind: conda - name: libtiff - version: 4.7.0 - build: hfc51747_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hfc51747_1.conda - sha256: 902cb9f7f54d17dcfd54ce050b1ce2bc944b9bbd1748913342c2ea1e1140f8bb - md5: eac317ed1cc6b9c0af0c27297e364665 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-h583c2ba_1.conda + sha256: 4d58c695dfed6f308d0fd3ff552e0078bb98bc0be2ea0bf55820eb6e86fa5355 + md5: 4b78bcdcc8780cede8b3d090deba874d depends: + - __osx >=10.13 - lerc >=4.0.0,<5.0a0 + - libcxx >=17 - libdeflate >=1.22,<1.23.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: HPND purls: [] - size: 978865 - timestamp: 1728232594877 -- kind: conda - name: libtiff - version: 4.7.0 - build: hfce79cd_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-hfce79cd_1.conda + size: 395980 + timestamp: 1728232302162 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-hfce79cd_1.conda sha256: 97ba24c74750b6e731b3fe0d2a751cda6148b4937d2cc3f72d43bf7b3885c39d md5: b9abf45f7c64caf3303725f1aa0e9a4d depends: @@ -28386,12 +24444,24 @@ packages: purls: [] size: 366323 timestamp: 1728232400072 -- kind: conda - name: libutf8proc - version: 2.8.0 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hfc51747_1.conda + sha256: 902cb9f7f54d17dcfd54ce050b1ce2bc944b9bbd1748913342c2ea1e1140f8bb + md5: eac317ed1cc6b9c0af0c27297e364665 + depends: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.22,<1.23.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: HPND + purls: [] + size: 978865 + timestamp: 1728232594877 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c md5: ede4266dc02e875fe1ea77b25dd43747 depends: @@ -28401,25 +24471,7 @@ packages: purls: [] size: 101070 timestamp: 1667316029302 -- kind: conda - name: libutf8proc - version: 2.8.0 - build: h1a8c8d9_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - sha256: a3faddac08efd930fa3a1cc254b5053b4ed9428c49a888d437bf084d403c931a - md5: f8c9c41a122ab3abdf8943b13f4957ee - license: MIT - license_family: MIT - purls: [] - size: 103492 - timestamp: 1667316405233 -- kind: conda - name: libutf8proc - version: 2.8.0 - build: h4e544f5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libutf8proc-2.8.0-h4e544f5_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libutf8proc-2.8.0-h4e544f5_0.tar.bz2 sha256: c1956b64ad9613c66cf87398f5e2c36d071034a93892da7e8cc22e75cface878 md5: bf0defbd8ac06270fb5ec05c85fb3c96 depends: @@ -28429,12 +24481,23 @@ packages: purls: [] size: 101529 timestamp: 1667315331359 -- kind: conda - name: libutf8proc - version: 2.8.0 - build: h82a8f57_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 + sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 + md5: db98dc3e58cbc11583180609c429c17d + license: MIT + license_family: MIT + purls: [] + size: 98942 + timestamp: 1667316472080 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 + sha256: a3faddac08efd930fa3a1cc254b5053b4ed9428c49a888d437bf084d403c931a + md5: f8c9c41a122ab3abdf8943b13f4957ee + license: MIT + license_family: MIT + purls: [] + size: 103492 + timestamp: 1667316405233 +- conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 sha256: 6efa83e3f2fb9acaf096a18d21d0f679d110934798348c5defc780d4b759a76c md5: 076894846fe9f068f91c57d158c90cba depends: @@ -28446,25 +24509,7 @@ packages: purls: [] size: 104389 timestamp: 1667316359211 -- kind: conda - name: libutf8proc - version: 2.8.0 - build: hb7f2c08_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 - md5: db98dc3e58cbc11583180609c429c17d - license: MIT - license_family: MIT - purls: [] - size: 98942 - timestamp: 1667316472080 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 md5: 40b61aab5c7ba9ff276c41cfffe6b80b depends: @@ -28474,12 +24519,7 @@ packages: purls: [] size: 33601 timestamp: 1680112270483 -- kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f md5: 000e30b09db0b7c775b21695dff30969 depends: @@ -28489,12 +24529,28 @@ packages: purls: [] size: 35720 timestamp: 1680113474501 -- kind: conda - name: libuv - version: 1.49.0 - build: hee94a50_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.49.0-hee94a50_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.49.1-hb9d3cd8_0.conda + sha256: e9336f0cb4f1c2763ef1db163402fe556aaa8d840d62191d9d5062aa6d7dd658 + md5: 52849ca4b3be33ac3f01c77da737e068 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 879954 + timestamp: 1728653174677 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.49.1-h86ecc28_0.conda + sha256: 79236d2c04e90231df4de2fd75e61aef9bdf1a62d00db2c88a00086848d4b9a5 + md5: 5fd74100363fa0a57515800d57b764e1 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 606994 + timestamp: 1728653097318 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.49.0-hee94a50_0.conda sha256: 78fde5f3a8d959f575e2f9974be4338dc23ab8f3ca3f842dc331141d8a53c3cf md5: 7bf2331bb296918912506cc06fba82a0 depends: @@ -28504,29 +24560,7 @@ packages: purls: [] size: 415238 timestamp: 1727283251435 -- kind: conda - name: libuv - version: 1.49.1 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libuv-1.49.1-h2466b09_0.conda - sha256: 2dbf9f337e980950eed7b3c63a7a8b838fc42c94a7b9315ae778b7afd3e756f1 - md5: 1785e24e029e7f07c69d57f1de7eb14d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 289993 - timestamp: 1728653493597 -- kind: conda - name: libuv - version: 1.49.1 - build: h7ab814d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.49.1-h7ab814d_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.49.1-h7ab814d_0.conda sha256: 47c3d7fad65258d13aa30967609310f8ff8b27b414bb8087fa60343b7e9fc400 md5: e3efd5e5ca0eaa06fd7619f9f1c80e9c depends: @@ -28536,44 +24570,19 @@ packages: purls: [] size: 412704 timestamp: 1728653228204 -- kind: conda - name: libuv - version: 1.49.1 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.49.1-h86ecc28_0.conda - sha256: 79236d2c04e90231df4de2fd75e61aef9bdf1a62d00db2c88a00086848d4b9a5 - md5: 5fd74100363fa0a57515800d57b764e1 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 606994 - timestamp: 1728653097318 -- kind: conda - name: libuv - version: 1.49.1 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.49.1-hb9d3cd8_0.conda - sha256: e9336f0cb4f1c2763ef1db163402fe556aaa8d840d62191d9d5062aa6d7dd658 - md5: 52849ca4b3be33ac3f01c77da737e068 +- conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.49.1-h2466b09_0.conda + sha256: 2dbf9f337e980950eed7b3c63a7a8b838fc42c94a7b9315ae778b7afd3e756f1 + md5: 1785e24e029e7f07c69d57f1de7eb14d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 879954 - timestamp: 1728653174677 -- kind: conda - name: libva - version: 2.22.0 - build: h8a09558_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libva-2.22.0-h8a09558_1.conda + size: 289993 + timestamp: 1728653493597 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libva-2.22.0-h8a09558_1.conda sha256: 0bd81019e02cce8d9d4077c96b82ca03c9b0ece67831c7437f977ca1f5a924a3 md5: 139262125a3eac8ff6eef898598745a3 depends: @@ -28594,60 +24603,29 @@ packages: purls: [] size: 217708 timestamp: 1726828458441 -- kind: conda - name: libvpx - version: 1.14.1 - build: h0a1ffab_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libvpx-1.14.1-h0a1ffab_0.conda - sha256: 918493354f78cb3bb2c3d91264afbcb312b2afe287237e7d1c85ee7e96d15b47 - md5: 3cb63f822a49e4c406639ebf8b5d87d7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libvpx-1.14.1-hac33072_0.conda + sha256: e7d2daf409c807be48310fcc8924e481b62988143f582eb3a58c5523a6763b13 + md5: cde393f461e0c169d9ffb2fc70f81c33 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 1211700 - timestamp: 1717859955539 -- kind: conda - name: libvpx - version: 1.14.1 - build: h7bae524_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libvpx-1.14.1-h7bae524_0.conda - sha256: 5d6458b5395cba0804846f156574aa8a34eef6d5f05d39e9932ddbb4215f8bd0 - md5: 95bee48afff34f203e4828444c2b2ae9 - depends: - - __osx >=11.0 - - libcxx >=16 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 1178981 - timestamp: 1717860096742 -- kind: conda - name: libvpx - version: 1.14.1 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvpx-1.14.1-hac33072_0.conda - sha256: e7d2daf409c807be48310fcc8924e481b62988143f582eb3a58c5523a6763b13 - md5: cde393f461e0c169d9ffb2fc70f81c33 + size: 1022466 + timestamp: 1717859935011 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libvpx-1.14.1-h0a1ffab_0.conda + sha256: 918493354f78cb3bb2c3d91264afbcb312b2afe287237e7d1c85ee7e96d15b47 + md5: 3cb63f822a49e4c406639ebf8b5d87d7 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 1022466 - timestamp: 1717859935011 -- kind: conda - name: libvpx - version: 1.14.1 - build: hf036a51_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libvpx-1.14.1-hf036a51_0.conda + size: 1211700 + timestamp: 1717859955539 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libvpx-1.14.1-hf036a51_0.conda sha256: 47e70e76988c11de97d539794fd4b03db69b75289ac02cdc35ae5a595ffcd973 md5: 9b8744a702ffb1738191e094e6eb67dc depends: @@ -28658,27 +24636,30 @@ packages: purls: [] size: 1297054 timestamp: 1717860051058 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 - md5: b2c0047ea73819d992484faacbbe1c24 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libvpx-1.14.1-h7bae524_0.conda + sha256: 5d6458b5395cba0804846f156574aa8a34eef6d5f05d39e9932ddbb4215f8bd0 + md5: 95bee48afff34f203e4828444c2b2ae9 + depends: + - __osx >=11.0 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 1178981 + timestamp: 1717860096742 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda + sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f + md5: b26e8aa824079e1be0294e7152ca4559 + depends: + - libgcc-ng >=12 constrains: - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 355099 - timestamp: 1713200298965 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda + size: 438953 + timestamp: 1713199854503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d md5: 5fd7ab3e5f382c70607fbac6335e6e19 depends: @@ -28690,12 +24671,17 @@ packages: purls: [] size: 363577 timestamp: 1713201785160 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda + sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 + md5: b2c0047ea73819d992484faacbbe1c24 + constrains: + - libwebp 1.4.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 355099 + timestamp: 1713200298965 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 md5: c0af0edfebe780b19940e94871f1a765 constrains: @@ -28705,12 +24691,7 @@ packages: purls: [] size: 287750 timestamp: 1713200194013 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 md5: abd61d0ab127ec5cd68f62c2969e6f34 depends: @@ -28724,32 +24705,11 @@ packages: purls: [] size: 274359 timestamp: 1713200524021 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f - md5: b26e8aa824079e1be0294e7152ca4559 - depends: - - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 438953 - timestamp: 1713199854503 -- kind: conda - name: libxcb - version: 1.17.0 - build: h262b8f6_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b - md5: cd14ee5cca2464a425b1dbfc24d90db2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa + md5: 92ed62436b625154323d40d5f2f11dd7 depends: + - __glibc >=2.17,<3.0.a0 - libgcc >=13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 @@ -28757,18 +24717,12 @@ packages: license: MIT license_family: MIT purls: [] - size: 397493 - timestamp: 1727280745441 -- kind: conda - name: libxcb - version: 1.17.0 - build: h8a09558_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa - md5: 92ed62436b625154323d40d5f2f11dd7 + size: 395888 + timestamp: 1727278577118 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b + md5: cd14ee5cca2464a425b1dbfc24d90db2 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 @@ -28776,30 +24730,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 395888 - timestamp: 1727278577118 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 114269 - timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + size: 397493 + timestamp: 1727280745441 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c md5: 5aa797f8787fe7a17d1b0821485b5adc depends: @@ -28808,13 +24741,16 @@ packages: purls: [] size: 100393 timestamp: 1702724383534 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h2c5496b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f + md5: b4df5d7d4b63579d081fd3a4cf99740e + depends: + - libgcc-ng >=12 + license: LGPL-2.1-or-later + purls: [] + size: 114269 + timestamp: 1702724369203 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b md5: e2eaefa4de2b7237af7c907b8bbc760a depends: @@ -28829,13 +24765,22 @@ packages: purls: [] size: 593336 timestamp: 1718819935698 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h00a45b3_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h00a45b3_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-he7c6b58_4.conda + sha256: 10e9e0ac52b9a516a17edbc07f8d559e23778e54f1a7721b2e0e8219284fed3b + md5: 08a9265c637230c37cb1be4a6cad4536 + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 707169 + timestamp: 1721031016143 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h00a45b3_4.conda sha256: 1ce32ab0ffbc8938f0820949ea733eb11f2f05355034af12fc6fe708f184fac1 md5: d25c3e16ee77cd25342e4e235424c758 depends: @@ -28849,13 +24794,21 @@ packages: purls: [] size: 753275 timestamp: 1721031124841 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h01dff8b_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h01dff8b_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-heaf3512_4.conda + sha256: ed18a2d8d428c0b88d47751ebcc7cc4e6202f99c3948fffd776cba83c4f0dad3 + md5: ea1be6ecfe814da889e882c8b6ead79d + depends: + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 619901 + timestamp: 1721031175411 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h01dff8b_4.conda sha256: a9a76cdc6e93c0182bc2ac58b1ea0152be1a16a5d23f4dc7b8df282a7aef8d20 md5: 1265488dc5035457b729583119ad4a1b depends: @@ -28869,13 +24822,7 @@ packages: purls: [] size: 588990 timestamp: 1721031045514 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h0f24e4e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 md5: ed4d301f0d2149b34deb9c4fecafd836 depends: @@ -28889,144 +24836,72 @@ packages: purls: [] size: 1682090 timestamp: 1721031296951 -- kind: conda - name: libxml2 - version: 2.12.7 - build: he7c6b58_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-he7c6b58_4.conda - sha256: 10e9e0ac52b9a516a17edbc07f8d559e23778e54f1a7721b2e0e8219284fed3b - md5: 08a9265c637230c37cb1be4a6cad4536 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: edb0dca6bc32e4f4789199455a1dbeb8 depends: - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 707169 - timestamp: 1721031016143 -- kind: conda - name: libxml2 - version: 2.12.7 - build: heaf3512_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-heaf3512_4.conda - sha256: ed18a2d8d428c0b88d47751ebcc7cc4e6202f99c3948fffd776cba83c4f0dad3 - md5: ea1be6ecfe814da889e882c8b6ead79d - depends: - - __osx >=10.13 - - icu >=75.1,<76.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 619901 - timestamp: 1721031175411 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 - md5: 41fbfac52c601159df6c01f875de31b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 constrains: - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 55476 - timestamp: 1727963768015 -- kind: conda - name: libzlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b - md5: 369964e85dc26bfe78f41399b366c435 + size: 60963 + timestamp: 1727963148474 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 + md5: 08aad7cbe9f5a6b460d0976076b6ae64 depends: - - __osx >=11.0 + - libgcc >=13 constrains: - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 46438 - timestamp: 1727963202283 -- kind: conda - name: libzlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 - md5: 08aad7cbe9f5a6b460d0976076b6ae64 + size: 66657 + timestamp: 1727963199518 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 + md5: 003a54a4e32b02f7355b50a837e699da depends: - - libgcc >=13 + - __osx >=10.13 constrains: - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 66657 - timestamp: 1727963199518 -- kind: conda - name: libzlib - version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 - md5: edb0dca6bc32e4f4789199455a1dbeb8 + size: 57133 + timestamp: 1727963183990 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b + md5: 369964e85dc26bfe78f41399b366c435 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=11.0 constrains: - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 60963 - timestamp: 1727963148474 -- kind: conda - name: libzlib - version: 1.3.1 - build: hd23fc13_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 - md5: 003a54a4e32b02f7355b50a837e699da + size: 46438 + timestamp: 1727963202283 +- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: 41fbfac52c601159df6c01f875de31b9 depends: - - __osx >=10.13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 57133 - timestamp: 1727963183990 -- kind: pypi + size: 55476 + timestamp: 1727963768015 +- pypi: examples/python/lidar name: lidar version: 0.1.0 - path: examples/python/lidar sha256: 10fe6d7b3a80959f913aada12c01bfecd6cd9854beaf6a8843a7ecd2215cd4bd requires_dist: - matplotlib @@ -29035,28 +24910,25 @@ packages: - requests - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/live_camera_edge_detection name: live-camera-edge-detection version: 0.1.0 - path: examples/python/live_camera_edge_detection sha256: f1edef43efce87f55726e3b5d6a2f813667968f8e8185873a74b9dc61c0f040f requires_dist: - opencv-python - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/live_scrolling_plot name: live-scrolling-plot version: 0.1.0 - path: examples/python/live_scrolling_plot sha256: 1debab1814169399bb2ed23af2cd97a4693e7a4d4ee55e74bcb8804bf421e8fc requires_dist: - numpy - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/llm_embedding_ner name: llm-embedding-ner version: 0.1.0 - path: examples/python/llm_embedding_ner sha256: 6f5925cbe333d529421ef9a5114f85317bdd8b4200c1e9ff6798dff5e3a7f16f requires_dist: - rerun-sdk @@ -29065,51 +24937,35 @@ packages: - umap-learn requires_python: <3.12 editable: true -- kind: conda - name: llvm-openmp - version: 19.1.2 - build: hb52a8e5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.2-hb52a8e5_0.conda - sha256: a1836fa9eddf8b3fa2209db4a3423b13fdff93a8eacc9fe8360a6867e7f440d0 - md5: 7ad59f95f091ed6a99a7cbcd6f201be0 +- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.2-hf78d878_0.conda + sha256: 92231d391886bca0c0dabb42f02a37e7acb8ea84399843173fe8c294814735dd + md5: ca5f963676a9ad5383b7441368e1d107 depends: - - __osx >=11.0 + - __osx >=10.13 constrains: - openmp 19.1.2|19.1.2.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 280737 - timestamp: 1729145191646 -- kind: conda - name: llvm-openmp - version: 19.1.2 - build: hf78d878_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.2-hf78d878_0.conda - sha256: 92231d391886bca0c0dabb42f02a37e7acb8ea84399843173fe8c294814735dd - md5: ca5f963676a9ad5383b7441368e1d107 + size: 305589 + timestamp: 1729145249496 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.2-hb52a8e5_0.conda + sha256: a1836fa9eddf8b3fa2209db4a3423b13fdff93a8eacc9fe8360a6867e7f440d0 + md5: 7ad59f95f091ed6a99a7cbcd6f201be0 depends: - - __osx >=10.13 + - __osx >=11.0 constrains: - openmp 19.1.2|19.1.2.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 305589 - timestamp: 1729145249496 -- kind: conda - name: llvm-tools - version: 16.0.6 - build: haab561b_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-16.0.6-haab561b_3.conda - sha256: 64cc3547a2b0a3700a9fa0bd1fd3258156900b48ae73fc1a4b391002ca1462bf - md5: ca8e3771122c520fbe72af7c83d6d4cd + size: 280737 + timestamp: 1729145191646 +- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-16.0.6-hbedff68_3.conda + sha256: dff3ca83c6945f020ee6d3c62ddb3ed175ae8a357be3689a8836bcfe25ad9882 + md5: e9356b0807462e8f84c1384a8da539a5 depends: - - libllvm16 16.0.6 haab561b_3 + - libllvm16 16.0.6 hbedff68_3 - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<2.0.0a0 - zstd >=1.5.5,<1.6.0a0 @@ -29121,19 +24977,13 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20685770 - timestamp: 1701375136405 -- kind: conda - name: llvm-tools - version: 16.0.6 - build: hbedff68_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-16.0.6-hbedff68_3.conda - sha256: dff3ca83c6945f020ee6d3c62ddb3ed175ae8a357be3689a8836bcfe25ad9882 - md5: e9356b0807462e8f84c1384a8da539a5 + size: 22221159 + timestamp: 1701379965425 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-16.0.6-haab561b_3.conda + sha256: 64cc3547a2b0a3700a9fa0bd1fd3258156900b48ae73fc1a4b391002ca1462bf + md5: ca8e3771122c520fbe72af7c83d6d4cd depends: - - libllvm16 16.0.6 hbedff68_3 + - libllvm16 16.0.6 haab561b_3 - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<2.0.0a0 - zstd >=1.5.5,<1.6.0a0 @@ -29145,50 +24995,43 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 22221159 - timestamp: 1701379965425 -- kind: pypi + size: 20685770 + timestamp: 1701375136405 +- pypi: https://files.pythonhosted.org/packages/20/ab/ed5ed3688c6ba4f0b8d789da19fd8e30a9cf7fc5852effe311bc5aefe73e/llvmlite-0.43.0-cp311-cp311-win_amd64.whl name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/20/ab/ed5ed3688c6ba4f0b8d789da19fd8e30a9cf7fc5852effe311bc5aefe73e/llvmlite-0.43.0-cp311-cp311-win_amd64.whl sha256: d5bd550001d26450bd90777736c69d68c487d17bf371438f975229b2b8241a91 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2f/b2/4429433eb2dc8379e2cb582502dca074c23837f8fd009907f78a24de4c25/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/2f/b2/4429433eb2dc8379e2cb582502dca074c23837f8fd009907f78a24de4c25/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: c1da416ab53e4f7f3bc8d4eeba36d801cc1894b9fbfbf2022b29b6bad34a7df2 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6b/99/5d00a7d671b1ba1751fc9f19d3b36f3300774c6eebe2bcdb5f6191763eb4/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/6b/99/5d00a7d671b1ba1751fc9f19d3b36f3300774c6eebe2bcdb5f6191763eb4/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 977525a1e5f4059316b183fb4fd34fa858c9eade31f165427a3977c95e3ee749 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/95/8c/de3276d773ab6ce3ad676df5fab5aac19696b2956319d65d7dd88fb10f19/llvmlite-0.43.0-cp311-cp311-macosx_10_9_x86_64.whl name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/95/8c/de3276d773ab6ce3ad676df5fab5aac19696b2956319d65d7dd88fb10f19/llvmlite-0.43.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 3e8d0618cb9bfe40ac38a9633f2493d4d4e9fcc2f438d39a4e854f39cc0f5f98 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ee/e1/38deed89ced4cf378c61e232265cfe933ccde56ae83c901aa68b477d14b1/llvmlite-0.43.0-cp311-cp311-macosx_11_0_arm64.whl name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/ee/e1/38deed89ced4cf378c61e232265cfe933ccde56ae83c901aa68b477d14b1/llvmlite-0.43.0-cp311-cp311-macosx_11_0_arm64.whl sha256: e0a9a1a39d4bf3517f2af9d23d479b4175ead205c592ceeb8b89af48a327ea57 requires_python: '>=3.9' -- kind: pypi +- pypi: examples/python/log_file name: log-file version: 0.1.0 - path: examples/python/log_file sha256: fb6af8faeaac3e8d16da4ab40e26a73dd0e63483f34aa36298c32f7e39324fd3 requires_dist: - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/42/07/b29571a58a3a80681722ea8ed0ba569211d9bb8531ad49b5cacf6d409185/lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl name: lxml version: 5.3.0 - url: https://files.pythonhosted.org/packages/42/07/b29571a58a3a80681722ea8ed0ba569211d9bb8531ad49b5cacf6d409185/lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' @@ -29197,10 +25040,9 @@ packages: - beautifulsoup4 ; extra == 'htmlsoup' - cython>=3.0.11 ; extra == 'source' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5c/a8/449faa2a3cbe6a99f8d38dcd51a3ee8844c17862841a6f769ea7c2a9cd0f/lxml-5.3.0-cp311-cp311-macosx_10_9_universal2.whl name: lxml version: 5.3.0 - url: https://files.pythonhosted.org/packages/5c/a8/449faa2a3cbe6a99f8d38dcd51a3ee8844c17862841a6f769ea7c2a9cd0f/lxml-5.3.0-cp311-cp311-macosx_10_9_universal2.whl sha256: 74bcb423462233bc5d6066e4e98b0264e7c1bed7541fff2f4e34fe6b21563c8b requires_dist: - cssselect>=0.7 ; extra == 'cssselect' @@ -29209,10 +25051,9 @@ packages: - beautifulsoup4 ; extra == 'htmlsoup' - cython>=3.0.11 ; extra == 'source' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ac/8a/ae6325e994e2052de92f894363b038351c50ee38749d30cc6b6d96aaf90f/lxml-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl name: lxml version: 5.3.0 - url: https://files.pythonhosted.org/packages/ac/8a/ae6325e994e2052de92f894363b038351c50ee38749d30cc6b6d96aaf90f/lxml-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: a3d819eb6f9b8677f57f9664265d0a10dd6551d227afb4af2b9cd7bdc2ccbf18 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' @@ -29221,10 +25062,9 @@ packages: - beautifulsoup4 ; extra == 'htmlsoup' - cython>=3.0.11 ; extra == 'source' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c3/b5/91c2249bfac02ee514ab135e9304b89d55967be7e53e94a879b74eec7a5c/lxml-5.3.0-cp311-cp311-win_amd64.whl name: lxml version: 5.3.0 - url: https://files.pythonhosted.org/packages/c3/b5/91c2249bfac02ee514ab135e9304b89d55967be7e53e94a879b74eec7a5c/lxml-5.3.0-cp311-cp311-win_amd64.whl sha256: 9c52100e2c2dbb0649b90467935c4b0de5528833c76a35ea1a2691ec9f1ee7a1 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' @@ -29233,10 +25073,9 @@ packages: - beautifulsoup4 ; extra == 'htmlsoup' - cython>=3.0.11 ; extra == 'source' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ee/73/623ecea6ca3c530dd0a4ed0d00d9702e0e85cd5624e2d5b93b005fe00abd/lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl name: lxml version: 5.3.0 - url: https://files.pythonhosted.org/packages/ee/73/623ecea6ca3c530dd0a4ed0d00d9702e0e85cd5624e2d5b93b005fe00abd/lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl sha256: 69959bd3167b993e6e710b99051265654133a98f20cec1d9b493b931942e9c16 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' @@ -29245,27 +25084,7 @@ packages: - beautifulsoup4 ; extra == 'htmlsoup' - cython>=3.0.11 ; extra == 'source' requires_python: '>=3.6' -- kind: conda - name: lz4-c - version: 1.9.4 - build: hb7217d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 - md5: 45505bec548634f7d05e02fb25262cb9 - depends: - - libcxx >=14.0.6 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 141188 - timestamp: 1674727268278 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcb278e6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f md5: 318b08df404f9c9be5712aaa5a6f0bb0 depends: @@ -29276,29 +25095,7 @@ packages: purls: [] size: 143402 timestamp: 1674727076728 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab - md5: e34720eb20a33fc3bfb8451dd837ab7a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 134235 - timestamp: 1674728465431 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hd600fc2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 md5: 500145a83ed07ce79c8cef24252f366b depends: @@ -29309,12 +25106,7 @@ packages: purls: [] size: 163770 timestamp: 1674727020254 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hf0c8a7f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 md5: aa04f7143228308662696ac24023f991 depends: @@ -29324,13 +25116,29 @@ packages: purls: [] size: 156415 timestamp: 1674727335352 -- kind: conda - name: m2w64-gcc-libgfortran - version: 5.3.0 - build: '6' - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda + sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 + md5: 45505bec548634f7d05e02fb25262cb9 + depends: + - libcxx >=14.0.6 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 141188 + timestamp: 1674727268278 +- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda + sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab + md5: e34720eb20a33fc3bfb8451dd837ab7a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 134235 + timestamp: 1674728465431 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 md5: 066552ac6b907ec6d72c0ddab29050dc depends: @@ -29340,13 +25148,7 @@ packages: purls: [] size: 350687 timestamp: 1608163451316 -- kind: conda - name: m2w64-gcc-libs - version: 5.3.0 - build: '7' - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa md5: fe759119b8b3bfa720b8762c6fdc35de depends: @@ -29359,13 +25161,7 @@ packages: purls: [] size: 532390 timestamp: 1608163512830 -- kind: conda - name: m2w64-gcc-libs-core - version: 5.3.0 - build: '7' - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 md5: 4289d80fb4d272f1f3b56cfe87ac90bd depends: @@ -29376,13 +25172,7 @@ packages: purls: [] size: 219240 timestamp: 1608163481341 -- kind: conda - name: m2w64-gmp - version: 6.1.0 - build: '2' - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 md5: 53a1c73e1e3d185516d7e3af177596d9 depends: @@ -29391,13 +25181,7 @@ packages: purls: [] size: 743501 timestamp: 1608163782057 -- kind: conda - name: m2w64-libwinpthread-git - version: 5.0.0.4634.697f757 - build: '2' - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 md5: 774130a326dee16f1ceb05cc687ee4f0 depends: @@ -29406,10 +25190,9 @@ packages: purls: [] size: 31928 timestamp: 1608166099896 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl name: markdown version: '3.7' - url: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl sha256: 7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803 requires_dist: - importlib-metadata>=4.4 ; python_full_version < '3.10' @@ -29423,10 +25206,9 @@ packages: - coverage ; extra == 'testing' - pyyaml ; extra == 'testing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl name: markdown-it-py version: 3.0.0 - url: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl sha256: 355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 requires_dist: - mdurl~=0.1 @@ -29455,49 +25237,38 @@ packages: - pytest-cov ; extra == 'testing' - pytest-regressions ; extra == 'testing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/58/26/78f161d602fb03804118905e5faacafc0ec592bbad71aaee62537529813a/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: markupsafe version: 3.0.1 - url: https://files.pythonhosted.org/packages/58/26/78f161d602fb03804118905e5faacafc0ec592bbad71aaee62537529813a/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 973a371a55ce9ed333a3a0f8e0bcfae9e0d637711534bcb11e130af2ab9334e7 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/43/fd588ef5d192308c5e05974bac659bf6ae29c202b7ea2c4194bcf01eacee/MarkupSafe-3.0.1-cp311-cp311-macosx_11_0_arm64.whl name: markupsafe version: 3.0.1 - url: https://files.pythonhosted.org/packages/8d/43/fd588ef5d192308c5e05974bac659bf6ae29c202b7ea2c4194bcf01eacee/MarkupSafe-3.0.1-cp311-cp311-macosx_11_0_arm64.whl sha256: b954093679d5750495725ea6f88409946d69cfb25ea7b4c846eef5044194f583 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ae/1d/7d5ec8bcfd9c2db235d720fa51d818b7e2abc45250ce5f53dd6cb60409ca/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: markupsafe version: 3.0.1 - url: https://files.pythonhosted.org/packages/ae/1d/7d5ec8bcfd9c2db235d720fa51d818b7e2abc45250ce5f53dd6cb60409ca/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 244dbe463d5fb6d7ce161301a03a6fe744dac9072328ba9fc82289238582697b requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ce/af/2f5d88a7fc7226bd34c6e15f6061246ad8cff979da9f19d11bdd0addd8e2/MarkupSafe-3.0.1-cp311-cp311-macosx_10_9_universal2.whl name: markupsafe version: 3.0.1 - url: https://files.pythonhosted.org/packages/ce/af/2f5d88a7fc7226bd34c6e15f6061246ad8cff979da9f19d11bdd0addd8e2/MarkupSafe-3.0.1-cp311-cp311-macosx_10_9_universal2.whl sha256: 26627785a54a947f6d7336ce5963569b5d75614619e75193bdb4e06e21d447ad requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fc/b5/20cb1d714596acb553c810009c8004c809823947da63e13c19a7decfcb6c/MarkupSafe-3.0.1-cp311-cp311-win_amd64.whl name: markupsafe version: 3.0.1 - url: https://files.pythonhosted.org/packages/fc/b5/20cb1d714596acb553c810009c8004c809823947da63e13c19a7decfcb6c/MarkupSafe-3.0.1-cp311-cp311-win_amd64.whl sha256: 9ba25a71ebf05b9bb0e2ae99f8bc08a07ee8e98c612175087112656ca0f5c8bf requires_python: '>=3.9' -- kind: conda - name: markupsafe - version: 3.0.1 - build: py311h0ecf0c1_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.1-py311h0ecf0c1_1.conda - sha256: a74c76b7286e13983f057bee629456e48fa950203e772de8c88574032eb2f1fd - md5: 6695c608873406694c0a9252884757e0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.1-py311h2dc5d0c_1.conda + sha256: 3f632607bf3b12a5a98845f2c8b2d52104ad945eaa06d0bf778822db7bbc1cc2 + md5: 137fc3129d21210605d8ee63db86b66f depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 constrains: - jinja2 >=3.0.0 @@ -29505,19 +25276,12 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping - size: 25128 - timestamp: 1728489362504 -- kind: conda - name: markupsafe - version: 3.0.1 - build: py311h2dc5d0c_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.1-py311h2dc5d0c_1.conda - sha256: 3f632607bf3b12a5a98845f2c8b2d52104ad945eaa06d0bf778822db7bbc1cc2 - md5: 137fc3129d21210605d8ee63db86b66f + size: 25450 + timestamp: 1728489178847 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.1-py311ha09ea12_1.conda + sha256: c798f7787e97bf52f36708f808b1eb7e4c8beea58ba21c4b22766b6cf2254078 + md5: 2305862953a9d719e79af1fd32fa6be0 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 @@ -29527,43 +25291,30 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping - size: 25450 - timestamp: 1728489178847 -- kind: conda - name: markupsafe - version: 3.0.1 - build: py311h5082efb_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.1-py311h5082efb_1.conda - sha256: 95c6dd6d4af9d92040e37fdb9eaab7c74c48c75a0a6056df659977161105e8a6 - md5: e344a7dbeae2587c8ab3f3ea3467012d + size: 25922 + timestamp: 1728490278138 +- conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.1-py311ha971863_1.conda + sha256: 2af5eafc1d88a6f32f200b4fcfca8bf8f1f2f3e50f7bc499449916c2c6e7d053 + md5: 257339ac5fa1aceefd4b2e826d343c22 depends: + - __osx >=10.13 - 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 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping - size: 28549 - timestamp: 1728490094930 -- kind: conda - name: markupsafe - version: 3.0.1 - build: py311ha09ea12_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.1-py311ha09ea12_1.conda - sha256: c798f7787e97bf52f36708f808b1eb7e4c8beea58ba21c4b22766b6cf2254078 - md5: 2305862953a9d719e79af1fd32fa6be0 + size: 24661 + timestamp: 1728489218742 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.1-py311h0ecf0c1_1.conda + sha256: a74c76b7286e13983f057bee629456e48fa950203e772de8c88574032eb2f1fd + md5: 6695c608873406694c0a9252884757e0 depends: - - libgcc >=13 + - __osx >=11.0 - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 constrains: - jinja2 >=3.0.0 @@ -29571,33 +25322,28 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping - size: 25922 - timestamp: 1728490278138 -- kind: conda - name: markupsafe - version: 3.0.1 - build: py311ha971863_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.1-py311ha971863_1.conda - sha256: 2af5eafc1d88a6f32f200b4fcfca8bf8f1f2f3e50f7bc499449916c2c6e7d053 - md5: 257339ac5fa1aceefd4b2e826d343c22 + size: 25128 + timestamp: 1728489362504 +- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.1-py311h5082efb_1.conda + sha256: 95c6dd6d4af9d92040e37fdb9eaab7c74c48c75a0a6056df659977161105e8a6 + md5: e344a7dbeae2587c8ab3f3ea3467012d depends: - - __osx >=10.13 - 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 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping - size: 24661 - timestamp: 1728489218742 -- kind: pypi + size: 28549 + timestamp: 1728490094930 +- pypi: https://files.pythonhosted.org/packages/9a/9e/f8f0308b66ff5fcc3b351ffa5fcba19ae725dfeda75d3c673f4427f3fc99/marshmallow-3.23.0-py3-none-any.whl name: marshmallow version: 3.23.0 - url: https://files.pythonhosted.org/packages/9a/9e/f8f0308b66ff5fcc3b351ffa5fcba19ae725dfeda75d3c673f4427f3fc99/marshmallow-3.23.0-py3-none-any.whl sha256: 82f20a2397834fe6d9611b241f2f7e7b680ed89c49f84728a1ad937be6b4bdf4 requires_dist: - packaging>=17.0 @@ -29612,10 +25358,9 @@ packages: - pytest ; extra == 'tests' - simplejson ; extra == 'tests' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/01/75/6c7ce560e95714a10fcbb3367d1304975a1a3e620f72af28921b796403f3/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: matplotlib version: 3.9.2 - url: https://files.pythonhosted.org/packages/01/75/6c7ce560e95714a10fcbb3367d1304975a1a3e620f72af28921b796403f3/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447 requires_dist: - contourpy>=1.0.1 @@ -29634,10 +25379,9 @@ packages: - setuptools-scm>=7 ; extra == 'dev' - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/28/ba/8be09886eb56ac04a218a1dc3fa728a5c4cac60b019b4f1687885166da00/matplotlib-3.9.2-cp311-cp311-macosx_11_0_arm64.whl name: matplotlib version: 3.9.2 - url: https://files.pythonhosted.org/packages/28/ba/8be09886eb56ac04a218a1dc3fa728a5c4cac60b019b4f1687885166da00/matplotlib-3.9.2-cp311-cp311-macosx_11_0_arm64.whl sha256: c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41 requires_dist: - contourpy>=1.0.1 @@ -29656,10 +25400,9 @@ packages: - setuptools-scm>=7 ; extra == 'dev' - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/77/c2/f9d7fe80a8fcce9bb128d1381c6fe41a8d286d7e18395e273002e8e0fa34/matplotlib-3.9.2-cp311-cp311-macosx_10_12_x86_64.whl name: matplotlib version: 3.9.2 - url: https://files.pythonhosted.org/packages/77/c2/f9d7fe80a8fcce9bb128d1381c6fe41a8d286d7e18395e273002e8e0fa34/matplotlib-3.9.2-cp311-cp311-macosx_10_12_x86_64.whl sha256: d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772 requires_dist: - contourpy>=1.0.1 @@ -29678,10 +25421,9 @@ packages: - setuptools-scm>=7 ; extra == 'dev' - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8b/ce/15b0bb2fb29b3d46211d8ca740b96b5232499fc49200b58b8d571292c9a6/matplotlib-3.9.2-cp311-cp311-win_amd64.whl name: matplotlib version: 3.9.2 - url: https://files.pythonhosted.org/packages/8b/ce/15b0bb2fb29b3d46211d8ca740b96b5232499fc49200b58b8d571292c9a6/matplotlib-3.9.2-cp311-cp311-win_amd64.whl sha256: ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7 requires_dist: - contourpy>=1.0.1 @@ -29700,10 +25442,9 @@ packages: - setuptools-scm>=7 ; extra == 'dev' - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e6/9a/5991972a560db3ab621312a7ca5efec339ae2122f25901c0846865c4b72f/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: matplotlib version: 3.9.2 - url: https://files.pythonhosted.org/packages/e6/9a/5991972a560db3ab621312a7ca5efec339ae2122f25901c0846865c4b72f/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f requires_dist: - contourpy>=1.0.1 @@ -29722,20 +25463,29 @@ packages: - setuptools-scm>=7 ; extra == 'dev' - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl name: matplotlib-inline version: 0.1.7 - url: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl sha256: df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca requires_dist: - traitlets requires_python: '>=3.8' -- kind: conda - name: maturin - version: 1.5.1 - build: py311h06e5ef9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda + sha256: c16ac56fb748e39ae52387395f98c79d031b15d763c1877226bfe8b970690fdb + md5: b988008c60e0ffda52e533668a298c6f + depends: + - libgcc-ng >=12 + - openssl >=3.2.1,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli >=1.1.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/maturin?source=hash-mapping + size: 5875793 + timestamp: 1711042912603 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda sha256: ec876128344c775817ce6c64a979c5570236fe4091eee96cf6547b72fb760736 md5: f0abfc82e48c4179c8ebecdfc1ce7a59 depends: @@ -29750,12 +25500,7 @@ packages: - pkg:pypi/maturin?source=hash-mapping size: 5883670 timestamp: 1711053175449 -- kind: conda - name: maturin - version: 1.5.1 - build: py311h24bb903_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda sha256: 52f9e9e54d36ef40cd5c2fa171613750ee56d722e5ac718e5d71d5e4696e559c md5: 0ffabfb12f4fbb545781a385744ae75a depends: @@ -29771,32 +25516,7 @@ packages: - pkg:pypi/maturin?source=hash-mapping size: 4746594 timestamp: 1711043864724 -- kind: conda - name: maturin - version: 1.5.1 - build: py311h63ff55d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda - sha256: c16ac56fb748e39ae52387395f98c79d031b15d763c1877226bfe8b970690fdb - md5: b988008c60e0ffda52e533668a298c6f - depends: - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tomli >=1.1.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/maturin?source=hash-mapping - size: 5875793 - timestamp: 1711042912603 -- kind: conda - name: maturin - version: 1.5.1 - build: py311h71175c2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda sha256: 5e508cb34bf0f2cfc1f06635d3cceefbe679d3fb81ce64d7d2dc0b4bf8af4584 md5: 50560d0477396cebcaffc864bad10e42 depends: @@ -29813,12 +25533,7 @@ packages: - pkg:pypi/maturin?source=hash-mapping size: 4579808 timestamp: 1711043620752 -- kind: conda - name: maturin - version: 1.5.1 - build: py311h9a9e57f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda sha256: 5307c7955e2a4da23b6a593c715edd8b9e2abe802c1056a225e757ef35eb3356 md5: 9eeaf6831c4f0a721385e2e9d10c52a7 depends: @@ -29833,16 +25548,14 @@ packages: - pkg:pypi/maturin?source=hash-mapping size: 4498445 timestamp: 1711044494832 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl name: mdurl version: 0.1.2 - url: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl sha256: 84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl name: mediapipe version: 0.10.9 - url: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl sha256: 8733735f582e6e6a05bf9b15c48b03a6387a0795793a2530aa1189eecfd33780 requires_dist: - absl-py @@ -29851,12 +25564,11 @@ packages: - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 + - protobuf>=3.11,<4 - sounddevice>=0.4.4 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl name: mediapipe version: 0.10.9 - url: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl sha256: b7dde54b82732479b9b856c9230b9f7b3da55b0913dde5254a7489e20c2e3c6e requires_dist: - absl-py @@ -29865,12 +25577,11 @@ packages: - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 + - protobuf>=3.11,<4 - sounddevice>=0.4.4 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/67/4c/569cbb27c6b1e09c7c088ca1e7ce88573dfb9769cfc79ebeacdab0f6903d/mediapipe-0.10.11-cp311-cp311-win_amd64.whl name: mediapipe version: 0.10.11 - url: https://files.pythonhosted.org/packages/67/4c/569cbb27c6b1e09c7c088ca1e7ce88573dfb9769cfc79ebeacdab0f6903d/mediapipe-0.10.11-cp311-cp311-win_amd64.whl sha256: 36231eaf23cd795a923a8b015d36bd6e410a8e997c36dd9432db0157b822b181 requires_dist: - absl-py @@ -29880,12 +25591,11 @@ packages: - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 + - protobuf>=3.11,<4 - sounddevice>=0.4.4 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c9/e4/3e645a8f87577553194a2a15383a60d61b8381cf864e903e43e4c6eb58e0/mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: mediapipe version: 0.10.11 - url: https://files.pythonhosted.org/packages/c9/e4/3e645a8f87577553194a2a15383a60d61b8381cf864e903e43e4c6eb58e0/mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: ea751e043909ba7bbe27e7afdbcdafd79723d50ef4165afcaae431ab428eea13 requires_dist: - absl-py @@ -29897,27 +25607,9 @@ packages: - numpy - torch - opencv-contrib-python - - protobuf<4,>=3.11 + - protobuf>=3.11,<4 - sounddevice>=0.4.4 -- kind: conda - name: meilisearch - version: 1.5.1 - build: h5ef7bb8_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/meilisearch-1.5.1-h5ef7bb8_0.conda - sha256: c359718f193da18e77b7d19402d7453fa732978433ac562bbc86dfd17ef1bff8 - md5: 595899dbe10e2a0ab8e37f894f683082 - license: MIT - license_family: MIT - purls: [] - size: 81671718 - timestamp: 1702680633448 -- kind: conda - name: meilisearch - version: 1.5.1 - build: he8a937b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/meilisearch-1.5.1-he8a937b_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/meilisearch-1.5.1-he8a937b_0.conda sha256: 233f9c2e3c83e2b27a7915cd21433c7f2566971470ec8f2f416cf298b9b73d97 md5: d648052889e66626c93825ce8ee1d6f2 depends: @@ -29927,26 +25619,31 @@ packages: purls: [] size: 83512382 timestamp: 1702682895721 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/meilisearch-1.5.1-h5ef7bb8_0.conda + sha256: c359718f193da18e77b7d19402d7453fa732978433ac562bbc86dfd17ef1bff8 + md5: 595899dbe10e2a0ab8e37f894f683082 + license: MIT + license_family: MIT + purls: [] + size: 81671718 + timestamp: 1702680633448 +- pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl name: mergedeep version: 1.3.4 - url: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl sha256: 70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307 requires_python: '>=3.6' -- kind: pypi +- pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 name: mesh-to-sdf version: 0.0.15 - url: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 requires_dist: - pyopengl - pyrender - scikit-image - scikit-learn requires_python: '>=3.5' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/66/8a/f226f8c512a4e3ee36438613fde32d371262e985643d308850cf4bdaed15/mike-1.1.2-py3-none-any.whl name: mike version: 1.1.2 - url: https://files.pythonhosted.org/packages/66/8a/f226f8c512a4e3ee36438613fde32d371262e985643d308850cf4bdaed15/mike-1.1.2-py3-none-any.whl sha256: 4c307c28769834d78df10f834f57f810f04ca27d248f80a75f49c6fa2d1527ca requires_dist: - jinja2 @@ -29959,34 +25656,30 @@ packages: - coverage ; extra == 'test' - flake8>=3.0 ; extra == 'test' - shtab ; extra == 'test' -- kind: pypi +- pypi: examples/python/minimal name: minimal version: 0.1.0 - path: examples/python/minimal sha256: 871c1ec39ceb3af42679653369402d66672d4bb9850a727b27db05c16653c8dd requires_dist: - numpy - rerun-sdk editable: true -- kind: pypi +- pypi: examples/python/minimal_options name: minimal-options version: 0.1.0 - path: examples/python/minimal_options sha256: 84d5a8787772da382454f2f3b44d54027a606bff043872dab559cc4604ac82f0 requires_dist: - numpy - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl name: mistune version: 3.0.2 - url: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl name: mkdocs version: 1.6.1 - url: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl sha256: db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e requires_dist: - click>=7.0 @@ -30020,28 +25713,25 @@ packages: - pyyaml==5.1 ; extra == 'min-versions' - watchdog==2.0 ; extra == 'min-versions' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/71/26/4d39d52ea2219604053a4d05b98e90d6a335511cc01806436ec4886b1028/mkdocs_autorefs-1.2.0-py3-none-any.whl name: mkdocs-autorefs version: 1.2.0 - url: https://files.pythonhosted.org/packages/71/26/4d39d52ea2219604053a4d05b98e90d6a335511cc01806436ec4886b1028/mkdocs_autorefs-1.2.0-py3-none-any.whl sha256: d588754ae89bd0ced0c70c06f58566a4ee43471eeeee5202427da7de9ef85a2f requires_dist: - markdown>=3.3 - markupsafe>=2.0.1 - mkdocs>=1.1 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e7/0f/1e55b3fd490ad2cecb6e7b31892d27cb9fc4218ec1dab780440ba8579e74/mkdocs_gen_files-0.5.0-py3-none-any.whl name: mkdocs-gen-files version: 0.5.0 - url: https://files.pythonhosted.org/packages/e7/0f/1e55b3fd490ad2cecb6e7b31892d27cb9fc4218ec1dab780440ba8579e74/mkdocs_gen_files-0.5.0-py3-none-any.whl sha256: 7ac060096f3f40bd19039e7277dd3050be9a453c8ac578645844d4d91d7978ea requires_dist: - mkdocs>=1.0.3 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl name: mkdocs-get-deps version: 0.2.0 - url: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl sha256: 2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134 requires_dist: - importlib-metadata>=4.3 ; python_full_version < '3.10' @@ -30049,18 +25739,16 @@ packages: - platformdirs>=2.2.0 - pyyaml>=5.1 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/51/3b/e00d839d3242844c77e248f9572dd34644a04300839a60fe7d6bf652ab19/mkdocs_literate_nav-0.6.1-py3-none-any.whl name: mkdocs-literate-nav version: 0.6.1 - url: https://files.pythonhosted.org/packages/51/3b/e00d839d3242844c77e248f9572dd34644a04300839a60fe7d6bf652ab19/mkdocs_literate_nav-0.6.1-py3-none-any.whl sha256: e70bdc4a07050d32da79c0b697bd88e9a104cf3294282e9cb20eec94c6b0f401 requires_dist: - mkdocs>=1.0.3 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a6/ca/e72f41f1f94eae8a45de6b247ed90c868b9af107cd3b2182c6c6e944fe06/mkdocs_material-9.4.7-py3-none-any.whl name: mkdocs-material version: 9.4.7 - url: https://files.pythonhosted.org/packages/a6/ca/e72f41f1f94eae8a45de6b247ed90c868b9af107cd3b2182c6c6e944fe06/mkdocs_material-9.4.7-py3-none-any.whl sha256: 4d698d52bb6a6a3c452ab854481c4cdb68453a0420956a6aee2de55fe15fe610 requires_dist: - babel~=2.10 @@ -30068,7 +25756,7 @@ packages: - jinja2~=3.0 - markdown~=3.2 - mkdocs-material-extensions~=1.3 - - mkdocs>=1.5.3,~=1.5 + - mkdocs~=1.5,>=1.5.3 - paginate~=0.5 - pygments~=2.16 - pymdown-extensions~=10.2 @@ -30082,16 +25770,14 @@ packages: - mkdocs-redirects~=1.2 ; extra == 'recommended' - mkdocs-rss-plugin~=1.6 ; extra == 'recommended' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e9/f1/a4d3c449b7fa9e9694236a621b12e994653bd45ad96dc041cbb58a630005/mkdocs_material_extensions-1.3-py3-none-any.whl name: mkdocs-material-extensions version: '1.3' - url: https://files.pythonhosted.org/packages/e9/f1/a4d3c449b7fa9e9694236a621b12e994653bd45ad96dc041cbb58a630005/mkdocs_material_extensions-1.3-py3-none-any.whl sha256: 0297cc48ba68a9fdd1ef3780a3b41b534b0d0df1d1181a44676fda5f464eeadc requires_python: '>=3.8' -- kind: pypi +- pypi: git+https://github.com/rerun-io/mkdocs-redirects.git@fb6b074554975ba7729d68d04957ce7c7dfd5003 name: mkdocs-redirects version: 1.3.1 - url: git+https://github.com/rerun-io/mkdocs-redirects.git@fb6b074554975ba7729d68d04957ce7c7dfd5003 requires_dist: - mkdocs>=1.1.1 - pytest ; extra == 'dev' @@ -30105,10 +25791,9 @@ packages: - isort ; extra == 'test' - autoflake ; extra == 'test' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/80/b6/4ee320d7c313da3774eff225875eb278f7e6bb26a9cd8e680b8dbc38fdea/mkdocstrings-0.26.2-py3-none-any.whl name: mkdocstrings version: 0.26.2 - url: https://files.pythonhosted.org/packages/80/b6/4ee320d7c313da3774eff225875eb278f7e6bb26a9cd8e680b8dbc38fdea/mkdocstrings-0.26.2-py3-none-any.whl sha256: 1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5 requires_dist: - click>=7.0 @@ -30125,23 +25810,16 @@ packages: - mkdocstrings-python-legacy>=0.2.1 ; extra == 'python-legacy' - mkdocstrings-python>=0.5.2 ; extra == 'python' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/65/e8/3cf3467fb8e31f68bfc8a2bfd5f4891c1eaa584b0c62b76c783d24d1901d/mkdocstrings_python-1.12.1-py3-none-any.whl name: mkdocstrings-python version: 1.12.1 - url: https://files.pythonhosted.org/packages/65/e8/3cf3467fb8e31f68bfc8a2bfd5f4891c1eaa584b0c62b76c783d24d1901d/mkdocstrings_python-1.12.1-py3-none-any.whl sha256: 205244488199c9aa2a39787ad6a0c862d39b74078ea9aa2be817bc972399563f requires_dist: - mkdocstrings>=0.26 - mkdocs-autorefs>=1.2 - griffe>=0.49 requires_python: '>=3.9' -- kind: conda - name: mkl - version: 2024.1.0 - build: h66d3029_694 - build_number: 694 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 md5: a17423859d3fb912c8f2e9797603ddb6 depends: @@ -30152,10 +25830,9 @@ packages: purls: [] size: 109381621 timestamp: 1716561374449 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/89/65/ffdbf3489b0ba2213674ea347fad3a11747be64d2d23d888f9e5abe80a18/ml_dtypes-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: ml-dtypes version: 0.5.0 - url: https://files.pythonhosted.org/packages/89/65/ffdbf3489b0ba2213674ea347fad3a11747be64d2d23d888f9e5abe80a18/ml_dtypes-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 2e7534392682c3098bc7341648c650864207169c654aed83143d7a19c67ae06f requires_dist: - numpy>=1.21 @@ -30169,10 +25846,9 @@ packages: - pylint>=2.6.0 ; extra == 'dev' - pyink ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/bf/31/058b9bcf9a81abd51623985add78711a915e4b0f6045baa5f9a0b41eb039/ml_dtypes-0.5.0-cp311-cp311-win_amd64.whl name: ml-dtypes version: 0.5.0 - url: https://files.pythonhosted.org/packages/bf/31/058b9bcf9a81abd51623985add78711a915e4b0f6045baa5f9a0b41eb039/ml_dtypes-0.5.0-cp311-cp311-win_amd64.whl sha256: dc74fd9995513d33eac63d64e436240f5494ec74d522a9f0920194942fc3d2d7 requires_dist: - numpy>=1.21 @@ -30186,16 +25862,14 @@ packages: - pylint>=2.6.0 ; extra == 'dev' - pyink ; extra == 'dev' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/48/7e/3a64597054a70f7c86eb0a7d4fc315b8c1ab932f64883a297bdffeb5f967/more_itertools-10.5.0-py3-none-any.whl name: more-itertools version: 10.5.0 - url: https://files.pythonhosted.org/packages/48/7e/3a64597054a70f7c86eb0a7d4fc315b8c1ab932f64883a297bdffeb5f967/more_itertools-10.5.0-py3-none-any.whl sha256: 037b0d3203ce90cca8ab1defbbdac29d5f993fc20131f3664dc8d6acfa872aef requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl name: mpmath version: 1.3.0 - url: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl sha256: a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c requires_dist: - pytest>=4.6 ; extra == 'develop' @@ -30206,104 +25880,89 @@ packages: - sphinx ; extra == 'docs' - gmpy2>=2.1.0a4 ; platform_python_implementation != 'PyPy' and extra == 'gmpy' - pytest>=4.6 ; extra == 'tests' -- kind: conda - name: msys2-conda-epoch - version: '20160418' - build: '1' - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 md5: b0309b72560df66f71a9d5e34a5efdfa purls: [] size: 3227 timestamp: 1608166968312 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/70/0f/6dc70ddf5d442702ed74f298d69977f904960b82368532c88e854b79f72b/multidict-6.1.0-cp311-cp311-macosx_11_0_arm64.whl name: multidict version: 6.1.0 - url: https://files.pythonhosted.org/packages/70/0f/6dc70ddf5d442702ed74f298d69977f904960b82368532c88e854b79f72b/multidict-6.1.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 27e5fc84ccef8dfaabb09d82b7d179c7cf1a3fbc8a966f8274fcb4ab2eb4cadb requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9f/0b/ad879847ecbf6d27e90a6eabb7eff6b62c129eefe617ea45eae7c1f0aead/multidict-6.1.0-cp311-cp311-win_amd64.whl name: multidict version: 6.1.0 - url: https://files.pythonhosted.org/packages/9f/0b/ad879847ecbf6d27e90a6eabb7eff6b62c129eefe617ea45eae7c1f0aead/multidict-6.1.0-cp311-cp311-win_amd64.whl sha256: 82176036e65644a6cc5bd619f65f6f19781e8ec2e5330f51aa9ada7504cc1926 requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ba/af/73d13b918071ff9b2205fcf773d316e0f8fefb4ec65354bbcf0b10908cc6/multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: multidict version: 6.1.0 - url: https://files.pythonhosted.org/packages/ba/af/73d13b918071ff9b2205fcf773d316e0f8fefb4ec65354bbcf0b10908cc6/multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: ec2abea24d98246b94913b76a125e855eb5c434f7c46546046372fe60f666351 requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d8/6d/9c87b73a13d1cdea30b321ef4b3824449866bd7f7127eceed066ccb9b9ff/multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: multidict version: 6.1.0 - url: https://files.pythonhosted.org/packages/d8/6d/9c87b73a13d1cdea30b321ef4b3824449866bd7f7127eceed066ccb9b9ff/multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 0e2b90b43e696f25c62656389d32236e049568b39320e2735d51f08fd362761b requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f0/e1/a215908bfae1343cdb72f805366592bdd60487b4232d039c437fe8f5013d/multidict-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl name: multidict version: 6.1.0 - url: https://files.pythonhosted.org/packages/f0/e1/a215908bfae1343cdb72f805366592bdd60487b4232d039c437fe8f5013d/multidict-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: c7053d3b0353a8b9de430a4f4b4268ac9a4fb3481af37dfe49825bf45ca24156 requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.8' -- kind: conda - name: multidict - version: 6.1.0 - build: py311h1cc1194_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.1.0-py311h1cc1194_1.conda - sha256: 2a6125f3f0ead2acc2c3af744e3cf76317dade0f7eb57f21a7512f0e6ddcb8d4 - md5: 4ab98d43b99358e7e068b52bafe462bf +- conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.1.0-py311h2dc5d0c_1.conda + sha256: a7216675325306e3efe30d7036c53379eb391517792d051d738027bc3740aad5 + md5: 5384f857bd8b0fc3a62ce1ece858c89f depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/multidict?source=hash-mapping - size: 55833 - timestamp: 1729065694959 -- kind: conda - name: multidict - version: 6.1.0 - build: py311h2dc5d0c_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.1.0-py311h2dc5d0c_1.conda - sha256: a7216675325306e3efe30d7036c53379eb391517792d051d738027bc3740aad5 - md5: 5384f857bd8b0fc3a62ce1ece858c89f + size: 63150 + timestamp: 1729065611493 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.1.0-py311h58d527c_1.conda + sha256: c37b29609e6779d7d1b2dd43d1f7d42fecff99fa0959cba5a0e63e7b6a1c8c67 + md5: b2ed30e04aa9a856b9e649f2ee9e2aa0 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/multidict?source=hash-mapping - size: 63150 - timestamp: 1729065611493 -- kind: conda - name: multidict - version: 6.1.0 - build: py311h30e7462_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.1.0-py311h30e7462_1.conda + size: 64042 + timestamp: 1729065776220 +- conda: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.1.0-py311h1cc1194_1.conda + sha256: 2a6125f3f0ead2acc2c3af744e3cf76317dade0f7eb57f21a7512f0e6ddcb8d4 + md5: 4ab98d43b99358e7e068b52bafe462bf + depends: + - __osx >=10.13 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/multidict?source=hash-mapping + size: 55833 + timestamp: 1729065694959 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.1.0-py311h30e7462_1.conda sha256: 9e7beeeef3c13e000e2e9dab38dff3a5284a8c8665019be149db50b4eff9a340 md5: ff4227ea49745aeddbf45edef09036bc depends: @@ -30317,13 +25976,7 @@ packages: - pkg:pypi/multidict?source=hash-mapping size: 56769 timestamp: 1729065684471 -- kind: conda - name: multidict - version: 6.1.0 - build: py311h5082efb_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/multidict-6.1.0-py311h5082efb_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/multidict-6.1.0-py311h5082efb_1.conda sha256: 2e56ad9c72a9a757dc192b16efdc36681a5a963ca2bc4b798b5ddc4a271dbe7e md5: 43817f67897069a44137321949264aab depends: @@ -30338,123 +25991,77 @@ packages: - pkg:pypi/multidict?source=hash-mapping size: 57534 timestamp: 1729066160777 -- kind: conda - name: multidict - version: 6.1.0 - build: py311h58d527c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.1.0-py311h58d527c_1.conda - sha256: c37b29609e6779d7d1b2dd43d1f7d42fecff99fa0959cba5a0e63e7b6a1c8c67 - md5: b2ed30e04aa9a856b9e649f2ee9e2aa0 - depends: - - libgcc >=13 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/multidict?source=hash-mapping - size: 64042 - timestamp: 1729065776220 -- kind: pypi +- pypi: examples/python/multiprocess_logging name: multiprocess-logging version: 0.1.0 - path: examples/python/multiprocess_logging sha256: 90ae836d45110662ac53e73a092a5298ab67d89873eed81d1773dba601a62eb2 requires_dist: - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl name: multitasking version: 0.0.11 - url: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl sha256: 1e5b37a5f8fc1e6cfaafd1a82b6b1cc6d2ed20037d3b89c25a84f499bd7b3dd4 -- kind: pypi +- pypi: examples/python/multithreading name: multithreading version: 0.1.0 - path: examples/python/multithreading sha256: 85b43cb06183386edd0a8820c0c9eb50398c197fd0da8ba5050f2cf2b24bc23e requires_dist: - numpy - rerun-sdk editable: true -- kind: conda - name: mypy - version: 1.8.0 - build: py311h05b510d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda - sha256: e31c811f99b842020350f9df6c6e4b5e2bf07353fee3cc0029c655e8980d9431 - md5: 93010b2e72e263002f6c60dc1c1f7e1d +- conda: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda + sha256: 943c43f2d68a6d4e8fa8a3a4e62538e090f5f0afe551f50092ea024850f5cccb + md5: 93b7b2391a045cea0d97772f550f1d77 depends: + - libgcc-ng >=12 - 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 - typing_extensions >=4.1.0 license: MIT license_family: MIT purls: - pkg:pypi/mypy?source=hash-mapping - size: 9655583 - timestamp: 1703185105616 -- kind: conda - name: mypy - version: 1.8.0 - build: py311h459d7ec_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda - sha256: 943c43f2d68a6d4e8fa8a3a4e62538e090f5f0afe551f50092ea024850f5cccb - md5: 93b7b2391a045cea0d97772f550f1d77 + size: 17719191 + timestamp: 1703185056003 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda + sha256: 2a1d84dc94a02ed3cae2fad6dfea0fab4a9504649c1a009d1fff7bfbd9d48e57 + md5: 22b4d0e0a591e6dba331d95f8a702517 depends: - libgcc-ng >=12 - 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 - typing_extensions >=4.1.0 license: MIT license_family: MIT purls: - pkg:pypi/mypy?source=hash-mapping - size: 17719191 - timestamp: 1703185056003 -- kind: conda - name: mypy - version: 1.8.0 - build: py311ha68e1ae_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda - sha256: cebfab3f247a752be06e945a3a2a1281195d6917fa09906a9618dbc7b2cf734e - md5: 9a949cc91276bf313755857a11ce1ec3 + size: 15129179 + timestamp: 1703185374507 +- conda: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda + sha256: affdf64692efcf05888cc42fc2c4159fe5bade7d610847b5610e5b2cc621cd3a + md5: c32cbc41e84a67f1b30b3f157b46996b depends: - mypy_extensions >=1.0.0 - psutil >=4.0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/mypy?source=hash-mapping - size: 9963457 - timestamp: 1703184979309 -- kind: conda - name: mypy - version: 1.8.0 - build: py311hcd402e7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda - sha256: 2a1d84dc94a02ed3cae2fad6dfea0fab4a9504649c1a009d1fff7bfbd9d48e57 - md5: 22b4d0e0a591e6dba331d95f8a702517 + size: 11969071 + timestamp: 1703184938293 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda + sha256: e31c811f99b842020350f9df6c6e4b5e2bf07353fee3cc0029c655e8980d9431 + md5: 93010b2e72e263002f6c60dc1c1f7e1d depends: - - libgcc-ng >=12 - mypy_extensions >=1.0.0 - psutil >=4.0 - python >=3.11,<3.12.0a0 @@ -30465,41 +26072,32 @@ packages: license_family: MIT purls: - pkg:pypi/mypy?source=hash-mapping - size: 15129179 - timestamp: 1703185374507 -- kind: conda - name: mypy - version: 1.8.0 - build: py311he705e18_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda - sha256: affdf64692efcf05888cc42fc2c4159fe5bade7d610847b5610e5b2cc621cd3a - md5: c32cbc41e84a67f1b30b3f157b46996b + size: 9655583 + timestamp: 1703185105616 +- conda: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda + sha256: cebfab3f247a752be06e945a3a2a1281195d6917fa09906a9618dbc7b2cf734e + md5: 9a949cc91276bf313755857a11ce1ec3 depends: - mypy_extensions >=1.0.0 - psutil >=4.0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - typing_extensions >=4.1.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/mypy?source=hash-mapping - size: 11969071 - timestamp: 1703184938293 -- kind: pypi + size: 9963457 + timestamp: 1703184979309 +- pypi: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl name: mypy-extensions version: 1.0.0 - url: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl sha256: 4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d requires_python: '>=3.5' -- kind: conda - name: mypy_extensions - version: 1.0.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 md5: 4eccaeba205f0aed9ac3a9ea58568ca3 depends: @@ -30510,13 +26108,7 @@ packages: - pkg:pypi/mypy-extensions?source=hash-mapping size: 10492 timestamp: 1675543414256 -- kind: conda - name: mysql-common - version: 9.0.1 - build: h266115a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_1.conda sha256: f77130a529afa61fde755ae60b6d71df20c20c866a9ad75709107cf63a9f777c md5: e97f73d51b5acdf1340a15b195738f16 depends: @@ -30529,13 +26121,7 @@ packages: purls: [] size: 640042 timestamp: 1727340440162 -- kind: conda - name: mysql-libs - version: 9.0.1 - build: he0572af_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_1.conda sha256: b1c95888b3b900f5dd45446d9addb60c64bd0ea6547eb074624892c36634701c md5: 274f367df5d56f152a49ed3203c3b1c1 depends: @@ -30551,13 +26137,7 @@ packages: purls: [] size: 1368648 timestamp: 1727340508054 -- kind: conda - name: nasm - version: 2.16.03 - build: h4bc722e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nasm-2.16.03-h4bc722e_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/nasm-2.16.03-h4bc722e_1.conda sha256: d01bfa655ad08d33dc5830a5166c7b664143df24fab59d41df15f076c58000b6 md5: 35f8ab79609d5bc56d6d040f12dacf3a depends: @@ -30568,13 +26148,7 @@ packages: purls: [] size: 1221519 timestamp: 1721652638250 -- kind: conda - name: nasm - version: 2.16.03 - build: h68df207_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nasm-2.16.03-h68df207_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nasm-2.16.03-h68df207_1.conda sha256: af354688ee0ab41bd6d538b5c12fc392825da0e9549d5b4256ec13704b177bbd md5: 277a1d8aa07160de3d02302364fd4dde depends: @@ -30584,13 +26158,17 @@ packages: purls: [] size: 1332204 timestamp: 1721654126314 -- kind: conda - name: nasm - version: 2.16.03 - build: h99b78c6_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nasm-2.16.03-h99b78c6_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/nasm-2.16.03-hfdf4475_1.conda + sha256: 67e4730cee8b72abdcd587e3407dad7eb5fb97b07754c673cb20583d2e528ac0 + md5: aa906b48511f43e9496d9afb0660b7df + depends: + - __osx >=10.13 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 377182 + timestamp: 1721652783302 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nasm-2.16.03-h99b78c6_1.conda sha256: a1d8b8f6be3ccf94d8f29920a61fa83e4a94da84e8f0bdec4a5937092d56e59d md5: c306196adb43e1300e1470dd65694ec5 depends: @@ -30600,13 +26178,7 @@ packages: purls: [] size: 385586 timestamp: 1721652965778 -- kind: conda - name: nasm - version: 2.16.03 - build: hfd05255_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/nasm-2.16.03-hfd05255_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/nasm-2.16.03-hfd05255_1.conda sha256: cce00ed17e684bf84c8cc592de578fedfb93b2d2357256c41c262b67ceacf6e7 md5: ead716d50b01f09d327c781c05b25882 depends: @@ -30618,30 +26190,13 @@ packages: purls: [] size: 450395 timestamp: 1721653214123 -- kind: conda - name: nasm - version: 2.16.03 - build: hfdf4475_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nasm-2.16.03-hfdf4475_1.conda - sha256: 67e4730cee8b72abdcd587e3407dad7eb5fb97b07754c673cb20583d2e528ac0 - md5: aa906b48511f43e9496d9afb0660b7df - depends: - - __osx >=10.13 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 377182 - timestamp: 1721652783302 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl name: nbclient version: 0.10.0 - url: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f requires_dist: - jupyter-client>=6.1.12 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - nbformat>=5.1 - traitlets>=5.4 - pre-commit ; extra == 'dev' @@ -30660,14 +26215,13 @@ packages: - nbconvert>=7.0.0 ; extra == 'test' - pytest-asyncio ; extra == 'test' - pytest-cov>=4.0 ; extra == 'test' - - pytest<8,>=7.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' - testpath ; extra == 'test' - xmltodict ; extra == 'test' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl name: nbconvert version: 7.16.4 - url: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 requires_dist: - beautifulsoup4 @@ -30678,7 +26232,7 @@ packages: - jupyter-core>=4.7 - jupyterlab-pygments - markupsafe>=2.0 - - mistune<4,>=2.0.3 + - mistune>=2.0.3,<4 - nbclient>=0.5.0 - nbformat>=5.7 - packaging @@ -30715,15 +26269,14 @@ packages: - pytest>=7 ; extra == 'test' - playwright ; extra == 'webpdf' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl name: nbformat version: 5.10.4 - url: https://files.pythonhosted.org/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl sha256: 3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b requires_dist: - fastjsonschema>=2.15 - jsonschema>=2.6 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - traitlets>=5.1 - myst-parser ; extra == 'docs' - pydata-sphinx-theme ; extra == 'docs' @@ -30735,28 +26288,17 @@ packages: - pytest ; extra == 'test' - testpath ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: ncurses - version: '6.5' - build: h7bae524_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc - md5: cb2b0ea909b97b3d70cd3921d1445e1a +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a + md5: 70caf8bb6cf39a0b6b7efc885f51c0fe depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 license: X11 AND BSD-3-Clause purls: [] - size: 802321 - timestamp: 1724658775723 -- kind: conda - name: ncurses - version: '6.5' - build: hcccb83c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + size: 889086 + timestamp: 1724658547447 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 md5: 91d49c85cacd92caa40cf375ef72a25d depends: @@ -30765,29 +26307,7 @@ packages: purls: [] size: 924472 timestamp: 1724658573518 -- kind: conda - name: ncurses - version: '6.5' - build: he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - purls: [] - size: 889086 - timestamp: 1724658547447 -- kind: conda - name: ncurses - version: '6.5' - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af md5: e102bbf8a6ceeaf429deab8032fc8977 depends: @@ -30796,20 +26316,27 @@ packages: purls: [] size: 822066 timestamp: 1724658603042 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc + md5: cb2b0ea909b97b3d70cd3921d1445e1a + depends: + - __osx >=11.0 + license: X11 AND BSD-3-Clause + purls: [] + size: 802321 + timestamp: 1724658775723 +- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl name: nest-asyncio version: 1.6.0 - url: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl sha256: 87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c requires_python: '>=3.5' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8b/4e/bf7a4ccc11ded738efd0bda39296c7cee3617e800f890f919de5c0fe00c8/networkx-3.4.1-py3-none-any.whl name: networkx version: 3.4.1 - url: https://files.pythonhosted.org/packages/8b/4e/bf7a4ccc11ded738efd0bda39296c7cee3617e800f890f919de5c0fe00c8/networkx-3.4.1-py3-none-any.whl sha256: e30a87b48c9a6a7cc220e732bffefaee585bdb166d13377734446ce1a0620eed requires_dist: - numpy>=1.24 ; extra == 'default' - - scipy!=1.11.0,!=1.11.1,>=1.10 ; extra == 'default' + - scipy>=1.10,!=1.11.0,!=1.11.1 ; extra == 'default' - matplotlib>=3.7 ; extra == 'default' - pandas>=2.0 ; extra == 'default' - changelist==0.5 ; extra == 'developer' @@ -30838,29 +26365,7 @@ packages: - pytest>=7.2 ; extra == 'test' - pytest-cov>=4.0 ; extra == 'test' requires_python: '>=3.10' -- kind: conda - name: ninja - version: 1.11.1 - build: h91493d7_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda - sha256: 0ffb1912768af8354a930f482368ef170bf3d8217db328dfea1c8b09772c8c71 - md5: 44a99ef26178ea98626ff8e027702795 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 279200 - timestamp: 1676838681615 -- kind: conda - name: ninja - version: 1.11.1 - build: h924138e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda sha256: b555247ac8859b4ff311e3d708a0640f1bfe9fae7125c485b444072474a84c41 md5: 73a4953a2d9c115bdc10ff30a52f675f depends: @@ -30871,27 +26376,7 @@ packages: purls: [] size: 2251263 timestamp: 1676837602636 -- kind: conda - name: ninja - version: 1.11.1 - build: hb8565cd_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda - sha256: 6f738d9a26fa275317b95b2b96832daab9059ef64af9a338f904a3cb684ae426 - md5: 49ad513efe39447aa51affd47e3aa68f - depends: - - libcxx >=14.0.6 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 121284 - timestamp: 1676837793132 -- kind: conda - name: ninja - version: 1.11.1 - build: hdd96247_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda sha256: 2ba2e59f619c58d748f4b1b858502587691a7ed0fa9ac2c26ac04091908d95ae md5: 58f4c67113cda9171e3c03d3e62731e1 depends: @@ -30902,12 +26387,17 @@ packages: purls: [] size: 2398482 timestamp: 1676839419214 -- kind: conda - name: ninja - version: 1.11.1 - build: hffc8910_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda + sha256: 6f738d9a26fa275317b95b2b96832daab9059ef64af9a338f904a3cb684ae426 + md5: 49ad513efe39447aa51affd47e3aa68f + depends: + - libcxx >=14.0.6 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 121284 + timestamp: 1676837793132 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda sha256: a594e90b0ed8202c280fff4a008f6a355d0db54a62b17067dc4a950370ddffc0 md5: fdecec4002f41cf6ea1eea5b52947ee0 depends: @@ -30917,46 +26407,19 @@ packages: purls: [] size: 107047 timestamp: 1676837935565 -- kind: conda - name: nodejs - version: 20.17.0 - build: h08fde81_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-20.17.0-h08fde81_0.conda - sha256: fa969632f4c0df5399935abce7f00292fd01980c6a9e787057954d684c4df8cc - md5: a0b8b602cfed203fcb14b454306150c0 +- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda + sha256: 0ffb1912768af8354a930f482368ef170bf3d8217db328dfea1c8b09772c8c71 + md5: 44a99ef26178ea98626ff8e027702795 depends: - - __osx >=11.0 - - icu >=75.1,<76.0a0 - - libcxx >=17 - - libuv >=1.48.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 11778646 - timestamp: 1726733933441 -- kind: conda - name: nodejs - version: 20.17.0 - build: h57928b3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/nodejs-20.17.0-h57928b3_0.conda - sha256: 43f30cff6034a4635664002268ef51343b542a2d76168ee701f0804ea4f7896a - md5: 41e0fe9861a85bacaa3ce5c8349388b9 - license: MIT - license_family: MIT + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache purls: [] - size: 22715775 - timestamp: 1726725065318 -- kind: conda - name: nodejs - version: 20.17.0 - build: hc55a1b2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.17.0-hc55a1b2_0.conda + size: 279200 + timestamp: 1676838681615 +- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.17.0-hc55a1b2_0.conda sha256: 3aafbba0a70e7f2ede7b87854e7d7146e4f6b25214f21c3c2cc6e50c19ff0522 md5: 40a9a1d8f7b2d8b719a6ff5e2194061e depends: @@ -30973,18 +26436,14 @@ packages: purls: [] size: 17218811 timestamp: 1726732499126 -- kind: conda - name: nodejs - version: 20.17.0 - build: hd71786a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-20.17.0-hd71786a_0.conda - sha256: aeab7dbecab9dee9aae908b59a33b8a8e3ccf2ebfeb75dd6fa13790b5bdd57d7 - md5: 20119f75b5bd7a8d7d6a7bace51c7321 +- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-22.9.0-hf235a45_0.conda + sha256: 1bc6445b7ecb3bff478d5a11eb3504e45eb5a3cdde24c6ec7339f80c193d24c8 + md5: 40255c9ffb722d614b02ca7aaee6abcb depends: - - __osx >=10.15 + - __glibc >=2.28,<3.0.a0 - icu >=75.1,<76.0a0 - - libcxx >=17 + - libgcc >=13 + - libstdcxx >=13 - libuv >=1.48.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 @@ -30992,14 +26451,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 12195642 - timestamp: 1726731461399 -- kind: conda - name: nodejs - version: 20.17.0 - build: heaf42f6_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-20.17.0-heaf42f6_0.conda + size: 21198038 + timestamp: 1726661026112 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-20.17.0-heaf42f6_0.conda sha256: 80d5bce0f27b3fdffe6c2688022a1575c01caa2cf941064ad99b0a05d7c7e7dc md5: a3c01fedff2dae780a6ef671d2d93ad4 depends: @@ -31015,18 +26469,14 @@ packages: purls: [] size: 17353469 timestamp: 1726737369084 -- kind: conda - name: nodejs - version: 22.9.0 - build: h08fde81_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-22.9.0-h08fde81_0.conda - sha256: 736a4738aba32a03401aa25c8f740e4afe4aea02bc06651b59b06f0fdc024fdf - md5: 3771a3a6abe5a8db8910d5ebf144811b +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-22.9.0-h8374285_0.conda + sha256: ff2186a51d389c18423109af3abf6377d4ef5b1370a81ee5f8fb2e036d79cf4f + md5: 6a9739c1ce3f9714b705a655872b5a4d depends: - - __osx >=11.0 + - __glibc >=2.28,<3.0.a0 - icu >=75.1,<76.0a0 - - libcxx >=17 + - libgcc >=13 + - libstdcxx >=13 - libuv >=1.48.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 @@ -31034,34 +26484,15 @@ packages: license: MIT license_family: MIT purls: [] - size: 14859715 - timestamp: 1726671037225 -- kind: conda - name: nodejs - version: 22.9.0 - build: h57928b3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/nodejs-22.9.0-h57928b3_0.conda - sha256: 6d74f0dbb91eb2049199ba801a3db67965f990aef44084f9ae51a1f70c2996f6 - md5: 6aa54ed90a643a11a005491ff316b1c4 - license: MIT - license_family: MIT - purls: [] - size: 25378221 - timestamp: 1726657153171 -- kind: conda - name: nodejs - version: 22.9.0 - build: h8374285_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-22.9.0-h8374285_0.conda - sha256: ff2186a51d389c18423109af3abf6377d4ef5b1370a81ee5f8fb2e036d79cf4f - md5: 6a9739c1ce3f9714b705a655872b5a4d + size: 21653106 + timestamp: 1726665120657 +- conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-20.17.0-hd71786a_0.conda + sha256: aeab7dbecab9dee9aae908b59a33b8a8e3ccf2ebfeb75dd6fa13790b5bdd57d7 + md5: 20119f75b5bd7a8d7d6a7bace51c7321 depends: - - __glibc >=2.28,<3.0.a0 + - __osx >=10.15 - icu >=75.1,<76.0a0 - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=17 - libuv >=1.48.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 @@ -31069,14 +26500,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 21653106 - timestamp: 1726665120657 -- kind: conda - name: nodejs - version: 22.9.0 - build: hd71786a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-22.9.0-hd71786a_0.conda + size: 12195642 + timestamp: 1726731461399 +- conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-22.9.0-hd71786a_0.conda sha256: 072cc60a3bad30e5dc4a0f9773d655b1ccd73766ca56d7b0eba54f07dc65c096 md5: 0302658eb45c23a7438415bf0ba7541d depends: @@ -31092,19 +26518,13 @@ packages: purls: [] size: 15520235 timestamp: 1726665546324 -- kind: conda - name: nodejs - version: 22.9.0 - build: hf235a45_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-22.9.0-hf235a45_0.conda - sha256: 1bc6445b7ecb3bff478d5a11eb3504e45eb5a3cdde24c6ec7339f80c193d24c8 - md5: 40255c9ffb722d614b02ca7aaee6abcb +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-20.17.0-h08fde81_0.conda + sha256: fa969632f4c0df5399935abce7f00292fd01980c6a9e787057954d684c4df8cc + md5: a0b8b602cfed203fcb14b454306150c0 depends: - - __glibc >=2.28,<3.0.a0 + - __osx >=11.0 - icu >=75.1,<76.0a0 - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=17 - libuv >=1.48.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 @@ -31112,18 +26532,49 @@ packages: license: MIT license_family: MIT purls: [] - size: 21198038 - timestamp: 1726661026112 -- kind: pypi + size: 11778646 + timestamp: 1726733933441 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-22.9.0-h08fde81_0.conda + sha256: 736a4738aba32a03401aa25c8f740e4afe4aea02bc06651b59b06f0fdc024fdf + md5: 3771a3a6abe5a8db8910d5ebf144811b + depends: + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libcxx >=17 + - libuv >=1.48.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 + - zlib + license: MIT + license_family: MIT + purls: [] + size: 14859715 + timestamp: 1726671037225 +- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-20.17.0-h57928b3_0.conda + sha256: 43f30cff6034a4635664002268ef51343b542a2d76168ee701f0804ea4f7896a + md5: 41e0fe9861a85bacaa3ce5c8349388b9 + license: MIT + license_family: MIT + purls: [] + size: 22715775 + timestamp: 1726725065318 +- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-22.9.0-h57928b3_0.conda + sha256: 6d74f0dbb91eb2049199ba801a3db67965f990aef44084f9ae51a1f70c2996f6 + md5: 6aa54ed90a643a11a005491ff316b1c4 + license: MIT + license_family: MIT + purls: [] + size: 25378221 + timestamp: 1726657153171 +- pypi: https://files.pythonhosted.org/packages/46/77/53732fbf48196af9e51c2a61833471021c1d77d335d57b96ee3588c0c53d/notebook-7.2.2-py3-none-any.whl name: notebook version: 7.2.2 - url: https://files.pythonhosted.org/packages/46/77/53732fbf48196af9e51c2a61833471021c1d77d335d57b96ee3588c0c53d/notebook-7.2.2-py3-none-any.whl sha256: c89264081f671bc02eec0ed470a627ed791b9156cad9285226b31611d3e9fe1c requires_dist: - - jupyter-server<3,>=2.4.0 - - jupyterlab-server<3,>=2.27.1 - - jupyterlab<4.3,>=4.2.0 - - notebook-shim<0.3,>=0.2 + - jupyter-server>=2.4.0,<3 + - jupyterlab-server>=2.27.1,<3 + - jupyterlab>=4.2.0,<4.3 + - notebook-shim>=0.2,<0.3 - tornado>=6.2.0 - hatch ; extra == 'dev' - pre-commit ; extra == 'dev' @@ -31135,8 +26586,8 @@ packages: - sphinxcontrib-spelling ; extra == 'docs' - importlib-resources>=5.0 ; python_full_version < '3.10' and extra == 'test' - ipykernel ; extra == 'test' - - jupyter-server[test]<3,>=2.4.0 ; extra == 'test' - - jupyterlab-server[test]<3,>=2.27.1 ; extra == 'test' + - jupyter-server[test]>=2.4.0,<3 ; extra == 'test' + - jupyterlab-server[test]>=2.27.1,<3 ; extra == 'test' - nbval ; extra == 'test' - pytest-console-scripts ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -31144,96 +26595,79 @@ packages: - pytest>=7.0 ; extra == 'test' - requests ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl name: notebook-shim version: 0.2.4 - url: https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl sha256: 411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef requires_dist: - - jupyter-server<3,>=1.8 + - jupyter-server>=1.8,<3 - pytest ; extra == 'test' - pytest-console-scripts ; extra == 'test' - pytest-jupyter ; extra == 'test' - pytest-tornasync ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/57/03/2b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611/numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/57/03/2b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611/numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl sha256: 4142d7ac0210cc86432b818338a2bc368dc773a2f5cf1e32ff7c5b378bd63ee8 requires_dist: - - llvmlite<0.44,>=0.43.0.dev0 - - numpy<2.1,>=1.22 + - llvmlite>=0.43.0.dev0,<0.44 + - numpy>=1.22,<2.1 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/79/89/2d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015/numba-0.60.0-cp311-cp311-win_amd64.whl name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/79/89/2d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015/numba-0.60.0-cp311-cp311-win_amd64.whl sha256: cac02c041e9b5bc8cf8f2034ff6f0dbafccd1ae9590dc146b3a02a45e53af4e2 requires_dist: - - llvmlite<0.44,>=0.43.0.dev0 - - numpy<2.1,>=1.22 + - llvmlite>=0.43.0.dev0,<0.44 + - numpy>=1.22,<2.1 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/98/ad/df18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e/numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/98/ad/df18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e/numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: a17b70fc9e380ee29c42717e8cc0bfaa5556c416d94f9aa96ba13acb41bdece8 requires_dist: - - llvmlite<0.44,>=0.43.0.dev0 - - numpy<2.1,>=1.22 + - llvmlite>=0.43.0.dev0,<0.44 + - numpy>=1.22,<2.1 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9a/51/a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee/numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/9a/51/a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee/numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 3fb02b344a2a80efa6f677aa5c40cd5dd452e1b35f8d1c2af0dfd9ada9978e4b requires_dist: - - llvmlite<0.44,>=0.43.0.dev0 - - numpy<2.1,>=1.22 + - llvmlite>=0.43.0.dev0,<0.44 + - numpy>=1.22,<2.1 requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f9/4c/8889ac94c0b33dca80bed11564b8c6d9ea14d7f094e674c58e5c5b05859b/numba-0.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/f9/4c/8889ac94c0b33dca80bed11564b8c6d9ea14d7f094e674c58e5c5b05859b/numba-0.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl sha256: 5f4fde652ea604ea3c86508a3fb31556a6157b2c76c8b51b1d45eb40c8598703 requires_dist: - - llvmlite<0.44,>=0.43.0.dev0 - - numpy<2.1,>=1.22 + - llvmlite>=0.43.0.dev0,<0.44 + - numpy>=1.22,<2.1 requires_python: '>=3.9' -- kind: conda - name: numpy - version: 1.26.4 - build: py311h0b4df5a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda - sha256: 14116e72107de3089cc58119a5ce5905c22abf9a715c9fe41f8ac14db0992326 - md5: 7b240edd44fd7a0991aa409b07cee776 +- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda + sha256: 3f4365e11b28e244c95ba8579942b0802761ba7bb31c026f50d1a9ea9c728149 + md5: a502d7aad449a1206efb366d6a12c52d depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 - 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 constrains: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/numpy?source=hash-mapping - size: 7104093 - timestamp: 1707226459646 -- kind: conda - name: numpy - version: 1.26.4 - build: py311h64a7726_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - sha256: 3f4365e11b28e244c95ba8579942b0802761ba7bb31c026f50d1a9ea9c728149 - md5: a502d7aad449a1206efb366d6a12c52d + size: 8065890 + timestamp: 1707225944355 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda + sha256: 88800a1d9d11c2fccab09d40d36f7001616f5119eaf0ec86186562f33564e651 + md5: 3fd00dd400c8d3f9da12bf33061dd28d depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 @@ -31241,6 +26675,7 @@ packages: - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 constrains: - numpy-base <0a0 @@ -31248,24 +26683,17 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=hash-mapping - size: 8065890 - timestamp: 1707225944355 -- kind: conda - name: numpy - version: 1.26.4 - build: py311h69ead2a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda - sha256: 88800a1d9d11c2fccab09d40d36f7001616f5119eaf0ec86186562f33564e651 - md5: 3fd00dd400c8d3f9da12bf33061dd28d + size: 7234391 + timestamp: 1707225781489 +- conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda + sha256: dc9628197125ee1d02b2e7a859a769d26291d747ed79337309b8a9e67a8b8e00 + md5: bb02b8801d17265160e466cf8bbf28da depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 + - libcxx >=16 - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 constrains: - numpy-base <0a0 @@ -31273,14 +26701,9 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=hash-mapping - size: 7234391 - timestamp: 1707225781489 -- kind: conda - name: numpy - version: 1.26.4 - build: py311h7125741_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda + size: 7504319 + timestamp: 1707226235372 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda sha256: 160a52a01fea44fe9753a2ed22cf13d7b55c8a89ea0b8738546fdbf4795d6514 md5: 3160b93669a0def35a7a8158ebb33816 depends: @@ -31299,33 +26722,29 @@ packages: - pkg:pypi/numpy?source=hash-mapping size: 6652352 timestamp: 1707226297967 -- kind: conda - name: numpy - version: 1.26.4 - build: py311hc43a94b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda - sha256: dc9628197125ee1d02b2e7a859a769d26291d747ed79337309b8a9e67a8b8e00 - md5: bb02b8801d17265160e466cf8bbf28da +- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda + sha256: 14116e72107de3089cc58119a5ce5905c22abf9a715c9fe41f8ac14db0992326 + md5: 7b240edd44fd7a0991aa409b07cee776 depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - liblapack >=3.9.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 constrains: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/numpy?source=hash-mapping - size: 7504319 - timestamp: 1707226235372 -- kind: pypi + size: 7104093 + timestamp: 1707226459646 +- pypi: examples/python/nuscenes_dataset name: nuscenes-dataset version: 0.1.0 - path: examples/python/nuscenes_dataset sha256: 78903b7670fac2b4c27637efc9aa6f63b7b70502ce3d5f88e4353aef5607cf40 requires_dist: - matplotlib @@ -31334,10 +26753,9 @@ packages: - requests - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c6/53/460bf754677b3b247fb99a447e3575490dbc5f42ec94d528bc0137176f6a/nuscenes_devkit-1.1.9-py3-none-any.whl name: nuscenes-devkit version: 1.1.9 - url: https://files.pythonhosted.org/packages/c6/53/460bf754677b3b247fb99a447e3575490dbc5f42ec94d528bc0137176f6a/nuscenes_devkit-1.1.9-py3-none-any.whl sha256: 8a818aaa8566e06960a57d1f88073f5079187bb056dcdab4d6fb54afd63a558c requires_dist: - cachetools @@ -31355,100 +26773,86 @@ packages: - tqdm - pycocotools>=2.0.1 requires_python: '>=3.6' -- kind: pypi +- pypi: examples/python/nv12 name: nv12 version: 0.1.0 - path: examples/python/nv12 sha256: c8ca97c5d8c04037cd5eb9a65be7b1e7d667c11d4dba3ee9aad5956ccf926dc4 requires_dist: - rerun-sdk>=0.10 - opencv-python - numpy editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl name: nvidia-cublas-cu12 version: 12.1.3.1 - url: https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl sha256: ee53ccca76a6fc08fb9701aa95b6ceb242cdaab118c3bb152af4e579af792728 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl name: nvidia-cuda-cupti-cu12 version: 12.1.105 - url: https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl sha256: e54fde3983165c624cb79254ae9818a456eb6e87a7fd4d56a2352c24ee542d7e requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl name: nvidia-cuda-nvrtc-cu12 version: 12.1.105 - url: https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl sha256: 339b385f50c309763ca65456ec75e17bbefcbbf2893f462cb8b90584cd27a1c2 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl name: nvidia-cuda-runtime-cu12 version: 12.1.105 - url: https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl sha256: 6e258468ddf5796e25f1dc591a31029fa317d97a0a94ed93468fc86301d61e40 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl name: nvidia-cudnn-cu12 version: 8.9.2.26 - url: https://files.pythonhosted.org/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl sha256: 5ccb288774fdfb07a7e7025ffec286971c06d8d7b4fb162525334616d7629ff9 requires_dist: - nvidia-cublas-cu12 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl name: nvidia-cufft-cu12 version: 11.0.2.54 - url: https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl sha256: 794e3948a1aa71fd817c3775866943936774d1c14e7628c74f6f7417224cdf56 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl name: nvidia-curand-cu12 version: 10.3.2.106 - url: https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl sha256: 9d264c5036dde4e64f1de8c50ae753237c12e0b1348738169cd0f8a536c0e1e0 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl name: nvidia-cusolver-cu12 version: 11.4.5.107 - url: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl sha256: 8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd requires_dist: - nvidia-cublas-cu12 - nvidia-nvjitlink-cu12 - nvidia-cusparse-cu12 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl name: nvidia-cusparse-cu12 version: 12.1.0.106 - url: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl sha256: f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c requires_dist: - nvidia-nvjitlink-cu12 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl name: nvidia-nccl-cu12 version: 2.19.3 - url: https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl sha256: a9734707a2c96443331c1e48c717024aa6678a0e2a4cb66b2c364d18cee6b48d requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fe/e4/486de766851d58699bcfeb3ba6a3beb4d89c3809f75b9d423b9508a8760f/nvidia_nvjitlink_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl name: nvidia-nvjitlink-cu12 version: 12.6.77 - url: https://files.pythonhosted.org/packages/fe/e4/486de766851d58699bcfeb3ba6a3beb4d89c3809f75b9d423b9508a8760f/nvidia_nvjitlink_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl sha256: 9ae346d16203ae4ea513be416495167a0101d33d2d14935aa9c1829a3fb45142 requires_python: '>=3' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl name: nvidia-nvtx-cu12 version: 12.1.105 - url: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl sha256: dc21cf308ca5691e7c04d962e213f8a4aa9bbfa23d95412f452254c2caeb09e5 requires_python: '>=3' -- kind: pypi +- pypi: examples/python/objectron name: objectron version: 0.1.0 - path: examples/python/objectron sha256: b2be2b675353b4238e7778b1cef8351950832c32b5e5c34415601c030a421a27 requires_dist: - betterproto[compiler] @@ -31458,13 +26862,7 @@ packages: - rerun-sdk - scipy editable: true -- kind: conda - name: ocl-icd - version: 2.3.2 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.2-hd590300_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.2-hd590300_1.conda sha256: 0e01384423e48e5011eb6b224da8dc5e3567c87dbcefbe60cd9d5cead276cdcd md5: c66f837ac65e4d1cdeb80e2a1d5fcc3d depends: @@ -31474,10 +26872,9 @@ packages: purls: [] size: 135681 timestamp: 1710946531879 -- kind: pypi +- pypi: examples/python/open_photogrammetry_format name: open-photogrammetry-format version: 0.1.0 - path: examples/python/open_photogrammetry_format sha256: 1bf1ac24e064bb75c7f5672b761e519b8b941354a6d9c44d824643ff64f15e80 requires_dist: - numpy @@ -31488,13 +26885,20 @@ packages: - tqdm requires_python: '>=3.10' editable: true -- kind: conda - name: opencv - version: 4.10.0 - build: headless_py311h765a288_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/opencv-4.10.0-headless_py311h765a288_9.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/opencv-4.10.0-qt6_py311haa8c16d_609.conda + sha256: 8c48d16f36f9b97535cb5274ae4c7d97c41d8719374893debc6bc592ba08354d + md5: 613de8fd09cfb2cc44490540c4b26d2e + depends: + - libopencv 4.10.0 qt6_py311h2538932_609 + - libprotobuf >=5.27.5,<5.27.6.0a0 + - py-opencv 4.10.0 qt6_py311hcf60958_609 + - python_abi 3.11.* *_cp311 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 26862 + timestamp: 1729146681765 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/opencv-4.10.0-headless_py311h765a288_9.conda sha256: 2a9b42265882a83b836755505ed927df6695ac232c722e77c8b876c8fd201141 md5: aa7cf384c15385ce05573db704392dd0 depends: @@ -31507,13 +26911,7 @@ packages: purls: [] size: 26342 timestamp: 1729146614678 -- kind: conda - name: opencv - version: 4.10.0 - build: headless_py311hb641ee9_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/opencv-4.10.0-headless_py311hb641ee9_9.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/opencv-4.10.0-headless_py311hb641ee9_9.conda sha256: 958294800bd7d580ab63a6c721fca22d2acb5d4cc245eddca6958bd86e8144a6 md5: 01f58dc04fac858a7e03d3c7a7950872 depends: @@ -31526,13 +26924,7 @@ packages: purls: [] size: 26354 timestamp: 1729146566975 -- kind: conda - name: opencv - version: 4.10.0 - build: headless_py311he215df6_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/opencv-4.10.0-headless_py311he215df6_9.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/opencv-4.10.0-headless_py311he215df6_9.conda sha256: 33d9dcd169e230f3d61e6c4a49e5bc46360bb0244133bfa7e44e0450cff78ca2 md5: ca24f31d5f3620b043d0d16556966fbd depends: @@ -31545,13 +26937,7 @@ packages: purls: [] size: 26641 timestamp: 1729146388711 -- kind: conda - name: opencv - version: 4.10.0 - build: qt6_py311h1e0bd2a_609 - build_number: 609 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/opencv-4.10.0-qt6_py311h1e0bd2a_609.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/opencv-4.10.0-qt6_py311h1e0bd2a_609.conda sha256: 95c549d47545cc02bf9b19451d29fd11fb428e41a8bc4f23bc73a1d98400064e md5: a363d7aa497a6501eb0742229f265c94 depends: @@ -31564,29 +26950,9 @@ packages: purls: [] size: 26976 timestamp: 1729148700903 -- kind: conda - name: opencv - version: 4.10.0 - build: qt6_py311haa8c16d_609 - build_number: 609 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/opencv-4.10.0-qt6_py311haa8c16d_609.conda - sha256: 8c48d16f36f9b97535cb5274ae4c7d97c41d8719374893debc6bc592ba08354d - md5: 613de8fd09cfb2cc44490540c4b26d2e - depends: - - libopencv 4.10.0 qt6_py311h2538932_609 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - py-opencv 4.10.0 qt6_py311hcf60958_609 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 26862 - timestamp: 1729146681765 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/09/94/d077c4c976c2d7a88812fd55396e92edae0e0c708689dbd8c8f508920e47/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/09/94/d077c4c976c2d7a88812fd55396e92edae0e0c708689dbd8c8f508920e47/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl sha256: dea80d4db73b8acccf9e16b5744bf3654f47b22745074263f0a6c10de26c5ef5 requires_dist: - numpy>=1.13.3 ; python_full_version < '3.7' @@ -31600,10 +26966,9 @@ packages: - numpy>=1.17.3 ; python_full_version >= '3.8' - numpy>=1.19.3 ; python_full_version >= '3.9' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/92/64/c1194510eaed272d86b53a08c790ca6ed1c450f06d401c49c8145fc46d40/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/92/64/c1194510eaed272d86b53a08c790ca6ed1c450f06d401c49c8145fc46d40/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl sha256: ee4b0919026d8c533aeb69b16c6ec4a891a2f6844efaa14121bf68838753209c requires_dist: - numpy>=1.13.3 ; python_full_version < '3.7' @@ -31617,10 +26982,9 @@ packages: - numpy>=1.17.3 ; python_full_version >= '3.8' - numpy>=1.19.3 ; python_full_version >= '3.9' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a7/9e/7110d2c5d543ab03b9581dbb1f8e2429863e44e0c9b4960b766f230c1279/opencv_contrib_python-4.10.0.84-cp37-abi3-win_amd64.whl name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/a7/9e/7110d2c5d543ab03b9581dbb1f8e2429863e44e0c9b4960b766f230c1279/opencv_contrib_python-4.10.0.84-cp37-abi3-win_amd64.whl sha256: 47ec3160dae75f70e099b286d1a2e086d20dac8b06e759f60eaf867e6bdecba7 requires_dist: - numpy>=1.13.3 ; python_full_version < '3.7' @@ -31634,10 +26998,9 @@ packages: - numpy>=1.17.3 ; python_full_version >= '3.8' - numpy>=1.19.3 ; python_full_version >= '3.9' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b0/e0/8f5d065ebb2e5941d289c5f653f944318f9e418bc5167bc6a346ab5e0f6a/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/b0/e0/8f5d065ebb2e5941d289c5f653f944318f9e418bc5167bc6a346ab5e0f6a/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: a261223db41f6e512d76deaf21c8fcfb4fbbcbc2de62ca7f74a05f2c9ee489ef requires_dist: - numpy>=1.13.3 ; python_full_version < '3.7' @@ -31651,10 +27014,9 @@ packages: - numpy>=1.17.3 ; python_full_version >= '3.8' - numpy>=1.19.3 ; python_full_version >= '3.9' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f8/76/f76fe74b864f3cfa737173ca12e8890aad8369e980006fb8a0b6cd14c6c7/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/f8/76/f76fe74b864f3cfa737173ca12e8890aad8369e980006fb8a0b6cd14c6c7/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 040575b69e4f3aa761676bace4e3d1b8485fbfaf77ef77b266ab6bda5a3b5e9b requires_dist: - numpy>=1.13.3 ; python_full_version < '3.7' @@ -31668,13 +27030,36 @@ packages: - numpy>=1.17.3 ; python_full_version >= '3.8' - numpy>=1.19.3 ; python_full_version >= '3.9' requires_python: '>=3.6' -- kind: conda - name: openexr - version: 3.3.1 - build: h0631237_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openexr-3.3.1-h0631237_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/openexr-3.3.1-h6ed009d_1.conda + sha256: 397c0436f58835e8cf0579e72d6a550d1fd41a43adf46c7d75465fbc57f59d80 + md5: cd8540e3633fc20e5c941c3cf3518224 + depends: + - __glibc >=2.17,<3.0.a0 + - imath >=3.1.12,<3.1.13.0a0 + - libdeflate >=1.22,<1.23.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 1405733 + timestamp: 1729069720890 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openexr-3.3.1-h2673917_1.conda + sha256: 7f8d4d3865f1f67a544e6b5061e99fd2b3a80b8458955f99e62ca28fcd476a75 + md5: 3a20c06cf1b47e8471f3159a0c1a34ad + depends: + - imath >=3.1.12,<3.1.13.0a0 + - libdeflate >=1.22,<1.23.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 1355322 + timestamp: 1729069554604 +- conda: https://conda.anaconda.org/conda-forge/osx-64/openexr-3.3.1-h0631237_1.conda sha256: 21253f9f9694b5e5beac20da77a5525234c233e05000c4209b6c36047001b0b4 md5: 45a3555d4738170331db7266df35eda5 depends: @@ -31688,13 +27073,7 @@ packages: purls: [] size: 1231812 timestamp: 1729069726073 -- kind: conda - name: openexr - version: 3.3.1 - build: h0aba339_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openexr-3.3.1-h0aba339_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openexr-3.3.1-h0aba339_1.conda sha256: 2dbc4b7919ab46480eb1ccfad119f6b7c404547b42d4f479ebb27f039863a244 md5: d37a9c0dc4a89156ee01f9542b5f0642 depends: @@ -31708,54 +27087,7 @@ packages: purls: [] size: 1200108 timestamp: 1729069702818 -- kind: conda - name: openexr - version: 3.3.1 - build: h2673917_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openexr-3.3.1-h2673917_1.conda - sha256: 7f8d4d3865f1f67a544e6b5061e99fd2b3a80b8458955f99e62ca28fcd476a75 - md5: 3a20c06cf1b47e8471f3159a0c1a34ad - depends: - - imath >=3.1.12,<3.1.13.0a0 - - libdeflate >=1.22,<1.23.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 1355322 - timestamp: 1729069554604 -- kind: conda - name: openexr - version: 3.3.1 - build: h6ed009d_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openexr-3.3.1-h6ed009d_1.conda - sha256: 397c0436f58835e8cf0579e72d6a550d1fd41a43adf46c7d75465fbc57f59d80 - md5: cd8540e3633fc20e5c941c3cf3518224 - depends: - - __glibc >=2.17,<3.0.a0 - - imath >=3.1.12,<3.1.13.0a0 - - libdeflate >=1.22,<1.23.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 1405733 - timestamp: 1729069720890 -- kind: conda - name: openexr - version: 3.3.1 - build: h81979ff_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openexr-3.3.1-h81979ff_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/openexr-3.3.1-h81979ff_1.conda sha256: 78e25be0d187222dffe1fbbeeda37aad124b43db6272cc30dddb255e55c7dd12 md5: 6ebd583e3544243baf64c5ce009b0636 depends: @@ -31770,28 +27102,7 @@ packages: purls: [] size: 1177925 timestamp: 1729069954062 -- kind: conda - name: openh264 - version: 2.4.1 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openh264-2.4.1-h2f0025b_0.conda - sha256: fbd43d4ab82fd6dfd1502a55ccade4aabae4a85fa2353396078da8d5c10941db - md5: 97fc3bbca08e95e1d7af8366d5a4ece6 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 770201 - timestamp: 1706873872574 -- kind: conda - name: openh264 - version: 2.4.1 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openh264-2.4.1-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/openh264-2.4.1-h59595ed_0.conda sha256: 0d4eaf15fb771f25c924aef831d76eea11d90c824778fc1e7666346e93475f42 md5: 3dfcf61b8e78af08110f5229f79580af depends: @@ -31802,29 +27113,18 @@ packages: purls: [] size: 735244 timestamp: 1706873814072 -- kind: conda - name: openh264 - version: 2.4.1 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openh264-2.4.1-h63175ca_0.conda - sha256: 37c954a1235531499c45439c602dda6f788e3683795e12fb6e1e4c86074386c7 - md5: 01d1a98fd9ac45d49040ad8cdd62083a +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openh264-2.4.1-h2f0025b_0.conda + sha256: fbd43d4ab82fd6dfd1502a55ccade4aabae4a85fa2353396078da8d5c10941db + md5: 97fc3bbca08e95e1d7af8366d5a4ece6 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 409185 - timestamp: 1706874444698 -- kind: conda - name: openh264 - version: 2.4.1 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openh264-2.4.1-h73e2aa4_0.conda + size: 770201 + timestamp: 1706873872574 +- conda: https://conda.anaconda.org/conda-forge/osx-64/openh264-2.4.1-h73e2aa4_0.conda sha256: 4e660e62225815dd996788ed08dc50870e387c159f31d65cd8b677988dfb387b md5: 877f116d9a4f8b826b0e1d427ac00871 depends: @@ -31834,12 +27134,7 @@ packages: purls: [] size: 660428 timestamp: 1706874091051 -- kind: conda - name: openh264 - version: 2.4.1 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openh264-2.4.1-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openh264-2.4.1-hebf3989_0.conda sha256: ecadea5985082105b102f86ff8289128fb247c183b36355d867eb6fc6996df29 md5: 25a7835e284a4d947fe9a70efa97e019 depends: @@ -31849,12 +27144,19 @@ packages: purls: [] size: 598764 timestamp: 1706874342701 -- kind: conda - name: openldap - version: 2.6.8 - build: hedd0468_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.8-hedd0468_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/openh264-2.4.1-h63175ca_0.conda + sha256: 37c954a1235531499c45439c602dda6f788e3683795e12fb6e1e4c86074386c7 + md5: 01d1a98fd9ac45d49040ad8cdd62083a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 409185 + timestamp: 1706874444698 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.8-hedd0468_0.conda sha256: 902652f7a106caa6ea9db2c44118078e23a499bf091ce8ea01d8498c156e8219 md5: dcd0ed5147d8876b0848a552b416ce76 depends: @@ -31868,46 +27170,19 @@ packages: purls: [] size: 780492 timestamp: 1716377814828 -- kind: conda - name: openssl - version: 3.3.2 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.2-h2466b09_0.conda - sha256: a45c42f3577294e22ac39ddb6ef5a64fd5322e8a6725afefbf4f2b4109340bf9 - md5: 1dc86753693df5e3326bb8a85b74c589 - depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 8396053 - timestamp: 1725412961673 -- kind: conda - name: openssl - version: 3.3.2 - build: h8359307_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda - sha256: 940fa01c4dc6152158fe8943e05e55a1544cab639df0994e3b35937839e4f4d1 - md5: 1773ebccdc13ec603356e8ff1db9e958 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda + sha256: cee91036686419f6dd6086902acf7142b4916e1c4ba042e9ca23e151da012b6d + md5: 4d638782050ab6faa27275bed57e9b4e depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - ca-certificates + - libgcc >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 2882450 - timestamp: 1725410638874 -- kind: conda - name: openssl - version: 3.3.2 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.2-h86ecc28_0.conda + size: 2891789 + timestamp: 1725410790053 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.2-h86ecc28_0.conda sha256: 4669d26dbf81e4d72093d8260f55d19d57204d82b1d9440be83d11d313b5990c md5: 9e1e477b3f8ee3789297883faffa708b depends: @@ -31918,29 +27193,7 @@ packages: purls: [] size: 3428083 timestamp: 1725412266679 -- kind: conda - name: openssl - version: 3.3.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda - sha256: cee91036686419f6dd6086902acf7142b4916e1c4ba042e9ca23e151da012b6d - md5: 4d638782050ab6faa27275bed57e9b4e - depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2891789 - timestamp: 1725410790053 -- kind: conda - name: openssl - version: 3.3.2 - build: hd23fc13_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.2-hd23fc13_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.2-hd23fc13_0.conda sha256: 2b75d4b56e45992adf172b158143742daeb316c35274b36f385ccb6644e93268 md5: 2ff47134c8e292868a4609519b1ea3b6 depends: @@ -31951,58 +27204,51 @@ packages: purls: [] size: 2544654 timestamp: 1725410973572 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda + sha256: 940fa01c4dc6152158fe8943e05e55a1544cab639df0994e3b35937839e4f4d1 + md5: 1773ebccdc13ec603356e8ff1db9e958 + depends: + - __osx >=11.0 + - ca-certificates + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2882450 + timestamp: 1725410638874 +- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.2-h2466b09_0.conda + sha256: a45c42f3577294e22ac39ddb6ef5a64fd5322e8a6725afefbf4f2b4109340bf9 + md5: 1dc86753693df5e3326bb8a85b74c589 + depends: + - ca-certificates + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 8396053 + timestamp: 1725412961673 +- pypi: examples/python/openstreetmap_data name: openstreetmap-data version: 0.1.0 - path: examples/python/openstreetmap_data sha256: 3b19fd64cb7d102a75ac934cd188cdd110fddca78c72701f10596f0ed8a0dff5 requires_dist: - requests - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/23/cd/066e86230ae37ed0be70aae89aabf03ca8d9f39c8aea0dec8029455b5540/opt_einsum-3.4.0-py3-none-any.whl name: opt-einsum version: 3.4.0 - url: https://files.pythonhosted.org/packages/23/cd/066e86230ae37ed0be70aae89aabf03ca8d9f39c8aea0dec8029455b5540/opt_einsum-3.4.0-py3-none-any.whl sha256: 69bb92469f86a1565195ece4ac0323943e83477171b91d24c35afe028a90d7cd requires_python: '>=3.8' -- kind: conda - name: orc - version: 2.0.2 - build: h1c5a4bf_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.2-h1c5a4bf_1.conda - sha256: 08274ce3433d35c03da8ccc00f8908ed37af9e24d16c5c7befbc3eaf135add04 - md5: 524025f3ad525a28d11044d8991c5e98 - depends: - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.1,<1.3.0a0 - - tzdata - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 895548 - timestamp: 1727242629823 -- kind: conda - name: orc - version: 2.0.2 - build: h4a9587e_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.2-h4a9587e_1.conda - sha256: ee0100b8b449be287d24fffce69444232a47142ca95bbc3d0cdc38ede9d690fb - md5: 47749df556fda8cc1848804bf6011645 +- conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.2-h690cf93_1.conda + sha256: ce023f259ffd93b4678cc582fc4b15a8a991a7b8edd9def8b6838bf7e7962bec + md5: 0044701dd48af57d3d5467a704ef9ebd depends: - - __osx >=11.0 - - libcxx >=17 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - libprotobuf >=5.27.5,<5.27.6.0a0 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.1,<1.3.0a0 @@ -32011,15 +27257,9 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 445128 - timestamp: 1727242589123 -- kind: conda - name: orc - version: 2.0.2 - build: h4ebe456_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.2-h4ebe456_1.conda + size: 1184634 + timestamp: 1727242386732 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.2-h4ebe456_1.conda sha256: 9dda517e17e89c7189f05a09b4966515812c7cecd179b3859dc2ac738649e9ad md5: cad27523be181287c5bd9d3ec56e3e5a depends: @@ -32036,13 +27276,7 @@ packages: purls: [] size: 1170858 timestamp: 1727242402153 -- kind: conda - name: orc - version: 2.0.2 - build: h52ea4d3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.2-h52ea4d3_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.2-h52ea4d3_1.conda sha256: 9004a65831743a3a52cc74312d454fb52d8a37141188f3a96f29d33e58215047 md5: c217341f1416bab5d027e776981dccf4 depends: @@ -32059,20 +27293,13 @@ packages: purls: [] size: 475535 timestamp: 1727242441383 -- kind: conda - name: orc - version: 2.0.2 - build: h690cf93_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.2-h690cf93_1.conda - sha256: ce023f259ffd93b4678cc582fc4b15a8a991a7b8edd9def8b6838bf7e7962bec - md5: 0044701dd48af57d3d5467a704ef9ebd +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.2-h4a9587e_1.conda + sha256: ee0100b8b449be287d24fffce69444232a47142ca95bbc3d0cdc38ede9d690fb + md5: 47749df556fda8cc1848804bf6011645 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=11.0 + - libcxx >=17 - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.1,<1.3.0a0 @@ -32081,29 +27308,39 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1184634 - timestamp: 1727242386732 -- kind: pypi + size: 445128 + timestamp: 1727242589123 +- conda: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.2-h1c5a4bf_1.conda + sha256: 08274ce3433d35c03da8ccc00f8908ed37af9e24d16c5c7befbc3eaf135add04 + md5: 524025f3ad525a28d11044d8991c5e98 + depends: + - libprotobuf >=5.27.5,<5.27.6.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.1,<1.3.0a0 + - tzdata + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 895548 + timestamp: 1727242629823 +- pypi: https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl name: overrides version: 7.7.0 - url: https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl sha256: c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49 requires_dist: - typing ; python_full_version < '3.5' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl name: packaging version: '24.1' - url: https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl sha256: 5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124 requires_python: '>=3.8' -- kind: conda - name: packaging - version: '24.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 md5: cbe1bb1f21567018ce595d9c2be0f0db depends: @@ -32114,19 +27351,17 @@ packages: - pkg:pypi/packaging?source=hash-mapping size: 50290 timestamp: 1718189540074 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl name: paginate version: 0.5.7 - url: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl sha256: b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591 requires_dist: - pytest ; extra == 'dev' - tox ; extra == 'dev' - black ; extra == 'lint' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/45/fb/c4beeb084718598ba19aa9f5abbc8aed8b42f90930da861fcb1acdb54c3a/pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl name: pandas version: 2.2.3 - url: https://files.pythonhosted.org/packages/45/fb/c4beeb084718598ba19aa9f5abbc8aed8b42f90930da861fcb1acdb54c3a/pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl sha256: cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698 requires_dist: - numpy>=1.22.4 ; python_full_version < '3.11' @@ -32215,10 +27450,9 @@ packages: - xlsxwriter>=3.0.5 ; extra == 'all' - zstandard>=0.19.0 ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/52/11/9eac327a38834f162b8250aab32a6781339c69afe7574368fffe46387edf/pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl name: pandas version: 2.2.3 - url: https://files.pythonhosted.org/packages/52/11/9eac327a38834f162b8250aab32a6781339c69afe7574368fffe46387edf/pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl sha256: 7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd requires_dist: - numpy>=1.22.4 ; python_full_version < '3.11' @@ -32307,10 +27541,9 @@ packages: - xlsxwriter>=3.0.5 ; extra == 'all' - zstandard>=0.19.0 ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a8/44/d9502bf0ed197ba9bf1103c9867d5904ddcaf869e52329787fc54ed70cc8/pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl name: pandas version: 2.2.3 - url: https://files.pythonhosted.org/packages/a8/44/d9502bf0ed197ba9bf1103c9867d5904ddcaf869e52329787fc54ed70cc8/pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl sha256: 66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039 requires_dist: - numpy>=1.22.4 ; python_full_version < '3.11' @@ -32399,10 +27632,9 @@ packages: - xlsxwriter>=3.0.5 ; extra == 'all' - zstandard>=0.19.0 ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cd/5f/4dba1d39bb9c38d574a9a22548c540177f78ea47b32f99c0ff2ec499fac5/pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: pandas version: 2.2.3 - url: https://files.pythonhosted.org/packages/cd/5f/4dba1d39bb9c38d574a9a22548c540177f78ea47b32f99c0ff2ec499fac5/pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc requires_dist: - numpy>=1.22.4 ; python_full_version < '3.11' @@ -32491,10 +27723,9 @@ packages: - xlsxwriter>=3.0.5 ; extra == 'all' - zstandard>=0.19.0 ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ed/8c/87ddf1fcb55d11f9f847e3c69bb1c6f8e46e2f40ab1a2d2abadb2401b007/pandas-2.2.3-cp311-cp311-win_amd64.whl name: pandas version: 2.2.3 - url: https://files.pythonhosted.org/packages/ed/8c/87ddf1fcb55d11f9f847e3c69bb1c6f8e46e2f40ab1a2d2abadb2401b007/pandas-2.2.3-cp311-cp311-win_amd64.whl sha256: 3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5 requires_dist: - numpy>=1.22.4 ; python_full_version < '3.11' @@ -32583,16 +27814,14 @@ packages: - xlsxwriter>=3.0.5 ; extra == 'all' - zstandard>=0.19.0 ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl name: pandocfilters version: 1.5.1 - url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl name: parso version: 0.8.4 - url: https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl sha256: a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18 requires_dist: - flake8==5.0.4 ; extra == 'qa' @@ -32601,12 +27830,7 @@ packages: - docopt ; extra == 'testing' - pytest ; extra == 'testing' requires_python: '>=3.6' -- kind: conda - name: patchelf - version: 0.17.2 - build: h58526e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda sha256: eb355ac225be2f698e19dba4dcab7cb0748225677a9799e9cc8e4cadc3cb738f md5: ba76a6a448819560b5f8b08a9c74f415 depends: @@ -32617,19 +27841,25 @@ packages: purls: [] size: 94048 timestamp: 1673473024463 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl name: pathspec version: 0.12.1 - url: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl sha256: a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08 requires_python: '>=3.8' -- kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d + md5: df359c09c41cd186fffb93a2d87aa6f5 + depends: + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 952308 + timestamp: 1723488734144 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 md5: 94022de9682cb1a0bb18a99cbc3541b3 depends: @@ -32641,13 +27871,19 @@ packages: purls: [] size: 884590 timestamp: 1723488793100 -- kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f + md5: 58cde0663f487778bcd7a0c8daf50293 + depends: + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 854306 + timestamp: 1723488807216 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 md5: 147c83e5e44780c7492998acbacddf52 depends: @@ -32659,13 +27895,7 @@ packages: purls: [] size: 618973 timestamp: 1723488853807 -- kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 md5: a3a3baddcfb8c80db84bec3cb7746fb8 depends: @@ -32679,59 +27909,19 @@ packages: purls: [] size: 820831 timestamp: 1723489427046 -- kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f - md5: 58cde0663f487778bcd7a0c8daf50293 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 854306 - timestamp: 1723488807216 -- kind: conda - name: pcre2 - version: '10.44' - build: hba22ea6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d - md5: df359c09c41cd186fffb93a2d87aa6f5 - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 952308 - timestamp: 1723488734144 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e1/2d/c5e34703c118da6dae4de89d5c9b5a2fb9fbc2f7789ac2c8d8836f6367ba/peewee-3.17.7.tar.gz name: peewee version: 3.17.7 - url: https://files.pythonhosted.org/packages/e1/2d/c5e34703c118da6dae4de89d5c9b5a2fb9fbc2f7789ac2c8d8836f6367ba/peewee-3.17.7.tar.gz sha256: 6aefc700bd530fc6ac23fa19c9c5b47041751d92985b799169c8e318e97eabaa -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl name: pexpect version: 4.9.0 - url: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl sha256: 7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523 requires_dist: - ptyprocess>=0.5 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629 requires_dist: - furo ; extra == 'docs' @@ -32752,10 +27942,9 @@ packages: - pytest-cov ; extra == 'tests' - pytest-timeout ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl sha256: 3a82c40d706d9aa9734289740ce26460a11aeec2d9c79b7af87bb35f0073c12f requires_dist: - furo ; extra == 'docs' @@ -32776,10 +27965,9 @@ packages: - pytest-cov ; extra == 'tests' - pytest-timeout ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl sha256: c1fbe7621c167ecaa38ad29643d77a9ce7311583761abf7836e1510c580bf3dd requires_dist: - furo ; extra == 'docs' @@ -32800,10 +27988,9 @@ packages: - pytest-cov ; extra == 'tests' - pytest-timeout ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl sha256: 9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485 requires_dist: - furo ; extra == 'docs' @@ -32824,10 +28011,9 @@ packages: - pytest-cov ; extra == 'tests' - pytest-timeout ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl sha256: d35e3c8d9b1268cbf5d3670285feb3528f6680420eafe35cccc686b73c1e330f requires_dist: - furo ; extra == 'docs' @@ -32848,10 +28034,9 @@ packages: - pytest-cov ; extra == 'tests' - pytest-timeout ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/25/b3/2b54a1d541accebe6bd8b1358b34ceb2c509f51cb7dcda8687362490da5b/pillow-11.0.0-cp311-cp311-macosx_11_0_arm64.whl name: pillow version: 11.0.0 - url: https://files.pythonhosted.org/packages/25/b3/2b54a1d541accebe6bd8b1358b34ceb2c509f51cb7dcda8687362490da5b/pillow-11.0.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 499c3a1b0d6fc8213519e193796eb1a86a1be4b1877d678b30f83fd979811d1a requires_dist: - furo ; extra == 'docs' @@ -32875,10 +28060,9 @@ packages: - typing-extensions ; python_full_version < '3.10' and extra == 'typing' - defusedxml ; extra == 'xmp' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/39/63/b3fc299528d7df1f678b0666002b37affe6b8751225c3d9c12cf530e73ed/pillow-11.0.0-cp311-cp311-manylinux_2_28_x86_64.whl name: pillow version: 11.0.0 - url: https://files.pythonhosted.org/packages/39/63/b3fc299528d7df1f678b0666002b37affe6b8751225c3d9c12cf530e73ed/pillow-11.0.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: 45c566eb10b8967d71bf1ab8e4a525e5a93519e29ea071459ce517f6b903d7fa requires_dist: - furo ; extra == 'docs' @@ -32902,10 +28086,9 @@ packages: - typing-extensions ; python_full_version < '3.10' and extra == 'typing' - defusedxml ; extra == 'xmp' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/dc/83/1470c220a4ff06cd75fc609068f6605e567ea51df70557555c2ab6516b2c/pillow-11.0.0-cp311-cp311-win_amd64.whl name: pillow version: 11.0.0 - url: https://files.pythonhosted.org/packages/dc/83/1470c220a4ff06cd75fc609068f6605e567ea51df70557555c2ab6516b2c/pillow-11.0.0-cp311-cp311-win_amd64.whl sha256: 52a2d8323a465f84faaba5236567d212c3668f2ab53e1c74c15583cf507a0291 requires_dist: - furo ; extra == 'docs' @@ -32929,10 +28112,9 @@ packages: - typing-extensions ; python_full_version < '3.10' and extra == 'typing' - defusedxml ; extra == 'xmp' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f0/eb/f7e21b113dd48a9c97d364e0915b3988c6a0b6207652f5a92372871b7aa4/pillow-11.0.0-cp311-cp311-macosx_10_10_x86_64.whl name: pillow version: 11.0.0 - url: https://files.pythonhosted.org/packages/f0/eb/f7e21b113dd48a9c97d364e0915b3988c6a0b6207652f5a92372871b7aa4/pillow-11.0.0-cp311-cp311-macosx_10_10_x86_64.whl sha256: 1c1d72714f429a521d8d2d018badc42414c3077eb187a59579f28e4270b4b0fc requires_dist: - furo ; extra == 'docs' @@ -32956,10 +28138,9 @@ packages: - typing-extensions ; python_full_version < '3.10' and extra == 'typing' - defusedxml ; extra == 'xmp' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fc/e4/130c5fab4a54d3991129800dd2801feeb4b118d7630148cd67f0e6269d4c/pillow-11.0.0-cp311-cp311-manylinux_2_28_aarch64.whl name: pillow version: 11.0.0 - url: https://files.pythonhosted.org/packages/fc/e4/130c5fab4a54d3991129800dd2801feeb4b118d7630148cd67f0e6269d4c/pillow-11.0.0-cp311-cp311-manylinux_2_28_aarch64.whl sha256: 5ddbfd761ee00c12ee1be86c9c0683ecf5bb14c9772ddbd782085779a63dd55b requires_dist: - furo ; extra == 'docs' @@ -32983,14 +28164,7 @@ packages: - typing-extensions ; python_full_version < '3.10' and extra == 'typing' - defusedxml ; extra == 'xmp' requires_python: '>=3.9' -- kind: conda - name: pip - version: '24.2' - build: pyh8b19718_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda sha256: d820e5358bcb117fa6286e55d4550c60b0332443df62121df839eab2d11c890b md5: 6c78fbb8ddfd64bcb55b5cbafd2d2c43 depends: @@ -33003,12 +28177,7 @@ packages: - pkg:pypi/pip?source=hash-mapping size: 1237976 timestamp: 1724954490262 -- kind: conda - name: pixman - version: 0.43.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e md5: 71004cbf7924e19c02746ccde9fd7123 depends: @@ -33019,12 +28188,7 @@ packages: purls: [] size: 386826 timestamp: 1706549500138 -- kind: conda - name: pixman - version: 0.43.4 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e md5: 81b2ddea4b0eca188da9c5a7aa4b0cff depends: @@ -33035,29 +28199,7 @@ packages: purls: [] size: 295064 timestamp: 1709240909660 -- kind: conda - name: pixman - version: 0.43.4 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 - md5: b98135614135d5f458b75ab9ebb9558c - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 461854 - timestamp: 1709239971654 -- kind: conda - name: pixman - version: 0.43.4 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 md5: cb134c1e03fd32f4e6bea3f6de2614fd depends: @@ -33067,12 +28209,7 @@ packages: purls: [] size: 323904 timestamp: 1709239931160 -- kind: conda - name: pixman - version: 0.43.4 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 md5: 0308c68e711cd295aaa026a4f8c4b1e5 depends: @@ -33082,10 +28219,21 @@ packages: purls: [] size: 198755 timestamp: 1709239846651 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 + md5: b98135614135d5f458b75ab9ebb9558c + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 461854 + timestamp: 1709239971654 +- pypi: https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl name: platformdirs version: 4.3.6 - url: https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl sha256: 73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb requires_dist: - furo>=2024.8.6 ; extra == 'docs' @@ -33099,22 +28247,15 @@ packages: - pytest>=8.3.2 ; extra == 'test' - mypy>=1.11.2 ; extra == 'type' requires_python: '>=3.8' -- kind: pypi +- pypi: examples/python/plots name: plots version: 0.1.0 - path: examples/python/plots sha256: 398c85932db816f766e2d703568060efe4520a6e734f91d69387bbdd143b3f97 requires_dist: - numpy - rerun-sdk editable: true -- kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 md5: d3483c8fc2dc2cc3f5cf43e26d60cabf depends: @@ -33125,10 +28266,9 @@ packages: - pkg:pypi/pluggy?source=hash-mapping size: 23815 timestamp: 1713667175451 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/05/a3/6d7e178da328a84e610fcb1dfb22555d3d947b39a6029441bebbb58caaad/polars-1.15.0-cp39-abi3-macosx_11_0_arm64.whl name: polars version: 1.15.0 - url: https://files.pythonhosted.org/packages/05/a3/6d7e178da328a84e610fcb1dfb22555d3d947b39a6029441bebbb58caaad/polars-1.15.0-cp39-abi3-macosx_11_0_arm64.whl sha256: 537df3259543956248c62b636a4e00b11becb30f97d1b4bd80a9e11f46c038bd requires_dist: - numpy>=1.16.0 ; extra == 'numpy' @@ -33161,10 +28301,9 @@ packages: - cudf-polars-cu12 ; extra == 'gpu' - polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/77/7f/eb9e25dcfdf15b2b1fa18d1d1127268300674d20faabf8a13b3979eb83b0/polars-1.15.0-cp39-abi3-manylinux_2_24_aarch64.whl name: polars version: 1.15.0 - url: https://files.pythonhosted.org/packages/77/7f/eb9e25dcfdf15b2b1fa18d1d1127268300674d20faabf8a13b3979eb83b0/polars-1.15.0-cp39-abi3-manylinux_2_24_aarch64.whl sha256: 1d15b86b73653befd834e48418d759954daeb831a08b32cd21034c88378c4037 requires_dist: - numpy>=1.16.0 ; extra == 'numpy' @@ -33197,10 +28336,9 @@ packages: - cudf-polars-cu12 ; extra == 'gpu' - polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b9/c5/873558da23dafedda97e248238d93efae72041e09dfa134110277de4aa66/polars-1.15.0-cp39-abi3-win_amd64.whl name: polars version: 1.15.0 - url: https://files.pythonhosted.org/packages/b9/c5/873558da23dafedda97e248238d93efae72041e09dfa134110277de4aa66/polars-1.15.0-cp39-abi3-win_amd64.whl sha256: e4602b715dc58b84e38102c9ffcc7738f078373415f55acf0760204443d62371 requires_dist: - numpy>=1.16.0 ; extra == 'numpy' @@ -33233,10 +28371,9 @@ packages: - cudf-polars-cu12 ; extra == 'gpu' - polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e3/70/67acead083a0aa6d2717fb35637ba7967d37f4a002527f3d29dc96fb445a/polars-1.15.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: polars version: 1.15.0 - url: https://files.pythonhosted.org/packages/e3/70/67acead083a0aa6d2717fb35637ba7967d37f4a002527f3d29dc96fb445a/polars-1.15.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: c6686bc8acaaed24f337ae1623536210370ab4d3099c1dbb79ccfc9ec083914a requires_dist: - numpy>=1.16.0 ; extra == 'numpy' @@ -33269,10 +28406,9 @@ packages: - cudf-polars-cu12 ; extra == 'gpu' - polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f7/03/6bdf31683d4faddc029e1c4abbffc626c46bb4e87e84a730fecaf7429430/polars-1.15.0-cp39-abi3-macosx_10_12_x86_64.whl name: polars version: 1.15.0 - url: https://files.pythonhosted.org/packages/f7/03/6bdf31683d4faddc029e1c4abbffc626c46bb4e87e84a730fecaf7429430/polars-1.15.0-cp39-abi3-macosx_10_12_x86_64.whl sha256: d66ae8aae1a5b1273f7235173ad8022e479378eb36ff7ea6b1dd8224430d18bd requires_dist: - numpy>=1.16.0 ; extra == 'numpy' @@ -33305,12 +28441,7 @@ packages: - cudf-polars-cu12 ; extra == 'gpu' - polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all' requires_python: '>=3.9' -- kind: conda - name: prettier - version: 3.2.5 - build: h31abb78_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/prettier-3.2.5-h31abb78_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-3.2.5-h31abb78_0.conda sha256: 998881927638de0d6bbed983217f194f261bf3ad56bc6aea75950db997e3894f md5: c39304bb246986f8495cd19d57020111 depends: @@ -33321,12 +28452,7 @@ packages: purls: [] size: 999015 timestamp: 1707033152117 -- kind: conda - name: prettier - version: 3.2.5 - build: h4e45a9e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-3.2.5-h4e45a9e_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-3.2.5-h4e45a9e_0.conda sha256: 2c2c14d7b6cda57b56ca90b88c0a018c99819d8867525ecc76d6c5d579b9c8a5 md5: 5d30d29a41d53b32679ace090d5cada1 depends: @@ -33336,27 +28462,17 @@ packages: purls: [] size: 1001031 timestamp: 1707033093064 -- kind: conda - name: prettier - version: 3.2.5 - build: h98b3114_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/prettier-3.2.5-h98b3114_0.conda - sha256: de088637ed01d973dbbd6ab37d30ea76fba970cdf7375d114e9db330fcc07ebb - md5: e62fb1708fa88409bc3cfcb66f172854 +- conda: https://conda.anaconda.org/conda-forge/osx-64/prettier-3.2.5-hbd11d21_0.conda + sha256: 16ac0f3d9ebe08dafd773601ee7ca6903a880c94637216635d74aa6e0c0379ce + md5: fe9a3066af863ddaa13d4b86991c3a44 depends: - nodejs >=20.9.0,<21.0a0 license: MIT license_family: MIT purls: [] - size: 1002255 - timestamp: 1707033279132 -- kind: conda - name: prettier - version: 3.2.5 - build: hb67532b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-3.2.5-hb67532b_0.conda + size: 999535 + timestamp: 1707033141882 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-3.2.5-hb67532b_0.conda sha256: 3e3f20534b72d523d74b9a2df375f551acb9364b096a09d187fcacb8e92d9c48 md5: ba831dcb62f21f13e303d64e3076fce8 depends: @@ -33366,30 +28482,21 @@ packages: purls: [] size: 1002362 timestamp: 1707033187655 -- kind: conda - name: prettier - version: 3.2.5 - build: hbd11d21_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/prettier-3.2.5-hbd11d21_0.conda - sha256: 16ac0f3d9ebe08dafd773601ee7ca6903a880c94637216635d74aa6e0c0379ce - md5: fe9a3066af863ddaa13d4b86991c3a44 +- conda: https://conda.anaconda.org/conda-forge/win-64/prettier-3.2.5-h98b3114_0.conda + sha256: de088637ed01d973dbbd6ab37d30ea76fba970cdf7375d114e9db330fcc07ebb + md5: e62fb1708fa88409bc3cfcb66f172854 depends: - nodejs >=20.9.0,<21.0a0 license: MIT license_family: MIT purls: [] - size: 999535 - timestamp: 1707033141882 -- kind: conda - name: proj - version: 9.5.0 - build: h07e4b22_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.0-h07e4b22_0.conda - sha256: e9ad1ab0162c6bfcb3a1933b5a1b0fb1eb6a79cebbce7c508f6ac226084ac55b - md5: 42ea5e580769291c78c080abe85b4bf7 + size: 1002255 + timestamp: 1707033279132 +- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.0-h12925eb_0.conda + sha256: 936de8754054d97223e87cc87b72641d2c7582d536ee9eee4b0443fa66e2733f + md5: 8c29983ebe50cc7e0998c34bc7614222 depends: + - __glibc >=2.17,<3.0.a0 - libcurl >=8.10.0,<9.0a0 - libgcc >=13 - libsqlite >=3.46.1,<4.0a0 @@ -33401,18 +28508,12 @@ packages: license: MIT license_family: MIT purls: [] - size: 3005219 - timestamp: 1726489790832 -- kind: conda - name: proj - version: 9.5.0 - build: h12925eb_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.0-h12925eb_0.conda - sha256: 936de8754054d97223e87cc87b72641d2c7582d536ee9eee4b0443fa66e2733f - md5: 8c29983ebe50cc7e0998c34bc7614222 + size: 3093445 + timestamp: 1726489083290 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.0-h07e4b22_0.conda + sha256: e9ad1ab0162c6bfcb3a1933b5a1b0fb1eb6a79cebbce7c508f6ac226084ac55b + md5: 42ea5e580769291c78c080abe85b4bf7 depends: - - __glibc >=2.17,<3.0.a0 - libcurl >=8.10.0,<9.0a0 - libgcc >=13 - libsqlite >=3.46.1,<4.0a0 @@ -33424,18 +28525,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 3093445 - timestamp: 1726489083290 -- kind: conda - name: proj - version: 9.5.0 - build: h61a8e3e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.0-h61a8e3e_0.conda - sha256: df44f24dc325fff7480f20fb404dad03015b9e646aa25e0eb24d1edd3930164e - md5: 7b9888f46634eb49eece8fa6e16406d6 + size: 3005219 + timestamp: 1726489790832 +- conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.0-h70d2bda_0.conda + sha256: 9530508868971b9866486c6cb370a18ca97d6960ccb010f9ca0eaeb539b16910 + md5: bc2d54e486a633b5f6c3f18c1fe734fb depends: - - __osx >=11.0 + - __osx >=10.13 - libcurl >=8.10.0,<9.0a0 - libcxx >=17 - libsqlite >=3.46.1,<4.0a0 @@ -33446,18 +28542,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 2732379 - timestamp: 1726489115567 -- kind: conda - name: proj - version: 9.5.0 - build: h70d2bda_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.0-h70d2bda_0.conda - sha256: 9530508868971b9866486c6cb370a18ca97d6960ccb010f9ca0eaeb539b16910 - md5: bc2d54e486a633b5f6c3f18c1fe734fb + size: 2790379 + timestamp: 1726489327240 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.0-h61a8e3e_0.conda + sha256: df44f24dc325fff7480f20fb404dad03015b9e646aa25e0eb24d1edd3930164e + md5: 7b9888f46634eb49eece8fa6e16406d6 depends: - - __osx >=10.13 + - __osx >=11.0 - libcurl >=8.10.0,<9.0a0 - libcxx >=17 - libsqlite >=3.46.1,<4.0a0 @@ -33468,14 +28559,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 2790379 - timestamp: 1726489327240 -- kind: conda - name: proj - version: 9.5.0 - build: hd9569ee_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.0-hd9569ee_0.conda + size: 2732379 + timestamp: 1726489115567 +- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.0-hd9569ee_0.conda sha256: ebd1fee2834cf5971a08dfb665606f775302aa22e98d5d893d35323805311419 md5: 4cfbffd1cd2bbff30e975a71b1769597 depends: @@ -33493,52 +28579,39 @@ packages: purls: [] size: 2709612 timestamp: 1726489723807 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/84/2d/46ed6436849c2c88228c3111865f44311cff784b4aabcdef4ea2545dbc3d/prometheus_client-0.21.0-py3-none-any.whl name: prometheus-client version: 0.21.0 - url: https://files.pythonhosted.org/packages/84/2d/46ed6436849c2c88228c3111865f44311cff784b4aabcdef4ea2545dbc3d/prometheus_client-0.21.0-py3-none-any.whl sha256: 4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166 requires_dist: - twisted ; extra == 'twisted' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl name: prompt-toolkit version: 3.0.48 - url: https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl sha256: f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e requires_dist: - wcwidth requires_python: '>=3.7.0' -- kind: conda - name: propcache - version: 0.2.0 - build: py311h3336109_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/propcache-0.2.0-py311h3336109_2.conda - sha256: 34d5eba45fd4bc40d3e1e2eb39d1e3e418725d51406db4bce4c745689c4102e6 - md5: 8d1662b4a3df11cef61afa54a2748f4d +- conda: https://conda.anaconda.org/conda-forge/linux-64/propcache-0.2.0-py311h9ecbd09_2.conda + sha256: bc2fbbc3f494884b62f288db2f6d53f57a9a1129cc95138780abdb783c487bc4 + md5: 85a56dd3b692fb5435de1e901354b5b8 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/propcache?source=hash-mapping - size: 47401 - timestamp: 1728546044739 -- kind: conda - name: propcache - version: 0.2.0 - build: py311h460d6c5_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/propcache-0.2.0-py311h460d6c5_2.conda - sha256: 7e6a656b09d494f0623c8bd0969195d1cd3f62a2ab5a2474a667c88e21cca971 - md5: 8fb75727dfbab541ece9542718cc30f4 + size: 53716 + timestamp: 1728545855994 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/propcache-0.2.0-py311ha879c10_2.conda + sha256: a572848e9540b4d57064adb3db05c6b89deb0d99dab90b82c5cbc7f4f45811fe + md5: 5e6f032fcfccdafc6b2cb5cd87f4d361 depends: - - __osx >=11.0 + - libgcc >=13 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 @@ -33546,39 +28619,26 @@ packages: license_family: APACHE purls: - pkg:pypi/propcache?source=hash-mapping - size: 48222 - timestamp: 1728546126843 -- kind: conda - name: propcache - version: 0.2.0 - build: py311h9ecbd09_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/propcache-0.2.0-py311h9ecbd09_2.conda - sha256: bc2fbbc3f494884b62f288db2f6d53f57a9a1129cc95138780abdb783c487bc4 - md5: 85a56dd3b692fb5435de1e901354b5b8 + size: 53090 + timestamp: 1728546060903 +- conda: https://conda.anaconda.org/conda-forge/osx-64/propcache-0.2.0-py311h3336109_2.conda + sha256: 34d5eba45fd4bc40d3e1e2eb39d1e3e418725d51406db4bce4c745689c4102e6 + md5: 8d1662b4a3df11cef61afa54a2748f4d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/propcache?source=hash-mapping - size: 53716 - timestamp: 1728545855994 -- kind: conda - name: propcache - version: 0.2.0 - build: py311ha879c10_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/propcache-0.2.0-py311ha879c10_2.conda - sha256: a572848e9540b4d57064adb3db05c6b89deb0d99dab90b82c5cbc7f4f45811fe - md5: 5e6f032fcfccdafc6b2cb5cd87f4d361 + size: 47401 + timestamp: 1728546044739 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/propcache-0.2.0-py311h460d6c5_2.conda + sha256: 7e6a656b09d494f0623c8bd0969195d1cd3f62a2ab5a2474a667c88e21cca971 + md5: 8fb75727dfbab541ece9542718cc30f4 depends: - - libgcc >=13 + - __osx >=11.0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 @@ -33586,15 +28646,9 @@ packages: license_family: APACHE purls: - pkg:pypi/propcache?source=hash-mapping - size: 53090 - timestamp: 1728546060903 -- kind: conda - name: propcache - version: 0.2.0 - build: py311he736701_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/propcache-0.2.0-py311he736701_2.conda + size: 48222 + timestamp: 1728546126843 +- conda: https://conda.anaconda.org/conda-forge/win-64/propcache-0.2.0-py311he736701_2.conda sha256: a9e90e6fd386ad9effc8e7c7e119ef15a913acc9c65897f649f32f61464ebcc9 md5: cf6d45e5a2054bc666c0d7f9a124ee20 depends: @@ -33609,49 +28663,42 @@ packages: - pkg:pypi/propcache?source=hash-mapping size: 50352 timestamp: 1728546232937 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7c/6f/db31f0711c0402aa477257205ce7d29e86a75cb52cd19f7afb585f75cda0/proto_plus-1.24.0-py3-none-any.whl name: proto-plus version: 1.24.0 - url: https://files.pythonhosted.org/packages/7c/6f/db31f0711c0402aa477257205ce7d29e86a75cb52cd19f7afb585f75cda0/proto_plus-1.24.0-py3-none-any.whl sha256: 402576830425e5f6ce4c2a6702400ac79897dab0b4343821aa5188b0fab81a12 requires_dist: - - protobuf<6.0.0.dev0,>=3.19.0 + - protobuf>=3.19.0,<6.0.0.dev0 - google-api-core>=1.31.5 ; extra == 'testing' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl name: protobuf version: 3.20.3 - url: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl sha256: a7ca6d488aa8ff7f329d4c545b2dbad8ac31464f1d8b1c87ad1346717731e4db requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl name: protobuf version: 5.28.2 - url: https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl sha256: 5e8a95246d581eef20471b5d5ba010d55f66740942b95ba9b872d918c459452f requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/45/d2a760580f8f2ed2825ba44cb370e0a4011ddef85e728f46ea3dd565a8a5/protobuf-5.28.2-cp38-abi3-macosx_10_9_universal2.whl name: protobuf version: 5.28.2 - url: https://files.pythonhosted.org/packages/37/45/d2a760580f8f2ed2825ba44cb370e0a4011ddef85e728f46ea3dd565a8a5/protobuf-5.28.2-cp38-abi3-macosx_10_9_universal2.whl sha256: a8b9403fc70764b08d2f593ce44f1d2920c5077bf7d311fefec999f8c40f78b7 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7d/46/3fdf7462160135aee6a530f1ec66665b5b4132fa2e1002ab971bc6ec2589/protobuf-5.28.2-cp310-abi3-win_amd64.whl name: protobuf version: 5.28.2 - url: https://files.pythonhosted.org/packages/7d/46/3fdf7462160135aee6a530f1ec66665b5b4132fa2e1002ab971bc6ec2589/protobuf-5.28.2-cp310-abi3-win_amd64.whl sha256: 2c69461a7fcc8e24be697624c09a839976d82ae75062b11a0972e41fd2cd9132 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e6/23/ed718dc18e6a561445ece1e7a17d2dda0c634ad9cf663102b47f10005d8f/protobuf-5.28.2-cp38-abi3-manylinux2014_aarch64.whl name: protobuf version: 5.28.2 - url: https://files.pythonhosted.org/packages/e6/23/ed718dc18e6a561445ece1e7a17d2dda0c634ad9cf663102b47f10005d8f/protobuf-5.28.2-cp38-abi3-manylinux2014_aarch64.whl sha256: 35cfcb15f213449af7ff6198d6eb5f739c37d7e4f1c09b5d0641babf2cc0c68f requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl sha256: c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0 requires_dist: - ipaddress ; python_full_version < '3' and extra == 'test' @@ -33660,10 +28707,9 @@ packages: - pywin32 ; sys_platform == 'win32' and extra == 'test' - wmi ; sys_platform == 'win32' and extra == 'test' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd requires_dist: - ipaddress ; python_full_version < '3' and extra == 'test' @@ -33672,10 +28718,9 @@ packages: - pywin32 ; sys_platform == 'win32' and extra == 'test' - wmi ; sys_platform == 'win32' and extra == 'test' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl sha256: 33ea5e1c975250a720b3a6609c490db40dae5d83a4eb315170c4fe0d8b1f34b3 requires_dist: - ipaddress ; python_full_version < '3' and extra == 'test' @@ -33684,10 +28729,9 @@ packages: - pywin32 ; sys_platform == 'win32' and extra == 'test' - wmi ; sys_platform == 'win32' and extra == 'test' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl sha256: ffe7fc9b6b36beadc8c322f84e1caff51e8703b88eee1da46d1e3a6ae11b4fd0 requires_dist: - ipaddress ; python_full_version < '3' and extra == 'test' @@ -33696,10 +28740,9 @@ packages: - pywin32 ; sys_platform == 'win32' and extra == 'test' - wmi ; sys_platform == 'win32' and extra == 'test' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cd/5f/60038e277ff0a9cc8f0c9ea3d0c5eb6ee1d2470ea3f9389d776432888e47/psutil-6.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/cd/5f/60038e277ff0a9cc8f0c9ea3d0c5eb6ee1d2470ea3f9389d776432888e47/psutil-6.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: e2e8d0054fc88153ca0544f5c4d554d42e33df2e009c4ff42284ac9ebdef4132 requires_dist: - ipaddress ; python_full_version < '3' and extra == 'test' @@ -33708,32 +28751,7 @@ packages: - pywin32 ; sys_platform == 'win32' and extra == 'test' - wmi ; sys_platform == 'win32' and extra == 'test' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' -- kind: conda - name: psutil - version: 6.0.0 - build: py311h1314207_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py311h1314207_2.conda - sha256: e277e2d1deebc79f5d8de8d4a9b0460c3f4dec11de696db741cb6c4dadb58910 - md5: fe445c1bac949f22c62abad0ea88854c - depends: - - __osx >=10.13 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=hash-mapping - size: 517609 - timestamp: 1728965367083 -- kind: conda - name: psutil - version: 6.0.0 - build: py311h9ecbd09_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py311h9ecbd09_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py311h9ecbd09_2.conda sha256: dda8211015c82fd3f9f54a1e0b58826b02800426480fb3ab4f9ce7fdd2d8ef98 md5: 8b746f1e8fc1cd8f7ce67ad694d7530b depends: @@ -33747,13 +28765,7 @@ packages: - pkg:pypi/psutil?source=hash-mapping size: 510027 timestamp: 1728965276551 -- kind: conda - name: psutil - version: 6.0.0 - build: py311ha879c10_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py311ha879c10_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py311ha879c10_2.conda sha256: 56f8ef174f0d2bceb57bc54cdc500b2591776feea91279c1bf4f1dfff67144ad md5: 412e0476ce775f42e7eda5ba3887cd9e depends: @@ -33767,13 +28779,20 @@ packages: - pkg:pypi/psutil?source=hash-mapping size: 512882 timestamp: 1728965365611 -- kind: conda - name: psutil - version: 6.0.0 - build: py311hae2e1ce_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py311hae2e1ce_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py311h1314207_2.conda + sha256: e277e2d1deebc79f5d8de8d4a9b0460c3f4dec11de696db741cb6c4dadb58910 + md5: fe445c1bac949f22c62abad0ea88854c + depends: + - __osx >=10.13 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/psutil?source=hash-mapping + size: 517609 + timestamp: 1728965367083 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py311hae2e1ce_2.conda sha256: ae55c3d420cd12f0d4c79c6a5241d7b60e4cf93c0ad469d6874ac3fdb5994236 md5: 0eb709db6c3df7018487a4768f040587 depends: @@ -33787,13 +28806,7 @@ packages: - pkg:pypi/psutil?source=hash-mapping size: 519030 timestamp: 1728965348539 -- kind: conda - name: psutil - version: 6.0.0 - build: py311he736701_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py311he736701_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py311he736701_2.conda sha256: d83eb8174cd069eb4d8c86d592fa2a71127250e1b5d36b329945f457d309bb71 md5: 47ca3eec0bd6b6e8a3f859f858ff7b65 depends: @@ -33808,10 +28821,9 @@ packages: - pkg:pypi/psutil?source=hash-mapping size: 526270 timestamp: 1728965869847 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/25/92/6dcab17c3bb91fa3f250ebdbb66de55332436da836c4c547c26e3942877e/psygnal-0.11.1-cp311-cp311-macosx_10_16_x86_64.whl name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/25/92/6dcab17c3bb91fa3f250ebdbb66de55332436da836c4c547c26e3942877e/psygnal-0.11.1-cp311-cp311-macosx_10_16_x86_64.whl sha256: 8f77317cbd11fbed5bfdd40ea41b4e551ee0cf37881cdbc325b67322af577485 requires_dist: - ipython ; extra == 'dev' @@ -33845,10 +28857,9 @@ packages: - pytest-qt ; extra == 'testqt' - qtpy ; extra == 'testqt' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/68/76/d5c5bf5a932ec2dcdc4a23565815a1cc5fd96b03b26ff3f647cdff5ea62c/psygnal-0.11.1-py3-none-any.whl name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/68/76/d5c5bf5a932ec2dcdc4a23565815a1cc5fd96b03b26ff3f647cdff5ea62c/psygnal-0.11.1-py3-none-any.whl sha256: 04255fe28828060a80320f8fda937c47bc0c21ca14f55a13eb7c494b165ea395 requires_dist: - ipython ; extra == 'dev' @@ -33882,10 +28893,9 @@ packages: - pytest-qt ; extra == 'testqt' - qtpy ; extra == 'testqt' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/84/6f/868f1d7d22c76b96e0c8a75f8eb196deaff83916ad2da7bd78d1d0f6a5df/psygnal-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/84/6f/868f1d7d22c76b96e0c8a75f8eb196deaff83916ad2da7bd78d1d0f6a5df/psygnal-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 24e69ea57ee39e3677298f38a18828af87cdc0bf0aa64685d44259e608bae3ec requires_dist: - ipython ; extra == 'dev' @@ -33919,29 +28929,7 @@ packages: - pytest-qt ; extra == 'testqt' - qtpy ; extra == 'testqt' requires_python: '>=3.8' -- kind: conda - name: pthread-stubs - version: '0.4' - build: h86ecc28_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba - md5: bb5a90c93e3bac3d5690acf76b4a6386 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 8342 - timestamp: 1726803319942 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hb9d3cd8_1002 - build_number: 1002 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 md5: b3c17d95b5a10c6e64a21fa17573e70e depends: @@ -33952,13 +28940,17 @@ packages: purls: [] size: 8252 timestamp: 1726802366959 -- kind: conda - name: pthreads-win32 - version: 2.9.1 - build: h2466b09_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-h2466b09_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba + md5: bb5a90c93e3bac3d5690acf76b4a6386 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 8342 + timestamp: 1726803319942 +- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-h2466b09_4.conda sha256: b989bdcf0a22ba05a238adac1ad3452c11871681f565e509f629e225a26b7d45 md5: cf98a67a1ec8040b42455002a24f0b0b depends: @@ -33969,32 +28961,22 @@ packages: purls: [] size: 265827 timestamp: 1728400965968 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl name: ptyprocess version: 0.7.0 - url: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl sha256: 4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35 -- kind: conda - name: pugixml - version: '1.14' - build: h13dd4ca_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pugixml-1.14-h13dd4ca_0.conda - sha256: 0bfeac4f1a374da9ff0a322344cdab577d397d6a0a0e5591f08cb7b491926825 - md5: 4de774bb04e03af9704ec1a2618c636c +- conda: https://conda.anaconda.org/conda-forge/linux-64/pugixml-1.14-h59595ed_0.conda + sha256: ea5f2d593177318f6b19af05018c953f41124cbb3bf21f9fdedfdb6ac42913ae + md5: 2c97dd90633508b422c11bd3018206ab depends: - - libcxx >=15.0.7 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 92472 - timestamp: 1696182843052 -- kind: conda - name: pugixml - version: '1.14' - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pugixml-1.14-h2f0025b_0.conda + size: 114871 + timestamp: 1696182708943 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pugixml-1.14-h2f0025b_0.conda sha256: 4f37f0a94bb465157e66f1a38ac1843f223db72b80c5e6a87ff354219ee86037 md5: 9af93a191056b12e841b7d32f1b01b1c depends: @@ -34005,28 +28987,27 @@ packages: purls: [] size: 110831 timestamp: 1696182637281 -- kind: conda - name: pugixml - version: '1.14' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pugixml-1.14-h59595ed_0.conda - sha256: ea5f2d593177318f6b19af05018c953f41124cbb3bf21f9fdedfdb6ac42913ae - md5: 2c97dd90633508b422c11bd3018206ab +- conda: https://conda.anaconda.org/conda-forge/osx-64/pugixml-1.14-he965462_0.conda + sha256: 8ba30eb9ead058a19a472bb8e795ab408c629b0b84fc5bb7b6899e7429d5e625 + md5: 92f9416f48c010bf04c34c9841c84b09 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=15.0.7 license: MIT license_family: MIT purls: [] - size: 114871 - timestamp: 1696182708943 -- kind: conda - name: pugixml - version: '1.14' - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pugixml-1.14-h63175ca_0.conda + size: 94175 + timestamp: 1696182807580 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pugixml-1.14-h13dd4ca_0.conda + sha256: 0bfeac4f1a374da9ff0a322344cdab577d397d6a0a0e5591f08cb7b491926825 + md5: 4de774bb04e03af9704ec1a2618c636c + depends: + - libcxx >=15.0.7 + license: MIT + license_family: MIT + purls: [] + size: 92472 + timestamp: 1696182843052 +- conda: https://conda.anaconda.org/conda-forge/win-64/pugixml-1.14-h63175ca_0.conda sha256: 68a5cb9a7560b2ce0d72ccebc7f6623e13ca66a67f80feb1094a75199bd1a50c md5: 6794ab7a1f26ebfe0452297eba029d4f depends: @@ -34038,35 +29019,13 @@ packages: purls: [] size: 111324 timestamp: 1696182979614 -- kind: conda - name: pugixml - version: '1.14' - build: he965462_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pugixml-1.14-he965462_0.conda - sha256: 8ba30eb9ead058a19a472bb8e795ab408c629b0b84fc5bb7b6899e7429d5e625 - md5: 92f9416f48c010bf04c34c9841c84b09 - depends: - - libcxx >=15.0.7 - license: MIT - license_family: MIT - purls: [] - size: 94175 - timestamp: 1696182807580 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl name: pure-eval version: 0.2.3 - url: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl sha256: 1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0 requires_dist: - pytest ; extra == 'tests' -- kind: conda - name: py-cpuinfo - version: 9.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 md5: 6f6d42b894118f8378fce11887ccdaff depends: @@ -34077,17 +29036,11 @@ packages: - pkg:pypi/py-cpuinfo?source=hash-mapping size: 24947 timestamp: 1666774595872 -- kind: conda - name: py-opencv - version: 4.10.0 - build: headless_py311h08a0c97_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/py-opencv-4.10.0-headless_py311h08a0c97_9.conda - sha256: 8ca0ba07973bb7957a500537c901ce7c011b44864f6712cffe4add3b4aca64fd - md5: fcb4a100786f85c96670b1b10a3a1fbc +- conda: https://conda.anaconda.org/conda-forge/linux-64/py-opencv-4.10.0-qt6_py311hcf60958_609.conda + sha256: f1d05828b465a39da2970f26be1c9652f24fcceff259a77ca96f3682b9aa7244 + md5: 556f28c5855265fff2ce9341a5b56956 depends: - - libopencv 4.10.0 headless_py311h10cdb9d_9 + - libopencv 4.10.0 qt6_py311h2538932_609 - libprotobuf >=5.27.5,<5.27.6.0a0 - numpy >=1.19,<3 - python >=3.11,<3.12.0a0 @@ -34095,19 +29048,13 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1153019 - timestamp: 1729146550014 -- kind: conda - name: py-opencv - version: 4.10.0 - build: headless_py311hdc0ac0a_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/py-opencv-4.10.0-headless_py311hdc0ac0a_9.conda - sha256: b07998a53ad6f3b7e422233e387ac603784e55fa2d4bbb2adc1b7c8ff24681d5 - md5: 9ca7f77c45f6fc6d17d5ed881468b930 + size: 1153353 + timestamp: 1729146667673 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/py-opencv-4.10.0-headless_py311hf01b33f_9.conda + sha256: 97d5942c1f4cc56078b2c4ec16aa712a19725fa587fffc66341f9b060be9d9db + md5: a0a6af0cef652157b3efe99febc64bcf depends: - - libopencv 4.10.0 headless_py311h2f8bce3_9 + - libopencv 4.10.0 headless_py311haf0b4d5_9 - libprotobuf >=5.27.5,<5.27.6.0a0 - numpy >=1.19,<3 - python >=3.11,<3.12.0a0 @@ -34115,19 +29062,13 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1153016 - timestamp: 1729146370525 -- kind: conda - name: py-opencv - version: 4.10.0 - build: headless_py311hf01b33f_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/py-opencv-4.10.0-headless_py311hf01b33f_9.conda - sha256: 97d5942c1f4cc56078b2c4ec16aa712a19725fa587fffc66341f9b060be9d9db - md5: a0a6af0cef652157b3efe99febc64bcf + size: 1153386 + timestamp: 1729146607715 +- conda: https://conda.anaconda.org/conda-forge/osx-64/py-opencv-4.10.0-headless_py311h08a0c97_9.conda + sha256: 8ca0ba07973bb7957a500537c901ce7c011b44864f6712cffe4add3b4aca64fd + md5: fcb4a100786f85c96670b1b10a3a1fbc depends: - - libopencv 4.10.0 headless_py311haf0b4d5_9 + - libopencv 4.10.0 headless_py311h10cdb9d_9 - libprotobuf >=5.27.5,<5.27.6.0a0 - numpy >=1.19,<3 - python >=3.11,<3.12.0a0 @@ -34135,19 +29076,13 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1153386 - timestamp: 1729146607715 -- kind: conda - name: py-opencv - version: 4.10.0 - build: qt6_py311hcf60958_609 - build_number: 609 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/py-opencv-4.10.0-qt6_py311hcf60958_609.conda - sha256: f1d05828b465a39da2970f26be1c9652f24fcceff259a77ca96f3682b9aa7244 - md5: 556f28c5855265fff2ce9341a5b56956 + size: 1153019 + timestamp: 1729146550014 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/py-opencv-4.10.0-headless_py311hdc0ac0a_9.conda + sha256: b07998a53ad6f3b7e422233e387ac603784e55fa2d4bbb2adc1b7c8ff24681d5 + md5: 9ca7f77c45f6fc6d17d5ed881468b930 depends: - - libopencv 4.10.0 qt6_py311h2538932_609 + - libopencv 4.10.0 headless_py311h2f8bce3_9 - libprotobuf >=5.27.5,<5.27.6.0a0 - numpy >=1.19,<3 - python >=3.11,<3.12.0a0 @@ -34155,15 +29090,9 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 1153353 - timestamp: 1729146667673 -- kind: conda - name: py-opencv - version: 4.10.0 - build: qt6_py311hd635bfb_609 - build_number: 609 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/py-opencv-4.10.0-qt6_py311hd635bfb_609.conda + size: 1153016 + timestamp: 1729146370525 +- conda: https://conda.anaconda.org/conda-forge/win-64/py-opencv-4.10.0-qt6_py311hd635bfb_609.conda sha256: f54270d4d69e67bced14bb728be20666b0c6f4f031fd8903a8398f877df441f3 md5: eacd8b738f4eb3ee3e20289bde3b0f85 depends: @@ -34177,10 +29106,9 @@ packages: purls: [] size: 1153147 timestamp: 1729148670164 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/30/d1/63a7c248432c71c7d3ee803e706590a0b81ce1a8d2b2ae49677774b813bb/pyarrow-17.0.0-cp311-cp311-win_amd64.whl name: pyarrow version: 17.0.0 - url: https://files.pythonhosted.org/packages/30/d1/63a7c248432c71c7d3ee803e706590a0b81ce1a8d2b2ae49677774b813bb/pyarrow-17.0.0-cp311-cp311-win_amd64.whl sha256: a27532c38f3de9eb3e90ecab63dfda948a8ca859a66e3a47f5f42d1e403c4d03 requires_dist: - numpy>=1.16.6 @@ -34190,10 +29118,9 @@ packages: - pytz ; extra == 'test' - pandas ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4c/21/9ca93b84b92ef927814cb7ba37f0774a484c849d58f0b692b16af8eebcfb/pyarrow-17.0.0-cp311-cp311-manylinux_2_28_x86_64.whl name: pyarrow version: 17.0.0 - url: https://files.pythonhosted.org/packages/4c/21/9ca93b84b92ef927814cb7ba37f0774a484c849d58f0b692b16af8eebcfb/pyarrow-17.0.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: e3343cb1e88bc2ea605986d4b94948716edc7a8d14afd4e2c097232f729758b4 requires_dist: - numpy>=1.16.6 @@ -34203,10 +29130,9 @@ packages: - pytz ; extra == 'test' - pandas ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/8e/ce2e9b2146de422f6638333c01903140e9ada244a2a477918a368306c64c/pyarrow-17.0.0-cp311-cp311-macosx_11_0_arm64.whl name: pyarrow version: 17.0.0 - url: https://files.pythonhosted.org/packages/8d/8e/ce2e9b2146de422f6638333c01903140e9ada244a2a477918a368306c64c/pyarrow-17.0.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 2e19f569567efcbbd42084e87f948778eb371d308e137a0f97afe19bb860ccb3 requires_dist: - numpy>=1.16.6 @@ -34216,10 +29142,9 @@ packages: - pytz ; extra == 'test' - pandas ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d8/81/69b6606093363f55a2a574c018901c40952d4e902e670656d18213c71ad7/pyarrow-17.0.0-cp311-cp311-manylinux_2_28_aarch64.whl name: pyarrow version: 17.0.0 - url: https://files.pythonhosted.org/packages/d8/81/69b6606093363f55a2a574c018901c40952d4e902e670656d18213c71ad7/pyarrow-17.0.0-cp311-cp311-manylinux_2_28_aarch64.whl sha256: dc5c31c37409dfbc5d014047817cb4ccd8c1ea25d19576acf1a001fe07f5b420 requires_dist: - numpy>=1.16.6 @@ -34229,10 +29154,9 @@ packages: - pytz ; extra == 'test' - pandas ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f9/46/ce89f87c2936f5bb9d879473b9663ce7a4b1f4359acc2f0eb39865eaa1af/pyarrow-17.0.0-cp311-cp311-macosx_10_15_x86_64.whl name: pyarrow version: 17.0.0 - url: https://files.pythonhosted.org/packages/f9/46/ce89f87c2936f5bb9d879473b9663ce7a4b1f4359acc2f0eb39865eaa1af/pyarrow-17.0.0-cp311-cp311-macosx_10_15_x86_64.whl sha256: 1c8856e2ef09eb87ecf937104aacfa0708f22dfeb039c363ec99735190ffb977 requires_dist: - numpy>=1.16.6 @@ -34242,14 +29166,9 @@ packages: - pytz ; extra == 'test' - pandas ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: pyarrow - version: 18.0.0 - build: py311h06a5be4_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-18.0.0-py311h06a5be4_0.conda - sha256: 07feff39e3e6d8af7327aff36fb4e6cdf9651b12a4fd466f1925f06da87eeab1 - md5: f564b972e38971e79354de4b7c00ff2f +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-18.0.0-py311hbd00459_0.conda + sha256: afd7c47ee369ec3c8239551f1f97d8f8a68763d6d2f1ad78ae94addef5f87dcf + md5: 41e7efb7d67488fc6edfc7c121c78e00 depends: - libarrow-acero 18.0.0.* - libarrow-dataset 18.0.0.* @@ -34261,16 +29180,11 @@ packages: - python_abi 3.11.* *_cp311 license: Apache-2.0 purls: [] - size: 25782 - timestamp: 1730166331194 -- kind: conda - name: pyarrow - version: 18.0.0 - build: py311h35c05fe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-18.0.0-py311h35c05fe_0.conda - sha256: 0862fabd21f3ef61b59ce82bc2785aaf76bd9f446dab822d2c2edb521000fb87 - md5: e52c6bd7a5bba08474976be9d55492b9 + size: 25305 + timestamp: 1730165396426 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-18.0.0-py311h58b41f2_0.conda + sha256: 2c0cc092a5376a315268105cb15a4e311690c4c1a503a965edeb4904bc836c41 + md5: f17da4be2952470c488098ec816eff1a depends: - libarrow-acero 18.0.0.* - libarrow-dataset 18.0.0.* @@ -34282,16 +29196,11 @@ packages: - python_abi 3.11.* *_cp311 license: Apache-2.0 purls: [] - size: 25431 - timestamp: 1730165237010 -- kind: conda - name: pyarrow - version: 18.0.0 - build: py311h58b41f2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-18.0.0-py311h58b41f2_0.conda - sha256: 2c0cc092a5376a315268105cb15a4e311690c4c1a503a965edeb4904bc836c41 - md5: f17da4be2952470c488098ec816eff1a + size: 25394 + timestamp: 1730165149935 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-18.0.0-py311he764780_0.conda + sha256: a4ea971c2c92b1bf3113022808f80467f940217194f55b9d962f17a6a710f18f + md5: c180c116302e0c7381caf0b30c31e712 depends: - libarrow-acero 18.0.0.* - libarrow-dataset 18.0.0.* @@ -34303,16 +29212,11 @@ packages: - python_abi 3.11.* *_cp311 license: Apache-2.0 purls: [] - size: 25394 - timestamp: 1730165149935 -- kind: conda - name: pyarrow - version: 18.0.0 - build: py311hbd00459_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-18.0.0-py311hbd00459_0.conda - sha256: afd7c47ee369ec3c8239551f1f97d8f8a68763d6d2f1ad78ae94addef5f87dcf - md5: 41e7efb7d67488fc6edfc7c121c78e00 + size: 25386 + timestamp: 1730165233006 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-18.0.0-py311h35c05fe_0.conda + sha256: 0862fabd21f3ef61b59ce82bc2785aaf76bd9f446dab822d2c2edb521000fb87 + md5: e52c6bd7a5bba08474976be9d55492b9 depends: - libarrow-acero 18.0.0.* - libarrow-dataset 18.0.0.* @@ -34324,16 +29228,11 @@ packages: - python_abi 3.11.* *_cp311 license: Apache-2.0 purls: [] - size: 25305 - timestamp: 1730165396426 -- kind: conda - name: pyarrow - version: 18.0.0 - build: py311he764780_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-18.0.0-py311he764780_0.conda - sha256: a4ea971c2c92b1bf3113022808f80467f940217194f55b9d962f17a6a710f18f - md5: c180c116302e0c7381caf0b30c31e712 + size: 25431 + timestamp: 1730165237010 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-18.0.0-py311h06a5be4_0.conda + sha256: 07feff39e3e6d8af7327aff36fb4e6cdf9651b12a4fd466f1925f06da87eeab1 + md5: f564b972e38971e79354de4b7c00ff2f depends: - libarrow-acero 18.0.0.* - libarrow-dataset 18.0.0.* @@ -34345,14 +29244,9 @@ packages: - python_abi 3.11.* *_cp311 license: Apache-2.0 purls: [] - size: 25386 - timestamp: 1730165233006 -- kind: conda - name: pyarrow-core - version: 18.0.0 - build: py311h4854187_0_cpu - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-18.0.0-py311h4854187_0_cpu.conda + size: 25782 + timestamp: 1730166331194 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-18.0.0-py311h4854187_0_cpu.conda sha256: d69e3885b0b304576df74383626d15135523a69598181346ea822d528d93b67a md5: 441f792a3152b7ffc3460947859c035a depends: @@ -34371,12 +29265,7 @@ packages: - pkg:pypi/pyarrow?source=hash-mapping size: 4567670 timestamp: 1730165151612 -- kind: conda - name: pyarrow-core - version: 18.0.0 - build: py311ha6d2531_0_cpu - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-core-18.0.0-py311ha6d2531_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-core-18.0.0-py311ha6d2531_0_cpu.conda sha256: 417068d0d9b3dba9dc390214301fbc4072542a10502df53fe8498ad22459f3c6 md5: 1c4730f4fcbabf08d5ffcbe0bc32e1df depends: @@ -34395,36 +29284,7 @@ packages: - pkg:pypi/pyarrow?source=hash-mapping size: 4434099 timestamp: 1730165130167 -- kind: conda - name: pyarrow-core - version: 18.0.0 - build: py311hdea38fa_0_cpu - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-core-18.0.0-py311hdea38fa_0_cpu.conda - sha256: 170799a2514e38f2071b16f18be40efa1373fc13a722f3af2aadfd23c4a2170b - md5: 5113f80bbc05154c490200bba7eff837 - depends: - - libarrow 18.0.0.* *cpu - - libzlib >=1.3.1,<2.0a0 - - numpy >=1.19,<3 - - 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 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - purls: - - pkg:pypi/pyarrow?source=hash-mapping - size: 3501188 - timestamp: 1730165668708 -- kind: conda - name: pyarrow-core - version: 18.0.0 - build: py311he02522f_0_cpu - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-core-18.0.0-py311he02522f_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-core-18.0.0-py311he02522f_0_cpu.conda sha256: 7b0b539f5ac335759388c2bbc59f17751f07318a0c850508719b517fa08d8ff4 md5: ee5f30b322111cecce2ae20a237e348b depends: @@ -34442,12 +29302,7 @@ packages: - pkg:pypi/pyarrow?source=hash-mapping size: 4071412 timestamp: 1730165207900 -- kind: conda - name: pyarrow-core - version: 18.0.0 - build: py311he04fa90_0_cpu - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-core-18.0.0-py311he04fa90_0_cpu.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-core-18.0.0-py311he04fa90_0_cpu.conda sha256: 082a024b74b5bc552dd909228ef5d1a5ebee4c734eb61887dbd74905be6eb961 md5: beb17b30f5d0bf4bb2a3c0388a93e87b depends: @@ -34466,66 +29321,77 @@ packages: - pkg:pypi/pyarrow?source=hash-mapping size: 3946612 timestamp: 1730165210826 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-core-18.0.0-py311hdea38fa_0_cpu.conda + sha256: 170799a2514e38f2071b16f18be40efa1373fc13a722f3af2aadfd23c4a2170b + md5: 5113f80bbc05154c490200bba7eff837 + depends: + - libarrow 18.0.0.* *cpu + - libzlib >=1.3.1,<2.0a0 + - numpy >=1.19,<3 + - 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 + constrains: + - apache-arrow-proc =*=cpu + license: Apache-2.0 + purls: + - pkg:pypi/pyarrow?source=hash-mapping + size: 3501188 + timestamp: 1730165668708 +- pypi: https://files.pythonhosted.org/packages/c8/f1/d6a797abb14f6283c0ddff96bbdd46937f64122b8c925cab503dd37f8214/pyasn1-0.6.1-py3-none-any.whl name: pyasn1 version: 0.6.1 - url: https://files.pythonhosted.org/packages/c8/f1/d6a797abb14f6283c0ddff96bbdd46937f64122b8c925cab503dd37f8214/pyasn1-0.6.1-py3-none-any.whl sha256: 0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/77/89/bc88a6711935ba795a679ea6ebee07e128050d6382eaa35a0a47c8032bdc/pyasn1_modules-0.4.1-py3-none-any.whl name: pyasn1-modules version: 0.4.1 - url: https://files.pythonhosted.org/packages/77/89/bc88a6711935ba795a679ea6ebee07e128050d6382eaa35a0a47c8032bdc/pyasn1_modules-0.4.1-py3-none-any.whl sha256: 49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd requires_dist: - - pyasn1<0.7.0,>=0.4.6 + - pyasn1>=0.4.6,<0.7.0 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2e/f5/dfa78dc72e47dfe1ada7b37fedcb338454750470358a6dfcfdfda35fa337/pycocotools-2.0.8-cp311-cp311-win_amd64.whl name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/2e/f5/dfa78dc72e47dfe1ada7b37fedcb338454750470358a6dfcfdfda35fa337/pycocotools-2.0.8-cp311-cp311-win_amd64.whl sha256: e680e27e58b840c105fa09a3bb1d91706038c5c8d7b7bf09c2e5ecbd1b05ad7f requires_dist: - matplotlib>=2.1.0 - numpy requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6b/56/9eedccfd1cfdaf6553d527bed0b2b5572550567a5786a8beb098027a3e5e/pycocotools-2.0.8-cp311-cp311-macosx_10_9_universal2.whl name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/6b/56/9eedccfd1cfdaf6553d527bed0b2b5572550567a5786a8beb098027a3e5e/pycocotools-2.0.8-cp311-cp311-macosx_10_9_universal2.whl sha256: 92bf788e6936fc52b57ccaaa78ecdaeac81872eebbfc45b6fe16ae18b85709bd requires_dist: - matplotlib>=2.1.0 - numpy requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8b/d4/7279d072c0255d07c541326f6058effb1b08190f49695bf2c22aae666878/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/8b/d4/7279d072c0255d07c541326f6058effb1b08190f49695bf2c22aae666878/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 5968a1e5421719af9eb7ccee4c540bfb18b1fc95d30d9a48571d0aaeb159a1ae requires_dist: - matplotlib>=2.1.0 - numpy requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d5/9c/09cd808743338db170915deb35fa020b792d583238afe55f27c011f91c3c/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/d5/9c/09cd808743338db170915deb35fa020b792d583238afe55f27c011f91c3c/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 6a07f57f991e379959c0f4a1b9ea35d875876433b7f45c6d8fe6b718e58834bc requires_dist: - matplotlib>=2.1.0 - numpy requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl name: pycparser version: '2.22' - url: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl sha256: c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl name: pydicom version: 2.3.0 - url: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl sha256: 8ff31e077cc51d19ac3b8ca988ac486099cdebfaf885989079fdc7c75068cdd8 requires_dist: - numpy ; extra == 'docs' @@ -34538,10 +29404,9 @@ packages: - sphinxcontrib-napoleon ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' requires_python: '>=3.6.1' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl name: pygithub version: 1.59.0 - url: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl sha256: 126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e requires_dist: - deprecated @@ -34549,34 +29414,30 @@ packages: - pynacl>=1.4.0 - requests>=2.14.0 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2a/03/17a5cc013b9dbe531f5e64e026f7ec4143ffcd77ae055a0c07e6211cb3d6/pyglet-2.0.18-py3-none-any.whl name: pyglet version: 2.0.18 - url: https://files.pythonhosted.org/packages/2a/03/17a5cc013b9dbe531f5e64e026f7ec4143ffcd77ae055a0c07e6211cb3d6/pyglet-2.0.18-py3-none-any.whl sha256: e592952ae0297e456c587b6486ed8c3e5f9d0c3519d517bb92dde5fdf4c26b41 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz name: pygltflib version: 1.16.2 - url: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz sha256: 4f9481f5841b0b8fb7b271b0414b394b503405260a6ee0cf2c330a5420d19b64 requires_dist: - dataclasses-json>=0.0.25 - deprecated - dataclasses ; python_full_version == '3.6.*' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl name: pygments version: 2.18.0 - url: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl sha256: b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a requires_dist: - colorama>=0.4.6 ; extra == 'windows-terminal' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/79/84/0fdf9b18ba31d69877bd39c9cd6052b47f3761e9910c15de788e519f079f/PyJWT-2.9.0-py3-none-any.whl name: pyjwt version: 2.9.0 - url: https://files.pythonhosted.org/packages/79/84/0fdf9b18ba31d69877bd39c9cd6052b47f3761e9910c15de788e519f079f/PyJWT-2.9.0-py3-none-any.whl sha256: 3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850 requires_dist: - cryptography>=3.4.0 ; extra == 'crypto' @@ -34584,77 +29445,71 @@ packages: - sphinx-rtd-theme ; extra == 'dev' - zope-interface ; extra == 'dev' - cryptography>=3.4.0 ; extra == 'dev' - - pytest<7.0.0,>=6.0.0 ; extra == 'dev' + - pytest>=6.0.0,<7.0.0 ; extra == 'dev' - coverage[toml]==5.0.4 ; extra == 'dev' - pre-commit ; extra == 'dev' - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - zope-interface ; extra == 'docs' - - pytest<7.0.0,>=6.0.0 ; extra == 'tests' + - pytest>=6.0.0,<7.0.0 ; extra == 'tests' - coverage[toml]==5.0.4 ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c2/35/c0edf199257ef0a7d407d29cd51c4e70d1dad4370a5f44deb65a7a5475e2/pymdown_extensions-10.11.2-py3-none-any.whl name: pymdown-extensions version: 10.11.2 - url: https://files.pythonhosted.org/packages/c2/35/c0edf199257ef0a7d407d29cd51c4e70d1dad4370a5f44deb65a7a5475e2/pymdown_extensions-10.11.2-py3-none-any.whl sha256: 41cdde0a77290e480cf53892f5c5e50921a7ee3e5cd60ba91bf19837b33badcf requires_dist: - markdown>=3.6 - pyyaml - pygments>=2.12 ; extra == 'extra' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/59/bb/fddf10acd09637327a97ef89d2a9d621328850a72f1fdc8c08bdf72e385f/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/59/bb/fddf10acd09637327a97ef89d2a9d621328850a72f1fdc8c08bdf72e385f/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl sha256: 52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92 requires_dist: - cffi>=1.4.1 - sphinx>=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' + - pytest>=3.2.1,!=3.3.0 ; extra == 'tests' - hypothesis>=3.27.0 ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl sha256: 20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93 requires_dist: - cffi>=1.4.1 - sphinx>=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' + - pytest>=3.2.1,!=3.3.0 ; extra == 'tests' - hypothesis>=3.27.0 ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl sha256: 401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1 requires_dist: - cffi>=1.4.1 - sphinx>=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' + - pytest>=3.2.1,!=3.3.0 ; extra == 'tests' - hypothesis>=3.27.0 ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl sha256: 0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d requires_dist: - cffi>=1.4.1 - sphinx>=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' + - pytest>=3.2.1,!=3.3.0 ; extra == 'tests' - hypothesis>=3.27.0 ; extra == 'tests' requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d2/53/d23a97e0a2c690d40b165d1062e2c4ccc796be458a1ce59f6ba030434663/pynndescent-0.5.13-py3-none-any.whl name: pynndescent version: 0.5.13 - url: https://files.pythonhosted.org/packages/d2/53/d23a97e0a2c690d40b165d1062e2c4ccc796be458a1ce59f6ba030434663/pynndescent-0.5.13-py3-none-any.whl sha256: 69aabb8f394bc631b6ac475a1c7f3994c54adf3f51cd63b2730fefba5771b949 requires_dist: - scikit-learn>=0.18 @@ -34663,10 +29518,9 @@ packages: - llvmlite>=0.30 - joblib>=0.11 - importlib-metadata>=4.8.1 ; python_full_version < '3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8b/b2/2ca124343aba24b9a5dcd7c1f43da81e652849cfaf3110d3f507a80af0a1/pyogrio-0.10.0-cp311-cp311-manylinux_2_28_aarch64.whl name: pyogrio version: 0.10.0 - url: https://files.pythonhosted.org/packages/8b/b2/2ca124343aba24b9a5dcd7c1f43da81e652849cfaf3110d3f507a80af0a1/pyogrio-0.10.0-cp311-cp311-manylinux_2_28_aarch64.whl sha256: 0a47f702d29808c557d2ebea8542c23903f021eae44e16838adef2ab4281c71b requires_dist: - certifi @@ -34678,10 +29532,9 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8d/2c/c761e6adeb81bd4029a137b3240e7214a8c9aaf225883356196afd6ef9d8/pyogrio-0.10.0-cp311-cp311-macosx_12_0_arm64.whl name: pyogrio version: 0.10.0 - url: https://files.pythonhosted.org/packages/8d/2c/c761e6adeb81bd4029a137b3240e7214a8c9aaf225883356196afd6ef9d8/pyogrio-0.10.0-cp311-cp311-macosx_12_0_arm64.whl sha256: 5b1a51431a27a1cb3e4e19558939c1423106e06e7b67d6285f4fba9c2d0a91b9 requires_dist: - certifi @@ -34693,10 +29546,9 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/94/8d/24f21e6a93ca418231aee3bddade7a0766c89c523832f29e08a8860f83e6/pyogrio-0.10.0-cp311-cp311-win_amd64.whl name: pyogrio version: 0.10.0 - url: https://files.pythonhosted.org/packages/94/8d/24f21e6a93ca418231aee3bddade7a0766c89c523832f29e08a8860f83e6/pyogrio-0.10.0-cp311-cp311-win_amd64.whl sha256: d0d74e91a9c0ff2f9abe01b556ff663977193b2d6922208406172d0fc833beff requires_dist: - certifi @@ -34708,10 +29560,9 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ae/15/501aa4823c142232169d54255ab343f28c4ea9e7fa489b8433dcc873a942/pyogrio-0.10.0-cp311-cp311-manylinux_2_28_x86_64.whl name: pyogrio version: 0.10.0 - url: https://files.pythonhosted.org/packages/ae/15/501aa4823c142232169d54255ab343f28c4ea9e7fa489b8433dcc873a942/pyogrio-0.10.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: 11e6c71d12da6b445e77d0fc0198db1bd35a77e03a0685e45338cbab9ce02add requires_dist: - certifi @@ -34723,10 +29574,9 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c3/e5/983aa9ddf2ff784e973d6b2ec3e874065d6655a5329ca26311b0f3b9f92f/pyogrio-0.10.0-cp311-cp311-macosx_12_0_x86_64.whl name: pyogrio version: 0.10.0 - url: https://files.pythonhosted.org/packages/c3/e5/983aa9ddf2ff784e973d6b2ec3e874065d6655a5329ca26311b0f3b9f92f/pyogrio-0.10.0-cp311-cp311-macosx_12_0_x86_64.whl sha256: 216d69cd77b2b4a0c9d7d449bc239f8b77f3d73f4a05d9c738a0745b236902d8 requires_dist: - certifi @@ -34738,15 +29588,13 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz name: pyopengl version: 3.1.0 - url: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz sha256: 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl name: pyopf version: 1.1.1 - url: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl sha256: 10971881afcb7ed0dd373f7e88862fa8ad0f70fe4329f2ef5093c152e923831f requires_dist: - argparse>=1.4.0 @@ -34758,10 +29606,9 @@ packages: - tqdm>=4.65.0 - simplejson>=18.3 ; extra == 'tests' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ea/b6/4ccb35114bca196e82c9c5ada9ba99ce25a2e96b35d882be352693d73346/pyopf-1.3.0-py3-none-any.whl name: pyopf version: 1.3.0 - url: https://files.pythonhosted.org/packages/ea/b6/4ccb35114bca196e82c9c5ada9ba99ce25a2e96b35d882be352693d73346/pyopf-1.3.0-py3-none-any.whl sha256: 3c3b5793a3d6bc195bbde55616b4e269b09ab263a897d241a075c05fe687aede requires_dist: - numpy @@ -34770,21 +29617,15 @@ packages: - python-dateutil - simplejson requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl name: pyparsing version: 3.2.0 - url: https://files.pythonhosted.org/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl sha256: 93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84 requires_dist: - railroad-diagrams ; extra == 'diagrams' - jinja2 ; extra == 'diagrams' requires_python: '>=3.9' -- kind: conda - name: pyproj - version: 3.7.0 - build: py311h0f98d5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.7.0-py311h0f98d5a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.7.0-py311h0f98d5a_0.conda sha256: 194440401fba9fb3903aa921abcf3da468172700b5b5c9b21f98fb7be469a54f md5: 22531205a97c116251713008d65dfefd depends: @@ -34800,17 +29641,12 @@ packages: - pkg:pypi/pyproj?source=hash-mapping size: 562000 timestamp: 1727795513365 -- kind: conda - name: pyproj - version: 3.7.0 - build: py311h50e4d0a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.7.0-py311h50e4d0a_0.conda - sha256: a269c953b5c7d789e330db13cb693d6aec6f176cc249cd36607850e826f3deae - md5: 53d4a946f02d1b811035310cf575990c +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyproj-3.7.0-py311hf06f8e6_0.conda + sha256: 1138944dff2e206cf18ba172e3f2723ce7bafa48f1aee78e01ec9d78e7626e80 + md5: cce0e19078131aec5b6f7ece87df8120 depends: - - __osx >=10.13 - certifi + - libgcc >=13 - proj >=9.5.0,<9.6.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 @@ -34818,36 +29654,24 @@ packages: license_family: MIT purls: - pkg:pypi/pyproj?source=hash-mapping - size: 498197 - timestamp: 1727795466468 -- kind: conda - name: pyproj - version: 3.7.0 - build: py311h90dcb63_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.7.0-py311h90dcb63_0.conda - sha256: 36644db864de2ae57573d61bff0c46f3e5cb1efc86bd43756fdec9365ee8b5b3 - md5: 423256766e9b9ba6c01c39b0ea992f1e + size: 552175 + timestamp: 1727797057849 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.7.0-py311h50e4d0a_0.conda + sha256: a269c953b5c7d789e330db13cb693d6aec6f176cc249cd36607850e826f3deae + md5: 53d4a946f02d1b811035310cf575990c depends: + - __osx >=10.13 - certifi - proj >=9.5.0,<9.6.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 license: MIT license_family: MIT purls: - pkg:pypi/pyproj?source=hash-mapping - size: 760981 - timestamp: 1727796239898 -- kind: conda - name: pyproj - version: 3.7.0 - build: py311hb4b81e0_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.7.0-py311hb4b81e0_0.conda + size: 498197 + timestamp: 1727795466468 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.7.0-py311hb4b81e0_0.conda sha256: c2c06cca4ce9fd72f1bf8d69703a8c5c2252efd497619d09f47d95d18d3cccf9 md5: e3c2e5ded5b6e4b3c2600d033929645c depends: @@ -34863,39 +29687,34 @@ packages: - pkg:pypi/pyproj?source=hash-mapping size: 501267 timestamp: 1727795522741 -- kind: conda - name: pyproj - version: 3.7.0 - build: py311hf06f8e6_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyproj-3.7.0-py311hf06f8e6_0.conda - sha256: 1138944dff2e206cf18ba172e3f2723ce7bafa48f1aee78e01ec9d78e7626e80 - md5: cce0e19078131aec5b6f7ece87df8120 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.7.0-py311h90dcb63_0.conda + sha256: 36644db864de2ae57573d61bff0c46f3e5cb1efc86bd43756fdec9365ee8b5b3 + md5: 423256766e9b9ba6c01c39b0ea992f1e depends: - certifi - - libgcc >=13 - proj >=9.5.0,<9.6.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 license: MIT license_family: MIT purls: - pkg:pypi/pyproj?source=hash-mapping - size: 552175 - timestamp: 1727797057849 -- kind: pypi + size: 760981 + timestamp: 1727796239898 +- pypi: https://files.pythonhosted.org/packages/49/b3/d8482e8cacc8ea15a356efea13d22ce1c5914a9ee36622ba250523240bf2/pyquaternion-0.9.9-py3-none-any.whl name: pyquaternion version: 0.9.9 - url: https://files.pythonhosted.org/packages/49/b3/d8482e8cacc8ea15a356efea13d22ce1c5914a9ee36622ba250523240bf2/pyquaternion-0.9.9-py3-none-any.whl sha256: e65f6e3f7b1fdf1a9e23f82434334a1ae84f14223eee835190cd2e841f8172ec requires_dist: - numpy - mkdocs ; extra == 'dev' - nose ; extra == 'test' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl name: pyrender version: 0.1.45 - url: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl sha256: 5cf751d1f21fba4640e830cef3a0b5a95ed0f05677bf92c6b8330056b4023aeb requires_dist: - freetype-py @@ -34916,13 +29735,7 @@ packages: - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - sphinx-automodapi ; extra == 'docs' -- kind: conda - name: pytest - version: 8.3.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.3-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.3-pyhd8ed1ab_0.conda sha256: e99376d0068455712109d233f5790458ff861aeceb458bfda74e353338e4d815 md5: c03d61f31f38fdb9facf70c29958bf7a depends: @@ -34941,13 +29754,7 @@ packages: - pkg:pypi/pytest?source=hash-mapping size: 258293 timestamp: 1725977334143 -- kind: conda - name: pytest-benchmark - version: 4.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f md5: 8c3168375e2ac100c17b133f4e2eb536 depends: @@ -34960,18 +29767,14 @@ packages: - pkg:pypi/pytest-benchmark?source=hash-mapping size: 39571 timestamp: 1666782598879 -- kind: conda - name: python - version: 3.11.10 - build: h5d932e8_3_cpython +- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.10-hc5c86c4_3_cpython.conda build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.10-h5d932e8_3_cpython.conda - sha256: 59e53e0773660c6e02209f7efc4e2e7918110153a3a11ae0660b4c2c898ac700 - md5: ce35c787630db2ac26327d64c15943e1 + sha256: b7fa3bd48e3a3d30f65608e07759cefd27885c6388b3f612af85ce40282e6936 + md5: 9e1ad55c87368e662177661a998feed5 depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 + - ld_impl_linux-64 >=2.36.1 - libexpat >=2.6.3,<3.0a0 - libffi >=3.4,<4.0a0 - libgcc >=13 @@ -34990,23 +29793,22 @@ packages: - python_abi 3.11.* *_cp311 license: Python-2.0 purls: [] - size: 15359622 - timestamp: 1729041715586 -- kind: conda - name: python - version: 3.11.10 - build: ha513fb2_3_cpython + size: 30543977 + timestamp: 1729043512711 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.10-h5d932e8_3_cpython.conda build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.10-ha513fb2_3_cpython.conda - sha256: 670ba83b2aab2204f3254ed47ac0e4b8cad82478e5821727aeab69a2912aa1a0 - md5: 1a88c32ab9e997380ba1f9306624f805 + sha256: 59e53e0773660c6e02209f7efc4e2e7918110153a3a11ae0660b4c2c898ac700 + md5: ce35c787630db2ac26327d64c15943e1 depends: - - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 - libexpat >=2.6.3,<3.0a0 - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libnsl >=2.0.1,<2.1.0a0 - libsqlite >=3.46.1,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - openssl >=3.3.2,<4.0a0 @@ -35018,19 +29820,14 @@ packages: - python_abi 3.11.* *_cp311 license: Python-2.0 purls: [] - size: 15442415 - timestamp: 1729043110107 -- kind: conda - name: python - version: 3.11.10 - build: hc51fdd5_3_cpython + size: 15359622 + timestamp: 1729041715586 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.10-ha513fb2_3_cpython.conda build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.10-hc51fdd5_3_cpython.conda - sha256: 95a2c487176867ded825e23eab1e581398f75c5323da0cb7577c3cff3d2f955b - md5: 2a47a0061d7d3030e45b66d23f01d101 + sha256: 670ba83b2aab2204f3254ed47ac0e4b8cad82478e5821727aeab69a2912aa1a0 + md5: 1a88c32ab9e997380ba1f9306624f805 depends: - - __osx >=11.0 + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libexpat >=2.6.3,<3.0a0 - libffi >=3.4,<4.0a0 @@ -35046,28 +29843,18 @@ packages: - python_abi 3.11.* *_cp311 license: Python-2.0 purls: [] - size: 14598065 - timestamp: 1729042279642 -- kind: conda - name: python - version: 3.11.10 - build: hc5c86c4_3_cpython + size: 15442415 + timestamp: 1729043110107 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.10-hc51fdd5_3_cpython.conda build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.10-hc5c86c4_3_cpython.conda - sha256: b7fa3bd48e3a3d30f65608e07759cefd27885c6388b3f612af85ce40282e6936 - md5: 9e1ad55c87368e662177661a998feed5 + sha256: 95a2c487176867ded825e23eab1e581398f75c5323da0cb7577c3cff3d2f955b + md5: 2a47a0061d7d3030e45b66d23f01d101 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-64 >=2.36.1 - libexpat >=2.6.3,<3.0a0 - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - libsqlite >=3.46.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - openssl >=3.3.2,<4.0a0 @@ -35079,15 +29866,10 @@ packages: - python_abi 3.11.* *_cp311 license: Python-2.0 purls: [] - size: 30543977 - timestamp: 1729043512711 -- kind: conda - name: python - version: 3.11.10 - build: hce54a09_3_cpython + size: 14598065 + timestamp: 1729042279642 +- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.10-hce54a09_3_cpython.conda build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.10-hce54a09_3_cpython.conda sha256: 3931c546219d069918389e4dbe12057af4cc68a1060577a04014c6b5fc618aa0 md5: 5d54d429c0eb2273d1cc69763de6edaf depends: @@ -35109,27 +29891,20 @@ packages: purls: [] size: 18206702 timestamp: 1729041779073 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl name: python-dateutil version: 2.9.0.post0 - url: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 requires_dist: - six>=1.5 - requires_python: '!=3.0.*,!=3.1.*,!=3.2.*,>=2.7' -- kind: pypi + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*' +- pypi: https://files.pythonhosted.org/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl name: python-json-logger version: 2.0.7 - url: https://files.pythonhosted.org/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl sha256: f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd requires_python: '>=3.6' -- kind: conda - name: python_abi - version: '3.11' - build: 5_cp311 +- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-5_cp311.conda build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-5_cp311.conda sha256: 2660b8059b3ee854bc5d3c6b1fce946e5bd2fe8fbca7827de2c5885ead6209de md5: 139a8d40c8a2f430df31048949e450de constrains: @@ -35139,13 +29914,8 @@ packages: purls: [] size: 6211 timestamp: 1723823324668 -- kind: conda - name: python_abi - version: '3.11' - build: 5_cp311 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-5_cp311.conda build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-5_cp311.conda sha256: 76974c2732919ace87b5f3a634eac93fed6900d557fcae0575787ec0a33c370e md5: c2078141f21872cc34d9305123ba08f2 constrains: @@ -35155,13 +29925,8 @@ packages: purls: [] size: 6300 timestamp: 1723823316891 -- kind: conda - name: python_abi - version: '3.11' - build: 5_cp311 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-5_cp311.conda build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-5_cp311.conda sha256: 9b092850a268aca99600b724bae849f51209ecd5628e609b4699debc59ff1945 md5: e6d62858c06df0be0e6255c753d74787 constrains: @@ -35171,13 +29936,8 @@ packages: purls: [] size: 6303 timestamp: 1723823062672 -- kind: conda - name: python_abi - version: '3.11' - build: 5_cp311 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-5_cp311.conda build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-5_cp311.conda sha256: adc05729b7e0aca7b436e60a86f10822a92185dfcb48d66d6444e3629d3a1f6a md5: 3b855e3734344134cb56c410f729c340 constrains: @@ -35187,13 +29947,8 @@ packages: purls: [] size: 6308 timestamp: 1723823096865 -- kind: conda - name: python_abi - version: '3.11' - build: 5_cp311 +- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-5_cp311.conda build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-5_cp311.conda sha256: 9b210e5807dd9c9ed71ff192a95f1872da597ddd10e7cefec93a922fe22e598a md5: 895b873644c11ccc0ab7dba2d8513ae6 constrains: @@ -35203,105 +29958,85 @@ packages: purls: [] size: 6707 timestamp: 1723823225752 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl name: pytz version: '2024.2' - url: https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl sha256: 31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/48/ef/f4fb45e2196bc7ffe09cad0542d9aff66b0e33f6c0954b43e49c33cad7bd/pywin32-308-cp311-cp311-win_amd64.whl name: pywin32 version: '308' - url: https://files.pythonhosted.org/packages/48/ef/f4fb45e2196bc7ffe09cad0542d9aff66b0e33f6c0954b43e49c33cad7bd/pywin32-308-cp311-cp311-win_amd64.whl sha256: 575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl name: pywin32-ctypes version: 0.2.3 - url: https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl sha256: 8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8 requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/be/e2/af1a99c0432e4e58c9ac8e334ee191790ec9793d33559189b9d2069bdc1d/pywinpty-2.0.14-cp311-none-win_amd64.whl name: pywinpty version: 2.0.14 - url: https://files.pythonhosted.org/packages/be/e2/af1a99c0432e4e58c9ac8e334ee191790ec9793d33559189b9d2069bdc1d/pywinpty-2.0.14-cp311-none-win_amd64.whl sha256: cf2a43ac7065b3e0dc8510f8c1f13a75fb8fde805efa3b8cff7599a1ef497bc7 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/75/e4/2c27590dfc9992f73aabbeb9241ae20220bd9452df27483b6e56d3975cc5/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: pyyaml version: 6.0.2 - url: https://files.pythonhosted.org/packages/75/e4/2c27590dfc9992f73aabbeb9241ae20220bd9452df27483b6e56d3975cc5/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8b/62/b9faa998fd185f65c1371643678e4d58254add437edb764a08c5a98fb986/PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl name: pyyaml version: 6.0.2 - url: https://files.pythonhosted.org/packages/8b/62/b9faa998fd185f65c1371643678e4d58254add437edb764a08c5a98fb986/PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl sha256: 1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ad/0c/c804f5f922a9a6563bab712d8dcc70251e8af811fce4524d57c2c0fd49a4/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: pyyaml version: 6.0.2 - url: https://files.pythonhosted.org/packages/ad/0c/c804f5f922a9a6563bab712d8dcc70251e8af811fce4524d57c2c0fd49a4/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ed/23/8da0bbe2ab9dcdd11f4f4557ccaf95c10b9811b13ecced089d43ce59c3c8/PyYAML-6.0.2-cp311-cp311-win_amd64.whl name: pyyaml version: 6.0.2 - url: https://files.pythonhosted.org/packages/ed/23/8da0bbe2ab9dcdd11f4f4557ccaf95c10b9811b13ecced089d43ce59c3c8/PyYAML-6.0.2-cp311-cp311-win_amd64.whl sha256: e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f8/aa/7af4e81f7acba21a4c6be026da38fd2b872ca46226673c89a758ebdc4fd2/PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl name: pyyaml version: 6.0.2 - url: https://files.pythonhosted.org/packages/f8/aa/7af4e81f7acba21a4c6be026da38fd2b872ca46226673c89a758ebdc4fd2/PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl sha256: cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5a/66/bbb1dd374f5c870f59c5bb1db0e18cbe7fa739415a24cbd95b2d1f5ae0c4/pyyaml_env_tag-0.1-py3-none-any.whl name: pyyaml-env-tag version: '0.1' - url: https://files.pythonhosted.org/packages/5a/66/bbb1dd374f5c870f59c5bb1db0e18cbe7fa739415a24cbd95b2d1f5ae0c4/pyyaml_env_tag-0.1-py3-none-any.whl sha256: af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069 requires_dist: - pyyaml requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/12/20/de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196/pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl name: pyzmq version: 26.2.0 - url: https://files.pythonhosted.org/packages/12/20/de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196/pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl sha256: 8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218 requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3b/1b/0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776/pyzmq-26.2.0-cp311-cp311-win_amd64.whl name: pyzmq version: 26.2.0 - url: https://files.pythonhosted.org/packages/3b/1b/0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776/pyzmq-26.2.0-cp311-cp311-win_amd64.whl sha256: 5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5 requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ab/68/6fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6/pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl name: pyzmq version: 26.2.0 - url: https://files.pythonhosted.org/packages/ab/68/6fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6/pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl sha256: 689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e1/bf/c67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: pyzmq version: 26.2.0 - url: https://files.pythonhosted.org/packages/e1/bf/c67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' -- kind: conda - name: qt6-main - version: 6.7.3 - build: h6e8976b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.7.3-h6e8976b_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.7.3-h6e8976b_1.conda sha256: f5e4cefa82edec73c9bfc99566391463aeb339cfae8446f9b3c7950fefec6555 md5: f3234422a977b5d400ccf503ad55c5d1 depends: @@ -35363,13 +30098,7 @@ packages: purls: [] size: 47378301 timestamp: 1727940486113 -- kind: conda - name: qt6-main - version: 6.7.3 - build: hfb098fa_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.7.3-hfb098fa_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.7.3-hfb098fa_1.conda sha256: c10933396b409f74f05fe7036ddf2b129e219dd3939170c3ebb0fd0790cd14ac md5: 3dd4b78a610e48def640c3c9acd0c7e7 depends: @@ -35398,10 +30127,9 @@ packages: purls: [] size: 88587578 timestamp: 1727941590323 -- kind: pypi +- pypi: examples/python/raw_mesh name: raw-mesh version: 0.1.0 - path: examples/python/raw_mesh sha256: 9006b1b7ca8bd9c90ba0bf0d7a00641b7dd13a6de76a2828f79ec5b853a4ef98 requires_dist: - numpy @@ -35409,13 +30137,17 @@ packages: - rerun-sdk - trimesh==3.15.2 editable: true -- kind: conda - name: re2 - version: 2024.07.02 - build: h2d3a13d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2024.07.02-h2d3a13d_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h77b4e00_1.conda + sha256: c1721cb80f7201652fc9801f49c214c88aee835d957f2376e301bd40a8415742 + md5: 01093ff37c1b5e6bf9f17c0116747d11 + depends: + - libre2-11 2024.07.02 hbbce691_1 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 26665 + timestamp: 1728778975855 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2024.07.02-h2d3a13d_1.conda sha256: 55e7be480bfb979fa8595a16d7f2adea3a5ac9a77b2e97cd0f7ac40e989edb6c md5: 83f4e47229834c895a92c18383e1cd9d depends: @@ -35425,13 +30157,7 @@ packages: purls: [] size: 26747 timestamp: 1728778986331 -- kind: conda - name: re2 - version: 2024.07.02 - build: h2fb0a26_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2024.07.02-h2fb0a26_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2024.07.02-h2fb0a26_1.conda sha256: 49ec4ed6249efe9cda173745e036137f8de1f0b22edf9b0ca4f9c6409b2b68f9 md5: aa8ea927cdbdf690efeae3e575716131 depends: @@ -35441,29 +30167,7 @@ packages: purls: [] size: 26864 timestamp: 1728779054104 -- kind: conda - name: re2 - version: 2024.07.02 - build: h77b4e00_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h77b4e00_1.conda - sha256: c1721cb80f7201652fc9801f49c214c88aee835d957f2376e301bd40a8415742 - md5: 01093ff37c1b5e6bf9f17c0116747d11 - depends: - - libre2-11 2024.07.02 hbbce691_1 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 26665 - timestamp: 1728778975855 -- kind: conda - name: re2 - version: 2024.07.02 - build: hcd0e937_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2024.07.02-hcd0e937_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2024.07.02-hcd0e937_1.conda sha256: eebddde6cb10b146507810b701ef6df122d5309cd5151a39d0828aa44dc53725 md5: 19e29f2ccc9168eb0a39dc40c04c0e21 depends: @@ -35473,13 +30177,7 @@ packages: purls: [] size: 26860 timestamp: 1728779123653 -- kind: conda - name: re2 - version: 2024.07.02 - build: hd3b24a8_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/re2-2024.07.02-hd3b24a8_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/re2-2024.07.02-hd3b24a8_1.conda sha256: 5ac1c50d731c323bb52c78113792a71c5f8f060e5767c0a202120a948e0fc85b md5: b4abdc84c969587219e7e759116a3e8b depends: @@ -35489,13 +30187,7 @@ packages: purls: [] size: 214858 timestamp: 1728779526745 -- kind: conda - name: readline - version: '8.2' - build: h8228510_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 md5: 47d31b792659ce70f470b5c82fdfb7a4 depends: @@ -35506,13 +30198,7 @@ packages: purls: [] size: 281456 timestamp: 1679532220005 -- kind: conda - name: readline - version: '8.2' - build: h8fc344f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd md5: 105eb1e16bf83bfb2eb380a48032b655 depends: @@ -35523,94 +30209,74 @@ packages: purls: [] size: 294092 timestamp: 1679532238805 -- kind: conda - name: readline - version: '8.2' - build: h92ec313_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - md5: 8cbb776a2f641b943d413b3e19df71f4 +- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + md5: f17f77f2acf4d344734bda76829ce14e depends: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL purls: [] - size: 250351 - timestamp: 1679532511311 -- kind: conda - name: readline - version: '8.2' - build: h9e318b2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - md5: f17f77f2acf4d344734bda76829ce14e + size: 255870 + timestamp: 1679532707590 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 + md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL purls: [] - size: 255870 - timestamp: 1679532707590 -- kind: pypi + size: 250351 + timestamp: 1679532511311 +- pypi: https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl name: referencing version: 0.35.1 - url: https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl sha256: eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de requires_dist: - attrs>=22.2.0 - rpds-py>=0.7.0 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/32/d9/bfdd153179867c275719e381e1e8e84a97bd186740456a0dcb3e7125c205/regex-2024.9.11-cp311-cp311-macosx_10_9_x86_64.whl name: regex version: 2024.9.11 - url: https://files.pythonhosted.org/packages/32/d9/bfdd153179867c275719e381e1e8e84a97bd186740456a0dcb3e7125c205/regex-2024.9.11-cp311-cp311-macosx_10_9_x86_64.whl sha256: 3b37fa423beefa44919e009745ccbf353d8c981516e807995b2bd11c2c77d268 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/33/c4/60f3370735135e3a8d673ddcdb2507a8560d0e759e1398d366e43d000253/regex-2024.9.11-cp311-cp311-macosx_11_0_arm64.whl name: regex version: 2024.9.11 - url: https://files.pythonhosted.org/packages/33/c4/60f3370735135e3a8d673ddcdb2507a8560d0e759e1398d366e43d000253/regex-2024.9.11-cp311-cp311-macosx_11_0_arm64.whl sha256: 64ce2799bd75039b480cc0360907c4fb2f50022f030bf9e7a8705b636e408fad requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b1/51/91a5ebdff17f9ec4973cb0aa9d37635efec1c6868654bbc25d1543aca4ec/regex-2024.9.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: regex version: 2024.9.11 - url: https://files.pythonhosted.org/packages/b1/51/91a5ebdff17f9ec4973cb0aa9d37635efec1c6868654bbc25d1543aca4ec/regex-2024.9.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: a4cc92bb6db56ab0c1cbd17294e14f5e9224f0cc6521167ef388332604e92679 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c7/ab/1ad2511cf6a208fde57fafe49829cab8ca018128ab0d0b48973d8218634a/regex-2024.9.11-cp311-cp311-win_amd64.whl name: regex version: 2024.9.11 - url: https://files.pythonhosted.org/packages/c7/ab/1ad2511cf6a208fde57fafe49829cab8ca018128ab0d0b48973d8218634a/regex-2024.9.11-cp311-cp311-win_amd64.whl sha256: 313ea15e5ff2a8cbbad96ccef6be638393041b0a7863183c2d31e0c6116688cf requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e9/5c/8b385afbfacb853730682c57be56225f9fe275c5bf02ac1fc88edbff316d/regex-2024.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: regex version: 2024.9.11 - url: https://files.pythonhosted.org/packages/e9/5c/8b385afbfacb853730682c57be56225f9fe275c5bf02ac1fc88edbff316d/regex-2024.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 6113c008a7780792efc80f9dfe10ba0cd043cbf8dc9a76ef757850f51b4edc50 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl name: requests version: 2.32.3 - url: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl sha256: 70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 requires_dist: - - charset-normalizer<4,>=2 - - idna<4,>=2.5 - - urllib3<3,>=1.21.1 + - charset-normalizer>=2,<4 + - idna>=2.5,<4 + - urllib3>=1.21.1,<3 - certifi>=2017.4.17 - - pysocks!=1.5.7,>=1.5.6 ; extra == 'socks' - - chardet<6,>=3.0.2 ; extra == 'use-chardet-on-py3' + - pysocks>=1.5.6,!=1.5.7 ; extra == 'socks' + - chardet>=3.0.2,<6 ; extra == 'use-chardet-on-py3' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d5/8c/067fd1f2f5887465297ba844912bf3c7066c07174d3d6e08ee462e23f965/rerun_notebook-0.17.0-py2.py3-none-any.whl name: rerun-notebook version: 0.17.0 - url: https://files.pythonhosted.org/packages/d5/8c/067fd1f2f5887465297ba844912bf3c7066c07174d3d6e08ee462e23f965/rerun_notebook-0.17.0-py2.py3-none-any.whl sha256: 9e9e8445284a4f78d589f0d81eb1d8ada030b12d3ea2e05e98084e13b3b187e2 requires_dist: - anywidget @@ -35618,22 +30284,9 @@ packages: - hatch ; extra == 'dev' - jupyterlab ; extra == 'dev' - watchfiles ; extra == 'dev' -- kind: pypi - name: rerun-notebook - version: 0.21.0a1+dev - path: rerun_notebook - sha256: 047bf251505a9b46f02e7f700fe4073247fa2c95f8dd36f6f2f628e0ade8c055 - requires_dist: - - anywidget - - jupyter-ui-poll - - watchfiles ; extra == 'dev' - - jupyterlab ; extra == 'dev' - - hatch ; extra == 'dev' - editable: true -- kind: pypi +- pypi: rerun_notebook name: rerun-notebook version: 0.21.0a1+dev - path: rerun_notebook sha256: 047bf251505a9b46f02e7f700fe4073247fa2c95f8dd36f6f2f628e0ade8c055 requires_dist: - anywidget @@ -35642,10 +30295,9 @@ packages: - jupyterlab ; extra == 'dev' - hatch ; extra == 'dev' editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/30/5f/ce02381b9d7e1e14f60c421c76dce12b7d823690181784780b30266017b1/rerun_sdk-0.17.0-cp38-abi3-macosx_10_12_x86_64.whl name: rerun-sdk version: 0.17.0 - url: https://files.pythonhosted.org/packages/30/5f/ce02381b9d7e1e14f60c421c76dce12b7d823690181784780b30266017b1/rerun_sdk-0.17.0-cp38-abi3-macosx_10_12_x86_64.whl sha256: abd34f746eada83b8bb0bc50007183151981d7ccf18306f3d42165819a3f6fcb requires_dist: - attrs>=23.1.0 @@ -35656,10 +30308,9 @@ packages: - pytest==7.1.2 ; extra == 'tests' - rerun-notebook==0.17.0 ; extra == 'notebook' requires_python: '>=3.8,<3.13' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/87/0a/b5fe1ffea700eeaa8d28817a92ad3cb4a7d56dc4af45de76ea412cfc5cd5/rerun_sdk-0.17.0-cp38-abi3-manylinux_2_31_aarch64.whl name: rerun-sdk version: 0.17.0 - url: https://files.pythonhosted.org/packages/87/0a/b5fe1ffea700eeaa8d28817a92ad3cb4a7d56dc4af45de76ea412cfc5cd5/rerun_sdk-0.17.0-cp38-abi3-manylinux_2_31_aarch64.whl sha256: ad55807abafb01e527846742e087819aac8e103f1ec15aadc563a4038bb44e1d requires_dist: - attrs>=23.1.0 @@ -35670,10 +30321,9 @@ packages: - pytest==7.1.2 ; extra == 'tests' - rerun-notebook==0.17.0 ; extra == 'notebook' requires_python: '>=3.8,<3.13' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/8c/28/92423fe9673b738c180fb5b6b8ea4203fe4b02c1d20b06b7fae79d11cc24/rerun_sdk-0.17.0-cp38-abi3-win_amd64.whl name: rerun-sdk version: 0.17.0 - url: https://files.pythonhosted.org/packages/8c/28/92423fe9673b738c180fb5b6b8ea4203fe4b02c1d20b06b7fae79d11cc24/rerun_sdk-0.17.0-cp38-abi3-win_amd64.whl sha256: 34e5595a326cbdddfebdf00b08e877358c564fce74cc8c6d617fc89ef3a6aa70 requires_dist: - attrs>=23.1.0 @@ -35684,10 +30334,9 @@ packages: - pytest==7.1.2 ; extra == 'tests' - rerun-notebook==0.17.0 ; extra == 'notebook' requires_python: '>=3.8,<3.13' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b7/c5/d47ba7b774bc563aa3c07ba500dd304ea24b31fe438e10ea9ad5e10ffe17/rerun_sdk-0.17.0-cp38-abi3-macosx_11_0_arm64.whl name: rerun-sdk version: 0.17.0 - url: https://files.pythonhosted.org/packages/b7/c5/d47ba7b774bc563aa3c07ba500dd304ea24b31fe438e10ea9ad5e10ffe17/rerun_sdk-0.17.0-cp38-abi3-macosx_11_0_arm64.whl sha256: 8b0a8a6feab3f8e679801d158216a71d88a81480021587719330f50d083c4d26 requires_dist: - attrs>=23.1.0 @@ -35698,10 +30347,9 @@ packages: - pytest==7.1.2 ; extra == 'tests' - rerun-notebook==0.17.0 ; extra == 'notebook' requires_python: '>=3.8,<3.13' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d9/74/6c1ff0c8dbe6da09ceb5ea838a72382fa3131ef6bb9377a30003299743fa/rerun_sdk-0.17.0-cp38-abi3-manylinux_2_31_x86_64.whl name: rerun-sdk version: 0.17.0 - url: https://files.pythonhosted.org/packages/d9/74/6c1ff0c8dbe6da09ceb5ea838a72382fa3131ef6bb9377a30003299743fa/rerun_sdk-0.17.0-cp38-abi3-manylinux_2_31_x86_64.whl sha256: 9d41f1f475270b1e0d50ddb8cb62e0d828988f0c371ac8457af25c8be5aa1dc0 requires_dist: - attrs>=23.1.0 @@ -35712,10 +30360,9 @@ packages: - pytest==7.1.2 ; extra == 'tests' - rerun-notebook==0.17.0 ; extra == 'notebook' requires_python: '>=3.8,<3.13' -- kind: pypi +- pypi: rerun_py name: rerun-sdk version: 0.21.0a1+dev - path: rerun_py sha256: 47c3d5402bdc07984228039a79f4be949d93fce1ec565e64bbc1ff00b3bd928f requires_dist: - attrs>=23.1.0 @@ -35727,24 +30374,21 @@ packages: - rerun-notebook==0.21.0a1+dev ; extra == 'notebook' requires_python: '>=3.8' editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl name: rfc3339-validator version: 0.1.4 - url: https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl sha256: 24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa requires_dist: - six requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl name: rfc3986-validator version: 0.1.1 - url: https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl sha256: 2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: pypi +- pypi: examples/python/rgbd name: rgbd version: 0.1.0 - path: examples/python/rgbd sha256: b2ef153b0bedd672c3e0ce89b7be1f64f4344b2b75d71748899faea270383fa2 requires_dist: - numpy @@ -35753,27 +30397,18 @@ packages: - rerun-sdk - tqdm editable: true -- kind: conda - name: rhash - version: 1.4.5 - build: h7ab814d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.5-h7ab814d_0.conda - sha256: e6a3e9dbfcb5ad5d69a20c8ac237d37a282a95983314a28912fc54208c5db391 - md5: 352b210f81798ae1e2f25a98ef4b3b54 +- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda + sha256: 04677caac29ec64a5d41d0cca8dbec5f60fa166d5458ff5a4393e4dc08a4799e + md5: 9af0e7981755f09c81421946c4bcea04 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 177240 - timestamp: 1728886815751 -- kind: conda - name: rhash - version: 1.4.5 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.5-h86ecc28_0.conda + size: 186921 + timestamp: 1728886721623 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.5-h86ecc28_0.conda sha256: 82f3555c8f4fa76faf111622766457a8d17755bf493c0ac72ee59f4dad71d994 md5: 93bac703d92dafc337db454e6e93a520 depends: @@ -35783,12 +30418,7 @@ packages: purls: [] size: 201958 timestamp: 1728886717057 -- kind: conda - name: rhash - version: 1.4.5 - build: ha44c9a9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.5-ha44c9a9_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.5-ha44c9a9_0.conda sha256: 8680069a88f33e96046cf09c3c973074976064c5f13c282bf0e6d6a798f4f7ab md5: a7a3324229bba7fd1c06bcbbb26a420a depends: @@ -35798,26 +30428,19 @@ packages: purls: [] size: 178400 timestamp: 1728886821902 -- kind: conda - name: rhash - version: 1.4.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - sha256: 04677caac29ec64a5d41d0cca8dbec5f60fa166d5458ff5a4393e4dc08a4799e - md5: 9af0e7981755f09c81421946c4bcea04 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.5-h7ab814d_0.conda + sha256: e6a3e9dbfcb5ad5d69a20c8ac237d37a282a95983314a28912fc54208c5db391 + md5: 352b210f81798ae1e2f25a98ef4b3b54 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 186921 - timestamp: 1728886721623 -- kind: pypi + size: 177240 + timestamp: 1728886815751 +- pypi: https://files.pythonhosted.org/packages/67/91/5474b84e505a6ccc295b2d322d90ff6aa0746745717839ee0c5fb4fdcceb/rich-13.9.2-py3-none-any.whl name: rich version: 13.9.2 - url: https://files.pythonhosted.org/packages/67/91/5474b84e505a6ccc295b2d322d90ff6aa0746745717839ee0c5fb4fdcceb/rich-13.9.2-py3-none-any.whl sha256: 8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1 requires_dist: - ipywidgets>=7.5.1,<9 ; extra == 'jupyter' @@ -35825,59 +30448,47 @@ packages: - pygments>=2.13.0,<3.0.0 - typing-extensions>=4.0.0,<5.0 ; python_full_version < '3.11' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/0e/6a/2c9fdcc6d235ac0d61ec4fd9981184689c3e682abd05e3caa49bccb9c298/rpds_py-0.20.0-cp311-cp311-macosx_11_0_arm64.whl name: rpds-py version: 0.20.0 - url: https://files.pythonhosted.org/packages/0e/6a/2c9fdcc6d235ac0d61ec4fd9981184689c3e682abd05e3caa49bccb9c298/rpds_py-0.20.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 220002c1b846db9afd83371d08d239fdc865e8f8c5795bbaec20916a76db3318 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a7/e8/85835077b782555d6b3416874b702ea6ebd7db1f145283c9252968670dd5/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: rpds-py version: 0.20.0 - url: https://files.pythonhosted.org/packages/a7/e8/85835077b782555d6b3416874b702ea6ebd7db1f145283c9252968670dd5/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 5c1dc0f53856b9cc9a0ccca0a7cc61d3d20a7088201c0937f3f4048c1718a209 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ab/2a/191374c52d7be0b056cc2a04d718d2244c152f915d4a8d2db2aacc526189/rpds_py-0.20.0-cp311-cp311-macosx_10_12_x86_64.whl name: rpds-py version: 0.20.0 - url: https://files.pythonhosted.org/packages/ab/2a/191374c52d7be0b056cc2a04d718d2244c152f915d4a8d2db2aacc526189/rpds_py-0.20.0-cp311-cp311-macosx_10_12_x86_64.whl sha256: ac2f4f7a98934c2ed6505aead07b979e6f999389f16b714448fb39bbaa86a489 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cc/ec/77d0674f9af4872919f3738018558dd9d37ad3f7ad792d062eadd4af7cba/rpds_py-0.20.0-cp311-none-win_amd64.whl name: rpds-py version: 0.20.0 - url: https://files.pythonhosted.org/packages/cc/ec/77d0674f9af4872919f3738018558dd9d37ad3f7ad792d062eadd4af7cba/rpds_py-0.20.0-cp311-none-win_amd64.whl sha256: c638144ce971df84650d3ed0096e2ae7af8e62ecbbb7b201c8935c370df00a2c requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d2/b2/725487d29633f64ef8f9cbf4729111a0b61702c8f8e94db1653930f52cce/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: rpds-py version: 0.20.0 - url: https://files.pythonhosted.org/packages/d2/b2/725487d29633f64ef8f9cbf4729111a0b61702c8f8e94db1653930f52cce/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 8d7919548df3f25374a1f5d01fbcd38dacab338ef5f33e044744b5c36729c8db requires_python: '>=3.8' -- kind: pypi +- pypi: examples/python/rrt_star name: rrt-star version: 0.1.0 - path: examples/python/rrt_star sha256: 41993fc9e48ad077ad59ee5918ccc59c86628fd3d8ea4d36bd0706e9880ce6df requires_dist: - numpy - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl name: rsa version: '4.9' - url: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl sha256: 90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 requires_dist: - pyasn1>=0.1.3 requires_python: '>=3.6,<4' -- kind: conda - name: ruff - version: 0.3.5 - build: py311h7145743_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda sha256: 21d492a207c88672288668018ff931eea06c65625f2660fc4e4985e52243f4e8 md5: 476ec3ffa92e3178463c666a221b401b depends: @@ -35891,93 +30502,68 @@ packages: - pkg:pypi/ruff?source=hash-mapping size: 6286425 timestamp: 1711999691593 -- kind: conda - name: ruff - version: 0.3.5 - build: py311h8c97afb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.3.5-py311h8c97afb_0.conda - sha256: 1af91e59adc5bf40a8b5b0e1a2c369286c3e9388179dc76fc2760498a6f2c48c - md5: 8e1fe4c5e7bb5c9a585c57e8cec44d1a +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda + sha256: db0e13ff550e1afd405487d3aeb14dc534bca8bf62c297323e83a13fb67e92a8 + md5: c3dc02c8cc9a80ca0b34fc86b083e284 depends: - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - constrains: - - __osx >=11.0 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 5764786 - timestamp: 1712000852408 -- kind: conda - name: ruff - version: 0.3.5 - build: py311hc14472d_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda - sha256: 7800532c6daeb465b5847d532cd1244ae86dd1eb95878c28f378d3b0c85d5d47 - md5: d0c971d5173e4d2400ab21f7674d8055 + size: 5937629 + timestamp: 1711999839570 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.3.5-py311hfff7943_0.conda + sha256: 576c9a798ac3a78e8ea4cddd914f45aa7f1615a0e4393bf4cead8d9808ac97b6 + md5: b5410e0ebf58e4444b4659b1f3ee21fc depends: + - libcxx >=16 - 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 + constrains: + - __osx >=10.12 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 6257429 - timestamp: 1712000640263 -- kind: conda - name: ruff - version: 0.3.5 - build: py311he69e3a7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda - sha256: db0e13ff550e1afd405487d3aeb14dc534bca8bf62c297323e83a13fb67e92a8 - md5: c3dc02c8cc9a80ca0b34fc86b083e284 + size: 6083087 + timestamp: 1712000648440 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.3.5-py311h8c97afb_0.conda + sha256: 1af91e59adc5bf40a8b5b0e1a2c369286c3e9388179dc76fc2760498a6f2c48c + md5: 8e1fe4c5e7bb5c9a585c57e8cec44d1a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 + constrains: + - __osx >=11.0 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 5937629 - timestamp: 1711999839570 -- kind: conda - name: ruff - version: 0.3.5 - build: py311hfff7943_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.3.5-py311hfff7943_0.conda - sha256: 576c9a798ac3a78e8ea4cddd914f45aa7f1615a0e4393bf4cead8d9808ac97b6 - md5: b5410e0ebf58e4444b4659b1f3ee21fc + size: 5764786 + timestamp: 1712000852408 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda + sha256: 7800532c6daeb465b5847d532cd1244ae86dd1eb95878c28f378d3b0c85d5d47 + md5: d0c971d5173e4d2400ab21f7674d8055 depends: - - libcxx >=16 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - constrains: - - __osx >=10.12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 6083087 - timestamp: 1712000648440 -- kind: conda - name: s2n - version: 1.5.5 - build: h3931f03_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.5-h3931f03_0.conda + size: 6257429 + timestamp: 1712000640263 +- conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.5-h3931f03_0.conda sha256: a6fa0afa836f8f26dea0abc180ca2549bb517932d9a88a121e707135d4bcb715 md5: 334dba9982ab9f5d62033c61698a8683 depends: @@ -35989,12 +30575,7 @@ packages: purls: [] size: 353081 timestamp: 1728534228471 -- kind: conda - name: s2n - version: 1.5.5 - build: hc6ade00_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.5.5-hc6ade00_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.5.5-hc6ade00_0.conda sha256: 47e9783a3c2b44b2f718e7cda74c0170e6a8c145688eee76a4395ac06f6e5393 md5: 7238fdea17af79b5f6928ff278c70d52 depends: @@ -36005,10 +30586,9 @@ packages: purls: [] size: 349557 timestamp: 1728534230496 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/08/8c/ece3bf8756506a890bd980eca02f47f9d98dfbf5ce16eda1368f53560f67/safetensors-0.4.5-cp311-cp311-macosx_11_0_arm64.whl name: safetensors version: 0.4.5 - url: https://files.pythonhosted.org/packages/08/8c/ece3bf8756506a890bd980eca02f47f9d98dfbf5ce16eda1368f53560f67/safetensors-0.4.5-cp311-cp311-macosx_11_0_arm64.whl sha256: bb07000b19d41e35eecef9a454f31a8b4718a185293f0d0b1c4b61d6e4487971 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' @@ -36045,10 +30625,9 @@ packages: - safetensors[testing] ; extra == 'all' - safetensors[all] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/39/83/c4a7ce01d626e46ea2b45887f2e59b16441408031e2ce2f9fe01860c6946/safetensors-0.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: safetensors version: 0.4.5 - url: https://files.pythonhosted.org/packages/39/83/c4a7ce01d626e46ea2b45887f2e59b16441408031e2ce2f9fe01860c6946/safetensors-0.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 09dedf7c2fda934ee68143202acff6e9e8eb0ddeeb4cfc24182bef999efa9f42 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' @@ -36085,10 +30664,9 @@ packages: - safetensors[testing] ; extra == 'all' - safetensors[all] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6d/41/948c96c8a7e9fef57c2e051f1871c108a6dbbc6d285598bdb1d89b98617c/safetensors-0.4.5-cp311-none-win_amd64.whl name: safetensors version: 0.4.5 - url: https://files.pythonhosted.org/packages/6d/41/948c96c8a7e9fef57c2e051f1871c108a6dbbc6d285598bdb1d89b98617c/safetensors-0.4.5-cp311-none-win_amd64.whl sha256: cbd39cae1ad3e3ef6f63a6f07296b080c951f24cec60188378e43d3713000c04 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' @@ -36125,10 +30703,9 @@ packages: - safetensors[testing] ; extra == 'all' - safetensors[all] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9a/a5/25bcf75e373412daf1fd88045ab3aa8140a0d804ef0e70712c4f2c5b94d8/safetensors-0.4.5-cp311-cp311-macosx_10_12_x86_64.whl name: safetensors version: 0.4.5 - url: https://files.pythonhosted.org/packages/9a/a5/25bcf75e373412daf1fd88045ab3aa8140a0d804ef0e70712c4f2c5b94d8/safetensors-0.4.5-cp311-cp311-macosx_10_12_x86_64.whl sha256: 21f848d7aebd5954f92538552d6d75f7c1b4500f51664078b5b49720d180e47c requires_dist: - numpy>=1.21.6 ; extra == 'numpy' @@ -36165,10 +30742,9 @@ packages: - safetensors[testing] ; extra == 'all' - safetensors[all] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e6/ee/69e498a892f208bd1da4104d4b9be887f8611bf4942144718b6738482250/safetensors-0.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: safetensors version: 0.4.5 - url: https://files.pythonhosted.org/packages/e6/ee/69e498a892f208bd1da4104d4b9be887f8611bf4942144718b6738482250/safetensors-0.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: a6c19feda32b931cae0acd42748a670bdf56bee6476a046af20181ad3fee4090 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' @@ -36205,10 +30781,9 @@ packages: - safetensors[testing] ; extra == 'all' - safetensors[all] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3c/f6/be8b16d8ab6ebf19057877c2aec905cbd438dd92ca64b8efe9e9af008fa3/scikit_image-0.24.0-cp311-cp311-macosx_12_0_arm64.whl name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/3c/f6/be8b16d8ab6ebf19057877c2aec905cbd438dd92ca64b8efe9e9af008fa3/scikit_image-0.24.0-cp311-cp311-macosx_12_0_arm64.whl sha256: 190ebde80b4470fe8838764b9b15f232a964f1a20391663e31008d76f0c696f7 requires_dist: - numpy>=1.23 @@ -36272,10 +30847,9 @@ packages: - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/50/b2/d5e97115733e2dc657e99868ae0237705b79d0c81f6ced21b8f0799a30d1/scikit_image-0.24.0-cp311-cp311-win_amd64.whl name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/50/b2/d5e97115733e2dc657e99868ae0237705b79d0c81f6ced21b8f0799a30d1/scikit_image-0.24.0-cp311-cp311-win_amd64.whl sha256: dacf591ac0c272a111181afad4b788a27fe70d213cfddd631d151cbc34f8ca2c requires_dist: - numpy>=1.23 @@ -36339,10 +30913,9 @@ packages: - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/90/e3/564beb0c78bf83018a146dfcdc959c99c10a0d136480b932a350c852adbc/scikit_image-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/90/e3/564beb0c78bf83018a146dfcdc959c99c10a0d136480b932a350c852adbc/scikit_image-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 272909e02a59cea3ed4aa03739bb88df2625daa809f633f40b5053cf09241831 requires_dist: - numpy>=1.23 @@ -36406,10 +30979,9 @@ packages: - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ad/96/138484302b8ec9a69cdf65e8d4ab47a640a3b1a8ea3c437e1da3e1a5a6b8/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/ad/96/138484302b8ec9a69cdf65e8d4ab47a640a3b1a8ea3c437e1da3e1a5a6b8/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: fa27b3a0dbad807b966b8db2d78da734cb812ca4787f7fbb143764800ce2fa9c requires_dist: - numpy>=1.23 @@ -36473,10 +31045,9 @@ packages: - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b8/2e/3a949995f8fc2a65b15a4964373e26c5601cb2ea68f36b115571663e7a38/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/b8/2e/3a949995f8fc2a65b15a4964373e26c5601cb2ea68f36b115571663e7a38/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 59c98cc695005faf2b79904e4663796c977af22586ddf1b12d6af2fa22842dc2 requires_dist: - numpy>=1.23 @@ -36540,10 +31111,9 @@ packages: - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/17/1c/ccdd103cfcc9435a18819856fbbe0c20b8fa60bfc3343580de4be13f0668/scikit_learn-1.5.2-cp311-cp311-win_amd64.whl name: scikit-learn version: 1.5.2 - url: https://files.pythonhosted.org/packages/17/1c/ccdd103cfcc9435a18819856fbbe0c20b8fa60bfc3343580de4be13f0668/scikit_learn-1.5.2-cp311-cp311-win_amd64.whl sha256: 6c16d84a0d45e4894832b3c4d0bf73050939e21b99b01b6fd59cbb0cf39163b6 requires_dist: - numpy>=1.19.5 @@ -36602,10 +31172,9 @@ packages: - pooch>=1.6.0 ; extra == 'tests' - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/49/21/3723de321531c9745e40f1badafd821e029d346155b6c79704e0b7197552/scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: scikit-learn version: 1.5.2 - url: https://files.pythonhosted.org/packages/49/21/3723de321531c9745e40f1badafd821e029d346155b6c79704e0b7197552/scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: f8b0ccd4a902836493e026c03256e8b206656f91fbcc4fde28c57a5b752561f1 requires_dist: - numpy>=1.19.5 @@ -36664,10 +31233,9 @@ packages: - pooch>=1.6.0 ; extra == 'tests' - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4c/75/62e49f8a62bf3c60b0e64d0fce540578ee4f0e752765beb2e1dc7c6d6098/scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: scikit-learn version: 1.5.2 - url: https://files.pythonhosted.org/packages/4c/75/62e49f8a62bf3c60b0e64d0fce540578ee4f0e752765beb2e1dc7c6d6098/scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: f763897fe92d0e903aa4847b0aec0e68cadfff77e8a0687cabd946c89d17e675 requires_dist: - numpy>=1.19.5 @@ -36726,10 +31294,9 @@ packages: - pooch>=1.6.0 ; extra == 'tests' - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cd/7a/19fe32c810c5ceddafcfda16276d98df299c8649e24e84d4f00df4a91e01/scikit_learn-1.5.2-cp311-cp311-macosx_12_0_arm64.whl name: scikit-learn version: 1.5.2 - url: https://files.pythonhosted.org/packages/cd/7a/19fe32c810c5ceddafcfda16276d98df299c8649e24e84d4f00df4a91e01/scikit_learn-1.5.2-cp311-cp311-macosx_12_0_arm64.whl sha256: 1ff45e26928d3b4eb767a8f14a9a6efbf1cbff7c05d1fb0f95f211a89fd4f5de requires_dist: - numpy>=1.19.5 @@ -36788,10 +31355,9 @@ packages: - pooch>=1.6.0 ; extra == 'tests' - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ff/91/609961972f694cb9520c4c3d201e377a26583e1eb83bc5a334c893729214/scikit_learn-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl name: scikit-learn version: 1.5.2 - url: https://files.pythonhosted.org/packages/ff/91/609961972f694cb9520c4c3d201e377a26583e1eb83bc5a334c893729214/scikit_learn-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl sha256: 03b6158efa3faaf1feea3faa884c840ebd61b6484167c711548fce208ea09445 requires_dist: - numpy>=1.19.5 @@ -36850,13 +31416,12 @@ packages: - pooch>=1.6.0 ; extra == 'tests' - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/93/6b/701776d4bd6bdd9b629c387b5140f006185bd8ddea16788a44434376b98f/scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: scipy version: 1.14.1 - url: https://files.pythonhosted.org/packages/93/6b/701776d4bd6bdd9b629c387b5140f006185bd8ddea16788a44434376b98f/scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2 requires_dist: - - numpy<2.3,>=1.23.5 + - numpy>=1.23.5,<2.3 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -36872,7 +31437,7 @@ packages: - cython ; extra == 'test' - meson ; extra == 'test' - ninja ; sys_platform != 'emscripten' and extra == 'test' - - sphinx<=7.3.7,>=5.0.0 ; extra == 'doc' + - sphinx>=5.0.0,<=7.3.7 ; extra == 'doc' - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - sphinx-design>=0.4.0 ; extra == 'doc' - matplotlib>=3.5 ; extra == 'doc' @@ -36892,13 +31457,12 @@ packages: - doit>=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a7/c5/02ac82f9bb8f70818099df7e86c3ad28dae64e1347b421d8e3adf26acab6/scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl name: scipy version: 1.14.1 - url: https://files.pythonhosted.org/packages/a7/c5/02ac82f9bb8f70818099df7e86c3ad28dae64e1347b421d8e3adf26acab6/scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl sha256: c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2 requires_dist: - - numpy<2.3,>=1.23.5 + - numpy>=1.23.5,<2.3 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -36914,7 +31478,7 @@ packages: - cython ; extra == 'test' - meson ; extra == 'test' - ninja ; sys_platform != 'emscripten' and extra == 'test' - - sphinx<=7.3.7,>=5.0.0 ; extra == 'doc' + - sphinx>=5.0.0,<=7.3.7 ; extra == 'doc' - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - sphinx-design>=0.4.0 ; extra == 'doc' - matplotlib>=3.5 ; extra == 'doc' @@ -36934,13 +31498,12 @@ packages: - doit>=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b2/ab/070ccfabe870d9f105b04aee1e2860520460ef7ca0213172abfe871463b9/scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl name: scipy version: 1.14.1 - url: https://files.pythonhosted.org/packages/b2/ab/070ccfabe870d9f105b04aee1e2860520460ef7ca0213172abfe871463b9/scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl sha256: 2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675 requires_dist: - - numpy<2.3,>=1.23.5 + - numpy>=1.23.5,<2.3 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -36956,7 +31519,7 @@ packages: - cython ; extra == 'test' - meson ; extra == 'test' - ninja ; sys_platform != 'emscripten' and extra == 'test' - - sphinx<=7.3.7,>=5.0.0 ; extra == 'doc' + - sphinx>=5.0.0,<=7.3.7 ; extra == 'doc' - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - sphinx-design>=0.4.0 ; extra == 'doc' - matplotlib>=3.5 ; extra == 'doc' @@ -36976,13 +31539,12 @@ packages: - doit>=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c2/4b/b44bee3c2ddc316b0159b3d87a3d467ef8d7edfd525e6f7364a62cd87d90/scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: scipy version: 1.14.1 - url: https://files.pythonhosted.org/packages/c2/4b/b44bee3c2ddc316b0159b3d87a3d467ef8d7edfd525e6f7364a62cd87d90/scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37 requires_dist: - - numpy<2.3,>=1.23.5 + - numpy>=1.23.5,<2.3 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -36998,7 +31560,7 @@ packages: - cython ; extra == 'test' - meson ; extra == 'test' - ninja ; sys_platform != 'emscripten' and extra == 'test' - - sphinx<=7.3.7,>=5.0.0 ; extra == 'doc' + - sphinx>=5.0.0,<=7.3.7 ; extra == 'doc' - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - sphinx-design>=0.4.0 ; extra == 'doc' - matplotlib>=3.5 ; extra == 'doc' @@ -37018,13 +31580,12 @@ packages: - doit>=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ea/c2/5ecadc5fcccefaece775feadcd795060adf5c3b29a883bff0e678cfe89af/scipy-1.14.1-cp311-cp311-win_amd64.whl name: scipy version: 1.14.1 - url: https://files.pythonhosted.org/packages/ea/c2/5ecadc5fcccefaece775feadcd795060adf5c3b29a883bff0e678cfe89af/scipy-1.14.1-cp311-cp311-win_amd64.whl sha256: 716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94 requires_dist: - - numpy<2.3,>=1.23.5 + - numpy>=1.23.5,<2.3 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -37040,7 +31601,7 @@ packages: - cython ; extra == 'test' - meson ; extra == 'test' - ninja ; sys_platform != 'emscripten' and extra == 'test' - - sphinx<=7.3.7,>=5.0.0 ; extra == 'doc' + - sphinx>=5.0.0,<=7.3.7 ; extra == 'doc' - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - sphinx-design>=0.4.0 ; extra == 'doc' - matplotlib>=3.5 ; extra == 'doc' @@ -37060,19 +31621,17 @@ packages: - doit>=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl name: secretstorage version: 3.3.3 - url: https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl sha256: f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99 requires_dist: - cryptography>=2.0 - jeepney>=0.6 requires_python: '>=3.6' -- kind: pypi +- pypi: git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf name: segment-anything version: '1.0' - url: git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf requires_dist: - matplotlib ; extra == 'all' - pycocotools ; extra == 'all' @@ -37083,10 +31642,9 @@ packages: - isort ; extra == 'dev' - black ; extra == 'dev' - mypy ; extra == 'dev' -- kind: pypi +- pypi: examples/python/segment_anything_model name: segment-anything-model version: 0.1.0 - path: examples/python/segment_anything_model sha256: 85bc241bedf212c63a39d0251a9dcc0fb3a435087a024d4eafd7f49342a75926 requires_dist: - segment-anything @ git+https://github.com/facebookresearch/segment-anything.git @@ -37098,13 +31656,7 @@ packages: - torchvision - tqdm editable: true -- kind: conda - name: semver - version: 2.13.0 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 sha256: 673ef5ef04cef60c3584b1d9b81024646b9d9a4c50749356c7ba5cede755e61d md5: 2cab9f3a9683cb40a2176ccaf76e66c6 depends: @@ -37115,21 +31667,19 @@ packages: - pkg:pypi/semver?source=hash-mapping size: 15712 timestamp: 1603697876069 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl name: send2trash version: 1.8.3 - url: https://files.pythonhosted.org/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl sha256: 0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9 requires_dist: - pyobjc-framework-cocoa ; sys_platform == 'darwin' and extra == 'nativelib' - pywin32 ; sys_platform == 'win32' and extra == 'nativelib' - pyobjc-framework-cocoa ; sys_platform == 'darwin' and extra == 'objc' - pywin32 ; sys_platform == 'win32' and extra == 'win32' - requires_python: '!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7' -- kind: pypi + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*' +- pypi: https://files.pythonhosted.org/packages/31/2d/90165d51ecd38f9a02c6832198c13a4e48652485e2ccf863ebb942c531b6/setuptools-75.2.0-py3-none-any.whl name: setuptools version: 75.2.0 - url: https://files.pythonhosted.org/packages/31/2d/90165d51ecd38f9a02c6832198c13a4e48652485e2ccf863ebb942c531b6/setuptools-75.2.0-py3-none-any.whl sha256: a7fcb66f68b4d9e8e66b42f9876150a3371558f98fa32222ffaa5bced76406f8 requires_dist: - pytest-checkdocs>=2.4 ; extra == 'check' @@ -37159,11 +31709,11 @@ packages: - sphinx-inline-tabs ; extra == 'doc' - sphinx-reredirects ; extra == 'doc' - sphinxcontrib-towncrier ; extra == 'doc' - - sphinx-notfound-page<2,>=1 ; extra == 'doc' + - sphinx-notfound-page>=1,<2 ; extra == 'doc' - pyproject-hooks!=1.1 ; extra == 'doc' - towncrier<24.7 ; extra == 'doc' - pytest-enabler>=2.2 ; extra == 'enabler' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - virtualenv>=13.0.0 ; extra == 'test' - wheel>=0.44.0 ; extra == 'test' - pip>=19.1 ; extra == 'test' @@ -37187,13 +31737,7 @@ packages: - importlib-metadata>=7.0.2 ; python_full_version < '3.10' and extra == 'type' - jaraco-develop>=7.21 ; sys_platform != 'cygwin' and extra == 'type' requires_python: '>=3.8' -- kind: conda - name: setuptools - version: 75.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda sha256: 6725235722095c547edd24275053c615158d6163f396550840aebd6e209e4738 md5: d5cd48392c67fb6849ba459c2c2b671f depends: @@ -37204,13 +31748,12 @@ packages: - pkg:pypi/setuptools?source=hash-mapping size: 777462 timestamp: 1727249510532 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/25/aa/53f145e5a610a49af9ac49f2f1be1ec8659ebd5c393d66ac94e57c83b00e/shapely-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: shapely version: 2.0.6 - url: https://files.pythonhosted.org/packages/25/aa/53f145e5a610a49af9ac49f2f1be1ec8659ebd5c393d66ac94e57c83b00e/shapely-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: b3dc9fb0eb56498912025f5eb352b5126f04801ed0e8bdbd867d21bdbfd7cbd0 requires_dist: - - numpy<3,>=1.14 + - numpy>=1.14,<3 - numpydoc==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' @@ -37219,13 +31762,12 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/15/269d8e1f7f658a37e61f7028683c546f520e4e7cedba1e32c77ff9d3a3c7/shapely-2.0.6-cp311-cp311-macosx_10_9_x86_64.whl name: shapely version: 2.0.6 - url: https://files.pythonhosted.org/packages/37/15/269d8e1f7f658a37e61f7028683c546f520e4e7cedba1e32c77ff9d3a3c7/shapely-2.0.6-cp311-cp311-macosx_10_9_x86_64.whl sha256: 5aeb0f51a9db176da9a30cb2f4329b6fbd1e26d359012bb0ac3d3c7781667a9e requires_dist: - - numpy<3,>=1.14 + - numpy>=1.14,<3 - numpydoc==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' @@ -37234,13 +31776,12 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/37/63/e182e43081fffa0a2d970c480f2ef91647a6ab94098f61748c23c2a485f2/shapely-2.0.6-cp311-cp311-macosx_11_0_arm64.whl name: shapely version: 2.0.6 - url: https://files.pythonhosted.org/packages/37/63/e182e43081fffa0a2d970c480f2ef91647a6ab94098f61748c23c2a485f2/shapely-2.0.6-cp311-cp311-macosx_11_0_arm64.whl sha256: 9a7a78b0d51257a367ee115f4d41ca4d46edbd0dd280f697a8092dd3989867b2 requires_dist: - - numpy<3,>=1.14 + - numpy>=1.14,<3 - numpydoc==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' @@ -37249,13 +31790,12 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6e/5a/d019f69449329dcd517355444fdb9ddd58bec5e080b8bdba007e8e4c546d/shapely-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: shapely version: 2.0.6 - url: https://files.pythonhosted.org/packages/6e/5a/d019f69449329dcd517355444fdb9ddd58bec5e080b8bdba007e8e4c546d/shapely-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: f32c23d2f43d54029f986479f7c1f6e09c6b3a19353a3833c2ffb226fb63a855 requires_dist: - - numpy<3,>=1.14 + - numpy>=1.14,<3 - numpydoc==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' @@ -37264,13 +31804,12 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b1/5a/6a67d929c467a1973b6bb9f0b00159cc343b02bf9a8d26db1abd2f87aa23/shapely-2.0.6-cp311-cp311-win_amd64.whl name: shapely version: 2.0.6 - url: https://files.pythonhosted.org/packages/b1/5a/6a67d929c467a1973b6bb9f0b00159cc343b02bf9a8d26db1abd2f87aa23/shapely-2.0.6-cp311-cp311-win_amd64.whl sha256: c02eb6bf4cfb9fe6568502e85bb2647921ee49171bcd2d4116c7b3109724ef9b requires_dist: - - numpy<3,>=1.14 + - numpy>=1.14,<3 - numpydoc==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' @@ -37279,24 +31818,21 @@ packages: - pytest ; extra == 'test' - pytest-cov ; extra == 'test' requires_python: '>=3.7' -- kind: pypi +- pypi: examples/python/shared_recording name: shared-recording version: 0.1.0 - path: examples/python/shared_recording sha256: 6f605379e813578a2304663522ed82ab2fd6486cee725b969abd533b5ac8072f requires_dist: - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl name: shellingham version: 1.5.4 - url: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl sha256: 7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686 requires_python: '>=3.7' -- kind: pypi +- pypi: examples/python/signed_distance_fields name: signed-distance-fields version: 0.1.0 - path: examples/python/signed_distance_fields sha256: 32880a8a3883c6aa03c709fe9138ba6b939633562ff98ca27fc22afc3d69f08a requires_dist: - mesh-to-sdf @ git+https://github.com/marian42/mesh_to_sdf.git @@ -37306,79 +31842,57 @@ packages: - scikit-learn>=1.1.3 - trimesh==3.15.2 editable: true -- kind: conda - name: sigtool - version: 0.1.3 - build: h44b9a77_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2 - sha256: 70791ae00a3756830cb50451db55f63e2a42a2fa2a8f1bab1ebd36bbb7d55bff - md5: 4a2cac04f86a4540b8c9b8d8f597848f +- conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 + sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf + md5: fbfb84b9de9a6939cb165c02c69b1865 depends: - openssl >=3.0.0,<4.0a0 license: MIT license_family: MIT purls: [] - size: 210264 - timestamp: 1643442231687 -- kind: conda - name: sigtool - version: 0.1.3 - build: h88f4db0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 - sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf - md5: fbfb84b9de9a6939cb165c02c69b1865 + size: 213817 + timestamp: 1643442169866 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2 + sha256: 70791ae00a3756830cb50451db55f63e2a42a2fa2a8f1bab1ebd36bbb7d55bff + md5: 4a2cac04f86a4540b8c9b8d8f597848f depends: - openssl >=3.0.0,<4.0a0 license: MIT license_family: MIT purls: [] - size: 213817 - timestamp: 1643442169866 -- kind: pypi + size: 210264 + timestamp: 1643442231687 +- pypi: https://files.pythonhosted.org/packages/65/be/d8ab9717f471be3c114f16abd8be21d9a6a0a09b9b49177d93d64d3717d9/simplejson-3.19.3-cp311-cp311-win_amd64.whl name: simplejson version: 3.19.3 - url: https://files.pythonhosted.org/packages/65/be/d8ab9717f471be3c114f16abd8be21d9a6a0a09b9b49177d93d64d3717d9/simplejson-3.19.3-cp311-cp311-win_amd64.whl sha256: c9bedebdc5fdad48af8783022bae307746d54006b783007d1d3c38e10872a2c6 requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ab/4d/15718f20cb0e3875b8af9597d6bb3bfbcf1383834b82b6385ee9ac0b72a9/simplejson-3.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: simplejson version: 3.19.3 - url: https://files.pythonhosted.org/packages/ab/4d/15718f20cb0e3875b8af9597d6bb3bfbcf1383834b82b6385ee9ac0b72a9/simplejson-3.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 5d9e8f836688a8fabe6a6b41b334aa550a6823f7b4ac3d3712fc0ad8655be9a8 requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ac/ae/a06523928af3a6783e2638cd4f6035c3e32de1c1063d563d9060c8d2f1ad/simplejson-3.19.3-cp311-cp311-macosx_10_9_x86_64.whl name: simplejson version: 3.19.3 - url: https://files.pythonhosted.org/packages/ac/ae/a06523928af3a6783e2638cd4f6035c3e32de1c1063d563d9060c8d2f1ad/simplejson-3.19.3-cp311-cp311-macosx_10_9_x86_64.whl sha256: 934a50a614fb831614db5dbfba35127ee277624dda4d15895c957d2f5d48610c requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b7/d4/850948bcbcfe0b4a6c69dfde10e245d3a1ea45252f16a1e2308a3b06b1da/simplejson-3.19.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: simplejson version: 3.19.3 - url: https://files.pythonhosted.org/packages/b7/d4/850948bcbcfe0b4a6c69dfde10e245d3a1ea45252f16a1e2308a3b06b1da/simplejson-3.19.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: c4f614581b61a26fbbba232a1391f6cee82bc26f2abbb6a0b44a9bba25c56a1c requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c3/58/fea732e48a7540035fe46d39e6fd77679f5810311d31da8661ce7a18210a/simplejson-3.19.3-cp311-cp311-macosx_11_0_arm64.whl name: simplejson version: 3.19.3 - url: https://files.pythonhosted.org/packages/c3/58/fea732e48a7540035fe46d39e6fd77679f5810311d31da8661ce7a18210a/simplejson-3.19.3-cp311-cp311-macosx_11_0_arm64.whl sha256: 212fce86a22188b0c7f53533b0f693ea9605c1a0f02c84c475a30616f55a744d requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl name: six version: 1.16.0 - url: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl sha256: 8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*' -- kind: conda - name: smmap - version: 5.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 md5: 62f26a3d1387acee31322208f0cfa3e0 depends: @@ -37389,61 +31903,40 @@ packages: - pkg:pypi/smmap?source=hash-mapping size: 22483 timestamp: 1634310465482 -- kind: conda - name: snappy - version: 1.2.1 - build: h1088aeb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f - md5: e4ed5b015f525b56f95c26d85a4ea208 +- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f + md5: 6b7dcc7349efd123d493d2dbe85a045f depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 42888 - timestamp: 1720003817527 -- kind: conda - name: snappy - version: 1.2.1 - build: h23299a8_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 - md5: 7635a408509e20dcfc7653ca305ad799 + size: 42465 + timestamp: 1720003704360 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f + md5: e4ed5b015f525b56f95c26d85a4ea208 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 59350 - timestamp: 1720004197144 -- kind: conda - name: snappy - version: 1.2.1 - build: ha2e4443_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f - md5: 6b7dcc7349efd123d493d2dbe85a045f + size: 42888 + timestamp: 1720003817527 +- conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 + md5: ddceef5df973c8ff7d6b32353c0cb358 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=10.13 + - libcxx >=16 license: BSD-3-Clause license_family: BSD purls: [] - size: 42465 - timestamp: 1720003704360 -- kind: conda - name: snappy - version: 1.2.1 - build: hd02b534_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + size: 37036 + timestamp: 1720003862906 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 md5: 69d0f9694f3294418ee935da3d5f7272 depends: @@ -37454,112 +31947,76 @@ packages: purls: [] size: 35708 timestamp: 1720003794374 -- kind: conda - name: snappy - version: 1.2.1 - build: he1e6707_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 - md5: ddceef5df973c8ff7d6b32353c0cb358 +- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 + md5: 7635a408509e20dcfc7653ca305ad799 depends: - - __osx >=10.13 - - libcxx >=16 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 37036 - timestamp: 1720003862906 -- kind: pypi + size: 59350 + timestamp: 1720004197144 +- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl name: sniffio version: 1.3.1 - url: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl sha256: 2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/06/d1/464b5fca3decdd0cfec8c47f7b4161a0b12972453201c1bf03811f367c5e/sounddevice-0.5.1-py3-none-any.whl name: sounddevice version: 0.5.1 - url: https://files.pythonhosted.org/packages/06/d1/464b5fca3decdd0cfec8c47f7b4161a0b12972453201c1bf03811f367c5e/sounddevice-0.5.1-py3-none-any.whl sha256: e2017f182888c3f3c280d9fbac92e5dbddac024a7e3442f6e6116bd79dab8a9c requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6f/f6/6703fe7cf3d7b7279040c792aeec6334e7305956aba4a80f23e62c8fdc44/sounddevice-0.5.1-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl name: sounddevice version: 0.5.1 - url: https://files.pythonhosted.org/packages/6f/f6/6703fe7cf3d7b7279040c792aeec6334e7305956aba4a80f23e62c8fdc44/sounddevice-0.5.1-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl sha256: d16cb23d92322526a86a9490c427bf8d49e273d9ccc0bd096feecd229cde6031 requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/af/9b/15217b04f3b36d30de55fef542389d722de63f1ad81f9c72d8afc98cb6ab/sounddevice-0.5.1-py3-none-win_amd64.whl name: sounddevice version: 0.5.1 - url: https://files.pythonhosted.org/packages/af/9b/15217b04f3b36d30de55fef542389d722de63f1ad81f9c72d8afc98cb6ab/sounddevice-0.5.1-py3-none-win_amd64.whl sha256: 4313b63f2076552b23ac3e0abd3bcfc0c1c6a696fc356759a13bd113c9df90f1 requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl name: soupsieve version: '2.6' - url: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/89/d2/4642eb80e3c5a9a00bf8a2ae5cb9390aadfd2a491f161d26a014afa63c4a/sphobjinv-2.3.1-py3-none-any.whl name: sphobjinv version: 2.3.1 - url: https://files.pythonhosted.org/packages/89/d2/4642eb80e3c5a9a00bf8a2ae5cb9390aadfd2a491f161d26a014afa63c4a/sphobjinv-2.3.1-py3-none-any.whl sha256: f3efe68bb0ba6e32cb50df064fe6349b8f94681589b400dea753a2860dd576b5 requires_dist: - attrs>=19.2 - certifi - jsonschema>=3.0 requires_python: '>=3.6' -- kind: conda - name: sqlite - version: 3.46.1 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.1-h2466b09_0.conda - sha256: fdee2e0c16ece695fde231d80242121b5ff610a4f66164f931e2a7622815c3ae - md5: 19c50225f5fbbb15d80063a68e52c8bb - depends: - - libsqlite 3.46.1 h2466b09_0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - purls: [] - size: 886067 - timestamp: 1725354209514 -- kind: conda - name: sqlite - version: 3.46.1 - build: h3b4c4e4_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.1-h3b4c4e4_0.conda - sha256: 91c8becaddc4593adba50eb27c4e47deafd879cfc3a569cc6db767b5ee6d8146 - md5: 78996531776f6a277cac5a14cf590b6a +- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.1-h9eae976_0.conda + sha256: 8c6245f988a2e1f4eef8456726b9cc46f2462448e61daa4bad2f9e4ca601598a + md5: b2b3e737da0ae347e16ef1970a5d3f14 depends: - - __osx >=11.0 - - libsqlite 3.46.1 hc14010f_0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsqlite 3.46.1 hadc24fc_0 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 822440 - timestamp: 1725353761204 -- kind: conda - name: sqlite - version: 3.46.1 - build: h578a6b9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.1-h578a6b9_0.conda + size: 859188 + timestamp: 1725353670478 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.1-h578a6b9_0.conda sha256: ae45a7f2aefff9570f9330c0c167085228dadc7754c634a949358b7ef6f4a723 md5: 6eed5c8ca8a58cd77a6f515997a4173a depends: @@ -37572,31 +32029,7 @@ packages: purls: [] size: 1068759 timestamp: 1725354119401 -- kind: conda - name: sqlite - version: 3.46.1 - build: h9eae976_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.1-h9eae976_0.conda - sha256: 8c6245f988a2e1f4eef8456726b9cc46f2462448e61daa4bad2f9e4ca601598a - md5: b2b3e737da0ae347e16ef1970a5d3f14 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libsqlite 3.46.1 hadc24fc_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - purls: [] - size: 859188 - timestamp: 1725353670478 -- kind: conda - name: sqlite - version: 3.46.1 - build: he26b093_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.1-he26b093_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.1-he26b093_0.conda sha256: 668dcc8c38aabf42de440f682de4afe11f390b1dc5b49e09b34501bbf19571c8 md5: 56a8cc349cf8e2310ee0e52f90247dab depends: @@ -37609,10 +32042,34 @@ packages: purls: [] size: 912164 timestamp: 1725353686354 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.1-h3b4c4e4_0.conda + sha256: 91c8becaddc4593adba50eb27c4e47deafd879cfc3a569cc6db767b5ee6d8146 + md5: 78996531776f6a277cac5a14cf590b6a + depends: + - __osx >=11.0 + - libsqlite 3.46.1 hc14010f_0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense + purls: [] + size: 822440 + timestamp: 1725353761204 +- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.1-h2466b09_0.conda + sha256: fdee2e0c16ece695fde231d80242121b5ff610a4f66164f931e2a7622815c3ae + md5: 19c50225f5fbbb15d80063a68e52c8bb + depends: + - libsqlite 3.46.1 h2466b09_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Unlicense + purls: [] + size: 886067 + timestamp: 1725354209514 +- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl name: stack-data version: 0.6.3 - url: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl sha256: d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695 requires_dist: - executing>=1.2.0 @@ -37623,23 +32080,20 @@ packages: - pygments ; extra == 'tests' - littleutils ; extra == 'tests' - cython ; extra == 'tests' -- kind: pypi +- pypi: examples/python/stdio name: stdio version: 0.1.0 - path: examples/python/stdio sha256: 15fb60d3e1c8b7b2d1a4dfcc223bddb267451e8ef7534d42f663d116166d92e2 requires_dist: - rerun-sdk editable: true -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz name: stringcase version: 1.2.0 - url: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz sha256: 48a06980661908efe8d9d34eab2b6c13aefa2163b3ced26972902e3bdfd87008 -- kind: pypi +- pypi: examples/python/structure_from_motion name: structure-from-motion version: 0.1.0 - path: examples/python/structure_from_motion sha256: b20b79aa7bb2b4225b37d3cb28872a70dc7e9ab2ca9ab138b90d60fc8d7b4c15 requires_dist: - opencv-python>4.6 @@ -37648,12 +32102,7 @@ packages: - rerun-sdk - tqdm editable: true -- kind: conda - name: svt-av1 - version: 2.2.1 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.2.1-h5888daf_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.2.1-h5888daf_0.conda sha256: a1c197ea17dac43ad6c223e42d78726b9f37f31f63d65e0c062e418cb98c7a8f md5: 0d9c441855be3d8dfdb2e800fe755059 depends: @@ -37665,12 +32114,7 @@ packages: purls: [] size: 2404332 timestamp: 1724459503486 -- kind: conda - name: svt-av1 - version: 2.2.1 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.2.1-h5ad3122_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.2.1-h5ad3122_0.conda sha256: f8b36c7a715b5069a802502e3cae788dd2ef2ec29d09dfa28a5c81265d7649d7 md5: 8c8509c168215d15d790fb5ad5c2e69a depends: @@ -37681,28 +32125,7 @@ packages: purls: [] size: 1769578 timestamp: 1724459367826 -- kind: conda - name: svt-av1 - version: 2.2.1 - build: ha39b806_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.2.1-ha39b806_0.conda - sha256: 4199d3344d4f305e2d9c5f2fd58d4ac744b08565ee0ea8c08944e3fc9129ad76 - md5: b2761a20146810d3c03380576ae5c4fb - depends: - - __osx >=11.0 - - libcxx >=17 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 1326484 - timestamp: 1724459521607 -- kind: conda - name: svt-av1 - version: 2.2.1 - build: hac325c4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.2.1-hac325c4_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.2.1-hac325c4_0.conda sha256: 9e229a7e34d0526c9e52bac85e3aa4c3d8c25df4f8618274bc135f9c19140a5d md5: 07799aecfd86318fa5b4c5202b7acdce depends: @@ -37713,12 +32136,18 @@ packages: purls: [] size: 2153628 timestamp: 1724459465920 -- kind: conda - name: svt-av1 - version: 2.2.1 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.2.1-he0c23c2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.2.1-ha39b806_0.conda + sha256: 4199d3344d4f305e2d9c5f2fd58d4ac744b08565ee0ea8c08944e3fc9129ad76 + md5: b2761a20146810d3c03380576ae5c4fb + depends: + - __osx >=11.0 + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 1326484 + timestamp: 1724459521607 +- conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.2.1-he0c23c2_0.conda sha256: 79985e6ea3e93f8e6a71f06dbe7ca1f5f61c1948b7a45d1d5ac7e71f46461cad md5: c34bbf7ec0696702f361d1c791ed3246 depends: @@ -37730,24 +32159,16 @@ packages: purls: [] size: 1704957 timestamp: 1724459941490 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl name: sympy version: 1.13.3 - url: https://files.pythonhosted.org/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl sha256: 54612cf55a62755ee71824ce692986f23c88ffa77207b30c1368eda4a7060f73 requires_dist: - - mpmath<1.4,>=1.1.0 + - mpmath>=1.1.0,<1.4 - pytest>=7.1.0 ; extra == 'dev' - hypothesis>=6.70.0 ; extra == 'dev' requires_python: '>=3.8' -- kind: conda - name: sysroot_linux-64 - version: '2.17' - build: h4a8ded7_17 - build_number: 17 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h4a8ded7_17.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h4a8ded7_17.conda sha256: 5629b0e93c8e9fb9152de46e244d32ff58184b2cbf0f67757826a9610f3d1a21 md5: f58cb23983633068700a756f0b5f165a depends: @@ -37758,14 +32179,7 @@ packages: purls: [] size: 15141219 timestamp: 1727437660028 -- kind: conda - name: sysroot_linux-aarch64 - version: '2.17' - build: h5b4a56d_17 - build_number: 17 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_17.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_17.conda sha256: 961f96d6031e73a6ccc5f162ba4732f091084d293f052e0f52b2cbf42457390d md5: 55f7fbd62e213daa84bc717a45c33332 depends: @@ -37776,29 +32190,7 @@ packages: purls: [] size: 15921991 timestamp: 1727437634601 -- kind: conda - name: tapi - version: 1300.6.5 - build: h03f4b80_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1300.6.5-h03f4b80_0.conda - sha256: 37cd4f62ec023df8a6c6f9f6ffddde3d6620a83cbcab170a8fff31ef944402e5 - md5: b703bc3e6cba5943acf0e5f987b5d0e2 - depends: - - __osx >=11.0 - - libcxx >=17.0.0.a0 - - ncurses >=6.5,<7.0a0 - license: NCSA - license_family: MIT - purls: [] - size: 207679 - timestamp: 1725491499758 -- kind: conda - name: tapi - version: 1300.6.5 - build: h390ca13_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tapi-1300.6.5-h390ca13_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/tapi-1300.6.5-h390ca13_0.conda sha256: f97372a1c75b749298cb990405a690527e8004ff97e452ed2c59e4bc6a35d132 md5: c6ee25eb54accb3f1c8fc39203acfaf1 depends: @@ -37810,29 +32202,19 @@ packages: purls: [] size: 221236 timestamp: 1725491044729 -- kind: conda - name: taplo - version: 0.9.1 - build: h16c8c8b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda - sha256: 3a387ea7779d061d28af0426d1249fe81f798f35a2d0cb979a6ff84525187667 - md5: 8171587b7a366dbbaab309ae1c45bd93 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1300.6.5-h03f4b80_0.conda + sha256: 37cd4f62ec023df8a6c6f9f6ffddde3d6620a83cbcab170a8fff31ef944402e5 + md5: b703bc3e6cba5943acf0e5f987b5d0e2 depends: - - openssl >=3.2.1,<4.0a0 - constrains: - __osx >=11.0 - license: MIT + - libcxx >=17.0.0.a0 + - ncurses >=6.5,<7.0a0 + license: NCSA license_family: MIT purls: [] - size: 3560280 - timestamp: 1710793219601 -- kind: conda - name: taplo - version: 0.9.1 - build: h1ff36dd_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda + size: 207679 + timestamp: 1725491499758 +- conda: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda sha256: 82b3528f63ae71e0158fdbf8b66e66f619cb70584c471f3d89a2ee6fd44ef20b md5: 29207c9b716932300221e5acd0b310f7 depends: @@ -37843,12 +32225,18 @@ packages: purls: [] size: 3877123 timestamp: 1710792099600 -- kind: conda - name: taplo - version: 0.9.1 - build: h236d3af_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda + sha256: dbcd4fa63270cef1c777cdbba2b697845704470bb7f3011e2b1b318fb9eb59b7 + md5: 0cf5ee26646e7780a0f89e0fbeac329e + depends: + - libgcc-ng >=12 + - openssl >=3.2.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 3717546 + timestamp: 1710801928738 +- conda: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda sha256: 3e9032084b3f8d686b15f67500323ae2cae5637dc427b309b661a30026d8f00c md5: 02c8d9c54b2887c5456fb7a0ecec62f3 depends: @@ -37860,12 +32248,19 @@ packages: purls: [] size: 3773670 timestamp: 1710793055293 -- kind: conda - name: taplo - version: 0.9.1 - build: h7f3b576_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda + sha256: 3a387ea7779d061d28af0426d1249fe81f798f35a2d0cb979a6ff84525187667 + md5: 8171587b7a366dbbaab309ae1c45bd93 + depends: + - openssl >=3.2.1,<4.0a0 + constrains: + - __osx >=11.0 + license: MIT + license_family: MIT + purls: [] + size: 3560280 + timestamp: 1710793219601 +- conda: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda sha256: 7ef6b5f23fd749fde17628793e4e76e36395b9645a3d3b8b0fa5a4d9b2b9ccfb md5: 0a798b7bf999885c00e40fcb0cfe7136 depends: @@ -37876,28 +32271,20 @@ packages: purls: [] size: 3924159 timestamp: 1710794002174 -- kind: conda - name: taplo - version: 0.9.1 - build: hb8f9562_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda - sha256: dbcd4fa63270cef1c777cdbba2b697845704470bb7f3011e2b1b318fb9eb59b7 - md5: 0cf5ee26646e7780a0f89e0fbeac329e +- conda: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h84d6215_0.conda + sha256: 7d4d3ad608dc6ae5a7e0f431f784985398a18bcde2ba3ce19cc32f61e2defd98 + md5: ee6f7fd1e76061ef1fa307d41fa86a96 depends: - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libhwloc >=2.11.1,<2.11.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 3717546 - timestamp: 1710801928738 -- kind: conda - name: tbb - version: 2021.13.0 - build: h17cf362_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tbb-2021.13.0-h17cf362_0.conda + size: 175779 + timestamp: 1725532539822 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tbb-2021.13.0-h17cf362_0.conda sha256: 7961f725106210e904741a5668cb2f4ad975d337c4dad1810bf7adee299a6a78 md5: dc63ae8c472c97bccc9607ece78116db depends: @@ -37909,12 +32296,7 @@ packages: purls: [] size: 143697 timestamp: 1725533999201 -- kind: conda - name: tbb - version: 2021.13.0 - build: h37c8870_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.13.0-h37c8870_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/tbb-2021.13.0-h37c8870_0.conda sha256: 9a20a60ebf743f99e38a7be049f8ca90f264851c13dc8cb41eb09d854a631e31 md5: 89742f5ac7aeb5c44ec2b4c3c6692c3c depends: @@ -37926,12 +32308,7 @@ packages: purls: [] size: 159453 timestamp: 1725532728568 -- kind: conda - name: tbb - version: 2021.13.0 - build: h7b3277c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.13.0-h7b3277c_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tbb-2021.13.0-h7b3277c_0.conda sha256: 4a16118d5f71da9e8177921be996da87112a55fe53a700ab5dffe14ae2b6ecba md5: a8a0feb11d51d4a0a2e56fbd53c628cf depends: @@ -37943,30 +32320,7 @@ packages: purls: [] size: 115213 timestamp: 1725532720037 -- kind: conda - name: tbb - version: 2021.13.0 - build: h84d6215_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h84d6215_0.conda - sha256: 7d4d3ad608dc6ae5a7e0f431f784985398a18bcde2ba3ce19cc32f61e2defd98 - md5: ee6f7fd1e76061ef1fa307d41fa86a96 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libhwloc >=2.11.1,<2.11.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 175779 - timestamp: 1725532539822 -- kind: conda - name: tbb - version: 2021.13.0 - build: hc790b64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-hc790b64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-hc790b64_0.conda sha256: 990dbe4fb42f14700c22bd434d8312607bf8d0bd9f922b054e51fda14c41994c md5: 28496a1e6af43c63927da4f80260348d depends: @@ -37979,19 +32333,17 @@ packages: purls: [] size: 151494 timestamp: 1725532984828 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7f/be/df630c387a0a054815d60be6a97eb4e8f17385d5d6fe660e1c02750062b4/termcolor-2.5.0-py3-none-any.whl name: termcolor version: 2.5.0 - url: https://files.pythonhosted.org/packages/7f/be/df630c387a0a054815d60be6a97eb4e8f17385d5d6fe660e1c02750062b4/termcolor-2.5.0-py3-none-any.whl sha256: 37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8 requires_dist: - pytest ; extra == 'tests' - pytest-cov ; extra == 'tests' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl name: terminado version: 0.18.1 - url: https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl sha256: a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0 requires_dist: - ptyprocess ; os_name != 'nt' @@ -38006,16 +32358,14 @@ packages: - mypy~=1.6 ; extra == 'typing' - traitlets>=5.11.1 ; extra == 'typing' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl name: threadpoolctl version: 3.5.0 - url: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl sha256: 56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/50/0a/435d5d7ec64d1c8b422ac9ebe42d2f3b2ac0b3f8a56f5c04dd0f3b7ba83c/tifffile-2024.9.20-py3-none-any.whl name: tifffile version: 2024.9.20 - url: https://files.pythonhosted.org/packages/50/0a/435d5d7ec64d1c8b422ac9ebe42d2f3b2ac0b3f8a56f5c04dd0f3b7ba83c/tifffile-2024.9.20-py3-none-any.whl sha256: c54dc85bc1065d972cb8a6ffb3181389d597876aa80177933459733e4ed243dd requires_dist: - numpy @@ -38047,10 +32397,9 @@ packages: - zarr ; extra == 'zarr' - fsspec ; extra == 'zarr' requires_python: '>=3.10' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl name: timm version: 0.9.11 - url: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl sha256: 02bba56786633ff46b55ee0ce3b991fa85375556844e500ad18e6b12921dc3da requires_dist: - torch>=1.7 @@ -38059,10 +32408,9 @@ packages: - huggingface-hub - safetensors requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl name: tinycss2 version: 1.3.0 - url: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 requires_dist: - webencodings>=0.4 @@ -38071,12 +32419,18 @@ packages: - pytest ; extra == 'test' - ruff ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: tk - version: 8.6.13 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e + md5: d453b98d9c83e71da0741bb0ff4d76bc + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD + purls: [] + size: 3318875 + timestamp: 1699202167581 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 md5: f75105e0585851f818e0009dd1dde4dc depends: @@ -38087,13 +32441,7 @@ packages: purls: [] size: 3351802 timestamp: 1695506242997 -- kind: conda - name: tk - version: 8.6.13 - build: h1abcd95_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 md5: bf830ba5afc507c6232d4ef0fb1a882d depends: @@ -38103,13 +32451,7 @@ packages: purls: [] size: 3270220 timestamp: 1699202389792 -- kind: conda - name: tk - version: 8.6.13 - build: h5083fa2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 md5: b50a57ba89c32b62428b71a875291c9b depends: @@ -38119,13 +32461,7 @@ packages: purls: [] size: 3145523 timestamp: 1699202432999 -- kind: conda - name: tk - version: 8.6.13 - build: h5226925_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 md5: fc048363eb8f03cd1737600a5d08aafe depends: @@ -38137,27 +32473,9 @@ packages: purls: [] size: 3503410 timestamp: 1699202577803 -- kind: conda - name: tk - version: 8.6.13 - build: noxft_h4845f30_101 - build_number: 101 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - md5: d453b98d9c83e71da0741bb0ff4d76bc - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - purls: [] - size: 3318875 - timestamp: 1699202167581 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/09/6c/1b573998fe3f0e18ac5d434e43966de2d225d6837f099ce0df7df4274c87/tokenizers-0.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: tokenizers version: 0.20.1 - url: https://files.pythonhosted.org/packages/09/6c/1b573998fe3f0e18ac5d434e43966de2d225d6837f099ce0df7df4274c87/tokenizers-0.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: ef3f1ae08fa9aea5891cbd69df29913e11d3841798e0bfb1ff78b78e4e7ea0a4 requires_dist: - huggingface-hub>=0.16.4,<1.0 @@ -38172,10 +32490,9 @@ packages: - setuptools-rust ; extra == 'docs' - tokenizers[testing] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/26/a2/92af8a5f19d0e8bc480759a9975489ebd429b94a81ad46e1422c7927f246/tokenizers-0.20.1-cp311-cp311-macosx_11_0_arm64.whl name: tokenizers version: 0.20.1 - url: https://files.pythonhosted.org/packages/26/a2/92af8a5f19d0e8bc480759a9975489ebd429b94a81ad46e1422c7927f246/tokenizers-0.20.1-cp311-cp311-macosx_11_0_arm64.whl sha256: 3f84dad1ff1863c648d80628b1b55353d16303431283e4efbb6ab1af56a75832 requires_dist: - huggingface-hub>=0.16.4,<1.0 @@ -38190,10 +32507,9 @@ packages: - setuptools-rust ; extra == 'docs' - tokenizers[testing] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2d/ca/f3a294ed89f2a1b900fba072ef4cb5331d4f156e2d5ea2d34f60160ef5bd/tokenizers-0.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: tokenizers version: 0.20.1 - url: https://files.pythonhosted.org/packages/2d/ca/f3a294ed89f2a1b900fba072ef4cb5331d4f156e2d5ea2d34f60160ef5bd/tokenizers-0.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 929c8f3afa16a5130a81ab5079c589226273ec618949cce79b46d96e59a84f61 requires_dist: - huggingface-hub>=0.16.4,<1.0 @@ -38208,10 +32524,9 @@ packages: - setuptools-rust ; extra == 'docs' - tokenizers[testing] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/61/9a/be5f00cd37ad4fab0e5d1dbf31404a66ac2c1c33973beda9fc8e248a37ab/tokenizers-0.20.1-cp311-cp311-macosx_10_12_x86_64.whl name: tokenizers version: 0.20.1 - url: https://files.pythonhosted.org/packages/61/9a/be5f00cd37ad4fab0e5d1dbf31404a66ac2c1c33973beda9fc8e248a37ab/tokenizers-0.20.1-cp311-cp311-macosx_10_12_x86_64.whl sha256: 4a717dcb08f2dabbf27ae4b6b20cbbb2ad7ed78ce05a829fae100ff4b3c7ff15 requires_dist: - huggingface-hub>=0.16.4,<1.0 @@ -38226,10 +32541,9 @@ packages: - setuptools-rust ; extra == 'docs' - tokenizers[testing] ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f1/95/f1b56f4b1fbd54bd7f170aa64258d0650500e9f45de217ffe4d4663809b6/tokenizers-0.20.1-cp311-none-win_amd64.whl name: tokenizers version: 0.20.1 - url: https://files.pythonhosted.org/packages/f1/95/f1b56f4b1fbd54bd7f170aa64258d0650500e9f45de217ffe4d4663809b6/tokenizers-0.20.1-cp311-none-win_amd64.whl sha256: 899152a78b095559c287b4c6d0099469573bb2055347bb8154db106651296f39 requires_dist: - huggingface-hub>=0.16.4,<1.0 @@ -38244,13 +32558,7 @@ packages: - setuptools-rust ; extra == 'docs' - tokenizers[testing] ; extra == 'dev' requires_python: '>=3.7' -- kind: conda - name: tomli - version: 2.0.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.2-pyhd8ed1ab_0.conda sha256: 5e742ba856168b606ac3c814d247657b1c33b8042371f1a08000bdc5075bc0cc md5: e977934e00b355ff55ed154904044727 depends: @@ -38261,19 +32569,12 @@ packages: - pkg:pypi/tomli?source=hash-mapping size: 18203 timestamp: 1727974767524 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c4/ac/ce90573ba446a9bbe65838ded066a805234d159b4446ae9f8ec5bbd36cbd/tomli_w-1.1.0-py3-none-any.whl name: tomli-w version: 1.1.0 - url: https://files.pythonhosted.org/packages/c4/ac/ce90573ba446a9bbe65838ded066a805234d159b4446ae9f8ec5bbd36cbd/tomli_w-1.1.0-py3-none-any.whl sha256: 1403179c78193e3184bfaade390ddbd071cba48a32a2e62ba11aae47490c63f7 requires_python: '>=3.9' -- kind: conda - name: tomlkit - version: 0.12.3 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda sha256: 53cc436ab92d38683df1320e4468a8b978428e800195bf1c8c2460e90b0bc117 md5: 074d0ce7a6261ab8b497c3518796ef3e depends: @@ -38284,10 +32585,9 @@ packages: - pkg:pypi/tomlkit?source=hash-mapping size: 37132 timestamp: 1700046842169 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl sha256: 32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf requires_dist: - filelock @@ -38311,10 +32611,9 @@ packages: - opt-einsum>=3.3 ; extra == 'opt-einsum' - optree>=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl sha256: 95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059 requires_dist: - filelock @@ -38338,10 +32637,9 @@ packages: - opt-einsum>=3.3 ; extra == 'opt-einsum' - optree>=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c requires_dist: - filelock @@ -38365,10 +32663,9 @@ packages: - opt-einsum>=3.3 ; extra == 'opt-einsum' - optree>=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl sha256: 49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1 requires_dist: - filelock @@ -38392,10 +32689,9 @@ packages: - opt-einsum>=3.3 ; extra == 'opt-einsum' - optree>=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb requires_dist: - filelock @@ -38419,95 +32715,84 @@ packages: - opt-einsum>=3.3 ; extra == 'opt-einsum' - optree>=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl sha256: e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d requires_dist: - numpy - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - pillow>=5.3.0,!=8.3.* - scipy ; extra == 'scipy' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl sha256: 9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54 requires_dist: - numpy - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - pillow>=5.3.0,!=8.3.* - scipy ; extra == 'scipy' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/56/8d/a153903bfd610450258ee7ac5d292d6b8f382aec14f49404845d8ba6207d/torchvision-0.17.2-cp311-cp311-manylinux2014_aarch64.whl name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/56/8d/a153903bfd610450258ee7ac5d292d6b8f382aec14f49404845d8ba6207d/torchvision-0.17.2-cp311-cp311-manylinux2014_aarch64.whl sha256: 833fd2e4216ced924c8aca0525733fe727f9a1af66dfad7c5be7257e97c39678 requires_dist: - numpy - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - pillow>=5.3.0,!=8.3.* - scipy ; extra == 'scipy' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl sha256: 3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69 requires_dist: - numpy - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - pillow>=5.3.0,!=8.3.* - scipy ; extra == 'scipy' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl sha256: 6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431 requires_dist: - numpy - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - pillow>=5.3.0,!=8.3.* - scipy ; extra == 'scipy' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl sha256: 163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/13/cf/786b8f1e6fe1c7c675e79657448178ad65e41c1c9765ef82e7f6f765c4c5/tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/13/cf/786b8f1e6fe1c7c675e79657448178ad65e41c1c9765ef82e7f6f765c4c5/tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: e2e20b9113cd7293f164dc46fffb13535266e713cdb87bd2d15ddb336e96cfc4 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl sha256: 6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl sha256: b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/48/5d/acf5905c36149bbaec41ccf7f2b68814647347b72075ac0b1fe3022fdc73/tqdm-4.66.5-py3-none-any.whl name: tqdm version: 4.66.5 - url: https://files.pythonhosted.org/packages/48/5d/acf5905c36149bbaec41ccf7f2b68814647347b72075ac0b1fe3022fdc73/tqdm-4.66.5-py3-none-any.whl sha256: 90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd requires_dist: - colorama ; platform_system == 'Windows' @@ -38519,13 +32804,7 @@ packages: - slack-sdk ; extra == 'slack' - requests ; extra == 'telegram' requires_python: '>=3.7' -- kind: conda - name: tqdm - version: 4.66.5 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.5-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.5-pyhd8ed1ab_0.conda sha256: f2384902cef72048b0e9bad5c03d7a843de02ba6bc8618a9ecab6ff81a131312 md5: c6e94fc2b2ec71ea33fe7c7da259acb4 depends: @@ -38536,10 +32815,9 @@ packages: - pkg:pypi/tqdm?source=hash-mapping size: 89519 timestamp: 1722737568509 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl name: traitlets version: 5.14.3 - url: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl sha256: b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f requires_dist: - myst-parser ; extra == 'docs' @@ -38550,58 +32828,57 @@ packages: - pre-commit ; extra == 'test' - pytest-mock ; extra == 'test' - pytest-mypy-testing ; extra == 'test' - - pytest<8.2,>=7.0 ; extra == 'test' + - pytest>=7.0,<8.2 ; extra == 'test' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f9/9d/030cc1b3e88172967e22ee1d012e0d5e0384eb70d2a098d1669d549aea29/transformers-4.45.2-py3-none-any.whl name: transformers version: 4.45.2 - url: https://files.pythonhosted.org/packages/f9/9d/030cc1b3e88172967e22ee1d012e0d5e0384eb70d2a098d1669d549aea29/transformers-4.45.2-py3-none-any.whl sha256: c551b33660cfc815bae1f9f097ecfd1e65be623f13c6ee0dda372bd881460210 requires_dist: - filelock - - huggingface-hub<1.0,>=0.23.2 + - huggingface-hub>=0.23.2,<1.0 - numpy>=1.17 - packaging>=20.0 - pyyaml>=5.1 - regex!=2019.12.17 - requests - safetensors>=0.4.1 - - tokenizers<0.21,>=0.20 + - tokenizers>=0.20,<0.21 - tqdm>=4.27 - accelerate>=0.26.0 ; extra == 'accelerate' - - pillow<=15.0,>=10.0.1 ; extra == 'agents' + - pillow>=10.0.1,<=15.0 ; extra == 'agents' - accelerate>=0.26.0 ; extra == 'agents' - datasets!=2.5.0 ; extra == 'agents' - diffusers ; extra == 'agents' - opencv-python ; extra == 'agents' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'agents' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'agents' - torch ; extra == 'agents' - - pillow<=15.0,>=10.0.1 ; extra == 'all' + - pillow>=10.0.1,<=15.0 ; extra == 'all' - accelerate>=0.26.0 ; extra == 'all' - av==9.2.0 ; extra == 'all' - codecarbon==1.2.0 ; extra == 'all' - decord==0.6.0 ; extra == 'all' - - flax<=0.7.0,>=0.4.1 ; extra == 'all' - - jax<=0.4.13,>=0.4.1 ; extra == 'all' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'all' + - flax>=0.4.1,<=0.7.0 ; extra == 'all' + - jax>=0.4.1,<=0.4.13 ; extra == 'all' + - jaxlib>=0.4.1,<=0.4.13 ; extra == 'all' - kenlm ; extra == 'all' - - keras-nlp<0.14.0,>=0.3.1 ; extra == 'all' + - keras-nlp>=0.3.1,<0.14.0 ; extra == 'all' - librosa ; extra == 'all' - onnxconverter-common ; extra == 'all' - - optax<=0.1.4,>=0.0.8 ; extra == 'all' + - optax>=0.0.8,<=0.1.4 ; extra == 'all' - optuna ; extra == 'all' - phonemizer ; extra == 'all' - protobuf ; extra == 'all' - pyctcdecode>=0.4.0 ; extra == 'all' - ray[tune]>=2.7.0 ; extra == 'all' - scipy<1.13.0 ; extra == 'all' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'all' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'all' - sigopt ; extra == 'all' - tensorflow-text<2.16 ; extra == 'all' - - tensorflow<2.16,>2.9 ; extra == 'all' + - tensorflow>2.9,<2.16 ; extra == 'all' - tf2onnx ; extra == 'all' - timm<=0.9.16 ; extra == 'all' - - tokenizers<0.21,>=0.20 ; extra == 'all' + - tokenizers>=0.20,<0.21 ; extra == 'all' - torch ; extra == 'all' - torchaudio ; extra == 'all' - torchvision ; extra == 'all' @@ -38631,17 +32908,17 @@ packages: - pytest-rich ; extra == 'deepspeed-testing' - pytest-timeout ; extra == 'deepspeed-testing' - pytest-xdist ; extra == 'deepspeed-testing' - - pytest<8.0.0,>=7.2.0 ; extra == 'deepspeed-testing' + - pytest>=7.2.0,<8.0.0 ; extra == 'deepspeed-testing' - rjieba ; extra == 'deepspeed-testing' - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'deepspeed-testing' - ruff==0.5.1 ; extra == 'deepspeed-testing' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'deepspeed-testing' + - sacrebleu>=1.4.12,<2.0.0 ; extra == 'deepspeed-testing' - sacremoses ; extra == 'deepspeed-testing' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'deepspeed-testing' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'deepspeed-testing' - tensorboard ; extra == 'deepspeed-testing' - timeout-decorator ; extra == 'deepspeed-testing' - gitpython<3.1.19 ; extra == 'dev' - - pillow<=15.0,>=10.0.1 ; extra == 'dev' + - pillow>=10.0.1,<=15.0 ; extra == 'dev' - accelerate>=0.26.0 ; extra == 'dev' - av==9.2.0 ; extra == 'dev' - beautifulsoup4 ; extra == 'dev' @@ -38652,19 +32929,19 @@ packages: - dill<0.3.5 ; extra == 'dev' - evaluate>=0.2.0 ; extra == 'dev' - faiss-cpu ; extra == 'dev' - - flax<=0.7.0,>=0.4.1 ; extra == 'dev' + - flax>=0.4.1,<=0.7.0 ; extra == 'dev' - fugashi>=1.0 ; extra == 'dev' - - ipadic<2.0,>=1.0.0 ; extra == 'dev' + - ipadic>=1.0.0,<2.0 ; extra == 'dev' - isort>=5.5.4 ; extra == 'dev' - - jax<=0.4.13,>=0.4.1 ; extra == 'dev' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'dev' + - jax>=0.4.1,<=0.4.13 ; extra == 'dev' + - jaxlib>=0.4.1,<=0.4.13 ; extra == 'dev' - kenlm ; extra == 'dev' - - keras-nlp<0.14.0,>=0.3.1 ; extra == 'dev' + - keras-nlp>=0.3.1,<0.14.0 ; extra == 'dev' - libcst ; extra == 'dev' - librosa ; extra == 'dev' - nltk<=3.8.1 ; extra == 'dev' - onnxconverter-common ; extra == 'dev' - - optax<=0.1.4,>=0.0.8 ; extra == 'dev' + - optax>=0.0.8,<=0.1.4 ; extra == 'dev' - optuna ; extra == 'dev' - parameterized ; extra == 'dev' - phonemizer ; extra == 'dev' @@ -38675,28 +32952,28 @@ packages: - pytest-rich ; extra == 'dev' - pytest-timeout ; extra == 'dev' - pytest-xdist ; extra == 'dev' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev' + - pytest>=7.2.0,<8.0.0 ; extra == 'dev' - ray[tune]>=2.7.0 ; extra == 'dev' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev' + - rhoknp>=1.1.0,<1.3.1 ; extra == 'dev' - rich ; extra == 'dev' - rjieba ; extra == 'dev' - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev' - ruff==0.5.1 ; extra == 'dev' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev' + - sacrebleu>=1.4.12,<2.0.0 ; extra == 'dev' - sacremoses ; extra == 'dev' - scikit-learn ; extra == 'dev' - scipy<1.13.0 ; extra == 'dev' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'dev' - sigopt ; extra == 'dev' - sudachidict-core>=20220729 ; extra == 'dev' - sudachipy>=0.6.6 ; extra == 'dev' - tensorboard ; extra == 'dev' - tensorflow-text<2.16 ; extra == 'dev' - - tensorflow<2.16,>2.9 ; extra == 'dev' + - tensorflow>2.9,<2.16 ; extra == 'dev' - tf2onnx ; extra == 'dev' - timeout-decorator ; extra == 'dev' - timm<=0.9.16 ; extra == 'dev' - - tokenizers<0.21,>=0.20 ; extra == 'dev' + - tokenizers>=0.20,<0.21 ; extra == 'dev' - torch ; extra == 'dev' - torchaudio ; extra == 'dev' - torchvision ; extra == 'dev' @@ -38704,7 +32981,7 @@ packages: - unidic-lite>=1.0.7 ; extra == 'dev' - urllib3<2.0.0 ; extra == 'dev' - gitpython<3.1.19 ; extra == 'dev-tensorflow' - - pillow<=15.0,>=10.0.1 ; extra == 'dev-tensorflow' + - pillow>=10.0.1,<=15.0 ; extra == 'dev-tensorflow' - beautifulsoup4 ; extra == 'dev-tensorflow' - cookiecutter==1.7.3 ; extra == 'dev-tensorflow' - datasets!=2.5.0 ; extra == 'dev-tensorflow' @@ -38713,7 +32990,7 @@ packages: - faiss-cpu ; extra == 'dev-tensorflow' - isort>=5.5.4 ; extra == 'dev-tensorflow' - kenlm ; extra == 'dev-tensorflow' - - keras-nlp<0.14.0,>=0.3.1 ; extra == 'dev-tensorflow' + - keras-nlp>=0.3.1,<0.14.0 ; extra == 'dev-tensorflow' - libcst ; extra == 'dev-tensorflow' - librosa ; extra == 'dev-tensorflow' - nltk<=3.8.1 ; extra == 'dev-tensorflow' @@ -38729,24 +33006,24 @@ packages: - pytest-rich ; extra == 'dev-tensorflow' - pytest-timeout ; extra == 'dev-tensorflow' - pytest-xdist ; extra == 'dev-tensorflow' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev-tensorflow' + - pytest>=7.2.0,<8.0.0 ; extra == 'dev-tensorflow' - rich ; extra == 'dev-tensorflow' - rjieba ; extra == 'dev-tensorflow' - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-tensorflow' - ruff==0.5.1 ; extra == 'dev-tensorflow' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev-tensorflow' + - sacrebleu>=1.4.12,<2.0.0 ; extra == 'dev-tensorflow' - sacremoses ; extra == 'dev-tensorflow' - scikit-learn ; extra == 'dev-tensorflow' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev-tensorflow' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'dev-tensorflow' - tensorboard ; extra == 'dev-tensorflow' - tensorflow-text<2.16 ; extra == 'dev-tensorflow' - - tensorflow<2.16,>2.9 ; extra == 'dev-tensorflow' + - tensorflow>2.9,<2.16 ; extra == 'dev-tensorflow' - tf2onnx ; extra == 'dev-tensorflow' - timeout-decorator ; extra == 'dev-tensorflow' - - tokenizers<0.21,>=0.20 ; extra == 'dev-tensorflow' + - tokenizers>=0.20,<0.21 ; extra == 'dev-tensorflow' - urllib3<2.0.0 ; extra == 'dev-tensorflow' - gitpython<3.1.19 ; extra == 'dev-torch' - - pillow<=15.0,>=10.0.1 ; extra == 'dev-torch' + - pillow>=10.0.1,<=15.0 ; extra == 'dev-torch' - accelerate>=0.26.0 ; extra == 'dev-torch' - beautifulsoup4 ; extra == 'dev-torch' - codecarbon==1.2.0 ; extra == 'dev-torch' @@ -38756,7 +33033,7 @@ packages: - evaluate>=0.2.0 ; extra == 'dev-torch' - faiss-cpu ; extra == 'dev-torch' - fugashi>=1.0 ; extra == 'dev-torch' - - ipadic<2.0,>=1.0.0 ; extra == 'dev-torch' + - ipadic>=1.0.0,<2.0 ; extra == 'dev-torch' - isort>=5.5.4 ; extra == 'dev-torch' - kenlm ; extra == 'dev-torch' - libcst ; extra == 'dev-torch' @@ -38774,34 +33051,34 @@ packages: - pytest-rich ; extra == 'dev-torch' - pytest-timeout ; extra == 'dev-torch' - pytest-xdist ; extra == 'dev-torch' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev-torch' + - pytest>=7.2.0,<8.0.0 ; extra == 'dev-torch' - ray[tune]>=2.7.0 ; extra == 'dev-torch' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev-torch' + - rhoknp>=1.1.0,<1.3.1 ; extra == 'dev-torch' - rich ; extra == 'dev-torch' - rjieba ; extra == 'dev-torch' - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-torch' - ruff==0.5.1 ; extra == 'dev-torch' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev-torch' + - sacrebleu>=1.4.12,<2.0.0 ; extra == 'dev-torch' - sacremoses ; extra == 'dev-torch' - scikit-learn ; extra == 'dev-torch' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev-torch' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'dev-torch' - sigopt ; extra == 'dev-torch' - sudachidict-core>=20220729 ; extra == 'dev-torch' - sudachipy>=0.6.6 ; extra == 'dev-torch' - tensorboard ; extra == 'dev-torch' - timeout-decorator ; extra == 'dev-torch' - timm<=0.9.16 ; extra == 'dev-torch' - - tokenizers<0.21,>=0.20 ; extra == 'dev-torch' + - tokenizers>=0.20,<0.21 ; extra == 'dev-torch' - torch ; extra == 'dev-torch' - torchaudio ; extra == 'dev-torch' - torchvision ; extra == 'dev-torch' - unidic>=1.0.2 ; extra == 'dev-torch' - unidic-lite>=1.0.7 ; extra == 'dev-torch' - urllib3<2.0.0 ; extra == 'dev-torch' - - flax<=0.7.0,>=0.4.1 ; extra == 'flax' - - jax<=0.4.13,>=0.4.1 ; extra == 'flax' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'flax' - - optax<=0.1.4,>=0.0.8 ; extra == 'flax' + - flax>=0.4.1,<=0.7.0 ; extra == 'flax' + - jax>=0.4.1,<=0.4.13 ; extra == 'flax' + - jaxlib>=0.4.1,<=0.4.13 ; extra == 'flax' + - optax>=0.0.8,<=0.1.4 ; extra == 'flax' - scipy<1.13.0 ; extra == 'flax' - kenlm ; extra == 'flax-speech' - librosa ; extra == 'flax-speech' @@ -38812,14 +33089,14 @@ packages: - ray[tune]>=2.7.0 ; extra == 'integrations' - sigopt ; extra == 'integrations' - fugashi>=1.0 ; extra == 'ja' - - ipadic<2.0,>=1.0.0 ; extra == 'ja' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'ja' + - ipadic>=1.0.0,<2.0 ; extra == 'ja' + - rhoknp>=1.1.0,<1.3.1 ; extra == 'ja' - sudachidict-core>=20220729 ; extra == 'ja' - sudachipy>=0.6.6 ; extra == 'ja' - unidic>=1.0.2 ; extra == 'ja' - unidic-lite>=1.0.7 ; extra == 'ja' - cookiecutter==1.7.3 ; extra == 'modelcreation' - - natten<0.15.0,>=0.14.6 ; extra == 'natten' + - natten>=0.14.6,<0.15.0 ; extra == 'natten' - onnxconverter-common ; extra == 'onnx' - onnxruntime-tools>=1.4.2 ; extra == 'onnx' - onnxruntime>=1.4.0 ; extra == 'onnx' @@ -38840,7 +33117,7 @@ packages: - ruff==0.5.1 ; extra == 'ruff' - sagemaker>=2.31.0 ; extra == 'sagemaker' - protobuf ; extra == 'sentencepiece' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'sentencepiece' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'sentencepiece' - fastapi ; extra == 'serving' - pydantic ; extra == 'serving' - starlette ; extra == 'serving' @@ -38866,24 +33143,24 @@ packages: - pytest-rich ; extra == 'testing' - pytest-timeout ; extra == 'testing' - pytest-xdist ; extra == 'testing' - - pytest<8.0.0,>=7.2.0 ; extra == 'testing' + - pytest>=7.2.0,<8.0.0 ; extra == 'testing' - rjieba ; extra == 'testing' - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'testing' - ruff==0.5.1 ; extra == 'testing' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'testing' + - sacrebleu>=1.4.12,<2.0.0 ; extra == 'testing' - sacremoses ; extra == 'testing' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'testing' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'testing' - tensorboard ; extra == 'testing' - timeout-decorator ; extra == 'testing' - - keras-nlp<0.14.0,>=0.3.1 ; extra == 'tf' + - keras-nlp>=0.3.1,<0.14.0 ; extra == 'tf' - onnxconverter-common ; extra == 'tf' - tensorflow-text<2.16 ; extra == 'tf' - - tensorflow<2.16,>2.9 ; extra == 'tf' + - tensorflow>2.9,<2.16 ; extra == 'tf' - tf2onnx ; extra == 'tf' - - keras-nlp<0.14.0,>=0.3.1 ; extra == 'tf-cpu' - - keras<2.16,>2.9 ; extra == 'tf-cpu' + - keras-nlp>=0.3.1,<0.14.0 ; extra == 'tf-cpu' + - keras>2.9,<2.16 ; extra == 'tf-cpu' - onnxconverter-common ; extra == 'tf-cpu' - - tensorflow-cpu<2.16,>2.9 ; extra == 'tf-cpu' + - tensorflow-cpu>2.9,<2.16 ; extra == 'tf-cpu' - tensorflow-probability<0.24 ; extra == 'tf-cpu' - tensorflow-text<2.16 ; extra == 'tf-cpu' - tf2onnx ; extra == 'tf-cpu' @@ -38894,7 +33171,7 @@ packages: - blobfile ; extra == 'tiktoken' - tiktoken ; extra == 'tiktoken' - timm<=0.9.16 ; extra == 'timm' - - tokenizers<0.21,>=0.20 ; extra == 'tokenizers' + - tokenizers>=0.20,<0.21 ; extra == 'tokenizers' - accelerate>=0.26.0 ; extra == 'torch' - torch ; extra == 'torch' - kenlm ; extra == 'torch-speech' @@ -38902,28 +33179,27 @@ packages: - phonemizer ; extra == 'torch-speech' - pyctcdecode>=0.4.0 ; extra == 'torch-speech' - torchaudio ; extra == 'torch-speech' - - pillow<=15.0,>=10.0.1 ; extra == 'torch-vision' + - pillow>=10.0.1,<=15.0 ; extra == 'torch-vision' - torchvision ; extra == 'torch-vision' - filelock ; extra == 'torchhub' - - huggingface-hub<1.0,>=0.23.2 ; extra == 'torchhub' + - huggingface-hub>=0.23.2,<1.0 ; extra == 'torchhub' - importlib-metadata ; extra == 'torchhub' - numpy>=1.17 ; extra == 'torchhub' - packaging>=20.0 ; extra == 'torchhub' - protobuf ; extra == 'torchhub' - regex!=2019.12.17 ; extra == 'torchhub' - requests ; extra == 'torchhub' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'torchhub' - - tokenizers<0.21,>=0.20 ; extra == 'torchhub' + - sentencepiece>=0.1.91,!=0.1.92 ; extra == 'torchhub' + - tokenizers>=0.20,<0.21 ; extra == 'torchhub' - torch ; extra == 'torchhub' - tqdm>=4.27 ; extra == 'torchhub' - av==9.2.0 ; extra == 'video' - decord==0.6.0 ; extra == 'video' - - pillow<=15.0,>=10.0.1 ; extra == 'vision' + - pillow>=10.0.1,<=15.0 ; extra == 'vision' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl name: trimesh version: 3.15.2 - url: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl sha256: 27e03e05fde129638ed02ba9351b6f6f6d3dc02db0da0ed690ad0e753c2e1aa4 requires_dist: - numpy @@ -38974,10 +33250,9 @@ packages: - pytest ; extra == 'test' - coveralls ; extra == 'test' - ezdxf ; extra == 'test' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: triton version: 2.2.0 - url: https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: da58a152bddb62cafa9a857dd2bc1f886dbf9f9c90a2b5da82157cd2b34392b0 requires_dist: - filelock @@ -38994,52 +33269,40 @@ packages: - pandas ; extra == 'tutorials' - tabulate ; extra == 'tutorials' - torch ; extra == 'tutorials' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/75/a0/dd773135ca0f7227e8257555fd2f7a0c88672bfd111a400361f10c09face/trove_classifiers-2024.10.16-py3-none-any.whl name: trove-classifiers version: 2024.10.16 - url: https://files.pythonhosted.org/packages/75/a0/dd773135ca0f7227e8257555fd2f7a0c88672bfd111a400361f10c09face/trove_classifiers-2024.10.16-py3-none-any.whl sha256: 9b02a4cb49bd2e85c13e728ee461f4f332d6334736b18d61254c964643687144 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl name: types-deprecated version: 1.2.9.2 - url: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl sha256: 327783e137353b0ef9cf47a8cd4b1c0b8ae72f6554eb25820783c6a81a3d556f -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/35/d6/ba5f61958f358028f2e2ba1b8e225b8e263053bd57d3a79e2d2db64c807b/types_python_dateutil-2.9.0.20241003-py3-none-any.whl name: types-python-dateutil version: 2.9.0.20241003 - url: https://files.pythonhosted.org/packages/35/d6/ba5f61958f358028f2e2ba1b8e225b8e263053bd57d3a79e2d2db64c807b/types_python_dateutil-2.9.0.20241003-py3-none-any.whl sha256: 250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d7/01/485b3026ff90e5190b5e24f1711522e06c79f4a56c8f4b95848ac072e20f/types_requests-2.32.0.20241016-py3-none-any.whl name: types-requests version: 2.32.0.20241016 - url: https://files.pythonhosted.org/packages/d7/01/485b3026ff90e5190b5e24f1711522e06c79f4a56c8f4b95848ac072e20f/types_requests-2.32.0.20241016-py3-none-any.whl sha256: 4195d62d6d3e043a4eaaf08ff8a62184584d2e8684e9d2aa178c7915a7da3747 requires_dist: - urllib3>=2 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl name: typing-extensions version: 4.12.2 - url: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl sha256: 04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl name: typing-inspect version: 0.9.0 - url: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl sha256: 9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f requires_dist: - mypy-extensions>=0.3.0 - typing-extensions>=3.7.4 - typing>=3.7.4 ; python_full_version < '3.5' -- kind: conda - name: typing_extensions - version: 4.12.2 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb md5: ebe6952715e1d5eb567eeebf25250fa7 depends: @@ -39050,29 +33313,7 @@ packages: - pkg:pypi/typing-extensions?source=hash-mapping size: 39888 timestamp: 1717802653893 -- kind: conda - name: typos - version: 1.26.0 - build: h3bba108_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.26.0-h3bba108_0.conda - sha256: 299ab927e54100208f2c6a62567c37d5d496f7f936e163ccfd27517e065a23b7 - md5: 9d6fc2bb4024b4b95eea6b6d88eed2b0 - depends: - - __osx >=11.0 - constrains: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 2675904 - timestamp: 1728341009751 -- kind: conda - name: typos - version: 1.26.0 - build: h8fae777_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.26.0-h8fae777_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.26.0-h8fae777_0.conda sha256: b7233e9dd1df8edbfd7ceffebec3bf5a8a62c71271869e325f3a47ea26426724 md5: 2b230bb461f22d67b6fe8f4881a755af depends: @@ -39085,12 +33326,19 @@ packages: purls: [] size: 3191789 timestamp: 1728340800764 -- kind: conda - name: typos - version: 1.26.0 - build: h9bb4cbb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.26.0-h9bb4cbb_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.26.0-ha3529ed_0.conda + sha256: fef377f2dcb4b4a009c349653061507301779e14cb1181dbc6ca5d15199c4094 + md5: b4cbbb4a8ffb157fcb23dfbf42d0f1e1 + depends: + - libgcc >=13 + constrains: + - __glibc >=2.17 + license: MIT + license_family: MIT + purls: [] + size: 2981836 + timestamp: 1728340598410 +- conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.26.0-h9bb4cbb_0.conda sha256: 166871e076d1bd280037517894cfebf690ee4e33be54bc450bb7bb21c202c8ea md5: f917408f11923a2301033d2a49c50dad depends: @@ -39102,12 +33350,19 @@ packages: purls: [] size: 2704143 timestamp: 1728340739039 -- kind: conda - name: typos - version: 1.26.0 - build: ha073cba_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/typos-1.26.0-ha073cba_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.26.0-h3bba108_0.conda + sha256: 299ab927e54100208f2c6a62567c37d5d496f7f936e163ccfd27517e065a23b7 + md5: 9d6fc2bb4024b4b95eea6b6d88eed2b0 + depends: + - __osx >=11.0 + constrains: + - __osx >=11.0 + license: MIT + license_family: MIT + purls: [] + size: 2675904 + timestamp: 1728341009751 +- conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.26.0-ha073cba_0.conda sha256: cea08737e93d0ac4d0b06d01538a4c0ceb50b22631aca11ffa7ef84272aaaed0 md5: 6fc2c93245a65f1d94803a4d72ecb3ed depends: @@ -39119,49 +33374,19 @@ packages: purls: [] size: 2290598 timestamp: 1728341369170 -- kind: conda - name: typos - version: 1.26.0 - build: ha3529ed_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.26.0-ha3529ed_0.conda - sha256: fef377f2dcb4b4a009c349653061507301779e14cb1181dbc6ca5d15199c4094 - md5: b4cbbb4a8ffb157fcb23dfbf42d0f1e1 - depends: - - libgcc >=13 - constrains: - - __glibc >=2.17 - license: MIT - license_family: MIT - purls: [] - size: 2981836 - timestamp: 1728340598410 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl name: tzdata version: '2024.2' - url: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl sha256: a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd requires_python: '>=2' -- kind: conda - name: tzdata - version: 2024b - build: hc8b5060_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf md5: 8ac3367aafb1cc0a068483c580af8015 license: LicenseRef-Public-Domain purls: [] size: 122354 timestamp: 1728047496079 -- kind: conda - name: ucrt - version: 10.0.22621.0 - build: h57928b3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 md5: 6797b005cd0f439c4c5c9ac565783700 constrains: @@ -39170,10 +33395,9 @@ packages: purls: [] size: 559710 timestamp: 1728377334097 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl name: umap-learn version: 0.5.6 - url: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl sha256: 881cc0c2ee845b790bf0455aa1664f9f68b838d9d0fe12a1291b85c5a559c913 requires_dist: - numpy>=1.17 @@ -39192,10 +33416,9 @@ packages: - seaborn ; extra == 'plot' - scikit-image ; extra == 'plot' - tbb>=2019.0 ; extra == 'tbb' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl name: uri-template version: 1.3.0 - url: https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl sha256: a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363 requires_dist: - types-pyyaml ; extra == 'dev' @@ -39219,63 +33442,50 @@ packages: - flake8-use-fstring ; extra == 'dev' - pep8-naming ; extra == 'dev' requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl name: urllib3 version: 2.2.3 - url: https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl sha256: ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac requires_dist: - brotli>=1.0.9 ; platform_python_implementation == 'CPython' and extra == 'brotli' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'brotli' - - h2<5,>=4 ; extra == 'h2' - - pysocks!=1.5.7,<2.0,>=1.5.6 ; extra == 'socks' + - h2>=4,<5 ; extra == 'h2' + - pysocks>=1.5.6,!=1.5.7,<2.0 ; extra == 'socks' - zstandard>=0.18.0 ; extra == 'zstd' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/43/99/3ec6335ded5b88c2f7ed25c56ffd952546f7ed007ffb1e1539dc3b57015a/userpath-1.9.2-py3-none-any.whl name: userpath version: 1.9.2 - url: https://files.pythonhosted.org/packages/43/99/3ec6335ded5b88c2f7ed25c56ffd952546f7ed007ffb1e1539dc3b57015a/userpath-1.9.2-py3-none-any.whl sha256: 2cbf01a23d655a1ff8fc166dfb78da1b641d1ceabf0fe5f970767d380b14e89d requires_dist: - click requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/67/a1/ade5c9d1c42af44231899244e7c7274efb046b5288f4347f7c9b24eb4f39/uv-0.4.23-py3-none-win_amd64.whl name: uv version: 0.4.23 - url: https://files.pythonhosted.org/packages/67/a1/ade5c9d1c42af44231899244e7c7274efb046b5288f4347f7c9b24eb4f39/uv-0.4.23-py3-none-win_amd64.whl sha256: 8a416cb239e6be6c246da6803bf957a32a81fed21fda2fb32d012e5caa1e0b4f requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9d/b9/8f518e9e67d07d47981ec34f245db0aee2343aef9fdf990cffb0bb978a33/uv-0.4.23-py3-none-macosx_11_0_arm64.whl name: uv version: 0.4.23 - url: https://files.pythonhosted.org/packages/9d/b9/8f518e9e67d07d47981ec34f245db0aee2343aef9fdf990cffb0bb978a33/uv-0.4.23-py3-none-macosx_11_0_arm64.whl sha256: 2f19527992f7d557fd3faec281b43005f1e8c9ebdf07f90bef229d510e002ca0 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9e/83/e821ccb4b10f12ea7278ee245e483818d53e0202ac3d074cc73934b7dbfc/uv-0.4.23-py3-none-macosx_10_12_x86_64.whl name: uv version: 0.4.23 - url: https://files.pythonhosted.org/packages/9e/83/e821ccb4b10f12ea7278ee245e483818d53e0202ac3d074cc73934b7dbfc/uv-0.4.23-py3-none-macosx_10_12_x86_64.whl sha256: 1663219972c92cdd2a24ab0437284c4fcaac483814e3399e1cafa231c47b0c46 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a9/f1/3c473a2ff3fd8e09e0a2777c6f665133b68c65ea4378e15d0b4d70204496/uv-0.4.23-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: uv version: 0.4.23 - url: https://files.pythonhosted.org/packages/a9/f1/3c473a2ff3fd8e09e0a2777c6f665133b68c65ea4378e15d0b4d70204496/uv-0.4.23-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 23269724349a1831881319e5f2854a5b8260f444ecb2528ac44ffe039a091ac4 requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d1/8d/10a5a3391225d3284cf4a9bcd3b7db3f769c8378e2e3c53d2a1034f280b6/uv-0.4.23-py3-none-manylinux_2_28_aarch64.whl name: uv version: 0.4.23 - url: https://files.pythonhosted.org/packages/d1/8d/10a5a3391225d3284cf4a9bcd3b7db3f769c8378e2e3c53d2a1034f280b6/uv-0.4.23-py3-none-manylinux_2_28_aarch64.whl sha256: cbb9754f18d0796337a1756e628f0faa74c215ffb139a35bf490ab07fa626ca8 requires_python: '>=3.8' -- kind: conda - name: vc - version: '14.3' - build: ha32ba9b_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_22.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_22.conda sha256: 2a47c5bd8bec045959afada7063feacd074ad66b170c1ea92dd139b389fcf8fd md5: 311c9ba1dfdd2895a8cb08346ff26259 depends: @@ -39287,13 +33497,7 @@ packages: purls: [] size: 17447 timestamp: 1728400826998 -- kind: conda - name: vc14_runtime - version: 14.40.33810 - build: hcc2c482_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-hcc2c482_22.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-hcc2c482_22.conda sha256: 4c669c65007f88a7cdd560192f7e6d5679d191ac71610db724e18b2410964d64 md5: ce23a4b980ee0556a118ed96550ff3f3 depends: @@ -39305,10 +33509,9 @@ packages: purls: [] size: 750719 timestamp: 1728401055788 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a4/ce/3b6fee91c85626eaf769d617f1be9d2e15c1cca027bbdeb2e0d751469355/verspec-0.1.0-py3-none-any.whl name: verspec version: 0.1.0 - url: https://files.pythonhosted.org/packages/a4/ce/3b6fee91c85626eaf769d617f1be9d2e15c1cca027bbdeb2e0d751469355/verspec-0.1.0-py3-none-any.whl sha256: 741877d5633cc9464c45a469ae2a31e801e6dbbaa85b9675d481cda100f11c31 requires_dist: - coverage ; extra == 'test' @@ -39316,19 +33519,18 @@ packages: - mypy ; extra == 'test' - pretend ; extra == 'test' - pytest ; extra == 'test' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/59/90/57b8ac0c8a231545adc7698c64c5a36fa7cd8e376c691b9bde877269f2eb/virtualenv-20.26.6-py3-none-any.whl name: virtualenv version: 20.26.6 - url: https://files.pythonhosted.org/packages/59/90/57b8ac0c8a231545adc7698c64c5a36fa7cd8e376c691b9bde877269f2eb/virtualenv-20.26.6-py3-none-any.whl sha256: 7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2 requires_dist: - - distlib<1,>=0.3.7 - - filelock<4,>=3.12.2 + - distlib>=0.3.7,<1 + - filelock>=3.12.2,<4 - importlib-metadata>=6.6 ; python_full_version < '3.8' - - platformdirs<5,>=3.9.1 + - platformdirs>=3.9.1,<5 - furo>=2023.7.26 ; extra == 'docs' - proselint>=0.13 ; extra == 'docs' - - sphinx!=7.3,>=7.1.2 ; extra == 'docs' + - sphinx>=7.1.2,!=7.3 ; extra == 'docs' - sphinx-argparse>=0.4 ; extra == 'docs' - sphinxcontrib-towncrier>=0.2.1a0 ; extra == 'docs' - towncrier>=23.6 ; extra == 'docs' @@ -39346,13 +33548,7 @@ packages: - setuptools>=68 ; extra == 'test' - time-machine>=2.10 ; platform_python_implementation == 'CPython' and extra == 'test' requires_python: '>=3.7' -- kind: conda - name: vs2015_runtime - version: 14.40.33810 - build: h3bf8584_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_22.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_22.conda sha256: 80aa9932203d65a96f817b8be4fafc176fb2b3fe6cf6899ede678b8f0317fbff md5: 8c6b061d44cafdfc8e8c6eb5f100caf0 depends: @@ -39362,13 +33558,7 @@ packages: purls: [] size: 17453 timestamp: 1728400827536 -- kind: conda - name: vs2022_win-64 - version: 19.37.32822 - build: h0123c8e_17 - build_number: 17 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2022_win-64-19.37.32822-h0123c8e_17.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vs2022_win-64-19.37.32822-h0123c8e_17.conda sha256: 259b5d4ac07b131bf15bf1a2d101eb9eb039e32cfef57de79061cb4c8f1889fe md5: 8b02594cf497f7516a3ed20a164de75e depends: @@ -39382,12 +33572,7 @@ packages: purls: [] size: 19405 timestamp: 1694292390059 -- kind: conda - name: vswhere - version: 3.1.7 - build: h57928b3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda sha256: 8caeda9c0898cb8ee2cf4f45640dbbbdf772ddc01345cfb0f7b352c58b4d8025 md5: ba83df93b48acfc528f5464c9a882baa license: MIT @@ -39395,52 +33580,42 @@ packages: purls: [] size: 219013 timestamp: 1719460515960 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/60/33/7cb71c9df9a77b6927ee5f48d25e1de5562ce0fa7e0c56dcf2b0472e64a2/watchdog-5.0.3-py3-none-manylinux2014_aarch64.whl name: watchdog version: 5.0.3 - url: https://files.pythonhosted.org/packages/60/33/7cb71c9df9a77b6927ee5f48d25e1de5562ce0fa7e0c56dcf2b0472e64a2/watchdog-5.0.3-py3-none-manylinux2014_aarch64.whl sha256: dd021efa85970bd4824acacbb922066159d0f9e546389a4743d56919b6758b91 requires_dist: - pyyaml>=3.10 ; extra == 'watchmedo' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/91/b4/2b5b59358dadfa2c8676322f955b6c22cde4937602f40490e2f7403e548e/watchdog-5.0.3-py3-none-win_amd64.whl name: watchdog version: 5.0.3 - url: https://files.pythonhosted.org/packages/91/b4/2b5b59358dadfa2c8676322f955b6c22cde4937602f40490e2f7403e548e/watchdog-5.0.3-py3-none-win_amd64.whl sha256: f00b4cf737f568be9665563347a910f8bdc76f88c2970121c86243c8cfdf90e9 requires_dist: - pyyaml>=3.10 ; extra == 'watchmedo' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/96/2b/b84e35d49e8b0bad77e5d086fc1e2c6c833bbfe74d53144cfe8b26117eff/watchdog-5.0.3-cp311-cp311-macosx_10_9_x86_64.whl name: watchdog version: 5.0.3 - url: https://files.pythonhosted.org/packages/96/2b/b84e35d49e8b0bad77e5d086fc1e2c6c833bbfe74d53144cfe8b26117eff/watchdog-5.0.3-cp311-cp311-macosx_10_9_x86_64.whl sha256: 91b522adc25614cdeaf91f7897800b82c13b4b8ac68a42ca959f992f6990c490 requires_dist: - pyyaml>=3.10 ; extra == 'watchmedo' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a0/58/edec25190b6403caf4426dd418234f2358a106634b7d6aa4aec6939b104f/watchdog-5.0.3-py3-none-manylinux2014_x86_64.whl name: watchdog version: 5.0.3 - url: https://files.pythonhosted.org/packages/a0/58/edec25190b6403caf4426dd418234f2358a106634b7d6aa4aec6939b104f/watchdog-5.0.3-py3-none-manylinux2014_x86_64.whl sha256: 0f9332243355643d567697c3e3fa07330a1d1abf981611654a1f2bf2175612b7 requires_dist: - pyyaml>=3.10 ; extra == 'watchmedo' requires_python: '>=3.9' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/d5/3f/41b5d77c10f450b79921c17b7d0b416616048867bfe63acaa072a619a0cb/watchdog-5.0.3-cp311-cp311-macosx_11_0_arm64.whl name: watchdog version: 5.0.3 - url: https://files.pythonhosted.org/packages/d5/3f/41b5d77c10f450b79921c17b7d0b416616048867bfe63acaa072a619a0cb/watchdog-5.0.3-cp311-cp311-macosx_11_0_arm64.whl sha256: d52db5beb5e476e6853da2e2d24dbbbed6797b449c8bf7ea118a4ee0d2c9040e requires_dist: - pyyaml>=3.10 ; extra == 'watchmedo' requires_python: '>=3.9' -- kind: conda - name: wayland - version: 1.23.1 - build: h3e06ad9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 md5: 0a732427643ae5e0486a727927791da1 depends: @@ -39454,13 +33629,7 @@ packages: purls: [] size: 321561 timestamp: 1724530461598 -- kind: conda - name: wayland-protocols - version: '1.37' - build: hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/wayland-protocols-1.37-hd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/wayland-protocols-1.37-hd8ed1ab_0.conda sha256: f6cac1efd4d2a6e30c1671f0566d4e6ac3fe2dc34c9ff7f309bbbc916520ebcf md5: 73ec79a77d31eb7e4a3276cd246b776c depends: @@ -39470,17 +33639,15 @@ packages: purls: [] size: 95953 timestamp: 1725657284103 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl name: wcwidth version: 0.2.13 - url: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl sha256: 3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859 requires_dist: - backports-functools-lru-cache>=1.2.1 ; python_full_version < '3.2' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f0/33/12020ba99beaff91682b28dc0bbf0345bbc3244a4afbae7644e4fa348f23/webcolors-24.8.0-py3-none-any.whl name: webcolors version: 24.8.0 - url: https://files.pythonhosted.org/packages/f0/33/12020ba99beaff91682b28dc0bbf0345bbc3244a4afbae7644e4fa348f23/webcolors-24.8.0-py3-none-any.whl sha256: fc4c3b59358ada164552084a8ebee637c221e4059267d0f8325b3b560f6c7f0a requires_dist: - furo ; extra == 'docs' @@ -39491,15 +33658,13 @@ packages: - sphinxext-opengraph ; extra == 'docs' - coverage[toml] ; extra == 'tests' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl name: webencodings version: 0.5.1 - url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl name: websocket-client version: 1.8.0 - url: https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl sha256: 17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526 requires_dist: - sphinx>=6.0 ; extra == 'docs' @@ -39509,13 +33674,7 @@ packages: - wsaccel ; extra == 'optional' - websockets ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: wheel - version: 0.38.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 sha256: bd4f11ff075ff251ade9f57686f31473e25be46ab282d9603f551401250f9f44 md5: c829cfb8cb826acb9de0ac1a2df0a940 depends: @@ -39526,49 +33685,37 @@ packages: - pkg:pypi/wheel?source=hash-mapping size: 32521 timestamp: 1668051714265 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/21/02/88b65cc394961a60c43c70517066b6b679738caf78506a5da7b88ffcb643/widgetsnbextension-4.0.13-py3-none-any.whl name: widgetsnbextension version: 4.0.13 - url: https://files.pythonhosted.org/packages/21/02/88b65cc394961a60c43c70517066b6b679738caf78506a5da7b88ffcb643/widgetsnbextension-4.0.13-py3-none-any.whl sha256: 74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71 requires_python: '>=3.7' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 75ea7d0ee2a15733684badb16de6794894ed9c55aa5e9903260922f0482e687d requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1 requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389 requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl sha256: aefbc4cb0a54f91af643660a0a150ce2c090d3652cf4052a5397fb2de549cd89 requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09 requires_python: '>=3.6' -- kind: conda - name: x264 - version: 1!164.3095 - build: h166bdaf_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/x264-1!164.3095-h166bdaf_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/x264-1!164.3095-h166bdaf_2.tar.bz2 sha256: 175315eb3d6ea1f64a6ce470be00fa2ee59980108f246d3072ab8b977cb048a5 md5: 6c99772d483f566d59e25037fea2c4b1 depends: @@ -39578,13 +33725,7 @@ packages: purls: [] size: 897548 timestamp: 1660323080555 -- kind: conda - name: x264 - version: 1!164.3095 - build: h4e544f5_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/x264-1!164.3095-h4e544f5_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x264-1!164.3095-h4e544f5_2.tar.bz2 sha256: b48f150db8c052c197691c9d76f59e252d3a7f01de123753d51ebf2eed1cf057 md5: 0efaf807a0b5844ce5f605bd9b668281 depends: @@ -39594,27 +33735,7 @@ packages: purls: [] size: 1000661 timestamp: 1660324722559 -- kind: conda - name: x264 - version: 1!164.3095 - build: h57fd34a_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/x264-1!164.3095-h57fd34a_2.tar.bz2 - sha256: debdf60bbcfa6a60201b12a1d53f36736821db281a28223a09e0685edcce105a - md5: b1f6dccde5d3a1f911960b6e567113ff - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 717038 - timestamp: 1660323292329 -- kind: conda - name: x264 - version: 1!164.3095 - build: h775f41a_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/x264-1!164.3095-h775f41a_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/x264-1!164.3095-h775f41a_2.tar.bz2 sha256: de611da29f4ed0733a330402e163f9260218e6ba6eae593a5f945827d0ee1069 md5: 23e9c3180e2c0f9449bb042914ec2200 license: GPL-2.0-or-later @@ -39622,13 +33743,15 @@ packages: purls: [] size: 937077 timestamp: 1660323305349 -- kind: conda - name: x264 - version: 1!164.3095 - build: h8ffe710_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/x264-1!164.3095-h8ffe710_2.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/x264-1!164.3095-h57fd34a_2.tar.bz2 + sha256: debdf60bbcfa6a60201b12a1d53f36736821db281a28223a09e0685edcce105a + md5: b1f6dccde5d3a1f911960b6e567113ff + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 717038 + timestamp: 1660323292329 +- conda: https://conda.anaconda.org/conda-forge/win-64/x264-1!164.3095-h8ffe710_2.tar.bz2 sha256: 97166b318f8c68ffe4d50b2f4bd36e415219eeaef233e7d41c54244dc6108249 md5: 19e39905184459760ccb8cf5c75f148b depends: @@ -39639,30 +33762,7 @@ packages: purls: [] size: 1041889 timestamp: 1660323726084 -- kind: conda - name: x265 - version: '3.5' - build: h2d74725_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 - md5: ca7129a334198f08347fb19ac98a2de9 - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 5517425 - timestamp: 1646611941216 -- kind: conda - name: x265 - version: '3.5' - build: h924138e_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 md5: e7f6ed84d4623d52ee581325c1587a6b depends: @@ -39673,13 +33773,18 @@ packages: purls: [] size: 3357188 timestamp: 1646609687141 -- kind: conda - name: x265 - version: '3.5' - build: hbb4e6a2_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 + md5: 786853760099c74a1d4f0da98dd67aea + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1018181 + timestamp: 1646610147365 +- conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 md5: a3bf3e95b7795871a6734a784400fcea depends: @@ -39689,13 +33794,7 @@ packages: purls: [] size: 3433205 timestamp: 1646610148268 -- kind: conda - name: x265 - version: '3.5' - build: hbc6ce65_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d md5: b1f7f2780feffe310b068c021e8ff9b2 depends: @@ -39705,30 +33804,18 @@ packages: purls: [] size: 1832744 timestamp: 1646609481185 -- kind: conda - name: x265 - version: '3.5' - build: hdd96247_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 - sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 - md5: 786853760099c74a1d4f0da98dd67aea +- conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 + md5: ca7129a334198f08347fb19ac98a2de9 depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 1018181 - timestamp: 1646610147365 -- kind: conda - name: xcb-util - version: 0.4.1 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + size: 5517425 + timestamp: 1646611941216 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 depends: @@ -39739,12 +33826,7 @@ packages: purls: [] size: 19965 timestamp: 1718843348208 -- kind: conda - name: xcb-util-cursor - version: 0.1.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b md5: eb44b3b6deb1cab08d72cb61686fe64c depends: @@ -39759,13 +33841,7 @@ packages: purls: [] size: 20296 timestamp: 1726125844850 -- kind: conda - name: xcb-util-image - version: 0.4.0 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 md5: a0901183f08b6c7107aab109733a3c91 depends: @@ -39777,12 +33853,7 @@ packages: purls: [] size: 24551 timestamp: 1718880534789 -- kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 md5: ad748ccca349aec3e91743e08b5e2b50 depends: @@ -39793,12 +33864,7 @@ packages: purls: [] size: 14314 timestamp: 1718846569232 -- kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: @@ -39809,12 +33875,7 @@ packages: purls: [] size: 16978 timestamp: 1718848865819 -- kind: conda - name: xcb-util-wm - version: 0.4.2 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a md5: 608e0ef8256b81d04456e8d211eee3e8 depends: @@ -39825,12 +33886,7 @@ packages: purls: [] size: 51689 timestamp: 1718844051451 -- kind: conda - name: xkeyboard-config - version: '2.43' - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 md5: f725c7425d6d7c15e31f3b99a88ea02f depends: @@ -39842,29 +33898,7 @@ packages: purls: [] size: 389475 timestamp: 1727840188958 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: h57736b2_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h57736b2_1.conda - sha256: 525f197136d0c136dcba68b16d8f3636f27be111d677b2a06d8b99cf3f45ba4a - md5: 99a9c8245a1cc6dacd292ffeca39425f - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 60151 - timestamp: 1727533134400 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: hb9d3cd8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hb9d3cd8_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hb9d3cd8_1.conda sha256: ec276da68d1c4a3d34a63195b35ca5b248d4aff0812464dcd843d74649b5cec4 md5: 19608a9656912805b2b9a2f6bd257b04 depends: @@ -39875,31 +33909,17 @@ packages: purls: [] size: 58159 timestamp: 1727531850109 -- kind: conda - name: xorg-libsm - version: 1.2.4 - build: hbac51e1_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-hbac51e1_1.conda - sha256: 3d3c78a2e2a915d96b8bf8a670ba91e5abba50f55dc3ff699d345c958118e94c - md5: 18655ac9fc6624db89b33a89fed51c5f +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h57736b2_1.conda + sha256: 525f197136d0c136dcba68b16d8f3636f27be111d677b2a06d8b99cf3f45ba4a + md5: 99a9c8245a1cc6dacd292ffeca39425f depends: - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 28357 - timestamp: 1727635998392 -- kind: conda - name: xorg-libsm - version: 1.2.4 - build: he73a12e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-he73a12e_1.conda + size: 60151 + timestamp: 1727533134400 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-he73a12e_1.conda sha256: 70e903370977d44c9120a5641ab563887bd48446e9ef6fc2a3f5f60531c2cd6c md5: 05a8ea5f446de33006171a7afe6ae857 depends: @@ -39912,30 +33932,19 @@ packages: purls: [] size: 27516 timestamp: 1727634669421 -- kind: conda - name: xorg-libx11 - version: 1.8.9 - build: he755bbd_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-he755bbd_2.conda - sha256: bcd9ebdd7ca25d8ab1eb4f3f919113e264a8ad84fa713c48e737e9167a82fb4b - md5: 7acc45f80415e6ec352b729105dc0375 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-hbac51e1_1.conda + sha256: 3d3c78a2e2a915d96b8bf8a670ba91e5abba50f55dc3ff699d345c958118e94c + md5: 18655ac9fc6624db89b33a89fed51c5f depends: - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - - xorg-xorgproto + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 863528 - timestamp: 1727352755656 -- kind: conda - name: xorg-libx11 - version: 1.8.10 - build: h4f16b4b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_0.conda + size: 28357 + timestamp: 1727635998392 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_0.conda sha256: c4650634607864630fb03696474a0535f6fce5fda7d81a6462346e071b53dfa7 md5: 0b666058a179b744a622d0a4a0c56353 depends: @@ -39948,29 +33957,19 @@ packages: purls: [] size: 838308 timestamp: 1727356837875 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: h86ecc28_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h86ecc28_1.conda - sha256: a00c4c6054209c84fb460c5e4ae7193c335a9ee1851645c9ad59312438e853f7 - md5: c5f72a733c461aa7785518d29b997cc8 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-he755bbd_2.conda + sha256: bcd9ebdd7ca25d8ab1eb4f3f919113e264a8ad84fa713c48e737e9167a82fb4b + md5: 7acc45f80415e6ec352b729105dc0375 depends: - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 + - xorg-xorgproto license: MIT license_family: MIT purls: [] - size: 15690 - timestamp: 1727036097294 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: hb9d3cd8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hb9d3cd8_1.conda + size: 863528 + timestamp: 1727352755656 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hb9d3cd8_1.conda sha256: 532a046fee0b3a402db867b6ec55c84ba4cdedb91d817147c8feeae9766be3d6 md5: 77cbc488235ebbaab2b6e912d3934bae depends: @@ -39981,13 +33980,17 @@ packages: purls: [] size: 14679 timestamp: 1727034741045 -- kind: conda - name: xorg-libxcomposite - version: 0.4.6 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h86ecc28_1.conda + sha256: a00c4c6054209c84fb460c5e4ae7193c335a9ee1851645c9ad59312438e853f7 + md5: c5f72a733c461aa7785518d29b997cc8 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 15690 + timestamp: 1727036097294 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f md5: d3c295b50f092ab525ffe3c2aa4b7413 depends: @@ -40000,12 +34003,7 @@ packages: purls: [] size: 13603 timestamp: 1727884600744 -- kind: conda - name: xorg-libxcursor - version: 1.2.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.2-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.2-hb9d3cd8_0.conda sha256: 7262935568963836efd05e0c68d5c787246578465b7a66c8bd7f0ba361d6a105 md5: bb2638cd7fbdd980b1cff9a99a6c1fa8 depends: @@ -40019,12 +34017,7 @@ packages: purls: [] size: 31804 timestamp: 1727796817007 -- kind: conda - name: xorg-libxdamage - version: 1.1.6 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 md5: b5fcc7172d22516e1f965490e65e33a4 depends: @@ -40038,27 +34031,7 @@ packages: purls: [] size: 13217 timestamp: 1727891438799 -- kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda - sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f - md5: 25a5a7b797fe6e084e04ffe2db02fc62 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 20615 - timestamp: 1727796660574 -- kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee md5: 8035c64cb77ed555e3f150b7b3972480 depends: @@ -40069,28 +34042,17 @@ packages: purls: [] size: 19901 timestamp: 1727794976192 -- kind: conda - name: xorg-libxext - version: 1.3.6 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 - md5: bd1e86dd8aa3afd78a4bfdb4ef918165 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f + md5: 25a5a7b797fe6e084e04ffe2db02fc62 depends: - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 50746 - timestamp: 1727754268156 -- kind: conda - name: xorg-libxext - version: 1.3.6 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + size: 20615 + timestamp: 1727796660574 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 md5: febbab7d15033c913d53c7a2c102309d depends: @@ -40102,28 +34064,18 @@ packages: purls: [] size: 50060 timestamp: 1727752228921 -- kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 - md5: 78f8715c002cc66991d7c11e3cf66039 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 + md5: bd1e86dd8aa3afd78a4bfdb4ef918165 depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 20289 - timestamp: 1727796500830 -- kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + size: 50746 + timestamp: 1727754268156 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 md5: 4bdb303603e9821baf5fe5fdff1dc8f8 depends: @@ -40135,30 +34087,18 @@ packages: purls: [] size: 19575 timestamp: 1727794961233 -- kind: conda - name: xorg-libxi - version: 1.8.2 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e - md5: eeee3bdb31c6acde2b81ad1b8c287087 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 + md5: 78f8715c002cc66991d7c11e3cf66039 depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 48197 - timestamp: 1727801059062 -- kind: conda - name: xorg-libxi - version: 1.8.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + size: 20289 + timestamp: 1727796500830 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a md5: 17dcc85db3c7886650b8908b183d6876 depends: @@ -40172,12 +34112,20 @@ packages: purls: [] size: 47179 timestamp: 1727799254088 -- kind: conda - name: xorg-libxrandr - version: 1.5.4 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e + md5: eeee3bdb31c6acde2b81ad1b8c287087 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + license: MIT + license_family: MIT + purls: [] + size: 48197 + timestamp: 1727801059062 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d md5: 2de7f99d6581a4a7adbff607b5c278ca depends: @@ -40191,31 +34139,7 @@ packages: purls: [] size: 29599 timestamp: 1727794874300 -- kind: conda - name: xorg-libxrender - version: 0.9.11 - build: h57736b2_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h57736b2_1.conda - sha256: 50c000a26e828313b668902c2ae5ff7956d9d34418b4fc6fc15f73cba31b45e0 - md5: 19fb476dc5cdd51b67719a6342fab237 - depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-xorgproto - license: MIT - license_family: MIT - purls: [] - size: 38052 - timestamp: 1727530023529 -- kind: conda - name: xorg-libxrender - version: 0.9.11 - build: hb9d3cd8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hb9d3cd8_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hb9d3cd8_1.conda sha256: f1217e902c0b1d8bc5d3ce65e483ebf38b049c823c9117b7198cfb16bd2b9143 md5: a7a49a8b85122b49214798321e2e96b4 depends: @@ -40228,13 +34152,19 @@ packages: purls: [] size: 37780 timestamp: 1727529943015 -- kind: conda - name: xorg-libxtst - version: 1.2.5 - build: hb9d3cd8_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h57736b2_1.conda + sha256: 50c000a26e828313b668902c2ae5ff7956d9d34418b4fc6fc15f73cba31b45e0 + md5: 19fb476dc5cdd51b67719a6342fab237 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-xorgproto + license: MIT + license_family: MIT + purls: [] + size: 38052 + timestamp: 1727530023529 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f depends: @@ -40248,13 +34178,7 @@ packages: purls: [] size: 32808 timestamp: 1727964811275 -- kind: conda - name: xorg-libxxf86vm - version: 1.1.5 - build: hb9d3cd8_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-hb9d3cd8_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-hb9d3cd8_4.conda sha256: 0b8f062a5b4a2c3833267285b7d41b3542f54d2c935c86ca98504c3e5296354c md5: 7da9007c0582712c4bad4131f89c8372 depends: @@ -40267,29 +34191,7 @@ packages: purls: [] size: 18072 timestamp: 1728920051869 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h57736b2_1004 - build_number: 1004 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h57736b2_1004.conda - sha256: 00e2bb1f05e7737002165a4523300c1c28dda127de099288c38ce4a62789183e - md5: 4589bf66785ace0f78e8d59d403aad98 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 30717 - timestamp: 1726847443586 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: hb9d3cd8_1004 - build_number: 1004 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda sha256: f302a3f6284ee9ad3b39e45251d7ed15167896564dc33e006077a896fd3458a6 md5: bc4cd53a083b6720d61a1519a1900878 depends: @@ -40300,29 +34202,17 @@ packages: purls: [] size: 30549 timestamp: 1726846235301 -- kind: conda - name: xorg-xorgproto - version: '2024.1' - build: h86ecc28_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xorgproto-2024.1-h86ecc28_1.conda - sha256: 3dbbf4cdb5ad82d3479ab2aa68ae67de486a6d57d67f0402d8e55869f6f13aec - md5: 91cef7867bf2b47f614597b59705ff56 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h57736b2_1004.conda + sha256: 00e2bb1f05e7737002165a4523300c1c28dda127de099288c38ce4a62789183e + md5: 4589bf66785ace0f78e8d59d403aad98 depends: - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 566948 - timestamp: 1726847598167 -- kind: conda - name: xorg-xorgproto - version: '2024.1' - build: hb9d3cd8_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2024.1-hb9d3cd8_1.conda + size: 30717 + timestamp: 1726847443586 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2024.1-hb9d3cd8_1.conda sha256: 1316680be6edddee0156b86ec1102fc8286f51c1a5440366ed1db596a2dc3731 md5: 7c21106b851ec72c037b162c216d8f05 depends: @@ -40333,12 +34223,17 @@ packages: purls: [] size: 565425 timestamp: 1726846388217 -- kind: conda - name: xz - version: 5.2.6 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xorgproto-2024.1-h86ecc28_1.conda + sha256: 3dbbf4cdb5ad82d3479ab2aa68ae67de486a6d57d67f0402d8e55869f6f13aec + md5: 91cef7867bf2b47f614597b59705ff56 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 566948 + timestamp: 1726847598167 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 md5: 2161070d867d1b1204ea749c8eec4ef0 depends: @@ -40347,36 +34242,30 @@ packages: purls: [] size: 418368 timestamp: 1660346797927 -- kind: conda - name: xz - version: 5.2.6 - build: h57fd34a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 + md5: 83baad393a31d59c20b63ba4da6592df + depends: + - libgcc-ng >=12 license: LGPL-2.1 and GPL-2.0 purls: [] - size: 235693 - timestamp: 1660346961024 -- kind: conda - name: xz - version: 5.2.6 - build: h775f41a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + size: 440555 + timestamp: 1660348056328 +- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 md5: a72f9d4ea13d55d745ff1ed594747f10 license: LGPL-2.1 and GPL-2.0 purls: [] size: 238119 timestamp: 1660346964847 -- kind: conda - name: xz - version: 5.2.6 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec + md5: 39c6b54e94014701dd157f4f576ed211 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 235693 + timestamp: 1660346961024 +- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 md5: 515d77642eaa3639413c6b1bc3f94219 depends: @@ -40386,47 +34275,7 @@ packages: purls: [] size: 217804 timestamp: 1660346976440 -- kind: conda - name: xz - version: 5.2.6 - build: h9cdd2b7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df - depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 440555 - timestamp: 1660348056328 -- kind: conda - name: yarl - version: 1.15.3 - build: py311h1314207_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.15.3-py311h1314207_0.conda - sha256: 60a8934efaebbcf2b5af1b8cab0190a11327d167cff7ca7506b7a029a71557cf - md5: 13aa8cc057003bf3a4bdb2695e686688 - depends: - - __osx >=10.13 - - idna >=2.0 - - multidict >=4.0 - - propcache >=0.2.0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/yarl?source=hash-mapping - size: 131909 - timestamp: 1729069888087 -- kind: conda - name: yarl - version: 1.15.3 - build: py311h9ecbd09_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.15.3-py311h9ecbd09_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.15.3-py311h9ecbd09_0.conda sha256: 4ce47917f2aa7f20f38bd405543750ae1b461e94979923bdc47d385a0e86dc38 md5: ff33935060d0c1e63b1f3f1ad4efbf3b depends: @@ -40443,12 +34292,7 @@ packages: - pkg:pypi/yarl?source=hash-mapping size: 141733 timestamp: 1729069857540 -- kind: conda - name: yarl - version: 1.15.3 - build: py311ha879c10_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.15.3-py311ha879c10_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.15.3-py311ha879c10_0.conda sha256: c18d4b26b2b08a2f1dd9ac45b439c8442d85acfe301c6a7824777f45cf0b617a md5: fa8846feed3551d56b41d743df94b112 depends: @@ -40465,12 +34309,23 @@ packages: - pkg:pypi/yarl?source=hash-mapping size: 140254 timestamp: 1729069930186 -- kind: conda - name: yarl - version: 1.15.3 - build: py311hae2e1ce_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.15.3-py311hae2e1ce_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.15.3-py311h1314207_0.conda + sha256: 60a8934efaebbcf2b5af1b8cab0190a11327d167cff7ca7506b7a029a71557cf + md5: 13aa8cc057003bf3a4bdb2695e686688 + depends: + - __osx >=10.13 + - idna >=2.0 + - multidict >=4.0 + - propcache >=0.2.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/yarl?source=hash-mapping + size: 131909 + timestamp: 1729069888087 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.15.3-py311hae2e1ce_0.conda sha256: 2622f094debb2fb92019f3bc7eaae96f37e2f2783d5a204dc03b6b0ee652c152 md5: 1494a505ff068448dd8f6bb577d8ccec depends: @@ -40487,12 +34342,7 @@ packages: - pkg:pypi/yarl?source=hash-mapping size: 132522 timestamp: 1729069934539 -- kind: conda - name: yarl - version: 1.15.3 - build: py311he736701_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/yarl-1.15.3-py311he736701_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/yarl-1.15.3-py311he736701_0.conda sha256: 565ec154bcdedfda7f14a81ea890ef68712656ac0d5fbd70054a550007a77d70 md5: 87ad7268d3332dd479b8a18f759e8ce2 depends: @@ -40510,10 +34360,9 @@ packages: - pkg:pypi/yarl?source=hash-mapping size: 132378 timestamp: 1729070014089 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/51/31/72b8f5aa9ed9c4a6afd09c0bab491862ba5837facf7d81e1ed51a555ae8e/yfinance-0.2.44-py2.py3-none-any.whl name: yfinance version: 0.2.44 - url: https://files.pythonhosted.org/packages/51/31/72b8f5aa9ed9c4a6afd09c0bab491862ba5837facf7d81e1ed51a555ae8e/yfinance-0.2.44-py2.py3-none-any.whl sha256: fdc18791662f286539f7a08dccd7e8191b1ca509814f7b0faac264623bebe8a8 requires_dist: - pandas>=1.3.0 @@ -40530,10 +34379,9 @@ packages: - requests-cache>=1.0 ; extra == 'nospam' - requests-ratelimiter>=0.3.1 ; extra == 'nospam' - scipy>=1.6.3 ; extra == 'repair' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl name: zipp version: 3.20.2 - url: https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl sha256: a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350 requires_dist: - pytest-checkdocs>=2.4 ; extra == 'check' @@ -40546,7 +34394,7 @@ packages: - sphinx-lint ; extra == 'doc' - jaraco-tidelift>=1.4 ; extra == 'doc' - pytest-enabler>=2.2 ; extra == 'enabler' - - pytest!=8.1.*,>=6 ; extra == 'test' + - pytest>=6,!=8.1.* ; extra == 'test' - jaraco-itertools ; extra == 'test' - jaraco-functools ; extra == 'test' - more-itertools ; extra == 'test' @@ -40556,49 +34404,19 @@ packages: - importlib-resources ; python_full_version < '3.9' and extra == 'test' - pytest-mypy ; extra == 'type' requires_python: '>=3.8' -- kind: conda - name: zlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c - md5: be60c4e8efa55fddc17b4131aa47acbd - depends: - - libzlib 1.3.1 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Zlib - license_family: Other - purls: [] - size: 107439 - timestamp: 1727963788936 -- kind: conda - name: zlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 - md5: e3170d898ca6cb48f1bb567afb92f775 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 depends: - - __osx >=11.0 - - libzlib 1.3.1 h8359307_2 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib 1.3.1 hb9d3cd8_2 license: Zlib license_family: Other purls: [] - size: 77606 - timestamp: 1727963209370 -- kind: conda - name: zlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + size: 92286 + timestamp: 1727963153079 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 md5: bc230abb5d21b63ff4799b0e75204783 depends: @@ -40609,31 +34427,7 @@ packages: purls: [] size: 95582 timestamp: 1727963203597 -- kind: conda - name: zlib - version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab - md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib 1.3.1 hb9d3cd8_2 - license: Zlib - license_family: Other - purls: [] - size: 92286 - timestamp: 1727963153079 -- kind: conda - name: zlib - version: 1.3.1 - build: hd23fc13_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 md5: c989e0295dcbdc08106fe5d9e935f0b9 depends: @@ -40644,59 +34438,73 @@ packages: purls: [] size: 88544 timestamp: 1727963189976 -- kind: pypi +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 + md5: e3170d898ca6cb48f1bb567afb92f775 + depends: + - __osx >=11.0 + - libzlib 1.3.1 h8359307_2 + license: Zlib + license_family: Other + purls: [] + size: 77606 + timestamp: 1727963209370 +- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c + md5: be60c4e8efa55fddc17b4131aa47acbd + depends: + - libzlib 1.3.1 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Zlib + license_family: Other + purls: [] + size: 107439 + timestamp: 1727963788936 +- pypi: https://files.pythonhosted.org/packages/63/b6/677e65c095d8e12b66b8f862b069bcf1f1d781b9c9c6f12eb55000d57583/zstandard-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl name: zstandard version: 0.23.0 - url: https://files.pythonhosted.org/packages/63/b6/677e65c095d8e12b66b8f862b069bcf1f1d781b9c9c6f12eb55000d57583/zstandard-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl sha256: 983b6efd649723474f29ed42e1467f90a35a74793437d0bc64a5bf482bedfa0a requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/76/3f/dbafccf19cfeca25bbabf6f2dd81796b7218f768ec400f043edc767015a6/zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: zstandard version: 0.23.0 - url: https://files.pythonhosted.org/packages/76/3f/dbafccf19cfeca25bbabf6f2dd81796b7218f768ec400f043edc767015a6/zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: fd30d9c67d13d891f2360b2a120186729c111238ac63b43dbd37a5a40670b8ca requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/9e/40/f67e7d2c25a0e2dc1744dd781110b0b60306657f8696cafb7ad7579469bd/zstandard-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl name: zstandard version: 0.23.0 - url: https://files.pythonhosted.org/packages/9e/40/f67e7d2c25a0e2dc1744dd781110b0b60306657f8696cafb7ad7579469bd/zstandard-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 34895a41273ad33347b2fc70e1bff4240556de3c46c6ea430a7ed91f9042aa4e requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/be/a2/4272175d47c623ff78196f3c10e9dc7045c1b9caf3735bf041e65271eca4/zstandard-0.23.0-cp311-cp311-win_amd64.whl name: zstandard version: 0.23.0 - url: https://files.pythonhosted.org/packages/be/a2/4272175d47c623ff78196f3c10e9dc7045c1b9caf3735bf041e65271eca4/zstandard-0.23.0-cp311-cp311-win_amd64.whl sha256: 62136da96a973bd2557f06ddd4e8e807f9e13cbb0bfb9cc06cfe6d98ea90dfe0 requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' requires_python: '>=3.8' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/e8/46/66d5b55f4d737dd6ab75851b224abf0afe5774976fe511a54d2eb9063a41/zstandard-0.23.0-cp311-cp311-macosx_11_0_arm64.whl name: zstandard version: 0.23.0 - url: https://files.pythonhosted.org/packages/e8/46/66d5b55f4d737dd6ab75851b224abf0afe5774976fe511a54d2eb9063a41/zstandard-0.23.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 77ea385f7dd5b5676d7fd943292ffa18fbf5c72ba98f7d09fc1fb9e819b34c23 requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' requires_python: '>=3.8' -- kind: conda - name: zstd - version: 1.5.6 - build: h02f22dd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - sha256: 484f9d0722c77685ae379fbff3ccd662af9ead7e59eb39cd6d0c677cdf25ff6c - md5: be8d5f8cf21aed237b8b182ea86b3dd6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda + sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b + md5: 4d056880988120e29d75bfff282e0f45 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 @@ -40704,32 +34512,21 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 539937 - timestamp: 1714723130243 -- kind: conda - name: zstd - version: 1.5.6 - build: h0ea2cb4_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3 - md5: 9a17230f95733c04dc40a2b1e5491d74 + size: 554846 + timestamp: 1714722996770 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda + sha256: 484f9d0722c77685ae379fbff3ccd662af9ead7e59eb39cd6d0c677cdf25ff6c + md5: be8d5f8cf21aed237b8b182ea86b3dd6 depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 349143 - timestamp: 1714723445995 -- kind: conda - name: zstd - version: 1.5.6 - build: h915ae27_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda + size: 539937 + timestamp: 1714723130243 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda sha256: efa04a98cb149643fa54c4dad5a0179e36a5fbc88427ea0eec88ceed87fd0f96 md5: 4cb2cd56f039b129bb0e491c1164167e depends: @@ -40740,29 +34537,7 @@ packages: purls: [] size: 498900 timestamp: 1714723303098 -- kind: conda - name: zstd - version: 1.5.6 - build: ha6fb4c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b - md5: 4d056880988120e29d75bfff282e0f45 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 554846 - timestamp: 1714722996770 -- kind: conda - name: zstd - version: 1.5.6 - build: hb46c0d2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda sha256: 2d4fd1ff7ee79cd954ca8e81abf11d9d49954dd1fef80f27289e2402ae9c2e09 md5: d96942c06c3e84bfcc5efb038724a7fd depends: @@ -40773,3 +34548,16 @@ packages: purls: [] size: 405089 timestamp: 1714723101397 +- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda + sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3 + md5: 9a17230f95733c04dc40a2b1e5491d74 + depends: + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 349143 + timestamp: 1714723445995 diff --git a/rerun_py/rerun_bindings/rerun_bindings.pyi b/rerun_py/rerun_bindings/rerun_bindings.pyi index dbe45bb9e285..47866fe13399 100644 --- a/rerun_py/rerun_bindings/rerun_bindings.pyi +++ b/rerun_py/rerun_bindings/rerun_bindings.pyi @@ -575,7 +575,7 @@ class StorageNodeClient: Required-feature: `remote` """ - def list_recordings(self) -> pa.RecordBatchReader: + def query_catalog(self) -> pa.RecordBatchReader: """Get the metadata for all recordings in the storage node.""" ... @@ -593,7 +593,7 @@ class StorageNodeClient: """ ... - def update_metadata(self, id: str, metadata: dict[str, MetadataLike]) -> None: + def update_catalog(self, id: str, metadata: dict[str, MetadataLike]) -> None: """ Update the metadata for the recording with the given id. diff --git a/rerun_py/src/remote.rs b/rerun_py/src/remote.rs index eeaf24c652a7..abb95fc12e1f 100644 --- a/rerun_py/src/remote.rs +++ b/rerun_py/src/remote.rs @@ -14,11 +14,12 @@ use re_protos::{ codec::decode, v0::{ storage_node_client::StorageNodeClient, EncoderVersion, FetchRecordingRequest, - ListRecordingsRequest, RecordingId, RecordingMetadata, RecordingType, - RegisterRecordingRequest, UpdateRecordingMetadataRequest, + QueryCatalogRequest, RecordingId, RecordingMetadata, RecordingType, + RegisterRecordingRequest, UpdateCatalogRequest, }, }; use re_sdk::{ApplicationId, StoreId, StoreKind, Time}; +use tokio_stream::StreamExt; use crate::dataframe::PyRecording; @@ -80,26 +81,30 @@ pub struct PyStorageNodeClient { #[pymethods] impl PyStorageNodeClient { - /// Get the metadata for all recordings in the storage node. - fn list_recordings(&mut self) -> PyResult>> { + /// Query the recordings metadata catalog. + fn query_catalog(&mut self) -> PyResult>> { let reader = self.runtime.block_on(async { - // TODO(jleibs): Support column projection - let request = ListRecordingsRequest { + // TODO(jleibs): Support column projection and filtering + let request = QueryCatalogRequest { column_projection: None, + filter: None, }; - let resp = self + let transport_chunks = self .client - .list_recordings(request) + .query_catalog(request) .await - .map_err(|err| PyRuntimeError::new_err(err.to_string()))?; - - let transport_chunks = resp + .map_err(|err| PyRuntimeError::new_err(err.to_string()))? .into_inner() - .recordings - .into_iter() - .map(|recording| recording.data()) + .filter_map(|resp| { + resp.and_then(|r| { + decode(r.encoder_version(), &r.payload) + .map_err(|err| tonic::Status::internal(err.to_string())) + }) + .transpose() + }) .collect::, _>>() + .await .map_err(|err| PyRuntimeError::new_err(err.to_string()))?; let record_batches: Vec> = @@ -216,7 +221,7 @@ impl PyStorageNodeClient { id, metadata ))] - fn update_metadata(&mut self, id: &str, metadata: &Bound<'_, PyDict>) -> PyResult<()> { + fn update_catalog(&mut self, id: &str, metadata: &Bound<'_, PyDict>) -> PyResult<()> { self.runtime.block_on(async { let (schema, data): ( Vec, @@ -247,13 +252,13 @@ impl PyStorageNodeClient { let metadata = RecordingMetadata::try_from(EncoderVersion::V0, &metadata_tc) .map_err(|err| PyRuntimeError::new_err(err.to_string()))?; - let request = UpdateRecordingMetadataRequest { + let request = UpdateCatalogRequest { recording_id: Some(RecordingId { id: id.to_owned() }), metadata: Some(metadata), }; self.client - .update_recording_metadata(request) + .update_catalog(request) .await .map_err(|err| PyRuntimeError::new_err(err.to_string()))?; diff --git a/scripts/check_env.py b/scripts/check_env.py index dfafd00230c6..66c6cdd9854d 100644 --- a/scripts/check_env.py +++ b/scripts/check_env.py @@ -6,7 +6,7 @@ import subprocess -PIXI_VERSION = "0.34.0" +PIXI_VERSION = "0.39.0" CARGO_VERSION = "1.80.0" RUST_VERSION = "1.80.0" diff --git a/scripts/ci/pixi_install_wheel.py b/scripts/ci/pixi_install_wheel.py index daeae3229a24..95abd2be7dbf 100644 --- a/scripts/ci/pixi_install_wheel.py +++ b/scripts/ci/pixi_install_wheel.py @@ -19,6 +19,12 @@ import subprocess import sys from pathlib import Path +from urllib.parse import urljoin +from urllib.request import pathname2url + + +def path_to_file_url(path: Path) -> str: + return urljoin("file:", pathname2url(str(path.absolute()))) def run_pixi_install(feature: str, dir: str, pkg: str, platform_independent: bool = False) -> None: @@ -72,7 +78,7 @@ def run_pixi_install(feature: str, dir: str, pkg: str, platform_independent: boo wheel = Path(dir) / wheels[0] # Install the wheel - cmd = ["pixi", "add", "--feature", feature, "--pypi", f"{pkg} @ {wheel}"] + cmd = ["pixi", "add", "--feature", feature, "--pypi", f"{pkg} @ {path_to_file_url(wheel)}"] print(f"Running: {' '.join(cmd)}") returncode = subprocess.Popen(cmd).wait() assert returncode == 0, f"process exited with error code {returncode}"