diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index 632aa9bfb765..e968840cfbc8 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -26,7 +26,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Wait a few seconds run: | diff --git a/.github/workflows/auto_release_crates.yml b/.github/workflows/auto_release_crates.yml index 131f013d1e29..3c4a59164bc3 100644 --- a/.github/workflows/auto_release_crates.yml +++ b/.github/workflows/auto_release_crates.yml @@ -26,7 +26,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Update crate versions run: pixi run python scripts/ci/crates.py version --bump prerelease diff --git a/.github/workflows/checkboxes.yml b/.github/workflows/checkboxes.yml index 60ebeb6636f4..47a2197efe85 100644 --- a/.github/workflows/checkboxes.yml +++ b/.github/workflows/checkboxes.yml @@ -34,7 +34,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Check PR checkboxes run: | diff --git a/.github/workflows/contrib_checks.yml b/.github/workflows/contrib_checks.yml index e1228494febe..a94fe24a51b2 100644 --- a/.github/workflows/contrib_checks.yml +++ b/.github/workflows/contrib_checks.yml @@ -47,7 +47,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Python format check run: pixi run py-fmt-check @@ -88,7 +88,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Codegen check run: pixi run codegen --force --check @@ -101,7 +101,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Rust checks & tests run: pixi run rs-check --skip individual_crates @@ -114,7 +114,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Rerun lints run: pixi run lint-rerun @@ -159,7 +159,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 54783fdc46f0..eeae5d4f3bd5 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 environments: wheel-test - name: Run Python unit-tests diff --git a/.github/workflows/on_pull_request_target_contrib.yml b/.github/workflows/on_pull_request_target_contrib.yml index 3bf85853ac6b..dd02523ce0b9 100644 --- a/.github/workflows/on_pull_request_target_contrib.yml +++ b/.github/workflows/on_pull_request_target_contrib.yml @@ -29,7 +29,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Update PR description run: | diff --git a/.github/workflows/on_push_docs.yml b/.github/workflows/on_push_docs.yml index 4d58c6a22cc5..1bbd6423f9e6 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Get version id: versioning @@ -57,7 +57,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Install rerun-sdk run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c1152788c1f..8e0877ebd739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Update crate versions id: versioning @@ -383,7 +383,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Commit new version run: | diff --git a/.github/workflows/reusable_build_and_upload_rerun_cli.yml b/.github/workflows/reusable_build_and_upload_rerun_cli.yml index 0bd2e54a119f..778d33ac4e6d 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 fb13ed486573..5b7f4bf1799e 100644 --- a/.github/workflows/reusable_build_and_upload_wheels.yml +++ b/.github/workflows/reusable_build_and_upload_wheels.yml @@ -189,7 +189,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Get sha id: get-sha diff --git a/.github/workflows/reusable_build_examples.yml b/.github/workflows/reusable_build_examples.yml index 45bdb9549437..b72f2e62c878 100644 --- a/.github/workflows/reusable_build_examples.yml +++ b/.github/workflows/reusable_build_examples.yml @@ -64,7 +64,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 environments: wheel-test - name: Download Wheel diff --git a/.github/workflows/reusable_build_js.yml b/.github/workflows/reusable_build_js.yml index ecdbc65c79e7..e0dac2de76e3 100644 --- a/.github/workflows/reusable_build_js.yml +++ b/.github/workflows/reusable_build_js.yml @@ -66,7 +66,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 e3143bfdfbb1..4178acaa469f 100644 --- a/.github/workflows/reusable_build_web.yml +++ b/.github/workflows/reusable_build_web.yml @@ -66,7 +66,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Build web-viewer (release) run: | diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index 316c2e440d82..079ea0a34c3f 100644 --- a/.github/workflows/reusable_checks.yml +++ b/.github/workflows/reusable_checks.yml @@ -86,7 +86,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Codegen check run: pixi run codegen --force --check @@ -103,7 +103,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Set up Python uses: actions/setup-python@v5 @@ -142,7 +142,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Run linter run: | @@ -178,7 +178,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 f0b70a7fb4ae..6e9ef1fc5124 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 environments: cpp - name: Set up Rust diff --git a/.github/workflows/reusable_checks_python.yml b/.github/workflows/reusable_checks_python.yml index b0c9e4a84863..19ac41afddf1 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Python format check run: pixi run py-fmt-check diff --git a/.github/workflows/reusable_checks_rust.yml b/.github/workflows/reusable_checks_rust.yml index 9a158a32f0cb..573befb8be02 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Rust checks & tests if: ${{ inputs.CHANNEL == 'pr' }} diff --git a/.github/workflows/reusable_deploy_docs.yml b/.github/workflows/reusable_deploy_docs.yml index 61ebcd9163c7..82334495b754 100644 --- a/.github/workflows/reusable_deploy_docs.yml +++ b/.github/workflows/reusable_deploy_docs.yml @@ -203,7 +203,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Doxygen C++ docs run: pixi run cpp-docs diff --git a/.github/workflows/reusable_pr_summary.yml b/.github/workflows/reusable_pr_summary.yml index fb1b1ae994ee..db5756f94c26 100644 --- a/.github/workflows/reusable_pr_summary.yml +++ b/.github/workflows/reusable_pr_summary.yml @@ -37,7 +37,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - id: "auth" uses: google-github-actions/auth@v2 diff --git a/.github/workflows/reusable_publish_js.yml b/.github/workflows/reusable_publish_js.yml index a32925520c50..5658350d439b 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Publish packages env: diff --git a/.github/workflows/reusable_publish_web.yml b/.github/workflows/reusable_publish_web.yml index dd1446ec7001..2713c8bde3e2 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.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 2440db9da677..a8d372b94056 100644 --- a/.github/workflows/reusable_publish_wheels.yml +++ b/.github/workflows/reusable_publish_wheels.yml @@ -155,7 +155,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 b1e92da2bacd..563b1547abae 100644 --- a/.github/workflows/reusable_release_crates.yml +++ b/.github/workflows/reusable_release_crates.yml @@ -30,7 +30,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 7871cc0dc155..8b0b1a7627c0 100644 --- a/.github/workflows/reusable_run_notebook.yml +++ b/.github/workflows/reusable_run_notebook.yml @@ -39,7 +39,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 ccca340b830b..a4f6d091a089 100644 --- a/.github/workflows/reusable_sync_release_assets.yml +++ b/.github/workflows/reusable_sync_release_assets.yml @@ -41,7 +41,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.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 4318f20c2c97..917470dd92a0 100644 --- a/.github/workflows/reusable_test_wheels.yml +++ b/.github/workflows/reusable_test_wheels.yml @@ -147,7 +147,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 environments: wheel-test - name: Download Wheel diff --git a/.github/workflows/reusable_update_pr_body.yml b/.github/workflows/reusable_update_pr_body.yml index 0b1913ba057d..38b6bc3d13b2 100644 --- a/.github/workflows/reusable_update_pr_body.yml +++ b/.github/workflows/reusable_update_pr_body.yml @@ -37,7 +37,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.6.0 with: - pixi-version: v0.20.0 + pixi-version: v0.23.0 - name: Update PR description run: | diff --git a/examples/python/README.md b/examples/python/README.md index e0302b57c2b0..14c3fa4dbd55 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -47,21 +47,24 @@ NOTE: `.rrd` files do not yet guarantee any backwards or forwards compatibility. The Rerun project makes extensive use of [pixi](https://pixi.sh/latest/) for various developer tasks, and Pixi can be used to run examples as well. For this, you need to install Pixi as per the installation instructions on their website. -Then, install a suitable version of the Rerun SDK in the Pixi environment. For the Rerun examples, the `examples` environment must be used, which is why the following commands all include `-e examples`. +The Pixi environment `examples-pypi` will use the published Rerun SDK package from PyPI. -For the released version of the SDK, use: +To use this environment, specify it when running the example: ```shell -pixi run -e examples pip install rerun-sdk==0.15.1 +pixi run -e examples-pypi minimal ``` -**Note**: as explained above, the repository checkout tag must match the installed version. +### Running examples with Pixi from source -Alternatively, you can build Rerun from source (requires a Rust installation): +Alternatively, you can build Rerun from source, and install it in the Pixi environment. Note that this requires a rust +toolchain to be installed on your system. + +Before running the example, make sure the source build is up-to-date: ```shell pixi run -e examples py-build ``` -Then, you can run examples with the following command: +Now you can run the example with the source build: ```shell pixi run -e examples minimal ``` diff --git a/examples/python/_empty_rerun_sdk/README.md b/examples/python/_empty_rerun_sdk/README.md deleted file mode 100644 index 92c4bb6428ea..000000000000 --- a/examples/python/_empty_rerun_sdk/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## "Fake" `rerun-sdk` package - -This is fake, empty `rerun-sdk` package used as a (default) dependency in our `pixi.toml`. - -TODO(ab): cleanup when Pixi fixes https://github.com/prefix-dev/pixi/issues/1233 diff --git a/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py b/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py deleted file mode 100644 index 28f314793105..000000000000 --- a/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py +++ /dev/null @@ -1,3 +0,0 @@ -from __future__ import annotations - -print("run `pixi run py-build`") diff --git a/examples/python/_empty_rerun_sdk/pyproject.toml b/examples/python/_empty_rerun_sdk/pyproject.toml deleted file mode 100644 index f4eb278396bd..000000000000 --- a/examples/python/_empty_rerun_sdk/pyproject.toml +++ /dev/null @@ -1,13 +0,0 @@ -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[project] -name = "rerun-sdk" -version = "0.10.0" - -[tool.hatch.build.targets.wheel] -packages = ["empty_rerun_sdk.py"] - -[tool.rerun-example] -skip = true diff --git a/pixi.lock b/pixi.lock index 30182f6e7c8b..cb4e07a8f7be 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,122 +1,123 @@ -version: 4 +version: 5 environments: cpp: channels: - url: https://conda.anaconda.org/conda-forge/ + indexes: + - https://pypi.org/simple packages: linux-64: - conda: 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/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.3-py311h459d7ec_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.16-h79b3bcb_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.10-hb29e0c7_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.13-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-hecc5fa9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-hf9b2f7b_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h5d7533a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.5-h50678d4_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.2-hf479d2b_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.2-h4ad9680_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.15-hecc5fa9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-hecc5fa9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.2-h19f5d62_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.267-h5606698_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-ha47c788_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h29d6fba_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.8-h21d4f22_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-h759edc4_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.9-h594631b_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-h83b837d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.9-he3a8b3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-hba8bd5f_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-h4852527_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-ha1999f0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.26.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-hda56bd4_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_hb11cfb5_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-h39da44c_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h9bb3924_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: 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/doxygen-1.9.7-h661eb56_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-23.5.26-h59595ed_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h76fc315_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h915e2ae_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-h58ffeeb_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.41-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h8d2909c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h8a814eb_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h915e2ae_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-h2a574ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda - conda: 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/krb5-1.21.2-h659d440_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.1-cxx17_h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h5001e6d_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-hf334d8d_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h469e5c9_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-h3f306ff_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h469e5c9_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-hcb6531f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-he07691f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hc1954e9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-22_linux64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-17.0.6-default_ha2b6cf4_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.6-default_h5d6823c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.5.0-hca28451_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.8.0-hca28451_0.conda - conda: 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/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.21.0-h72bcb37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.21.0-hc7a4891_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.61.1-hccd595a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h0223996_107.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-hca663fb_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.24.0-h2736e30_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.24.0-h3d9a0c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-22_linux64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm17-17.0.6-hb3ce162_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.6-hb77312f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.2-h08a7969_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_h413a1c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-hacf5a1f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.1-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-hb8811af_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.3-h2797004_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h0223996_107.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.48.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.5-h232c23b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-hc051c1a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda - conda: 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/markupsafe-2.1.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda @@ -124,47 +125,47 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.18.2-hb753e55_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.20.2-h84e79e0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h00e871a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.1-h17fec99_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-2.8.8-h75cfd52_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h39c9aba_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311hd5e4297_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.8-hab00c5b_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-50.0-hd3aeb46_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-51.0-hd3aeb46_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.5-h06160fa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.15-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.0-hdb0a2a9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.18.1-he8a937b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.21.0-he9194b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.16.0-h209287a_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.4-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -175,7 +176,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -185,7 +186,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -194,171 +195,171 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - 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 linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/_sysroot_linux-aarch64_curr_repodata_hack-4-h57d6b7b_14.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.3-py311hcd402e7_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.5-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.16-hcac9c52_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.10-h967b9ec_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.13-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h128c7ac_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-he0aa6e1_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.5-h2bbb85f_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.2-hf974719_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.2-h170583c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.15-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.2-h07bb24a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.267-hfce6cab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-h38e582b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.14-he69d4ad_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.19-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h660a530_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-hb63d320_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.8-hc08e167_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-hb8a7502_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.9-hca2a1cf_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h9de22bd_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.9-h74ed545_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-h4d1146e_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-h64c2a2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-h870a726_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-hf1166c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-hf54a868_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.40-h95d2017_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.27.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.6.0-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-h250cd41_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_hb368394_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_hb368394_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_hb368394_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-h250cd41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_h9270250_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: 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/doxygen-1.9.7-h7b6a552_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.7-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.3.0-he80d746_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.3.0-hcde2664_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.3.0-hdb0cc85_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.3.0-h3d98823_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-12.3.0-h9622932_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.42-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.3.0-he80d746_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.3.0-hcde2664_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.3.0-hdb0cc85_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.3.0-hba91e99_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-12.3.0-h3d1e521_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h5b4a56d_14.conda - conda: 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/krb5-1.21.2-hc419048_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.1-cxx17_h2f0025b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-h25df049_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h2f0025b_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h2f0025b_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-h2f4a9e5_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hc81a7a7_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-h3a2b1eb_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-hd45466a_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-21_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-ha197d68_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hf5755da_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hd65ccc5_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-hb8d7e52_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h848f5c6_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-22_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-21_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.1-default_hf9b4efe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-22_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.6-default_hf9b4efe_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.5.0-h4e8248e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.8.0-h4e8248e_0.conda - conda: 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/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.3.0-h8b5ab12_105.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h582850c_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.22.0-hd739bbb_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.22.0-hdb39181_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.1-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.3.0-h26e3b9f_107.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h87d9d71_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.24.0-hc02380a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.24.0-haca2cfa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-21_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-22_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm15-15.0.7-hb4f23b0_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.1-hbfe100b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.6-h97c352a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnl-3.9.0-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.26-pthreads_h5a5ec62_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hb18b541_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h5a5ec62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hc6232f2_24_cpu.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.3.0-h8ebda82_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.2-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.3.0-h57e2e72_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.3-h194ca79_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.3.0-h8b5ab12_105.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h9a76618_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.3.0-h26e3b9f_107.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h3f4de04_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.19.0-h043aeee_1.conda - conda: 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/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.46.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.48.0-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.5-h3091e33_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h49dc7a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h68df207_6.conda - conda: 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/markupsafe-2.1.5-py311hc8f2f60_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.0.5-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h0425590_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.19.0-hc1f8a26_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.20.2-ha5f1e90_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.2.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.0-h75d905f_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.0-h68df207_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.1-hd7aaf90_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-2.8.8-hc2da131_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-5.9.8-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311h1eb6f34_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hfc23d97_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.8-h43d1f9e_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.9-hddfb980_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-50.0-h0425590_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-51.0-h0425590_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.4-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.5-h5a25046_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.15-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.1.10-he8610fa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.0-h8d0c38d_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_14.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.19.0-h1d8f897_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.21.0-h09b8157_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.15.0-hcf8619e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.16.0-h256f45e_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.9.4-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.5-h4c53e97_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h68df207_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -369,7 +370,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -379,7 +380,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - pypi: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -388,47 +389,47 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.3-py311he705e18_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.16-h79cb451_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.10-h7beb4c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.13-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hf5538d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hb970d5a_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-h45f72bc_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.5-h59ded20_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.2-ha7d5480_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.2-hb71b441_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.15-hf5538d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hf5538d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.2-h56a5195_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.267-h4da54b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-h26aba2d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.14-hb0e519c_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.19-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hc5e814a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-ha6e9f73_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.8-hf69683f_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-h76e2169_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.9-hd10324c_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hb0e519c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.9-h473fab1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h6b2b1af_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h40f6528_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-ha1c5b94_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hdae98eb_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-986-h40f6528_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-986-ha1c5b94_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hd4457cd_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_ha3b9224_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_15.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-16.0.6-ha38d28d_2.conda @@ -436,66 +437,66 @@ environments: - conda: 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/doxygen-1.9.7-hd7636e7_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-23.5.26-he965462_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.41-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-609-ha02d983_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-ha20a434_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.1-cxx17_hc1bcbd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hd2c9378_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h7656fc6_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h54f281b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hdf5a02d_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h54f281b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-21_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-711-ha02d983_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-711-ha20a434_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hc1bcbd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hdcc59cd_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h0503de3_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hde8f4f9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-21_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-17.0.6-default_h89cd682_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.6-default_hf5e5ce3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.8.0-hf9fcc65_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-17.0.6-h88467a6_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.21.0-h21dabe9_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.21.0-ha67e85c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.61.1-h83379a4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.24.0-h721cda5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.24.0-ha1c69e0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-21_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.6-hbedff68_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.6-hd5e122f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.26-openmp_hfef2a42_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.2-h4e4d658_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_hfef2a42_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h99dd538_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.1-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.3-h92b6c6a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.46.0-h0c2f820_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.5-hc0ae0f7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.6-hb6ac08f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.48.0-h67532ce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-h3e169fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.6-h15ab845_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-16.0.6-hbedff68_3.conda - conda: 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/markupsafe-2.1.5-py311he705e18_0.conda @@ -503,21 +504,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.0.5-py311h5547dcb_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.18.2-h2713218_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.20.2-h096b449_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.2-h3758fe2_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.1-hf43e91b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/prettier-2.8.8-h3db311d_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311h54e7ce8_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hd83363f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.8-h9f0c242_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.9-h657bba9_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda @@ -526,21 +527,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.0-h6dc393e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tapi-1100.0.11-h9ce4665_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.18.1-h11a7dfb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.21.0-hf95049f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.4-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -551,7 +552,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -561,7 +562,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -570,47 +571,47 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.3-py311h05b510d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.5-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.16-h51b92d1_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.10-hf888d4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.13-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-hf888d4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h1b95c93_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-heb97226_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.5-hb51f26e_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.2-hd37591b_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.2-h09f5dbc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.15-hf888d4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-hf888d4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.2-h06549c9_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.267-h73c0887_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-hec39e38_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.14-h5db4892_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.19-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h5eab607_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-had10953_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.8-hb5a7b21_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h78534b8_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.9-h1755d02_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h5db4892_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.9-h03bff2b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-hb37a6d0_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.26.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-h4faf515_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h62378fb_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h30cc82d_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h4cf2255_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-986-h4faf515_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-986-h62378fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h7bc9447_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h095aff0_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_15.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-16.0.6-h3808999_2.conda @@ -618,66 +619,66 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.6.0-h2ffa867_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-23.5.26-h13dd4ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.41-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-609-h634c8be_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-609-ha4bd21c_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.1-cxx17_hebf3989_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h4c2354f_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h13dd4ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h13dd4ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-hc99bc2f_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h5f273fa_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h45483b4_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h3e46f79_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-21_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-711-h634c8be_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-711-ha4bd21c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h416b5a9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h995e30c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-hb50bbf7_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h854e664_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-hfe31399_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-22_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-21_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-17.0.6-default_ha49e599_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.6-default_h174537c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.5.0-h2d989ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.8.0-h7b6f9a7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-17.0.6-h5f092b4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - conda: 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/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.21.0-h23ec1f3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.21.0-h8a76758_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.61.1-hf54c306_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.24.0-hfe08963_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.24.0-h3fa5b87_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-21_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-22_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.6-haab561b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.6-hdac5640_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.26-openmp_h6c19121_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-hf6ce1d5_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.2-hbfab5d5_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h6c19121_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-h7c5c30a_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.1-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.19.0-h026a170_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.46.0-hb547adb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.5-h0d0cfa8_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.6-hcd81f8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.48.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-ha661575_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.6-hde57baf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-16.0.6-haab561b_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py311h05b510d_0.conda @@ -685,21 +686,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.0.5-py311he2be06e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h463b476_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.18.2-h7ed3092_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.20.2-had33b45_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.2-h798d188_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.1-h47ade37_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-2.8.8-ha12bae2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hd7bc329_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hba79771_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.8-hdf0ec26_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.9-h932a869_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda @@ -708,21 +709,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.0-hd04f947_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1100.0.11-he4954df_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.18.1-h5ef7bb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.21.0-hec2fcff_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.4-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -733,7 +734,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -743,7 +744,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -752,85 +753,85 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.3-py311ha68e1ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.16-hec1de76_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.10-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.13-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h0f06f08_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-hdb5aac5_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.5-h08270f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.2-hfea8755_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.2-h4b2095a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.15-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.2-h8492d2a_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.267-h93f5800_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-ha390a07_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.14-h750c3ff_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.19-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-he05106e_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-h55c4ea9_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.8-ha255af7_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-heb8cf2b_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.9-haf5e0f7_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-h750c3ff_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.9-hb2f7e64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-h752cf48_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.27.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h3a3e6c3_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h3a3e6c3_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h204ce9a_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h204ce9a_7.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-23.5.26-h63175ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.41-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49841.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_966.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.1-cxx17_h63175ca_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-hd01637b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h63175ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h63175ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-hca4e5ea_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h1ef3bed_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h6d0e577_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hf368baa_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h5e8bd17_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-ha7f4a34_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-hdeef14f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h34286b4_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-h1f0e801_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-22_win64_mkl.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-17.0.6-default_h85b4d89_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.6-default_hf64faad_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.5.0-hd5e4a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.8.0-hd5e4a3a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - conda: 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/libgoogle-cloud-2.21.0-h2b62511_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.21.0-hb581fae_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.61.1-h864d0f4_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.24.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.24.0-hce61461_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.10.0-default_h8125262_1001.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h7ec3a38_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.2-h503648d_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h178134c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.3-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.44.2-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.5-hc3477c8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h283a6d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-h2466b09_6.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 @@ -839,51 +840,51 @@ environments: - conda: 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/markupsafe-2.1.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_692.conda - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/multidict-6.0.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.18.2-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.20.2-h57928b3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.2-h2702c50_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.1-h7e885a9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/prettier-2.8.8-hd2f1330_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6a6099b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6d3785f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.8-h2628c8c_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.0-hfb803bf_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.18.1-h7f3b576_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.21.0-h813c833_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda - conda: 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/vswhere-3.1.4-h57928b3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.4-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -894,7 +895,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -904,7 +905,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -913,111 +914,114 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl default: channels: - url: https://conda.anaconda.org/conda-forge/ + indexes: + - https://pypi.org/simple packages: linux-64: - conda: 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/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.3-py311h459d7ec_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.10-h0100c56_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h5d48c4d_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.10-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h7f92143_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.0-h0bcb0bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.0-hd268abd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.36-hb3b01f7_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.0-hf5d392a_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.4.7-he8c168f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.13-h7f92143_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h7f92143_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.0-h3b5eec7_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.210-hac0d6e5_8.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-ha47c788_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h29d6fba_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.8-h21d4f22_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-h759edc4_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.9-h594631b_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-h83b837d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.9-he3a8b3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-hba8bd5f_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.24.0-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_hb11cfb5_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h9bb3924_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-23.5.26-h59595ed_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.9-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.40-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: 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/krb5-1.21.2-h659d440_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230802.1-cxx17_h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h84dd17c_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-h120cb0d_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h61ff412_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hacb8726_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h61ff412_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-18_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-hcb6531f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-he07691f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hc1954e9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-22_linux64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-18_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_hb11cfb5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-17.0.5-default_h4d60ac6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.6-default_h5d6823c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.5.0-hca28451_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.8.0-hca28451_0.conda - conda: 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/libev-4.33-h516909a_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h5206363_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.59.3-hd6c4280_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-18_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-h5cf9203_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-h5cf9203_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm17-17.0.5-h5cf9203_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-hca663fb_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.24.0-h2736e30_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.24.0-h3d9a0c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.6-hb77312f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.4-hf27288f_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.06.02-h7a70373_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.1-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_h413a1c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-hacf5a1f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.3-h2797004_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.48.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-hc051c1a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda - conda: 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/markupsafe-2.1.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda @@ -1025,48 +1029,48 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.5-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.18.2-hb753e55_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.20.2-h84e79e0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h4b38347_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.1-h17fec99_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-2.8.8-h75cfd52_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h39c9aba_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311hd5e4297_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.8-hab00c5b_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.06.02-h2873b5e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-51.0-hd3aeb46_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.1-h06160fa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.15-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.0-hdb0a2a9_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.16.20-he8a937b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.21.0-he9194b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h64cca9d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.16.0-h209287a_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.4-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -1077,7 +1081,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -1087,7 +1091,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -1096,154 +1100,154 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - 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 linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.3-py311hcd402e7_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.5-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.16-hcac9c52_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.10-h967b9ec_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.13-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h128c7ac_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-he0aa6e1_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.5-h2bbb85f_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.2-hf974719_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.2-h170583c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.15-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h00d1b86_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.2-h07bb24a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.267-hfce6cab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-h38e582b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.14-he69d4ad_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.19-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h660a530_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-hb63d320_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.8-hc08e167_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-hb8a7502_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.9-hca2a1cf_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h9de22bd_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.9-h74ed545_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-h4d1146e_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.27.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_hb368394_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_hb368394_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_hb368394_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_h9270250_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.7-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.42-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: 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/krb5-1.21.2-hc419048_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.1-cxx17_h2f0025b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-h25df049_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h2f0025b_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h2f0025b_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-h2f4a9e5_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hc81a7a7_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-h3a2b1eb_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-hd45466a_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-21_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-ha197d68_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hf5755da_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hd65ccc5_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-hb8d7e52_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h848f5c6_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-22_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-21_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_hb368394_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.1-default_hf9b4efe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-22_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.6-default_hf9b4efe_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.5.0-h4e8248e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.8.0-h4e8248e_0.conda - conda: 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/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h582850c_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.22.0-hd739bbb_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.22.0-hdb39181_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.1-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h87d9d71_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.24.0-hc02380a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.24.0-haca2cfa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-21_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-22_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm15-15.0.7-hb4f23b0_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.1-hbfe100b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.6-h97c352a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnl-3.9.0-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.26-pthreads_h5a5ec62_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hb18b541_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h5a5ec62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hc6232f2_24_cpu.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.2-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.3-h194ca79_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h9a76618_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h3f4de04_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.19.0-h043aeee_1.conda - conda: 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/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.46.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.48.0-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.5-h3091e33_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h49dc7a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h68df207_6.conda - conda: 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/markupsafe-2.1.5-py311hc8f2f60_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.0.5-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h0425590_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.19.0-hc1f8a26_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.20.2-ha5f1e90_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.2.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.0-h75d905f_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.0-h68df207_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.1-hd7aaf90_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-2.8.8-hc2da131_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-5.9.8-py311hcd402e7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311h1eb6f34_12_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hfc23d97_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.8-h43d1f9e_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.9-hddfb980_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-50.0-h0425590_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-51.0-h0425590_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.4-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.5-h5a25046_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.15-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.1.10-he8610fa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.0-h8d0c38d_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.19.0-h1d8f897_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.21.0-h09b8157_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.15.0-hcf8619e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.16.0-h256f45e_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.9.4-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.5-h4c53e97_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h68df207_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -1254,7 +1258,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -1264,7 +1268,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - pypi: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -1273,142 +1277,143 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.3-py311he705e18_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.10-h5ed86db_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-had988b7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.10-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hb45f1eb_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.0-h451788f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.0-h1fa4523_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.36-h3728bb0_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.0-hdd2773f_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.4.7-hfc07516_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.13-hb45f1eb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hb45f1eb_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.0-h88f2ebf_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.210-heeba50e_8.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-h26aba2d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.14-hb0e519c_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.19-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hc5e814a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-ha6e9f73_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.8-hf69683f_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-h76e2169_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.9-hd10324c_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hb0e519c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.9-h473fab1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h6b2b1af_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.24.0-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h7151d67_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h4c8afb6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/doxygen-1.9.7-hd7636e7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-23.5.26-he965462_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.9-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.40-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230802.1-cxx17_h048a20a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-h1aaacd4_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-ha1803ca_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h8ec153b_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h01dce7f_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h8ec153b_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-18_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hc1bcbd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hdcc59cd_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h0503de3_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hde8f4f9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-18_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-17.0.5-default_hb2321db_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.6-default_hf5e5ce3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.8.0-hf9fcc65_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-17.0.6-h88467a6_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc0857f6_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.59.3-ha7f534c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-18_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-he4b1e75_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-he4b1e75_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.5-h0a7b4ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.24.0-h721cda5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.24.0-ha1c69e0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.6-hd5e122f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.06.02-h4694dbf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.1-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_hfef2a42_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h99dd538_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.3-h92b6c6a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.46.0-h0c2f820_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.11.5-h3346baf_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.2-hff08bdf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.48.0-h67532ce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-h3e169fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.6-h15ab845_0.conda - conda: 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/markupsafe-2.1.5-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.0.5-py311h5547dcb_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-hf0c8a7f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.18.2-h2713218_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.20.2-h096b449_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.2-h9ab30d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.1-hf43e91b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/prettier-2.8.8-h3db311d_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311h54e7ce8_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hd83363f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.8-h9f0c242_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.9-h657bba9_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.06.02-hd34609a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.4-h0dc2134_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.3.5-py311hfff7943_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.0-h6dc393e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.16.20-h63b85fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.21.0-hf95049f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.4-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -1419,7 +1424,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -1429,7 +1434,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -1438,142 +1443,143 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.3-py311h05b510d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.5-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.10-h8e8137d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.9-hb1772db_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.10-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-hb1772db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.0-h0ed9fda_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.0-hd747585_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.36-h1112932_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.0-hefd2eba_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.4.7-h0d871e0_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.13-hb1772db_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-hb1772db_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.0-hcc526ff_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.210-ha042220_8.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-hec39e38_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.14-h5db4892_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.19-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h5eab607_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-had10953_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.8-hb5a7b21_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h78534b8_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.9-h1755d02_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h5db4892_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.9-h03bff2b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-hb37a6d0_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.24.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_he012953_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_hb63da90_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-23.5.26-h13dd4ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.9-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.40-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230802.1-cxx17_h13dd4ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h4ce3932_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h13dd4ca_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h13dd4ca_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-ha94d253_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h39a9b85_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-hf757142_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h7fd9903_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-18_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h416b5a9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h995e30c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-hb50bbf7_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h854e664_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-hfe31399_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-22_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-18_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-17.0.5-default_he2e1a71_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.6-default_h174537c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.5.0-h2d989ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.8.0-h7b6f9a7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-17.0.6-h5f092b4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - conda: 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/libgfortran-5.0.0-13_2_0_hd922786_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-hfb399a7_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.59.3-hbcf6334_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-18_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h504e6bf_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-he79909e_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.5-hc359061_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.24.0-hfe08963_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.24.0-h3fa5b87_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.6-hdac5640_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.24-openmp_hd76b1f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-hf6ce1d5_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.24.4-hc9861d8_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.06.02-h1753957_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.1-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h6c19121_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-h7c5c30a_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.19.0-h026a170_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.46.0-hb547adb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-h25269f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.2-h1c12783_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.48.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-ha661575_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.6-hde57baf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.0.5-py311he2be06e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.18.2-h7ed3092_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.20.2-had33b45_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.2-h7c018df_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.1-h47ade37_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-2.8.8-ha12bae2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hd7bc329_3_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hba79771_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.8-hdf0ec26_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.9-h932a869_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.06.02-h6135d0a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.4-hb547adb_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.3.5-py311h8c97afb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.0-hd04f947_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-hb31c410_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.16.20-h5ef7bb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.21.0-hec2fcff_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.4-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -1584,7 +1590,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -1594,7 +1600,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -1603,85 +1609,85 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.3-py311ha68e1ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.16-hec1de76_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.10-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.13-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h0f06f08_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-hdb5aac5_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.5-h08270f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.2-hfea8755_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.2-h4b2095a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.15-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hd481e46_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.2-h8492d2a_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.267-h93f5800_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-ha390a07_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.14-h750c3ff_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.19-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-he05106e_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-h55c4ea9_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.8-ha255af7_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-heb8cf2b_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.9-haf5e0f7_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-h750c3ff_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.9-hb2f7e64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-h752cf48_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.27.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h3a3e6c3_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h3a3e6c3_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h204ce9a_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h204ce9a_7.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-23.5.26-h63175ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.9-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.40-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50496.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_966.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.1-cxx17_h63175ca_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-hd01637b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h63175ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h63175ca_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-hca4e5ea_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h1ef3bed_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h6d0e577_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hf368baa_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-18_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h5e8bd17_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-ha7f4a34_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-hdeef14f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h34286b4_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-h1f0e801_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-22_win64_mkl.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-18_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-17.0.6-default_h85b4d89_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.6-default_hf64faad_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.5.0-hd5e4a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.8.0-hd5e4a3a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - conda: 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/libgoogle-cloud-2.21.0-h2b62511_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.21.0-hb581fae_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.61.1-h864d0f4_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-18_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h7ec3a38_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.2-h503648d_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.24.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.24.0-hce61461_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.10.0-default_h8125262_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h178134c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.3-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.44.2-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.5-hc3477c8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h283a6d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-h2466b09_6.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 @@ -1690,51 +1696,51 @@ environments: - conda: 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/markupsafe-2.1.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2022.1.0-h6a75c08_874.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_692.conda - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/multidict-6.0.5-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.18.2-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.20.2-h57928b3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.2-h2702c50_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.1-h7e885a9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/prettier-2.8.8-hd2f1330_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6a6099b_10_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6d3785f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.8-h2628c8c_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.0-hfb803bf_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.16.20-h7f3b576_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.21.0-h813c833_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.4-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl @@ -1745,7 +1751,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl @@ -1755,7 +1761,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl @@ -1764,43 +1770,45 @@ environments: - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl examples: channels: - url: https://conda.anaconda.org/conda-forge/ + indexes: + - https://pypi.org/simple packages: linux-64: - conda: 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/_openmp_mutex-4.5-2_gnu.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h55db66e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-hc881cc4_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-hc881cc4_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.3-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h95c4c6d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/meilisearch-1.5.1-he8a937b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.5.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda @@ -1808,8 +1816,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz @@ -1826,15 +1832,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/b5/dc17e93f60567fa1b0fa3720c2f28e0df5293927e2356e066e87af9adaba/fonttools-4.51.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/0b/bc/b5a1b6703f5db8af46d2cb081b20a18db46d29f8bc5739f8c8522e2e9cbb/fonttools-4.52.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/21/2b/516f82c5ba9beb184b24c11976be2ad5e80fb7fe6b2796c887087144445e/huggingface_hub-0.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl @@ -1845,12 +1851,13 @@ environments: - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/1f/300788b5eab99aec872ed2f3647386d7d7f7bbf4f99c91e9e023b404ff7f/llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/80/3b/e363612ac1a514abfb5505aa209dd5b724b3232a6de98710d7759559706a/matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/c9/e4/3e645a8f87577553194a2a15383a60d61b8381cf864e903e43e4c6eb58e0/mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/84/17/a936d3dfad84d028ba8539a93167274b7dcd7985e0d9df487e94a62f9428/ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl @@ -1871,7 +1878,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/16/03/7e96a2ccbb752857f50c0c1355b1c52d5922be43fe0691847e520750e5c7/nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/8a/ea/aea6289058480b93157ad698ecd7f13cae4892ae0a4750abf33b3ac12f91/opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl @@ -1882,53 +1889,57 @@ environments: - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz - pypi: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/fa/15/48a68b30542a0231a75c26d8661bc5c9bbc07b42c5b219e929adba814ba7/pyarrow-16.1.0-cp311-cp311-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/eb/3e31e15fdee9d54bdbc575b6384bd7e54f63590fcb4d5c247ad38a81eb44/pyproj-3.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/a4/06/c5d4eb73c1f1335a2447b1de9411014e3bb12331c8c32eaa26a4ae318e54/regex-2024.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/39/29/8158a6e69e97b9c72fab0b46fe4d57c789d07ef91fe4afde23721e7cac61/regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/0a/40/2c57864acd77c168b96cb6e4e62651b9c98733962793293991ef55e2982c/scikit_image-0.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/4e/53/14405a47292b59235d811a2af8634aba188ccfd1a38ef4b8042f3447d79a/scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/e8/fb/e5955e2ddbdf2baee461eb53ec8d0adedd20a6dfc5510ef8d5e7e44ba461/scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/46/c0/63d3a8da39a2ee051df229111aa93f6dca2b56f8080abd34993938166455/scikit_learn-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/36/07/035d22ff9795129c5a847c64cb43c1fa9188826b59344fee28a3ab02e283/scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 - pypi: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d7/d5/f0a0aba169f23657c7af3f0c878db7413a9a3b113026fc759862a697c611/sounddevice-0.4.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/46/ea/e9196f01ec3c5ad537e1bb83fe08da3bacfbdfee8a872c461e491f489801/sounddevice-0.4.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c1/79/29d0fa40017f7b749ce344759dcc21e2ec9bbb81fc69ca2ce06e261f83f0/tifffile-2024.5.10-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/05/23/ba02efa28518557e0cfe0ce5c1170000dd7501ed02ac865fc90cbe3daa93/transformers-4.40.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - 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 - - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl - - pypi: examples/python/_empty_rerun_sdk + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -1961,21 +1972,22 @@ environments: - pypi: examples/python/signed_distance_fields - pypi: examples/python/stdio - pypi: examples/python/structure_from_motion + - pypi: rerun_py osx-64: - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.3-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.9-h657bba9_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.5.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda @@ -1983,8 +1995,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz @@ -2001,15 +2011,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/84/51/8203a3e6e475e6766ac950638d42f45470f36c6a4f0615ff0a1c1f2ed0d6/fonttools-4.51.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/1e/4a/0ba6557fef9d85be2158953615e6dce8d68f92f7b8028724ded8d3c25fd5/fonttools-4.52.4-cp311-cp311-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl - - pypi: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/21/2b/516f82c5ba9beb184b24c11976be2ad5e80fb7fe6b2796c887087144445e/huggingface_hub-0.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl @@ -2018,12 +2028,13 @@ environments: - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/97/4aac09bdfc1bc35f8eb64e21ff5897224a788170e5e8cab3e62c9eb78efb/llvmlite-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/36/11/62250ea25780d4b59c2c6044ec161235c47cc05a18d0ec0a05657de75b7d/matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl @@ -2041,52 +2052,56 @@ environments: - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz - pypi: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e7/e3/07ae864a636d70a8a6f58da27cb1179192f1140d5d1da10886ade9405797/psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/28/17/a12aaddb818b7b73d17f3304afc22bce32ccb26723b507cc9c267aa809f3/pyarrow-16.1.0-cp311-cp311-macosx_10_15_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1b/d7/df8483715560c7a4f060774171c5ef75360d73da6b7a1b7768037885a6b4/pyproj-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/6c/99/152009b8f39e38c03dafa07ffdbc1027981dc2249d42919ed54eaeb9450b/regex-2024.5.10-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/8b/1801c93783cc86bc72ed96f836ee81ea1e42c9f7bbf193aece9878c3fae5/regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/78/2b/5f985cf4cf59378f80dc212004a7692b7b49b2a3910c3584d70284db5b89/scikit_image-0.23.2-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/59/11/63de36e6933b03490fdfe5cbc9b5a68870a1281d8e705a23b33076dc82fb/scikit_learn-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/be/e3/236639c51636ec7e678f2aa608fe89acb9d02ef64e1fe1d8eb40373bc62b/scipy-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/50/d4/70a9393ab88862c070a263a464042ab4e572a1353b4c3c308bc72a5b68cf/scikit_learn-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/b4/15/4a4bb1b15bbd2cd2786c4f46e76b871b28799b67891f23f455323a0cdcfb/scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 - pypi: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/24/5a/c0b9066fcaf783054b3f35254938dcba2d8cf02576ebdc56b6b4e85661f2/sounddevice-0.4.6-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + - pypi: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c1/79/29d0fa40017f7b749ce344759dcc21e2ec9bbb81fc69ca2ce06e261f83f0/tifffile-2024.5.10-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/05/23/ba02efa28518557e0cfe0ce5c1170000dd7501ed02ac865fc90cbe3daa93/transformers-4.40.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl - - pypi: examples/python/_empty_rerun_sdk + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2119,21 +2134,22 @@ environments: - pypi: examples/python/signed_distance_fields - pypi: examples/python/stdio - pypi: examples/python/structure_from_motion + - pypi: rerun_py osx-arm64: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - conda: 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/libsqlite-3.45.3-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.9-h932a869_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.5.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda @@ -2141,8 +2157,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz @@ -2159,15 +2173,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/33/47/f2ca671af61757eaaac608963dda5b76ec9100621e45d0fd63a153fd8cd7/fonttools-4.51.0-cp311-cp311-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/f0acbd4ee8daac7d489c78f149a2fbc16868c2dedaaf75fb117256ae152f/fonttools-4.52.4-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl - - pypi: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/21/2b/516f82c5ba9beb184b24c11976be2ad5e80fb7fe6b2796c887087144445e/huggingface_hub-0.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl @@ -2176,12 +2190,13 @@ environments: - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/3a/286d01191e62ddbe645d4a3f1e0d96106a98d3fd7f82441d20ffe93ab669/llvmlite-0.42.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/14/60/12d4f27b859a74359306662da69c2d08826a2b05cfe7f96e66b490f41573/matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl @@ -2199,52 +2214,56 @@ environments: - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz - pypi: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f3/94/4e2a579bbac1adb19e63b054b300f6f7fa04f32f212ce86c18727bdda698/pyarrow-16.1.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1a/07/2f1975c98c840eb4fa54fb95c3070c4255bdf41fd6866e05cffff41b4f4e/pyproj-3.6.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/da/34/3f219ae001d3f52d1567dbeae7ff8d9f08696006989d59ace7cc7c63800c/regex-2024.5.10-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c3/43/29ef9c42ae1e764a98510af1c610bf9f4b90a97a04fabe9396d6b73b0cc4/regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/b9/cf/9e5828fa29791bf7ac5c3fad3637ebb02f237a1c3de8233bd6a33c2c4aac/scikit_image-0.23.2-cp311-cp311-macosx_12_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/f2/30/1299e84d2ba3bc735baf17cebbf5b9d55144243c41b3ec6559ce3cf61e23/scikit_learn-1.4.2-cp311-cp311-macosx_12_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/51/b6/188c8974d747b2998d672040c5b62a635a72240c515dc4577a28e1dedc80/scipy-1.13.0-cp311-cp311-macosx_12_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/6c/97/dfc635bd435655c1216756b543e0427579df144914a055a188d3c0ffd52f/scikit_learn-1.5.0-cp311-cp311-macosx_12_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/ba/92/42476de1af309c27710004f5cdebc27bec62c204db42e05b23a302cb0c9a/scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 - pypi: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/24/5a/c0b9066fcaf783054b3f35254938dcba2d8cf02576ebdc56b6b4e85661f2/sounddevice-0.4.6-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + - pypi: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c1/79/29d0fa40017f7b749ce344759dcc21e2ec9bbb81fc69ca2ce06e261f83f0/tifffile-2024.5.10-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/05/23/ba02efa28518557e0cfe0ce5c1170000dd7501ed02ac865fc90cbe3daa93/transformers-4.40.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl - - pypi: examples/python/_empty_rerun_sdk + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2277,13 +2296,14 @@ environments: - pypi: examples/python/signed_distance_fields - pypi: examples/python/stdio - pypi: examples/python/structure_from_motion + - pypi: rerun_py win-64: - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - conda: 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/libsqlite-3.45.3-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - conda: 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-core-5.3.0-7.tar.bz2 @@ -2291,24 +2311,22 @@ environments: - conda: 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/maturin-1.5.1-py311h9a9e57f_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.5.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz @@ -2326,15 +2344,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c5/d4/f426fa1ca42e47bcfff0c878fa9d49d9c03379d00903a7c178f95b97867a/fonttools-4.51.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/8a/0d/371eaf8b3383a85a420a88c5bd83d4b5c10059a086104f4e42ea2e605330/fonttools-4.52.4-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/b4/f5/4b8bb492464247236bd3dabd7734b3ea49adc63cf2e53160e830ebccb39d/freetype_py-2.4.0-py3-none-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/21/2b/516f82c5ba9beb184b24c11976be2ad5e80fb7fe6b2796c887087144445e/huggingface_hub-0.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl @@ -2344,12 +2362,13 @@ environments: - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/bd/3b27a1c8bbbe01b053f5e0c9ca9a37dbc3e39282dfcf596d143ad389f156/llvmlite-0.42.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2d/d5/6227732ecab9165586966ccb54301e3164f61b470c954c4cf6940654fbe1/matplotlib-3.8.4-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/67/4c/569cbb27c6b1e09c7c088ca1e7ce88573dfb9769cfc79ebeacdab0f6903d/mediapipe-0.10.11-cp311-cp311-win_amd64.whl - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl @@ -2369,52 +2388,56 @@ environments: - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz - pypi: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/52/3e39d26feae7df0aa0fd510b14012c3678b36ed068f7d78b8d8784d61f0e/psutil-5.9.8-cp37-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/49/4d/62a09116ec357ade462fac4086e0711457a87177bea25ae46b25897d6d7c/pyarrow-16.1.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c8/5a/215a1894e50167d91b471d8fc413ca30034c48e5d3dfac78d12df4c840d5/pyproj-3.6.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/47/34/8dd49be3224d010479c80b5e758a5a25322cb2d082eb7ecb0e9e29738dc4/regex-2024.5.10-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ef/9b/0aa55fc101c803869c13b389b718b15810592d2df35b1af15ff5b6f48e16/regex-2024.5.15-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/eb/ab/8791ce3063e6d4ac7f8efe3c993fd2e911c9e08f4c7dd05b603eaa2493b2/scikit_image-0.23.2-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/79/3d/02d5d3ed359498fec3abdf65407d3c07e3b8765af17464969055aaec5171/scikit_learn-1.4.2-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/d4/a1/d4adf25b6d2bef8d0ad1682829dcfcba97f3f96bb5b6f137bc3e41003cc7/scipy-1.13.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/ae/20/6d1a0a61d468b37a142fd90bb93c73bc1c2205db4a69ac630ed218c31612/scikit_learn-1.5.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/4a/48/4513a1a5623a23e95f94abd675ed91cfb19989c58e9f6f7d03990f6caf3d/scipy-1.13.1-cp311-cp311-win_amd64.whl - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 - pypi: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/39/ae/5e84220bfca4256e4ca2a62a174636089ab6ff671b5f9ddd7e8238587acd/sounddevice-0.4.6-py3-none-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/d4/09/bfdd393f1bb1b90b4a6849b84972b7059c95e36818cc489922228d58cc63/sounddevice-0.4.7-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c1/79/29d0fa40017f7b749ce344759dcc21e2ec9bbb81fc69ca2ce06e261f83f0/tifffile-2024.5.10-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/05/23/ba02efa28518557e0cfe0ce5c1170000dd7501ed02ac865fc90cbe3daa93/transformers-4.40.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl - - pypi: examples/python/_empty_rerun_sdk + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2447,173 +2470,92 @@ environments: - pypi: examples/python/signed_distance_fields - pypi: examples/python/stdio - pypi: examples/python/structure_from_motion - wheel-test: + - pypi: rerun_py + examples-pypi: channels: - url: https://conda.anaconda.org/conda-forge/ + indexes: + - https://pypi.org/simple packages: linux-64: - conda: 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/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.3-py311h459d7ec_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.17-he0b1f16_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.11-heb1d5e4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.15-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-hce8ee76_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h01f5eca_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-hdb68c23_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.7-h76a7424_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.3-h50844eb_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.7-hb7bd14b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.15-hce8ee76_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-hce8ee76_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.6-hf567797_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.267-hbf3e495_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h127d8a8_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h127d8a8_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h127d8a8_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: 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/krb5-1.21.2-h659d440_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.1-cxx17_h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-he70291f_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hac33072_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hac33072_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-hd42f311_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h9241762_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hd4ab825_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h9241762_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-22_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-22_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h127d8a8_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.3-default_h5d6823c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.7.1-hca28451_0.conda - - conda: 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/libev-4.33-hd590300_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.22.0-h9be4e54_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.22.0-hc7a4891_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.1-h15f2491_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-22_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.3-h2448989_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_h413a1c8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h6a7eafb_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.3-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.6-h232c23b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda - - conda: 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/markupsafe-2.1.5-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/meilisearch-1.5.1-he8a937b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.5-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.19.0-hb753e55_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.0-h17fec99_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-2.8.8-h75cfd52_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h78dcc79_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.8-hab00c5b_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-51.0-hd3aeb46_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.9-h06160fa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.0-hdb0a2a9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.20.7-he8a937b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-ha691c75_8.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.4-py311h459d7ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda - - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/c5/48/34176b522e8cff4620a5d96c2e323ff2413f574870eb25efa8025885e028/black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0b/bc/b5a1b6703f5db8af46d2cb081b20a18db46d29f8bc5739f8c8522e2e9cbb/fonttools-4.52.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz + - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/20/11/6667e8a2146d62b7e585c389cc39cede4993f7380101cae052e8dce546c2/jax-0.4.28-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/d7/65b1f5cf05d9159abd5882a51695d4d1b386bc8e26140eff7159854777f2/jaxlib-0.4.28-cp311-cp311-manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/1f/300788b5eab99aec872ed2f3647386d7d7f7bbf4f99c91e9e023b404ff7f/llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/c9/e4/3e645a8f87577553194a2a15383a60d61b8381cf864e903e43e4c6eb58e0/mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 + - pypi: https://files.pythonhosted.org/packages/84/17/a936d3dfad84d028ba8539a93167274b7dcd7985e0d9df487e94a62f9428/ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/52/ec/be54a3ad110f386d5bd7a9a42a4ff36b3cd723ebe597f41073a73ffa16b8/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/54/f2/7d1579037643c874fa73516ea84c07e8d30ea347fb1a88c03b198447655d/numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl @@ -2624,11335 +2566,8154 @@ environments: - pypi: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/16/03/7e96a2ccbb752857f50c0c1355b1c52d5922be43fe0691847e520750e5c7/nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/8a/ea/aea6289058480b93157ad698ecd7f13cae4892ae0a4750abf33b3ac12f91/opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/fa/15/48a68b30542a0231a75c26d8661bc5c9bbc07b42c5b219e929adba814ba7/pyarrow-16.1.0-cp311-cp311-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz + - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/eb/3e31e15fdee9d54bdbc575b6384bd7e54f63590fcb4d5c247ad38a81eb44/pyproj-3.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/39/29/8158a6e69e97b9c72fab0b46fe4d57c789d07ef91fe4afde23721e7cac61/regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/cd/2165450a91cdaac5a9a09862e81f2f44a61fc902751954b3f6ddc113c729/rerun_sdk-0.16.1-cp38-abi3-manylinux_2_31_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/0a/40/2c57864acd77c168b96cb6e4e62651b9c98733962793293991ef55e2982c/scikit_image-0.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/46/c0/63d3a8da39a2ee051df229111aa93f6dca2b56f8080abd34993938166455/scikit_learn-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/36/07/035d22ff9795129c5a847c64cb43c1fa9188826b59344fee28a3ab02e283/scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 + - pypi: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/46/ea/e9196f01ec3c5ad537e1bb83fe08da3bacfbdfee8a872c461e491f489801/sounddevice-0.4.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - 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 - linux-aarch64: - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.3-py311hcd402e7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.17-h43c0ec5_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.11-hd75f5ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.15-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-he771c36_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h0aa0982_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-h505357e_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.7-h2e28a7b_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.3-h3321c0c_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.7-hb8e3a89_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.15-he771c36_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-he771c36_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.6-h497fec5_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.267-hc40fc56_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: 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/krb5-1.21.2-hc419048_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.1-cxx17_h2f0025b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-h520d24b_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h0a1ffab_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h0a1ffab_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hbf3f4d3_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-h7624240_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-h1eebba3_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h9b67ed8_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-22_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-22_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_hb368394_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.3-default_hf9b4efe_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.7.1-h4e8248e_0.conda - - conda: 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/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h582850c_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-hf8544c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.22.0-hd739bbb_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.22.0-hdb39181_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.1-h98a9317_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-22_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm15-15.0.7-hb4f23b0_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.3-hbfe100b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnl-3.9.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h5a5ec62_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-h70b04f6_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.2-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h9a76618_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.19.0-h043aeee_1.conda - - conda: 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/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.46.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.6-h3091e33_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda - - conda: 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/markupsafe-2.1.5-py311hc8f2f60_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.0.5-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4.20240210-h0425590_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.19.0-hc1f8a26_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.2.1-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.0-hd7aaf90_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-2.8.8-hc2da131_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-5.9.8-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hf60b7a8_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.8-h43d1f9e_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-51.0-h0425590_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.4-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.9-h5a25046_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.0-h8d0c38d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.20.7-h1d8f897_0.conda + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl + - pypi: examples/python/arkit_scenes + - pypi: examples/python/blueprint + - pypi: examples/python/blueprint_stocks + - pypi: examples/python/clock + - pypi: examples/python/controlnet + - pypi: examples/python/detect_and_track_objects + - pypi: examples/python/dicom_mri + - pypi: examples/python/dna + - pypi: examples/python/face_tracking + - pypi: examples/python/gesture_detection + - pypi: examples/python/human_pose_tracking + - pypi: examples/python/incremental_logging + - pypi: examples/python/live_camera_edge_detection + - pypi: examples/python/live_scrolling_plot + - pypi: examples/python/llm_embedding_ner + - pypi: examples/python/log_file + - pypi: examples/python/minimal + - pypi: examples/python/minimal_options + - pypi: examples/python/multiprocess_logging + - pypi: examples/python/multithreading + - pypi: examples/python/nv12 + - pypi: examples/python/objectron + - pypi: examples/python/open_photogrammetry_format + - pypi: examples/python/plots + - pypi: examples/python/raw_mesh + - pypi: examples/python/rgbd + - pypi: examples/python/rrt_star + - pypi: examples/python/segment_anything_model + - pypi: examples/python/shared_recording + - pypi: examples/python/signed_distance_fields + - pypi: examples/python/stdio + - pypi: examples/python/structure_from_motion + osx-64: + - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.3-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.9-h657bba9_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.15.0-hb4872d8_8.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.9.4-py311hcd402e7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.5-h4c53e97_0.conda - - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/9b/f7/591d601c3046ceb65b97291dfe87fa25124cffac3d97aaaba89d0f0d7bdf/black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - - 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 - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - osx-64: - - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.3-py311he705e18_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.17-hb47d15a_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.11-hbce485b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.15-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-h53e3db5_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-he461af8_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-h0afc28a_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.7-h6254544_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.3-hd66502f_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.7-h4907f8a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.15-h53e3db5_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-h53e3db5_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.6-hfb53d2e_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.267-h01edc24_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h7151d67_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h7151d67_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h7151d67_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/doxygen-1.9.7-hd7636e7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.1-cxx17_hc1bcbd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hf13115f_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-hcdcf8f8_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-hcdcf8f8_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-hcd10e87_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-hd7485ff_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h1359b85_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-hd7485ff_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.3-default_h0edc4dd_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.7.1-h726d00d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.22.0-h651e89d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.22.0-ha67e85c_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.1-h384b2fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.3-hbcf5fad_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_hfef2a42_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h4aea69c_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.47.0-h67532ce_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.6-hc0ae0f7_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.3-hb6ac08f_0.conda - - conda: 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/markupsafe-2.1.5-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.0.5-py311h5547dcb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.19.0-h119ffd7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.0-hf146577_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/prettier-2.8.8-h3db311d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hb0c4a44_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.8-h9f0c242_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.4-h0dc2134_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.3.5-py311hfff7943_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.0-h6dc393e_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.20.7-h11a7dfb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.4-py311he705e18_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda - - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/4a/0ba6557fef9d85be2158953615e6dce8d68f92f7b8028724ded8d3c25fd5/fonttools-4.52.4-cp311-cp311-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz + - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/97/4aac09bdfc1bc35f8eb64e21ff5897224a788170e5e8cab3e62c9eb78efb/llvmlite-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl + - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/21/db/3403263f158b0bc7b0d4653766d71cb39498973f2042eead27b2e9758782/multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5f/2d/085c21f3086eff0b830e5d03d084a1b4b10dfde0c65feeac6be8c361265c/numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/16/07/bf25df600eeaedddf8fece3f1ff837bf72865b93a03651cf7375ce8172be/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - pypi: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e7/e3/07ae864a636d70a8a6f58da27cb1179192f1140d5d1da10886ade9405797/psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/28/17/a12aaddb818b7b73d17f3304afc22bce32ccb26723b507cc9c267aa809f3/pyarrow-16.1.0-cp311-cp311-macosx_10_15_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz + - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1b/d7/df8483715560c7a4f060774171c5ef75360d73da6b7a1b7768037885a6b4/pyproj-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/2b/8b/1801c93783cc86bc72ed96f836ee81ea1e42c9f7bbf193aece9878c3fae5/regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/62/97/4f61141d7dcadc30f5e4f6279823068b3a96e42acb3245544dd4e156c8cc/rerun_sdk-0.16.1-cp38-abi3-macosx_10_12_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/78/2b/5f985cf4cf59378f80dc212004a7692b7b49b2a3910c3584d70284db5b89/scikit_image-0.23.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/50/d4/70a9393ab88862c070a263a464042ab4e572a1353b4c3c308bc72a5b68cf/scikit_learn-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/b4/15/4a4bb1b15bbd2cd2786c4f46e76b871b28799b67891f23f455323a0cdcfb/scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 + - pypi: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl + - pypi: examples/python/arkit_scenes + - pypi: examples/python/blueprint + - pypi: examples/python/blueprint_stocks + - pypi: examples/python/clock + - pypi: examples/python/controlnet + - pypi: examples/python/detect_and_track_objects + - pypi: examples/python/dicom_mri + - pypi: examples/python/dna + - pypi: examples/python/face_tracking + - pypi: examples/python/gesture_detection + - pypi: examples/python/human_pose_tracking + - pypi: examples/python/incremental_logging + - pypi: examples/python/live_camera_edge_detection + - pypi: examples/python/live_scrolling_plot + - pypi: examples/python/llm_embedding_ner + - pypi: examples/python/log_file + - pypi: examples/python/minimal + - pypi: examples/python/minimal_options + - pypi: examples/python/multiprocess_logging + - pypi: examples/python/multithreading + - pypi: examples/python/nv12 + - pypi: examples/python/objectron + - pypi: examples/python/open_photogrammetry_format + - pypi: examples/python/plots + - pypi: examples/python/raw_mesh + - pypi: examples/python/rgbd + - pypi: examples/python/rrt_star + - pypi: examples/python/segment_anything_model + - pypi: examples/python/shared_recording + - pypi: examples/python/signed_distance_fields + - pypi: examples/python/stdio + - pypi: examples/python/structure_from_motion osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.3-py311h05b510d_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.17-h382b9c6_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.11-hd34e5fa_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.15-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-hd34e5fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h247c08a_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-hf9e830b_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.7-h33d81b3_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.3-h5f4abda_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.7-h606a3d2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.15-hd34e5fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-hd34e5fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.6-h13f0230_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.267-h134aaec_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_he012953_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_he012953_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_he012953_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.1-cxx17_hebf3989_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h3fc723a_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h43a2c78_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h43a2c78_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h161034a_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h32643e2_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-ha803c60_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h7a0fec1_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-22_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-22_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.3-default_h83d0a53_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.7.1-h2d989ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - conda: 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/libgfortran-5.0.0-13_2_0_hd922786_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.22.0-hbebe991_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.22.0-h8a76758_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.1-h9c18a4f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-22_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.3-h30cc82d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h6c19121_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-he0622da_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.19.0-h026a170_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.47.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.6-h0d0cfa8_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.3-hcd81f8e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.0.5-py311he2be06e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.19.0-h5f47a4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.0-h4aad248_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-2.8.8-ha12bae2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311h4c23913_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.8-hdf0ec26_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.9-h932a869_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.4-hb547adb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.3.5-py311h8c97afb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.0-hd04f947_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.20.7-h5ef7bb8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.4-py311h05b510d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda - - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/c9/17/5e0036b265bbf6bc44970d93d48febcbc03701b671db3c9603fd43ebc616/black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl + - pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl - - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/f0acbd4ee8daac7d489c78f149a2fbc16868c2dedaaf75fb117256ae152f/fonttools-4.52.4-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz + - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/3a/286d01191e62ddbe645d4a3f1e0d96106a98d3fd7f82441d20ffe93ab669/llvmlite-0.42.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl + - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/02/c1/b15ecceb6ffa5081ed2ed450aea58d65b0e0358001f2b426705f9f41f4c2/multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/70/7d/0d1419479997319ca72ef735791c2ee50819f9c200adea96142ee7499fae/numba-0.59.1-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/4c/c3/ccff2e1bfe2bb47a7eaebc4280e93bd2f97ebbe5b3573d48bcfcc0c32387/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f3/94/4e2a579bbac1adb19e63b054b300f6f7fa04f32f212ce86c18727bdda698/pyarrow-16.1.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz + - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1a/07/2f1975c98c840eb4fa54fb95c3070c4255bdf41fd6866e05cffff41b4f4e/pyproj-3.6.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/c3/43/29ef9c42ae1e764a98510af1c610bf9f4b90a97a04fabe9396d6b73b0cc4/regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2a/b3/1fdad82b064d8bab5f06f5baa33a7e4db475514c14f876d72182404df0ff/rerun_sdk-0.16.1-cp38-abi3-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/b9/cf/9e5828fa29791bf7ac5c3fad3637ebb02f237a1c3de8233bd6a33c2c4aac/scikit_image-0.23.2-cp311-cp311-macosx_12_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/6c/97/dfc635bd435655c1216756b543e0427579df144914a055a188d3c0ffd52f/scikit_learn-1.5.0-cp311-cp311-macosx_12_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/ba/92/42476de1af309c27710004f5cdebc27bec62c204db42e05b23a302cb0c9a/scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl + - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 + - pypi: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl + - pypi: examples/python/arkit_scenes + - pypi: examples/python/blueprint + - pypi: examples/python/blueprint_stocks + - pypi: examples/python/clock + - pypi: examples/python/controlnet + - pypi: examples/python/detect_and_track_objects + - pypi: examples/python/dicom_mri + - pypi: examples/python/dna + - pypi: examples/python/face_tracking + - pypi: examples/python/gesture_detection + - pypi: examples/python/human_pose_tracking + - pypi: examples/python/incremental_logging + - pypi: examples/python/live_camera_edge_detection + - pypi: examples/python/live_scrolling_plot + - pypi: examples/python/llm_embedding_ner + - pypi: examples/python/log_file + - pypi: examples/python/minimal + - pypi: examples/python/minimal_options + - pypi: examples/python/multiprocess_logging + - pypi: examples/python/multithreading + - pypi: examples/python/nv12 + - pypi: examples/python/objectron + - pypi: examples/python/open_photogrammetry_format + - pypi: examples/python/plots + - pypi: examples/python/raw_mesh + - pypi: examples/python/rgbd + - pypi: examples/python/rrt_star + - pypi: examples/python/segment_anything_model + - pypi: examples/python/shared_recording + - pypi: examples/python/signed_distance_fields + - pypi: examples/python/stdio + - pypi: examples/python/structure_from_motion win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.3-py311ha68e1ae_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.17-hb40cdec_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.11-ha21e00f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.15-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-ha21e00f_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-hf668b60_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-hd704247_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.7-h14865c8_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.3-h748201e_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.7-h5da7064_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.15-ha21e00f_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-ha21e00f_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.6-h5bc0ceb_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.267-h5d77392_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h3a3e6c3_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h3a3e6c3_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_964.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.1-cxx17_h63175ca_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h45212c0_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h8681a6d_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h8681a6d_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-h83a3238_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h21569af_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h4e6a3a4_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hea7f8fd_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-22_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-22_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.3-default_hf64faad_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.7.1-hd5e4a3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - conda: 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/libgoogle-cloud-2.22.0-h9cad5c0_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.22.0-hb581fae_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.1-h5273850_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-22_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h39135fc_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.6-hc3477c8_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - - conda: 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-core-5.3.0-7.tar.bz2 - - conda: 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-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_692.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/multidict-6.0.5-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.19.0-h57928b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.0-h7e885a9_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/prettier-2.8.8-hd2f1330_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h05400ba_16_cpu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.8-h2628c8c_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.0-hfb803bf_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.3-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.20.7-h7f3b576_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.4-py311ha68e1ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda - - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/74/ce/e8eec1a77edbfa982bee3b5460dcdd4fe0e4e3165fc15d8ec44d04da7776/black-24.4.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/75/c5/3b84fd731dd93c549a0c25657e4ce5a957aeccd32d60dba2958cd3cdac23/diffusers-0.27.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8a/0d/371eaf8b3383a85a420a88c5bd83d4b5c10059a086104f4e42ea2e605330/fonttools-4.52.4-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/b4/f5/4b8bb492464247236bd3dabd7734b3ea49adc63cf2e53160e830ebccb39d/freetype_py-2.4.0-py3-none-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz + - pypi: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d7/de/85a784bcc4a3779d1753a7ec2dee5de90e18c7bcf402e71b51fcf150b129/hyperframe-6.0.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/20/11/6667e8a2146d62b7e585c389cc39cede4993f7380101cae052e8dce546c2/jax-0.4.28-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/bd/3b27a1c8bbbe01b053f5e0c9ca9a37dbc3e39282dfcf596d143ad389f156/llvmlite-0.42.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/be/24/cbb242420021a79c87768dcd22ce028f48ef40913239ad6106c8a557f52c/marshmallow-3.21.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/67/4c/569cbb27c6b1e09c7c088ca1e7ce88573dfb9769cfc79ebeacdab0f6903d/mediapipe-0.10.11-cp311-cp311-win_amd64.whl + - pypi: git+https://github.com/marian42/mesh_to_sdf.git@c9f26e6399f7fd8deb40c7fba02c7e74aca6c657 + - pypi: https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/88/aa/ea217cb18325aa05cb3e3111c19715f1e97c50a4a900cbc20e54648de5f5/multidict-6.0.5-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/3e/8a/bb3160e76e844db9e69a413f055818969c8acade64e1a9ac5ce9dfdcf6c1/multitasking-0.0.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/f0/ad848815b0adafcf5f238e728933950034355a8d59969772be1cd57606d8/numba-0.59.1-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/aa/2e/576ac47f21d555b459ca837bb3fb937e50339b8fbfd294945ea2f5290416/opencv_contrib_python-4.9.0.80-cp37-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1e/d4/22c2909b5a0b36e69471e699d673c2985f7691ca29870798a29e0a3d0e2b/peewee-3.17.5.tar.gz + - pypi: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/93/52/3e39d26feae7df0aa0fd510b14012c3678b36ed068f7d78b8d8784d61f0e/psutil-5.9.8-cp37-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/49/4d/62a09116ec357ade462fac4086e0711457a87177bea25ae46b25897d6d7c/pyarrow-16.1.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz + - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c8/5a/215a1894e50167d91b471d8fc413ca30034c48e5d3dfac78d12df4c840d5/pyproj-3.6.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/ef/9b/0aa55fc101c803869c13b389b718b15810592d2df35b1af15ff5b6f48e16/regex-2024.5.15-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/08/69/be7810460a7b739034c951ab7c2d89f5648cf55d61e468fb3cb2260f5bb8/rerun_sdk-0.16.1-cp38-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/eb/ab/8791ce3063e6d4ac7f8efe3c993fd2e911c9e08f4c7dd05b603eaa2493b2/scikit_image-0.23.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/ae/20/6d1a0a61d468b37a142fd90bb93c73bc1c2205db4a69ac630ed218c31612/scikit_learn-1.5.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/4a/48/4513a1a5623a23e95f94abd675ed91cfb19989c58e9f6f7d03990f6caf3d/scipy-1.13.1-cp311-cp311-win_amd64.whl + - pypi: git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588 + - pypi: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d4/09/bfdd393f1bb1b90b4a6849b84972b7059c95e36818cc489922228d58cc63/sounddevice-0.4.7-py3-none-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a8/40/c93b1215980d6d31119f742a5702a569b3abce363d68c731d69f312f292c/trimesh-3.15.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.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 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - md5: d7c89558ba9fa0495403155b64376d81 - license: None - size: 2562 - timestamp: 1578324546067 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - 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: - - _libgcc_mutex 0.1 conda_forge - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23621 - timestamp: 1650670423406 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - 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: - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23712 - timestamp: 1650670790230 -- kind: conda - name: _sysroot_linux-aarch64_curr_repodata_hack - version: '4' - build: h57d6b7b_14 - build_number: 14 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/_sysroot_linux-aarch64_curr_repodata_hack-4-h57d6b7b_14.conda - sha256: edac93a8e3beb9383abf508f66085505950bc89962116ef149558350a6213749 - md5: 18f0bdf689b6f345fecddbebaed945d6 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 - license_family: GPL - size: 21238 - timestamp: 1708000885951 -- kind: pypi - 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 - name: accelerate - version: 0.30.1 - url: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl - sha256: 8dd4edd532a4dac72558c5fe6fe8cb70d0c8ec9e8733f48db97d51ee41cbe763 - requires_dist: - - numpy>=1.17 - - packaging>=20.0 - - psutil - - pyyaml - - torch>=1.10.0 - - huggingface-hub - - safetensors>=0.3.1 - - deepspeed<=0.14.0 ; extra == 'deepspeed' - - black~=23.1 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' - - ruff~=0.2.1 ; extra == 'dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'dev' - - pytest-xdist ; extra == 'dev' - - pytest-subtests ; extra == 'dev' - - parameterized ; extra == 'dev' - - datasets ; extra == 'dev' - - diffusers ; extra == 'dev' - - evaluate ; extra == 'dev' - - torchpippy>=0.2.0 ; extra == 'dev' - - transformers ; extra == 'dev' - - scipy ; extra == 'dev' - - scikit-learn ; extra == 'dev' - - tqdm ; extra == 'dev' - - bitsandbytes ; extra == 'dev' - - timm ; extra == 'dev' - - rich ; extra == 'dev' - - black~=23.1 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - - ruff~=0.2.1 ; extra == 'quality' - - rich ; extra == 'rich' - - sagemaker ; extra == 'sagemaker' - - datasets ; extra == 'test_dev' - - diffusers ; extra == 'test_dev' - - evaluate ; extra == 'test_dev' - - torchpippy>=0.2.0 ; extra == 'test_dev' - - transformers ; extra == 'test_dev' - - scipy ; extra == 'test_dev' - - scikit-learn ; extra == 'test_dev' - - tqdm ; extra == 'test_dev' - - bitsandbytes ; extra == 'test_dev' - - timm ; extra == 'test_dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'test_prod' - - pytest-xdist ; extra == 'test_prod' - - pytest-subtests ; extra == 'test_prod' - - parameterized ; extra == 'test_prod' - - wandb ; extra == 'test_trackers' - - comet-ml ; extra == 'test_trackers' - - tensorboard ; extra == 'test_trackers' - - dvclive ; extra == 'test_trackers' - - pytest<=8.0.0,>=7.2.0 ; extra == 'testing' - - pytest-xdist ; extra == 'testing' - - pytest-subtests ; extra == 'testing' - - parameterized ; extra == 'testing' - - datasets ; extra == 'testing' - - diffusers ; extra == 'testing' - - evaluate ; extra == 'testing' - - torchpippy>=0.2.0 ; extra == 'testing' - - transformers ; extra == 'testing' - - scipy ; extra == 'testing' - - scikit-learn ; extra == 'testing' - - tqdm ; extra == 'testing' - - bitsandbytes ; extra == 'testing' - - timm ; extra == 'testing' - requires_python: '>=3.8.0' -- kind: conda - name: aiohttp - version: 3.9.3 - build: py311h05b510d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.3-py311h05b510d_1.conda - sha256: d9bbaafe8f06afe5bb65cf5a62935e07e02dc6b0b9ff246cd8da95dee1092168 - md5: cec5e9c7692dddfb0cf9608063f922e7 - depends: - - aiosignal >=1.1.2 - - attrs >=17.3.0 - - frozenlist >=1.1.1 - - 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 - size: 775891 - timestamp: 1710512114607 -- kind: conda - name: aiohttp - version: 3.9.3 - build: py311h459d7ec_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.3-py311h459d7ec_1.conda - sha256: f36286e4cfc6e86c6dd296695f066ebd64767a39477d8e951bc2dce7ebdfcde2 - md5: 7fd17e8947afbddd2855720d643a48f0 - 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_abi 3.11.* *_cp311 - - yarl >=1.0,<2.0 - license: MIT AND Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/aiohttp - size: 803387 - timestamp: 1710511729342 -- kind: conda - name: aiohttp - version: 3.9.3 - build: py311ha68e1ae_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.3-py311ha68e1ae_1.conda - sha256: ded1d0a2983470b3504ca3067a788431c882e7247693b8e9f67ea45a305eb8a0 - md5: 82225d1426e777cc4d8b75e6fca50349 - depends: - - aiosignal >=1.1.2 - - attrs >=17.3.0 - - frozenlist >=1.1.1 - - 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 - size: 759880 - timestamp: 1710512185335 -- kind: conda - name: aiohttp - version: 3.9.3 - build: py311hcd402e7_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.3-py311hcd402e7_1.conda - sha256: 4989ad64818d3c62b51aeb2ae16256cd846fbf7b19f5e2d5c40d09593c4e1c1f - md5: 02c524704f13bd6042cf5e95f34ace5e - 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 - size: 799584 - timestamp: 1710511852985 -- kind: conda - name: aiohttp - version: 3.9.3 - build: py311he705e18_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.3-py311he705e18_1.conda - sha256: 2e3323688afb87c92a5f14387b27bd48bc6017d6f440c5652ca0218cb551b6fa - md5: 09a52057d5221a7a2de2a7729b651aed - depends: - - aiosignal >=1.1.2 - - attrs >=17.3.0 - - frozenlist >=1.1.1 - - multidict >=4.5,<7.0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - yarl >=1.0,<2.0 - license: MIT AND Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/aiohttp - size: 770316 - timestamp: 1710511859514 -- 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 - sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783 - md5: d1e1eb7e21a9e2c74279d87dafb68156 - depends: - - frozenlist >=1.1.0 - - python >=3.7 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/aiosignal - size: 12730 - timestamp: 1667935912504 -- kind: pypi - name: appdirs - version: 1.4.4 - url: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl - sha256: a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128 -- kind: pypi - name: argcomplete - version: 3.3.0 - url: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl - sha256: c168c3723482c031df3c207d4ba8fa702717ccb9fc0bfe4117166c1f537b4a54 - requires_dist: - - coverage ; extra == 'test' - - pexpect ; extra == 'test' - - wheel ; extra == 'test' - - ruff ; extra == 'test' - - mypy ; extra == 'test' - requires_python: '>=3.8' -- kind: pypi - 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 - name: arkit-scenes - version: 0.1.0 - path: examples/python/arkit_scenes - sha256: 1ea1defa403966ebbc7e54ff7b92f65fdb6c98ee3e242d8af0be46023ed87961 - requires_dist: - - matplotlib - - numpy - - opencv-python - - pandas - - rerun-sdk - - scipy - - tqdm - - trimesh - editable: true -- kind: pypi - name: attrs - version: 23.2.0 - url: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl - sha256: 99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1 - requires_dist: - - importlib-metadata ; python_version < '3.8' - - attrs[tests] ; extra == 'cov' - - coverage[toml]>=5.3 ; extra == 'cov' - - attrs[tests] ; extra == 'dev' - - pre-commit ; extra == 'dev' - - furo ; extra == 'docs' - - myst-parser ; extra == 'docs' - - sphinx ; extra == 'docs' - - sphinx-notfound-page ; extra == 'docs' - - sphinxcontrib-towncrier ; extra == 'docs' - - towncrier ; extra == 'docs' - - zope-interface ; extra == 'docs' - - attrs[tests-no-zope] ; extra == 'tests' - - zope-interface ; extra == 'tests' - - mypy>=1.6 ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' - - pytest-mypy-plugins ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' - - attrs[tests-mypy] ; extra == 'tests-no-zope' - - cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests-no-zope' - - hypothesis ; extra == 'tests-no-zope' - - pympler ; extra == 'tests-no-zope' - - pytest-xdist[psutil] ; extra == 'tests-no-zope' - - pytest>=4.3.0 ; extra == 'tests-no-zope' - requires_python: '>=3.7' -- kind: conda - name: attrs - version: 23.1.0 - build: pyh71513ae_1 - build_number: 1 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - depends: - - python >=3.7 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/attrs - size: 55022 - timestamp: 1683424195402 -- kind: conda - name: attrs - version: 23.2.0 - build: pyh71513ae_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea - md5: 5e4c0743c70186509d1412e03c2d8dfa - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/attrs@23.2.0 - size: 54582 - timestamp: 1704011393776 -- kind: conda - name: aws-c-auth - version: 0.7.10 - build: h0100c56_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.10-h0100c56_1.conda - sha256: c822e61835f090e0fc321817d722a6053faca660057c33bd95954d80c679f36a - md5: 00f2ad7c8c2fb1da92d977e295db497f - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 102789 - timestamp: 1704305750207 -- kind: conda - name: aws-c-auth - version: 0.7.10 - build: h5ed86db_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.10-h5ed86db_1.conda - sha256: 120cf938c27b84a1c097fe5d1cecd1795f1a931c1927b4d8a660e3ae4c51c612 - md5: d73780e88fdb08b65d2feac9d3146489 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 89858 - timestamp: 1704306024343 -- kind: conda - name: aws-c-auth - version: 0.7.10 - build: h8e8137d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.10-h8e8137d_1.conda - sha256: adfad1ddb4aad1cb2b0a83971cd80c82910cdcd092ef52e137a0c571a6d89f56 - md5: cc56487f52b54dd9c1cccdc24f0249ea - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 89155 - timestamp: 1704306064106 -- kind: conda - name: aws-c-auth - version: 0.7.16 - build: h51b92d1_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.16-h51b92d1_6.conda - sha256: 31aef20c1b0aac960929b573f6a89cef73af962e724b3dfd60984f3ef68fba4f - md5: 31c872ee19dcbe3ad68a6e8739f6d5a0 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 89495 - timestamp: 1708633374785 -- kind: conda - name: aws-c-auth - version: 0.7.16 - build: h79b3bcb_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.16-h79b3bcb_6.conda - sha256: b349c6d45191016cea97315aeff53550a796594dead8a9b1c0ad19e326c25e16 - md5: dfc34e202187d7859cb82e2795db1573 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 103398 - timestamp: 1708633170554 -- kind: conda - name: aws-c-auth - version: 0.7.16 - build: h79cb451_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.16-h79cb451_6.conda - sha256: 83d7d77a07e8de3c239f43be887cb3366d1c8df2fdbfa56c2c20fea1c8983cdf - md5: 19c13428196fba3d188ac40c862b2f91 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 90856 - timestamp: 1708633418805 -- kind: conda - name: aws-c-auth - version: 0.7.16 - build: hcac9c52_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.16-hcac9c52_6.conda - sha256: 183846836b1a6fa73ae852137eb1916f3d0f2a9d9569e6b1e5f8720f1ef60eb6 - md5: d2b70bb402aac5cfbfc269d43057fa4d - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 107769 - timestamp: 1708633088332 -- kind: conda - name: aws-c-auth - version: 0.7.16 - build: hec1de76_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.16-hec1de76_6.conda - sha256: 0859b727a9552276cd802d36d8bafd7fc88d871e26588a869d808af3bfaa1c5c - md5: f881129dbe167a4371b9b8a49d19da00 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 99251 - timestamp: 1708633468680 -- kind: conda - name: aws-c-auth - version: 0.7.17 - build: h382b9c6_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.17-h382b9c6_2.conda - sha256: 50c87bf0fa68b5a6b9d2fbde5a17b1cf8c5f81ddbf659d78452de779598b1177 - md5: f38724f2e96212bf6c5c96861dc887f1 - depends: - - __osx >=11.0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 89585 - timestamp: 1712670760388 -- kind: conda - name: aws-c-auth - version: 0.7.17 - build: h43c0ec5_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.17-h43c0ec5_2.conda - sha256: 3cdf6d4dd402842148756655a9117a3bc7d5e27c5dc3166f3c466c3efdb93caa - md5: 2f5347aa7884bc265ebf6d92ba2f1b80 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 108723 - timestamp: 1712670573058 -- kind: conda - name: aws-c-auth - version: 0.7.17 - build: hb40cdec_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.17-hb40cdec_2.conda - sha256: 3a86263b08f8a454ebbc21ffa9f71a3daa86e32e2605e125878bec2d46147c32 - md5: 1d8527b98fbf4a803e92c2ee3d241ed8 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 100109 - timestamp: 1712671026674 -- kind: conda - name: aws-c-auth - version: 0.7.17 - build: hb47d15a_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.17-hb47d15a_2.conda - sha256: b3bada3f35ae0b60b6ae575e2aeae3d7c828f362161dfbe3ebcf469f2f7ac73a - md5: 0152c8670d2459a170019a59985b8a88 - depends: - - __osx >=10.9 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 91309 - timestamp: 1712670722676 -- kind: conda - name: aws-c-auth - version: 0.7.17 - build: he0b1f16_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.17-he0b1f16_2.conda - sha256: 607755dd09088b0d7898733edbe91aea979c599dc8d710b0d267b71424673032 - md5: ea6d998135d5f8932cffc91381104690 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 104450 - timestamp: 1712670541560 -- kind: conda - name: aws-c-cal - version: 0.6.9 - build: h5d48c4d_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h5d48c4d_2.conda - sha256: ec56734a24eee51e2f89bec3d686dd2c4dbb09d0305248b1d14e4c748065dc23 - md5: 9e51dfd5da37c1817d2a850188861987 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 55554 - timestamp: 1701212359409 -- kind: conda - name: aws-c-cal - version: 0.6.9 - build: had988b7_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-had988b7_2.conda - sha256: 22f1272836f73b133912b0b77a0c832366d3bcdfef3a4df1dd4efd2409128e60 - md5: 2a5755b9c5f9765a9967b277fb8a832b - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 45613 - timestamp: 1701212818559 -- kind: conda - name: aws-c-cal - version: 0.6.9 - build: hb1772db_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.9-hb1772db_2.conda - sha256: 7059960c1e765461227da57112fa3aabcef2292c83499d0440da46ec938ba017 - md5: 412ec63d1ac917e45f3206dd29dcc7e8 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 39662 - timestamp: 1701212885323 -- kind: conda - name: aws-c-cal - version: 0.6.10 - build: h7beb4c2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.10-h7beb4c2_1.conda - sha256: 4f4993c960bf03ca0dbeae1ec180989d14ab657483c478f555814b0780c0fd77 - md5: 97102f4628da7052e523d4aad967edbe - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 45497 - timestamp: 1708003974070 -- kind: conda - name: aws-c-cal - version: 0.6.10 - build: h967b9ec_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.10-h967b9ec_1.conda - sha256: b92492ab587792933673ac9c2a35f863d23131f57185f8882d39e91cb68163d7 - md5: 70047d857a1c7dfe144be45bf13b94cb - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 48505 - timestamp: 1708003694470 -- kind: conda - name: aws-c-cal - version: 0.6.10 - build: hb29e0c7_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.10-hb29e0c7_1.conda - sha256: 919c34a3ddda2b02875780b0d2dbcf33b296f1d730ed258d9cabce2e4be61c57 - md5: 2400ab35ff4eec4fab57e06e7acd3c2a - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 55127 - timestamp: 1708003609547 -- kind: conda - name: aws-c-cal - version: 0.6.10 - build: hd481e46_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.10-hd481e46_1.conda - sha256: 4156261cd494cd9be616dbd600891dcf07231e77c7ff7ecb7981b51d56d5bc7d - md5: da259744152d8aab0609b1d470f12454 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 55726 - timestamp: 1708004211846 -- kind: conda - name: aws-c-cal - version: 0.6.10 - build: hf888d4c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.10-hf888d4c_1.conda - sha256: 5409405d1c8ca1201abcbb8794c4595aba68972adb5619fd515c7215ef7b79e9 - md5: 01e7545d25af1db4894ec354e3f2a598 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 39206 - timestamp: 1708003965707 -- kind: conda - name: aws-c-cal - version: 0.6.11 - build: ha21e00f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.11-ha21e00f_0.conda - sha256: 3925aa37d9cbceb4cceb10ac1f602ca9e86bbea53ebbc2f560b97f51989c56bc - md5: 683d416db152019f181c34e74a3fd0a2 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 45832 - timestamp: 1712495134572 -- kind: conda - name: aws-c-cal - version: 0.6.11 - build: hbce485b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.11-hbce485b_0.conda - sha256: a390f2c964408e9215046220351498bc80ca551be9dfac95702ce1be1dcfa436 - md5: a7b19e98d30d51fdf0546e048cc0a262 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 38803 - timestamp: 1712495186044 -- kind: conda - name: aws-c-cal - version: 0.6.11 - build: hd34e5fa_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.11-hd34e5fa_0.conda - sha256: 8296f9ad5415f6e640862116c4c3f4c1bc555ea05eab2ec32e112073cd697d79 - md5: 92d0e6abc836c1c00facbd08d3b01ce9 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 39697 - timestamp: 1712495118765 -- kind: conda - name: aws-c-cal - version: 0.6.11 - build: hd75f5ff_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.11-hd75f5ff_0.conda - sha256: 3e088fc93a58bfdaf30e87664df21feab552aaa5e93d54cb13d28fdee03feafb - md5: 25ee0226e8d8971eec470c9a6e1caff8 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 48398 - timestamp: 1712494883031 -- kind: conda - name: aws-c-cal - version: 0.6.11 - build: heb1d5e4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.11-heb1d5e4_0.conda - sha256: f1b40106a70cc294aab350daa97c760a9875073f58a5b7a25370c31fed8a2c15 - md5: 98784bb35b316e2ba8698f4a75326e9a - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 46257 - timestamp: 1712494861919 -- kind: conda - name: aws-c-common - version: 0.9.10 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.10-h10d778d_0.conda - sha256: 34d04f691bc4ff924627314ecbb7f4c7b9dd779f3ed5576f12d61e073536a8bb - md5: d639668144f530bf8b6f56d4b5a64f3c - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 207354 - timestamp: 1701170066323 -- kind: conda - name: aws-c-common - version: 0.9.10 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.10-h93a5062_0.conda - sha256: 3269c3773d02262132cff14819bb606360c2ca44cdf9373e1a67f118c7a5232b - md5: 7b7bd1f14689ddec8131a0c4111790ca - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 204196 - timestamp: 1701169900533 -- kind: conda - name: aws-c-common - version: 0.9.10 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.10-hd590300_0.conda - sha256: dba8a20acedc6bc3574e4068c196969881462ad831aae267d25fbc9409785a6b - md5: 93729f7a54b25cb135ac2b67ea3a7603 - depends: - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 225475 - timestamp: 1701169650086 -- kind: conda - name: aws-c-common - version: 0.9.13 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.13-h10d778d_0.conda - sha256: 24fef8ce7551f11fda5e391e47b88009151d4d8382c28eacd0aa0acce4eaf11a - md5: b27e0603b92ab365592d815a5bb8725f - license: Apache-2.0 - license_family: Apache - size: 208489 - timestamp: 1707964779175 -- kind: conda - name: aws-c-common - version: 0.9.13 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.13-h31becfc_0.conda - sha256: 68a7dc87d1c7fefe07f6745acc9c7fffe5d53e1c8cc6b446f97bc3a257df4c7b - md5: 0f2a8f03a8eb0543a400494f444ebcfd - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 232361 - timestamp: 1707964647676 -- kind: conda - name: aws-c-common - version: 0.9.13 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.13-h93a5062_0.conda - sha256: 2a9520cef3aa8a66c4613fef530b14e68baeaa5cc290a861adc6fdf8662afc71 - md5: 4eb10b4437da875a00f63205e92d8bc2 - license: Apache-2.0 - license_family: Apache - size: 203343 - timestamp: 1707964927370 -- kind: conda - name: aws-c-common - version: 0.9.13 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.13-hcfcfb64_0.conda - sha256: d088b109d4ec598709bf82cc3f6cdc224bd2f99eb6e54b11874c6ade214ff3be - md5: fea595182b39ca757437194de49925d4 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 222007 - timestamp: 1707965119268 -- kind: conda - name: aws-c-common - version: 0.9.13 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.13-hd590300_0.conda - sha256: b113ee0822ff47ae7db10f75802aa0cde60cdada82d5d07e57c36daba146035f - md5: 0ba89522712d993987e6d0fae108c721 - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 225560 - timestamp: 1707964559211 -- kind: conda - name: aws-c-common - version: 0.9.15 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.15-h10d778d_0.conda - sha256: fed4405a55bce4dc7e947d8604d853ac46b17cf09712f1253932e9cc0fe70f92 - md5: be6037c84d354c0303fdb077967f6048 - license: Apache-2.0 - license_family: Apache - size: 209383 - timestamp: 1712101871696 -- kind: conda - name: aws-c-common - version: 0.9.15 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.15-h31becfc_0.conda - sha256: 9583b3bc8e501958eaeb9b9b43c2c5ca49a783af71de441b876dd69b3d22e983 - md5: f3296fd840dcc6dda5c2245f0d4a2a40 - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 234027 - timestamp: 1712101733022 -- kind: conda - name: aws-c-common - version: 0.9.15 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.15-h93a5062_0.conda - sha256: ae4a47f032886a7175fe6e7ccbf1233cbe06bdfc747fc707afd83d2bdff43dff - md5: 4ca05bd64cc4decc54089fcd0cc69082 - license: Apache-2.0 - license_family: Apache - size: 204504 - timestamp: 1712101989588 -- kind: conda - name: aws-c-common - version: 0.9.15 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.15-hcfcfb64_0.conda - sha256: 038e4c01a81ac7807e9942009e2db88dea977754f4d2f35f822367132d9a8abf - md5: 6e02bac6dfcf279e2b0b2a3602d7b49b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 223866 - timestamp: 1712102088444 -- kind: conda - name: aws-c-common - version: 0.9.15 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.15-hd590300_0.conda - sha256: e4251e5fa2656140628f40b74e61cf5048dfd4346f6d81517d346b371113496e - md5: ad8955a300fd09e97e76c38638ac7157 - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 226559 - timestamp: 1712101677803 -- kind: conda - name: aws-c-compression - version: 0.2.17 - build: h7f92143_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h7f92143_7.conda - sha256: ce508018c1109d4e5c6b65695639deaa2beea31edc39145bb810efb13ffed2c3 - md5: c55a1a0c1419fcdfce6d21c41b0f92ab - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 19185 - timestamp: 1701212362896 -- kind: conda - name: aws-c-compression - version: 0.2.17 - build: hb1772db_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-hb1772db_7.conda - sha256: e74330ffc64ac9bd9eb89c1e9d1004fe9b2aa689ecf8d5a94fdb17438237659b - md5: 5363bbd9ffcea69e9ef383766dcc49e0 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 18255 - timestamp: 1701212799172 -- kind: conda - name: aws-c-compression - version: 0.2.17 - build: hb45f1eb_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hb45f1eb_7.conda - sha256: 0d8e18977a54eea25826836cd20cc05f620f4165d3d94b7d4300583fb698a3a8 - md5: 745ce5b224f24179d94287c190464ecb - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 18129 - timestamp: 1701212675008 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: h00d1b86_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h00d1b86_1.conda - sha256: f328392d70583dcb5ee49c95059fe086bafaae0d65c38bb9ec0b98ec6fb6a8fd - md5: 16f4516d03cbc0aba2bdda73db85ca37 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19873 - timestamp: 1708003535938 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: h53e3db5_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-h53e3db5_3.conda - sha256: b35df886c7a8751fb5d1204510335241ddc9115fb4970c65ac12bbb307f6f8ad - md5: b4341460c51c457c6e5ac58d76f44d17 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 17976 - timestamp: 1712138779036 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: ha21e00f_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-ha21e00f_3.conda - sha256: c0e05c48a2420bf1e192ba61d9f41fad075186fa12f9018fef4a52f31883f0ee - md5: 15ff0ff5c09bd7c0c6dea51e5ef427b4 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 22479 - timestamp: 1712139181716 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hce8ee76_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-hce8ee76_3.conda - sha256: ab0617f2d66d5d88fc6c7edb6ecd4589e0a744ccaeff95765371c9cabdb29722 - md5: b19224a5179ecb512c4aac9f8a6d57a7 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19134 - timestamp: 1712138634166 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hd34e5fa_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-hd34e5fa_3.conda - sha256: c501b4f00d1518956aa3fb45378e0dacdec941cca5d78e8d8ba07b46674fa877 - md5: 194b36e2ac364c12c7fa89e84391722d - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 18089 - timestamp: 1712138821785 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hd481e46_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hd481e46_1.conda - sha256: c2d9e922be4e14fca8dd3c7f4ca12cac6ab767928ff041d8c6f78d8744aad7cf - md5: dab2b7b3e645d3962d4021d881533fae - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 22347 - timestamp: 1708004038019 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: he771c36_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-he771c36_3.conda - sha256: c3e53f16d0a012e4ed47c6454176bd23f4ac09f81edcd292dfa239dd448a70ca - md5: d3b53a7361f8387894375f71151a5161 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19788 - timestamp: 1712138757513 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hecc5fa9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-hecc5fa9_1.conda - sha256: da94a5c6e42c02bb742184bf89f4c8c7d8377a3d6f3b64ea16297a03be63fd7b - md5: 1d838050e7d65d2f38dc3b84b928aa2b - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19183 - timestamp: 1708003532559 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hf5538d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hf5538d0_1.conda - sha256: d85e8c051a9f6617c728e307c277f01a94d8e78e14b2e7b321ab256b24cb22df - md5: afbdadd0835075ee6a1c82c5369aa48c - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 18067 - timestamp: 1708003629797 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hf888d4c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-hf888d4c_1.conda - sha256: e6df6f2ebbaddf1e654681cd6ec4cbb4e55d9a92811bcaa095fc2da34b360dcc - md5: 58af345fcc464f3998818c2011d01f5f - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 18337 - timestamp: 1708003803517 -- kind: conda - name: aws-c-event-stream - version: 0.4.0 - build: h0bcb0bb_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.0-h0bcb0bb_0.conda - sha256: d17a3e562f3166cbff44b7e4e0682a3a62102de3f55b8ac5f947a6e9a74023d3 - md5: 9bbc75881d8fe9a6803a8c5a0432efaa - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 53782 - timestamp: 1703907019941 -- kind: conda - name: aws-c-event-stream - version: 0.4.0 - build: h0ed9fda_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.0-h0ed9fda_0.conda - sha256: 2e575e82e96e4a51dac746788b020934614d852a2a835a3d7e059676fac9e14b - md5: c55732ba808815f3a03d2b5794134280 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=15 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 46786 - timestamp: 1703907291564 -- kind: conda - name: aws-c-event-stream - version: 0.4.0 - build: h451788f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.0-h451788f_0.conda - sha256: a6538855dd93800c2e7235875e3616cd10dc6d0fa1b6993d2c4c0ce3b9f72b57 - md5: 1ae42d84a8228e5068325cb407c0ad9f - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=15 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 46862 - timestamp: 1703907246896 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h01f5eca_8 - build_number: 8 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h01f5eca_8.conda - sha256: 688b81ed93151868df2717556d3b93dcfaf6bf129a1474f14e0c993095816d3f - md5: afb85fc0f01032d115c57c961950e7d8 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 53700 - timestamp: 1712507243610 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h0aa0982_8 - build_number: 8 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h0aa0982_8.conda - sha256: 21a9ca9ce1d77b041c1935aa472273d59d77e3fb73e8d4f920ab4191d41e5c65 - md5: 08b9fd6dbb0c3d5dba56da5d0aa93cf9 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 55126 - timestamp: 1712507287110 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h0f06f08_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h0f06f08_4.conda - sha256: f79350d905cae421f3ceb663f72041d5e028748c5d8504c16b68743400ad884f - md5: 90d3f1d2f590693a008a197f81bc72a9 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 54585 - timestamp: 1708602875487 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h128c7ac_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h128c7ac_4.conda - sha256: 7e75f646a79e5eff69e9a73d859cdc94ae76a9a9d72f519ebef8314dfe331993 - md5: ff4fb2adfeee5bb13494feac3bc91b6b - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 55186 - timestamp: 1708602558232 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h1b95c93_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h1b95c93_4.conda - sha256: 78855447767962368b93d8c2b8fc0ee3022802f7d073e532fa89b6841477e74d - md5: a2588fd3506776167fab4e508c3580a9 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 46870 - timestamp: 1708602815747 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h247c08a_8 - build_number: 8 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h247c08a_8.conda - sha256: f4a8ee85ed51793bdfaa5ff863db5fa02eb1935e25857109b8650af2c66f46c5 - md5: 47912c9d76ebf3146dc5c5358fe94a97 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 46788 - timestamp: 1712507379999 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hb970d5a_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hb970d5a_4.conda - sha256: 715724622739c1fef6d797c7c53c069de7cf48c19d4a1f93a0cb1a919ea4e177 - md5: 54596996ca749b66c8d3d1144c8381b2 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 46676 - timestamp: 1708602620909 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: he461af8_8 - build_number: 8 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-he461af8_8.conda - sha256: 6a795f72cf2cbf50900cd167942db0361b33e19af4735a36de848b16efa01108 - md5: e06f07aca12555762e986004e013c0e6 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 46574 - timestamp: 1712507348124 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hf668b60_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-hf668b60_8.conda - sha256: cc2b8b8338b51b1c05827532e22902005fb68cbb7c85b3e8c6917531721923cd - md5: 61ff0e83fdad92ccf13812b54c447507 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 54179 - timestamp: 1712507805607 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hf9b2f7b_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-hf9b2f7b_4.conda - sha256: fb07316c574c3214574fa2ce7409ac331a50d711d20b5766376c8b068a5e298b - md5: 772e5b7c3c3c9dd07a2648cfa95e1c34 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 53986 - timestamp: 1708602417024 -- kind: conda - name: aws-c-http - version: 0.8.0 - build: h1fa4523_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.0-h1fa4523_0.conda - sha256: afb48dedc10cb9cab50aee069bc0232190928f65416bad814d07d77d7305da79 - md5: b1e224c2d021d01fcb7a9320ecd3c8af - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 162823 - timestamp: 1703907372701 -- kind: conda - name: aws-c-http - version: 0.8.0 - build: hd268abd_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.0-hd268abd_0.conda - sha256: 4ec9f1d427587e57dcd5777a6aa38efd3b9492023b2ea10ba3ff2b3ef288b3a5 - md5: 1599ecff110d53e20423f7849eec49d5 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 195138 - timestamp: 1703907239593 -- kind: conda - name: aws-c-http - version: 0.8.0 - build: hd747585_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.0-hd747585_0.conda - sha256: d4757939742d600180f85827801f486ba53208b9216780e0d741cebd4cdd5546 - md5: 506d80c1882e0368b58e0e348469a452 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 151658 - timestamp: 1703907442170 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: h0afc28a_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-h0afc28a_10.conda - sha256: 1418ec0dc04e9f00fbd2931f079c6e758b5b7fa7bff65d55eb5d585a60d162b4 - md5: 012d9d06c0b4a37f711a8f905a0f4fd8 - depends: - - __osx >=10.9 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - license: Apache-2.0 - license_family: Apache - size: 162863 - timestamp: 1712654842013 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: h45f72bc_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-h45f72bc_5.conda - sha256: 45f6d307621742cfdb066d2a88e99cae7e01e5bf2248f782314380966d4d3eec - md5: 7a68d62055217dc917078c1ce251cfbd - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 163076 - timestamp: 1708602693889 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: h505357e_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-h505357e_10.conda - sha256: 8f51c98dd34096bf25e85ca78534a9a0b2f846ebd7f3b0dac65a68755a0193a7 - md5: 1b2a041d3eba43d117e78c3679ea5dc3 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 188116 - timestamp: 1712654596786 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: h5d7533a_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h5d7533a_5.conda - sha256: 8cd74ae03dbbea04cce53a0f01cca8f6c87bbf56df35ec11cfa8dc0e93124d5e - md5: 3315582ff86ff2c9e870eb5a9ad2a13c - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 195024 - timestamp: 1708602547845 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: hd704247_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-hd704247_10.conda - sha256: 8a869b0f15bd85eb46b4faa14cadb691d756f8a74279edede1d769fea62d0acc - md5: 6abc1e3bdf18f682c7f42a08669b5662 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc >=14.3,<15 - - vc14_runtime >=14.29.30139 - - vc14_runtime >=14.38.33130 - license: Apache-2.0 - license_family: Apache - size: 180594 - timestamp: 1712655088873 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: hdb5aac5_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-hdb5aac5_5.conda - sha256: 8fd76d7dc829b32000f358287f9f36b1fa20440f339f12008e7d14adede8cf17 - md5: 2457a83f161dc852eaf6faf2d4584859 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 180105 - timestamp: 1708603146126 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: hdb68c23_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-hdb68c23_10.conda - sha256: a13e77f6b40de79b33711f70b8180943053cc162efdb357bc9cd577f0ac69818 - md5: cb6065938167da2d2f078c2f08473b84 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 195362 - timestamp: 1712654535499 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: he0aa6e1_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-he0aa6e1_5.conda - sha256: 40f254d4012a60733bc5428414bd72787d2198b8238a0d0dc799a0e666f3d788 - md5: 1397fefc62656680d66570c23d875198 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 188613 - timestamp: 1708602656753 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: heb97226_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-heb97226_5.conda - sha256: 1cd592469265c9e3092824bb41682637cc537ed8da272e4ebe2c90b07e3768a2 - md5: 27cd4e9746fd7e02012750d9c1fece50 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 151481 - timestamp: 1708602772972 -- kind: conda - name: aws-c-http - version: 0.8.1 - build: hf9e830b_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-hf9e830b_10.conda - sha256: 6c06720a8700f65e68ad740b5dd0e559242f62a179067c029792d226b3b065fc - md5: 532e961f28b3c8fcdcb0ecb1e017961d - depends: - - __osx >=11.0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - license: Apache-2.0 - license_family: Apache - size: 151666 - timestamp: 1712654734379 -- kind: conda - name: aws-c-io - version: 0.13.36 - build: h1112932_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.36-h1112932_3.conda - sha256: 8770803baa7323891abcf892e36abce13d6f67d675ebe91ab538621f90e8319f - md5: 732c739df5de131665801871650c2399 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 136832 - timestamp: 1703277731454 -- kind: conda - name: aws-c-io - version: 0.13.36 - build: h3728bb0_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.36-h3728bb0_3.conda - sha256: 6e6698f3f7ccc3b7adc4eff3c1fc0f01f28960a67b7cfbd8ada2f9e1e5aae957 - md5: 5fb516f968b8465843147e70502b3b30 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 137884 - timestamp: 1703277470793 -- kind: conda - name: aws-c-io - version: 0.13.36 - build: hb3b01f7_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.36-hb3b01f7_3.conda - sha256: ed17d57f20e62b77680d91eec3b98ce4f208ad58deb87c1ca6114942ecb9aecd - md5: e699c37931ecbb452a6d074c1c738b07 - depends: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - - s2n >=1.4.1,<1.4.2.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 156739 - timestamp: 1703277263617 -- kind: conda - name: aws-c-io - version: 0.14.5 - build: h08270f9_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.5-h08270f9_1.conda - sha256: 92af4ce74729af012f69559bb35dae6a22524d9d0289cf8644b283f9ce0adf41 - md5: 57f923d835b19c1bcdc1c91edc5008eb - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 159778 - timestamp: 1708688290150 -- kind: conda - name: aws-c-io - version: 0.14.5 - build: h2bbb85f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.5-h2bbb85f_1.conda - sha256: a6d25f44ec1b64387ede38fd8b066d7e3eedc77a4e9bb95197ec8a77fa02b236 - md5: 40573930eba2a6f2f19c16635457962f - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - - s2n >=1.4.5,<1.4.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 160898 - timestamp: 1708687797361 -- kind: conda - name: aws-c-io - version: 0.14.5 - build: h50678d4_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.5-h50678d4_1.conda - sha256: ee9d8193927641249186e593ef9d1324d662feda4a4a9abaacbb897adb31bcfa - md5: 3d527c16470bfbf50234c9ce9c3290ee - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - - s2n >=1.4.5,<1.4.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 157210 - timestamp: 1708687740565 -- kind: conda - name: aws-c-io - version: 0.14.5 - build: h59ded20_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.5-h59ded20_1.conda - sha256: ab2d98ca00c85bf540b5114c683422bff60ad26c213872bd6a1083c636733704 - md5: daf9197eb37facb06d60b64efdaf24fa - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 138092 - timestamp: 1708688155068 -- kind: conda - name: aws-c-io - version: 0.14.5 - build: hb51f26e_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.5-hb51f26e_1.conda - sha256: f671aaa8b3f86e72cba92c3c114d8ceaeb97ebb118b4c1f2530bdf6fd74fb34b - md5: 5766d0ec1ee58a2e12752eb0dc577d73 - depends: - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 136989 - timestamp: 1708687976415 -- kind: conda - name: aws-c-io - version: 0.14.7 - build: h14865c8_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.7-h14865c8_3.conda - sha256: 42b46959427374549be06821a2262f0c330df4e9f49c501c84d3fda43c98e3a3 - md5: 4fececd62cac216d5e4e76a094a394a4 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc >=14.3,<15 - - vc14_runtime >=14.29.30139 - - vc14_runtime >=14.38.33130 - license: Apache-2.0 - license_family: Apache - size: 160700 - timestamp: 1712593227384 -- kind: conda - name: aws-c-io - version: 0.14.7 - build: h2e28a7b_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.7-h2e28a7b_3.conda - sha256: ef32a021ebf8d913dc979719fc99551f25159f7345c4190af5f60082d22595e0 - md5: 7dd5bb042847c8ad2dd3a595184f91c9 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - - s2n >=1.4.9,<1.4.10.0a0 - license: Apache-2.0 - license_family: Apache - size: 160593 - timestamp: 1712592986336 -- kind: conda - name: aws-c-io - version: 0.14.7 - build: h33d81b3_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.7-h33d81b3_3.conda - sha256: 78e29bcf2b2f13a4da534bd433893767470fee7f89f9c70173586931ef9a9885 - md5: df4dd21ab3e327bafbfe8d9842130dc2 - depends: - - __osx >=11.0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 136983 - timestamp: 1712593152214 -- kind: conda - name: aws-c-io - version: 0.14.7 - build: h6254544_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.7-h6254544_3.conda - sha256: 1f5fcb2d59e2d2a1755495d49d7e5d0404b3e87741b7063b748782c99b1a76e5 - md5: 566a515873a312fc3a97c8028072312c - depends: - - __osx >=10.9 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 138408 - timestamp: 1712593378751 -- kind: conda - name: aws-c-io - version: 0.14.7 - build: h76a7424_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.7-h76a7424_3.conda - sha256: d2583f1daeb85dc174dd396651f922ee848247c10dc8411bc8acbc07cd9a896d - md5: d6ff74a0389f7129f7d7a5f94c050776 - depends: - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - - s2n >=1.4.9,<1.4.10.0a0 - license: Apache-2.0 - license_family: Apache - size: 158032 - timestamp: 1712593016853 -- kind: conda - name: aws-c-mqtt - version: 0.10.0 - build: hdd2773f_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.0-hdd2773f_2.conda - sha256: e08fa33b2a8e2d912524b9bb58a9cb243665e44735fddd885b6a1d9623168cc8 - md5: a8f39569f96c7aa29df8719bd221c37b - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 138442 - timestamp: 1704306696839 -- kind: conda - name: aws-c-mqtt - version: 0.10.0 - build: hefd2eba_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.0-hefd2eba_2.conda - sha256: ffd577632ab5847b678070079f1eb796706fee641e1bd123676d72ccaab4c359 - md5: 36b6e920548d1a9862214d6b85f3cda4 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 117880 - timestamp: 1704306343120 -- kind: conda - name: aws-c-mqtt - version: 0.10.0 - build: hf5d392a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.0-hf5d392a_2.conda - sha256: 3fcd61a58aaeadcc6be2af3a3014647d72d78f3e0dcfa34d34d36c7363f465c9 - md5: 18eb32f275d7294045298f69fbed6ad1 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 163855 - timestamp: 1704306435642 -- kind: conda - name: aws-c-mqtt - version: 0.10.2 - build: ha7d5480_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.2-ha7d5480_4.conda - sha256: 572e5857bfcb9064192d5ff68308bb640158a50ddb48a350ae7e485783372949 - md5: 2c8df4154874114bdb9492f144bfbfe8 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 138778 - timestamp: 1708942098964 -- kind: conda - name: aws-c-mqtt - version: 0.10.2 - build: hd37591b_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.2-hd37591b_4.conda - sha256: 40a6ede9ef474bff4d81eb8680daea28812013bd8c65fa8dc7571598ffad0678 - md5: fab45f2b834e92bd9987d0fa3b784e64 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 117399 - timestamp: 1708620779372 -- kind: conda - name: aws-c-mqtt - version: 0.10.2 - build: hf479d2b_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.2-hf479d2b_4.conda - sha256: 9e878e9280d80d83e679f8b41c2a0bf7bf7069f95ae5b457a484168671e77780 - md5: dc6a683c823f2b6445ed0e328160b3de - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 164421 - timestamp: 1708620822368 -- kind: conda - name: aws-c-mqtt - version: 0.10.2 - build: hf974719_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.2-hf974719_4.conda - sha256: 8f24dc8fa19429c4599159ae9a68f2e90418e3471adb273fab112cd122cba0af - md5: 9addf6456c59c94686fe2dfdd9f8c43d - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 146210 - timestamp: 1708620468353 -- kind: conda - name: aws-c-mqtt - version: 0.10.2 - build: hfea8755_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.2-hfea8755_4.conda - sha256: 035263e32109e521dd81b2eb5e9468d2063acafd6e33820b3c0051415051b922 - md5: d12372f5cc219f1c103a5be6533d5736 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 157819 - timestamp: 1708621381498 -- kind: conda - name: aws-c-mqtt - version: 0.10.3 - build: h3321c0c_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.3-h3321c0c_4.conda - sha256: 2495ddb3ab112f22eb7f96f5f0be6bb7237e93f68b77016afe5bf07b5501f4fb - md5: edb8c254f2a280ba78d2488e28935778 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 146924 - timestamp: 1712547308954 -- kind: conda - name: aws-c-mqtt - version: 0.10.3 - build: h50844eb_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.3-h50844eb_4.conda - sha256: e80a6cea0a3d954cdb63b49d80a62f1982bb13722c0c99ba83b15820e61d4760 - md5: e72fdd8942f266ea79c70ec085661d6c - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 163794 - timestamp: 1712547607752 -- kind: conda - name: aws-c-mqtt - version: 0.10.3 - build: h5f4abda_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.3-h5f4abda_4.conda - sha256: ee1296c91f1624a67199b4885f79d3123a9bbc5b7def6de056f0d8c1c4525d0d - md5: 49dfa5667f57d5a7f9716ff06f80d28f - depends: - - __osx >=11.0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - license: Apache-2.0 - license_family: Apache - size: 118034 - timestamp: 1712547383899 -- kind: conda - name: aws-c-mqtt - version: 0.10.3 - build: h748201e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.3-h748201e_4.conda - sha256: eeec7e222cb8ecf0df2e5d5c17a511ba8b16af22b12bdf6d6a9540b6e6aeb3bd - md5: 235f22fb6ae78c9807273f7726021465 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc >=14.3,<15 - - vc14_runtime >=14.29.30139 - - vc14_runtime >=14.38.33130 - license: Apache-2.0 - license_family: Apache - size: 158520 - timestamp: 1712547856285 -- kind: conda - name: aws-c-mqtt - version: 0.10.3 - build: hd66502f_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.3-hd66502f_4.conda - sha256: 7c1f640276ad3be6095bf12c1debecde3458321d18eedca40daec6d0036ef0f9 - md5: 89e656a48d3c1e094366648d33320ff0 - depends: - - __osx >=10.9 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - license: Apache-2.0 - license_family: Apache - size: 139268 - timestamp: 1712547737430 -- kind: conda - name: aws-c-s3 - version: 0.4.7 - build: h0d871e0_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.4.7-h0d871e0_2.conda - sha256: d94cee3ef3842e4200cd9535f27567fa1047f843dd31d3fa3e529ccd06ca32da - md5: 6367f7720abb8c4a8d12af09686dac6b - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 89206 - timestamp: 1704321752655 -- kind: conda - name: aws-c-s3 - version: 0.4.7 - build: he8c168f_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.4.7-he8c168f_2.conda - sha256: 5dd6fe2c6008ecf36828364b737013bc3f577eabc087d521c739d16fa1b54e6d - md5: 8efc4a83d09d0985a1209e7db46a85df - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 103912 - timestamp: 1704321466794 -- kind: conda - name: aws-c-s3 - version: 0.4.7 - build: hfc07516_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.4.7-hfc07516_2.conda - sha256: 1fa26b0d77f38b381376240fd264427c45e8e54f18ed894bb0d3edcdc3bfbf36 - md5: 86621c40b75c87e88ed649dc67baca4a - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 90455 - timestamp: 1704321754265 -- kind: conda - name: aws-c-s3 - version: 0.5.2 - build: h09f5dbc_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.2-h09f5dbc_0.conda - sha256: 276732297f92887d0eb2adc9d8949162b02e90ed9ad5f8c348701b4d1aad2d0c - md5: 5e8666f955e8fab31bc7550cd80cd70f - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 90732 - timestamp: 1709172899774 -- kind: conda - name: aws-c-s3 - version: 0.5.2 - build: h170583c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.2-h170583c_0.conda - sha256: a1ff6af6f8c03eb4f4d738a2bab006ad7c46580bef9613b2f53b0d98c47b1192 - md5: b8c6ea0b0244487e9cc579393c1dbf70 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 109725 - timestamp: 1709172552237 -- kind: conda - name: aws-c-s3 - version: 0.5.2 - build: h4ad9680_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.2-h4ad9680_0.conda - sha256: 187b02e487df8181f85785eff2e60a6715a651a0fa2775199ac57592ea7e7974 - md5: d50162d0e3a1c74885d8281455d8e7c2 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 105233 - timestamp: 1709172578792 -- kind: conda - name: aws-c-s3 - version: 0.5.2 - build: h4b2095a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.2-h4b2095a_0.conda - sha256: 89b26b44d5f3c268ad8369e7ad80465a707eeac1a3dd15e5db4d1ce439b7d8e7 - md5: 07f4e9ba6285324885befe9a5e2d23ea - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 101468 - timestamp: 1709173131467 -- kind: conda - name: aws-c-s3 - version: 0.5.2 - build: hb71b441_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.2-hb71b441_0.conda - sha256: 766126780bf32052a2ab2eb0a39b336cf381731939fcee82bbc2f04742185cf6 - md5: 4eebcc7eef91eeb528e383c37c0cdc0c - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 90798 - timestamp: 1709172968839 -- kind: conda - name: aws-c-s3 - version: 0.5.7 - build: h4907f8a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.7-h4907f8a_1.conda - sha256: 1a6b336545f635702c4113272a413b8509762cf3572abe7e3854bdbf9807a9ed - md5: 7591a42fcec5b6ccf27247f66782687f - depends: - - __osx >=10.9 - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 93544 - timestamp: 1712685831186 -- kind: conda - name: aws-c-s3 - version: 0.5.7 - build: h5da7064_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.7-h5da7064_1.conda - sha256: 0da7ee2d40bd6ed559a4aa52430dd71c8abde10c193f7ea8799a221cb1ceeef0 - md5: 4b80f4d4191132572fe83b622442918a - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 104398 - timestamp: 1712686192455 -- kind: conda - name: aws-c-s3 - version: 0.5.7 - build: h606a3d2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.7-h606a3d2_1.conda - sha256: 7365e76ad87e39bf58eea10515001007e275bbd270981f3a1641c840f052017a - md5: 9bd413b520a8768af02e3a5810e9a42a - depends: - - __osx >=11.0 - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 93368 - timestamp: 1712686042460 -- kind: conda - name: aws-c-s3 - version: 0.5.7 - build: hb7bd14b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.7-hb7bd14b_1.conda - sha256: 94e2d5174ba344357801a44c303f513ae40f37c2defcc3d3747809ac11be1e27 - md5: 82bd3d7da86d969c62ff541bab19526a - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 108249 - timestamp: 1712685968385 -- kind: conda - name: aws-c-s3 - version: 0.5.7 - build: hb8e3a89_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.7-hb8e3a89_1.conda - sha256: de140ffe2261cd906c4712506605e4be346fafd4a7130a3b7d1e31af108c43f4 - md5: 911e1712416713967239097272c8c336 - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 112653 - timestamp: 1712686784716 -- kind: conda - name: aws-c-sdkutils - version: 0.1.13 - build: h7f92143_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.13-h7f92143_0.conda - sha256: 8696e7023fde7c4588db8aedd08ffc0b4041c8449bd9edd50f237534cbcfac93 - md5: a4a83424ad4eab023c6e5b4adf264006 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 53339 - timestamp: 1701999463183 -- kind: conda - name: aws-c-sdkutils - version: 0.1.13 - build: hb1772db_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.13-hb1772db_0.conda - sha256: d9a89a98fea5d371cf0370c3f43479450932de070e960961d834624d00ead950 - md5: 90291cf2e5e350b154f3fe1de4390af8 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 47384 - timestamp: 1701999707452 -- kind: conda - name: aws-c-sdkutils - version: 0.1.13 - build: hb45f1eb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.13-hb45f1eb_0.conda - sha256: 8224bc5d6a9659e165e7c1cd4b22f3b9ca5cda5ae5d7ce0ac54961035bf0c535 - md5: 7bd97891383c905c06f1508405290cc0 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 47467 - timestamp: 1701999663058 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: h00d1b86_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.15-h00d1b86_1.conda - sha256: e2ec786734acca3a7449f27aee7052f93e627a76459c3718a4d9236b0e813dad - md5: 222e0288b02a00e62232dde9ff479146 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 57857 - timestamp: 1708014280193 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: h53e3db5_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.15-h53e3db5_3.conda - sha256: 6b6b1652ede11c5ba4b6458b1fb88760658bb024ac5f06d2adf7130aa5550376 - md5: 569179357460c6f2acd2c3507c77c4c2 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 49610 - timestamp: 1712146120263 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: ha21e00f_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.15-ha21e00f_3.conda - sha256: 1c72977356cbac9e805c0325692628edf4d30c3bb09fbe5ddd91d709f410bcc5 - md5: 7b10fea2a5418a3ad31507a8e3019019 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 53883 - timestamp: 1712146320267 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hce8ee76_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.15-hce8ee76_3.conda - sha256: 72fd73a5de0730997a36bf20ac1cb8cf7c67e40225c280b3dc5e46bc61c7d157 - md5: 0c4f0205a1ae4ca6c89af922ec54271c - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 55146 - timestamp: 1712145768196 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hd34e5fa_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.15-hd34e5fa_3.conda - sha256: e128818c57f6273df6dc64d7c3868eb179011766d790a8a93ad152fa26be4b9d - md5: d4afb2c3ed05bf792183ffdbc723aaeb - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 49627 - timestamp: 1712146003862 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hd481e46_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.15-hd481e46_1.conda - sha256: 0835624c0839ddb25e0ef30c5d593a15637ea5cd6fb8a76ad385e69688c250b0 - md5: 1ebafa133f5b2f550c8bfc0a141eff41 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 54410 - timestamp: 1708014886501 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: he771c36_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.15-he771c36_3.conda - sha256: 2de4fcab1b3c8a7213dc829cd33fbcebc74e7e75e22ee063eff6ae6101b0d4b9 - md5: fdd738c0212f6ffe582f19b71817e230 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 57954 - timestamp: 1712145913974 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hecc5fa9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.15-hecc5fa9_1.conda - sha256: 67d4ef6d2bf13e24ceadd7a7db9ced687c2cda65a51e1e5e3b947389b45ac07d - md5: 1f3169bc679a1ead5b44a6c79408add7 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 55439 - timestamp: 1708014305310 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hf5538d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.15-hf5538d0_1.conda - sha256: 3979bbda1503f9d7ca755abf0ab240bf4898e3dfa812bd1214a215230569f927 - md5: 88df592ace524a9f6ec7aa75eace52f6 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 50255 - timestamp: 1708014587926 -- kind: conda - name: aws-c-sdkutils - version: 0.1.15 - build: hf888d4c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.15-hf888d4c_1.conda - sha256: d3cce524e6b852c532c4e7987e50c6fc397b0531752d7e128e635701b4b68370 - md5: f719241f3055f5c0f9d2cb3a599db8d3 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 49302 - timestamp: 1708014644029 -- kind: conda - name: aws-checksums - version: 0.1.17 - build: h7f92143_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h7f92143_6.conda - sha256: ac2082211e7d5fd3036f9abd7e398ef67d5327efb3808f17a30fcab59acacbfb - md5: 46bd4e9c2fd10de83bae22f0bb71139b - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 50162 - timestamp: 1701246709430 -- kind: conda - name: aws-checksums - version: 0.1.17 - build: hb1772db_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-hb1772db_6.conda - sha256: 9c72adde6dd106aa0ce0bc21252a9a5c9645c9efb93b5f9c08a914e45a3ad78c - md5: da58c3c6dcf40cfa69a0a74a7acf355c - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 49237 - timestamp: 1701247014330 -- kind: conda - name: aws-checksums - version: 0.1.17 - build: hb45f1eb_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hb45f1eb_6.conda - sha256: a09f546c5d9a658bd4ce51f4432a7f82e59c9416faf3b7902b06d1aaffcbeb56 - md5: 3c93bf40376489c5c880be77ba47f5c0 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 48848 - timestamp: 1701246965518 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: h00d1b86_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h00d1b86_1.conda - sha256: abe3046db1238044d236c01512d41ca743812510bc39da9d0d2b9726520e82df - md5: c4824ce78b16799e1f93e7f9b0f56b5e - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 50114 - timestamp: 1708017850698 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: h53e3db5_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-h53e3db5_3.conda - sha256: b62bcee0d6accf5b9e790cdb6171678ac6c865acc9df46249f36e554654f218b - md5: 2e78e8a3675a597ff8deaf118c7b714b - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 48730 - timestamp: 1712146097053 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: ha21e00f_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-ha21e00f_3.conda - sha256: c7759b8b3c163916ab47ae0f65549ce7c4e78d54bf9daadd5fa035b4b04500bb - md5: a593ee36f55e9af14d7a7f9f8f854fcc - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 52267 - timestamp: 1712145968515 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hce8ee76_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-hce8ee76_3.conda - sha256: de0ba47fc8feaaa087d9128e4b5402af72bd46af52b885dee87adfb9e285a816 - md5: 9aa734a17b9b0b793c7696435fe7789a - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 50068 - timestamp: 1712145648515 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hd34e5fa_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-hd34e5fa_3.conda - sha256: d91ba44e14b31c5fe13fd78a567fc6cf76c62ad8bfaba250e317b354a75c64dd - md5: 69f9b2281805ff1e0c87962d74de1360 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - license: Apache-2.0 - license_family: Apache - size: 48999 - timestamp: 1712145929885 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hd481e46_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hd481e46_1.conda - sha256: f15717fbf3f700f81d0dc0c47d8188abcebad8d1857385dddb85a1f72865847a - md5: 5c348b77af1703a25c1244cbeb9e9885 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 52242 - timestamp: 1708018159164 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: he771c36_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-he771c36_3.conda - sha256: 325243d15c071e47880fdb940cfc44f7ca514d847e1805517a568c5c71ea8aa1 - md5: 469c1cd8a140da3d1f45e002176e05e0 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 49898 - timestamp: 1712145734119 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hecc5fa9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-hecc5fa9_1.conda - sha256: 6d5034e05682e952d670d16ab61665789fb9fd77c022aa9584b21bce72521499 - md5: d49175b3e097182a65ba9e3fb2c38603 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 50137 - timestamp: 1708017767893 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hf5538d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hf5538d0_1.conda - sha256: 4dbd77a99cc9727e43982a04d172669357d0ceaea71a7aa66e7fafdb6b1dc380 - md5: 61f5c52580106ed5f2a1fd3707263bcf - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 48808 - timestamp: 1708017957232 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hf888d4c_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-hf888d4c_1.conda - sha256: d63676e8a7089f03c9181e24b1809c1a2b4480f84ffef700b65b5ef931f9891a - md5: 3984d690e3eb6fc26ae75912363e0819 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - license: Apache-2.0 - license_family: Apache - size: 49202 - timestamp: 1708017993329 -- kind: conda - name: aws-crt-cpp - version: 0.26.0 - build: h3b5eec7_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.0-h3b5eec7_3.conda - sha256: 6a4638caea971b7588842309e8ceda7e9c422ac7877e66ffb371be9499ab7f52 - md5: 76a7d5e9caccda4194477b6040863f27 - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 332540 - timestamp: 1704352136069 -- kind: conda - name: aws-crt-cpp - version: 0.26.0 - build: h88f2ebf_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.0-h88f2ebf_3.conda - sha256: 84d2cf38803bbdde1b4b6f9034efd9b76c14127d7f8e9e6bfabe89abeded0f88 - md5: 4f21830317f110bb0c53332d55272587 - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libcxx >=15 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 280692 - timestamp: 1704352576363 -- kind: conda - name: aws-crt-cpp - version: 0.26.0 - build: hcc526ff_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.0-hcc526ff_3.conda - sha256: a8586d39c8a8c0b2b3f07b702f898c6caaad904ddeab655cfed4b818d753b627 - md5: 21e0476de051cf3221eebceb21e1e890 - depends: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libcxx >=15 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 217235 - timestamp: 1704352353546 -- kind: conda - name: aws-crt-cpp - version: 0.26.2 - build: h06549c9_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.2-h06549c9_7.conda - sha256: 884ebf3df42c122b928f6c7cf30bd632ac8c67a1e189f66b87d9e79c82eb960e - md5: 3a0c06e903ef56dd244b0912ef71d189 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-mqtt >=0.10.2,<0.10.3.0a0 - - aws-c-s3 >=0.5.2,<0.5.3.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 216464 - timestamp: 1709208473555 -- kind: conda - name: aws-crt-cpp - version: 0.26.2 - build: h07bb24a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.2-h07bb24a_7.conda - sha256: 08b125c53613c7363bba10b90543fe9744b5b5412cf01c635b795a5e586c0ff4 - md5: bfd628a5808085446ae16cbdfb0b934b - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-mqtt >=0.10.2,<0.10.3.0a0 - - aws-c-s3 >=0.5.2,<0.5.3.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 260420 - timestamp: 1709208294949 -- kind: conda - name: aws-crt-cpp - version: 0.26.2 - build: h19f5d62_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.2-h19f5d62_7.conda - sha256: 7d03db0ff86fd128bc77a00c13e843f67023efafd947e69e82584a6acd9c8f8c - md5: e49b978ccc14c1a34374fac693b3a998 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-mqtt >=0.10.2,<0.10.3.0a0 - - aws-c-s3 >=0.5.2,<0.5.3.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 333814 - timestamp: 1709208341782 -- kind: conda - name: aws-crt-cpp - version: 0.26.2 - build: h56a5195_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.2-h56a5195_7.conda - sha256: 3899ccca939b94adde813be207181cfae00d1211efa68613d4ba1828c9a39f0a - md5: 62ae597a0641cbcbf68a06beec4ac313 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-mqtt >=0.10.2,<0.10.3.0a0 - - aws-c-s3 >=0.5.2,<0.5.3.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 280702 - timestamp: 1709208918309 -- kind: conda - name: aws-crt-cpp - version: 0.26.2 - build: h8492d2a_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.2-h8492d2a_7.conda - sha256: 99bd606407c723da49ce9e831d2764849d44b48d9d7bfd8b36db20edda301ded - md5: 444af8c6a4c76298b6322807c25df166 - depends: - - aws-c-auth >=0.7.16,<0.7.17.0a0 - - aws-c-cal >=0.6.10,<0.6.11.0a0 - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.5,<0.14.6.0a0 - - aws-c-mqtt >=0.10.2,<0.10.3.0a0 - - aws-c-s3 >=0.5.2,<0.5.3.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 242812 - timestamp: 1709208518468 -- kind: conda - name: aws-crt-cpp - version: 0.26.6 - build: h13f0230_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.6-h13f0230_4.conda - sha256: abf4618412f03fad2f3a1d4dd15200237afce54e1d1eff5eb17f834aa7acd32d - md5: 4e2b2d2f1ae778ed49d542974403fb60 - depends: - - __osx >=11.0 - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-mqtt >=0.10.3,<0.10.4.0a0 - - aws-c-s3 >=0.5.7,<0.5.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 220730 - timestamp: 1712752845989 -- kind: conda - name: aws-crt-cpp - version: 0.26.6 - build: h497fec5_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.6-h497fec5_4.conda - sha256: dd70eeb5c3a0faf657f608d5dbd391b596037e09bcf6cf002a9ef113be6fd43f - md5: c1936a5794e212e1b98d7c71a60d4bdb - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-mqtt >=0.10.3,<0.10.4.0a0 - - aws-c-s3 >=0.5.7,<0.5.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 263673 - timestamp: 1712752511297 -- kind: conda - name: aws-crt-cpp - version: 0.26.6 - build: h5bc0ceb_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.6-h5bc0ceb_4.conda - sha256: 901ec0e31aa75ae80935a051a1387f55e2b3e0e4a97b31635b88310505e4afa2 - md5: 056f3eaae2910ed8aca0f17cb2378f6f - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-mqtt >=0.10.3,<0.10.4.0a0 - - aws-c-s3 >=0.5.7,<0.5.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 246123 - timestamp: 1712753024280 -- kind: conda - name: aws-crt-cpp - version: 0.26.6 - build: hf567797_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.6-hf567797_4.conda - sha256: 45007f9367f9f41185a5b274a1dc6c44ceae9fb0a4e44eae3542deaab53559fb - md5: ffb662b31aef333e68a00dd17fda2027 - depends: - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-mqtt >=0.10.3,<0.10.4.0a0 - - aws-c-s3 >=0.5.7,<0.5.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 335145 - timestamp: 1712752545390 -- kind: conda - name: aws-crt-cpp - version: 0.26.6 - build: hfb53d2e_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.6-hfb53d2e_4.conda - sha256: bcb8587d5c1689009badefc13320ba161479aab9affa8d205583059dabe576bd - md5: a4491c9681a6bf71a226c544990c9112 - depends: - - __osx >=10.9 - - aws-c-auth >=0.7.17,<0.7.18.0a0 - - aws-c-cal >=0.6.11,<0.6.12.0a0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.1,<0.8.2.0a0 - - aws-c-io >=0.14.7,<0.14.8.0a0 - - aws-c-mqtt >=0.10.3,<0.10.4.0a0 - - aws-c-s3 >=0.5.7,<0.5.8.0a0 - - aws-c-sdkutils >=0.1.15,<0.1.16.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 283365 - timestamp: 1712752909519 -- kind: conda - name: aws-sdk-cpp - version: 1.11.210 - build: ha042220_8 - build_number: 8 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.210-ha042220_8.conda - sha256: 8588fec5385ae35add918a33b9b75fd79ef3007fd5d1c7db59b047bf1cac0311 - md5: e7aa143c60437c1625019add833b143e - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 3304720 - timestamp: 1704352998014 -- kind: conda - name: aws-sdk-cpp - version: 1.11.210 - build: hac0d6e5_8 - build_number: 8 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.210-hac0d6e5_8.conda - sha256: a9e58d64d613c075ded9fa812ce028f3d484f96e3f5c03559a004f761bced036 - md5: e7adaa813ace3f3b8516689716a28970 - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 3547874 - timestamp: 1704352516690 -- kind: conda - name: aws-sdk-cpp - version: 1.11.210 - build: heeba50e_8 - build_number: 8 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.210-heeba50e_8.conda - sha256: 7128b18540395212d4d6b4f8741f658d3900024bde9b5d3e32d6eaa4448325b3 - md5: 31af5e0fb37e72362f087ca9e2748f5c - depends: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 3267017 - timestamp: 1704353210503 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h01edc24_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.267-h01edc24_6.conda - sha256: a406e26d63b84615e7a9924ae02f609e2a2b1abc201278ddd840787352902353 - md5: bb12f6114bfc032af2e689e0e1eae1c7 - depends: - - __osx >=10.9 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - libcurl >=8.7.1,<9.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3394339 - timestamp: 1712754051179 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h134aaec_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.267-h134aaec_6.conda - sha256: 5eff7b834368f9e710cded2e7c0a56f1595b5b617f310547874df10c275cd6a0 - md5: 25727bad6dc72a38c856c3e9a578ebc7 - depends: - - __osx >=11.0 - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - libcurl >=8.7.1,<9.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3411167 - timestamp: 1712754307571 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h4da54b2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.267-h4da54b2_1.conda - sha256: 6df3b95a676cffd1b7bb4388a3a46007c6eb710a2e74e61f725f6190ac8ecdd9 - md5: 9d1faf73c8df8d7e30dea29847f1d5d1 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3375381 - timestamp: 1708527712169 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h5606698_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.267-h5606698_1.conda - sha256: 36590788d9f9488bb63a5c885b595390af6bab4cb7743eca17ae8412ee31ce7d - md5: 2f2f24cc595d2de8365e257050845c30 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3614539 - timestamp: 1708527061409 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h5d77392_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.267-h5d77392_6.conda - sha256: 9f21b50aaf0eecdc885151dc754fdc5902194e82850629686a0f2f2572b95760 - md5: 1d1a457905f69984e81e541d1ede18e7 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 3435756 - timestamp: 1712754553202 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h73c0887_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.267-h73c0887_1.conda - sha256: 97dee4113e4070e6da4d191392f56050d964999ae8b43ee65e711f8dff1ec59f - md5: 68c3736b04baf3f16fa7efb3e7d9a1d8 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3408284 - timestamp: 1708527929681 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: h93f5800_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.267-h93f5800_1.conda - sha256: a1b3bfd0efd4dd1f8a1a575cc8a0e0ede3b66b6fe58b0e722b45d9d4855ac298 - md5: 453479ec7b1e077b16a2202cadf4791b - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 3413748 - timestamp: 1708528552370 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: hbf3e495_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.267-hbf3e495_6.conda - sha256: f9cc828d2eba6a0490e0e79795360dfd744e5042f7105311ab0e5927b56121eb - md5: a6caf5a0d9ca940d95f21d40afe8f857 - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - libcurl >=8.7.1,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3643894 - timestamp: 1712753061178 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: hc40fc56_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.267-hc40fc56_6.conda - sha256: f7c626469e342c9bf10787d425c8864cb8267cf6d8f0302599bc1cab8d32b8b7 - md5: 43046b3b911da5fae07a5831d5ecb78d - depends: - - aws-c-common >=0.9.15,<0.9.16.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - libcurl >=8.7.1,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3427110 - timestamp: 1712753133948 -- kind: conda - name: aws-sdk-cpp - version: 1.11.267 - build: hfce6cab_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.267-hfce6cab_1.conda - sha256: 735f6c624215c384ad89729debf176620299e2923f8981d7e2acbb44cda6c52d - md5: 0d759609cfe4bd61b7a90f2d29185d84 - depends: - - aws-c-common >=0.9.13,<0.9.14.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3409636 - timestamp: 1708527387032 -- kind: pypi - 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 - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' -- kind: pypi - 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 - - stringcase - - dataclasses ; python_version < '3.7' - - backports-datetime-fromisoformat ; python_version < '3.7' - - black ; extra == 'compiler' - - 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 - 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 - sha256: f6d7f876c514d2d138fd8b06e485b042598cf3dcda40a8a346252bb7e1adf8d7 - md5: 58aea5eaef8cb663104654734d432ba3 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - 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 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - 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 - sha256: f1dae7bbbdae9ee2f4b3479b51578fc67e77d54c5c235a5e5c7c1c58b2fff13e - md5: 029b1d804ba237f99163740225d53abc - depends: - - libcxx >=16 - license: Apache-2.0 - license_family: APACHE - 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 - sha256: 9f4696ff6bf7a43261e549c1142dc24f45905fff68a6c0a1ebbdd0a84acd9056 - md5: 26d849f5539e7e20d8b7465a3616a622 - depends: - - libcxx >=16 - license: Apache-2.0 - license_family: APACHE - size: 3466426 - timestamp: 1709092708128 -- kind: conda - name: binutils - version: '2.40' - build: h64c2a2e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-h64c2a2e_0.conda - sha256: 624f6e9dd9cf651d9fd6ed3a7c1af38ea60aaa3213b35f14c088d8de37ffda5e - md5: 50083e4c6e024fcb0b0dd195204276a3 - depends: - - binutils_impl_linux-aarch64 >=2.40,<2.41.0a0 - license: GPL-3.0-only - license_family: GPL - size: 30742 - timestamp: 1674833883570 -- kind: conda - name: binutils - version: '2.40' - build: hdd6e379_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda - sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c - md5: ccc940fddbc3fcd3d79cd4c654c4b5c4 - depends: - - binutils_impl_linux-64 >=2.40,<2.41.0a0 - license: GPL-3.0-only - license_family: GPL - size: 30469 - timestamp: 1674833987166 -- kind: conda - name: binutils_impl_linux-64 - version: '2.40' - build: hf600244_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda - sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d - md5: 33084421a8c0af6aef1b439707f7662a - depends: - - ld_impl_linux-64 2.40 h41732ed_0 - - sysroot_linux-64 - license: GPL-3.0-only - license_family: GPL - size: 5414922 - timestamp: 1674833958334 -- kind: conda - name: binutils_impl_linux-aarch64 - version: '2.40' - build: h870a726_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-h870a726_0.conda - sha256: 43a69e65a7d66fe9f6f17f71814eef807c94f2bc60c7892e6658498cb3759e13 - md5: 1945203dbddc28b0080c5129a3a704b1 - depends: - - ld_impl_linux-aarch64 2.40 h2d8c526_0 - - sysroot_linux-aarch64 - license: GPL-3.0-only - license_family: GPL - size: 5535072 - timestamp: 1674833858298 -- kind: conda - name: binutils_linux-64 - version: '2.40' - build: hbdbef99_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda - sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3 - md5: adfebae9fdc63a598495dfe3b006973a - depends: - - binutils_impl_linux-64 2.40.* - - sysroot_linux-64 - license: BSD-3-Clause - license_family: BSD - size: 28178 - timestamp: 1694604071236 -- kind: conda - name: binutils_linux-aarch64 - version: '2.40' - build: h95d2017_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.40-h95d2017_3.conda - sha256: cd839ad41a573ebd84552b9ed946ea99ae48f8a07f4e38b8725022ff881f767c - md5: 561a4c45334781c962db079457e6f0f0 - depends: - - binutils_impl_linux-aarch64 2.40.* - - sysroot_linux-aarch64 - license: BSD-3-Clause - license_family: BSD - size: 28888 - timestamp: 1710259827989 -- kind: pypi - name: black - version: 24.4.2 - url: https://files.pythonhosted.org/packages/c5/48/34176b522e8cff4620a5d96c2e323ff2413f574870eb25efa8025885e028/black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb - requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' - requires_python: '>=3.8' -- kind: pypi - name: black - version: 24.4.2 - url: https://files.pythonhosted.org/packages/74/ce/e8eec1a77edbfa982bee3b5460dcdd4fe0e4e3165fc15d8ec44d04da7776/black-24.4.2-cp311-cp311-win_amd64.whl - sha256: 7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1 - requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' - requires_python: '>=3.8' -- kind: pypi - name: black - version: 24.4.2 - url: https://files.pythonhosted.org/packages/c9/17/5e0036b265bbf6bc44970d93d48febcbc03701b671db3c9603fd43ebc616/black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c - requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' - requires_python: '>=3.8' -- kind: pypi - name: black - version: 24.4.2 - url: https://files.pythonhosted.org/packages/9b/f7/591d601c3046ceb65b97291dfe87fa25124cffac3d97aaaba89d0f0d7bdf/black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474 - requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' - requires_python: '>=3.8' -- kind: pypi - name: blueprint - version: 0.1.0 - path: examples/python/blueprint - sha256: d9a358e5994ec1e9144942903e46148b16825344cddc19e7188b285f59bc61c1 - requires_dist: - - numpy - - rerun-sdk - editable: true -- kind: pypi - name: blueprint-stocks - version: 0.1.0 - path: examples/python/blueprint_stocks - sha256: 7c8b6805f08610837014175d9d0212815a91c3197756cdbbce836a2f15e40eea - requires_dist: - - humanize - - rerun-sdk - - yfinance - requires_python: '>=3.8' - editable: true -- kind: conda - name: bzip2 - version: 1.0.8 - build: h0d85af4_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 - sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 - md5: 37edc4e6304ca87316e160f5ca0bd1b5 - arch: x86_64 - platform: osx - license: bzip2-1.0.6 - license_family: BSD - size: 158829 - timestamp: 1618862580095 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h10d778d_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda - sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 - md5: 6097a6ca9ada32699b5fc4312dd6ef18 - license: bzip2-1.0.6 - license_family: BSD - size: 127885 - timestamp: 1699280178474 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h31becfc_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda - sha256: b9f170990625cb1eeefaca02e091dc009a64264b077166d8ed7aeb7a09e923b0 - md5: a64e35f01e0b7a2a152eca87d33b9c87 - depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 189668 - timestamp: 1699280060686 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h3422bc3_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 - sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549 - md5: fc76ace7b94fb1f694988ab1b14dd248 - arch: aarch64 - platform: osx - license: bzip2-1.0.6 - license_family: BSD - size: 151850 - timestamp: 1618862645215 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h7f98852_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 - sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa - md5: a1fd65c7ccbf10880423d82bca54eb54 - depends: - - libgcc-ng >=9.3.0 - arch: x86_64 - platform: linux - license: bzip2-1.0.6 - license_family: BSD - size: 495686 - timestamp: 1606604745109 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h8ffe710_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 - sha256: 5389dad4e73e4865bb485f460fc60b120bae74404003d457ecb1a62eb7abf0c1 - md5: 7c03c66026944073040cb19a4f3ec3c9 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win - license: bzip2-1.0.6 - license_family: BSD - size: 152247 - timestamp: 1606605223049 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h93a5062_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda - sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f - md5: 1bbc659ca658bfd49a481b5ef7a0f40f - license: bzip2-1.0.6 - license_family: BSD - size: 122325 - timestamp: 1699280294368 -- kind: conda - name: bzip2 - version: 1.0.8 - build: hcfcfb64_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda - sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 - md5: 26eb8ca6ea332b675e11704cce84a3be - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - size: 124580 - timestamp: 1699280668742 -- kind: conda - name: bzip2 - version: 1.0.8 - build: hd590300_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda - sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 - md5: 69b8b6202a07720f448be700e300ccf4 - depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 254228 - timestamp: 1699279927352 -- kind: conda - name: c-ares - version: 1.24.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.24.0-h10d778d_0.conda - sha256: d585f5a8142fbf07d58ecaf518d724d4a3feeb61324e81b8cf616a0a57a82c73 - md5: 5ae247d8280a4581501ffe619b4a438e - arch: x86_64 - platform: osx - license: MIT - license_family: MIT - size: 141730 - timestamp: 1702831748124 -- kind: conda - name: c-ares - version: 1.24.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.24.0-h93a5062_0.conda - sha256: 377c0fc09449482cf7e0dd579caeeae296620c9f41a67dcfb78d891024e880d6 - md5: 10cffc463301ca93deba3242812f8db9 - arch: aarch64 - platform: osx - license: MIT - license_family: MIT - size: 140324 - timestamp: 1702831824733 -- kind: conda - name: c-ares - version: 1.24.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.24.0-hd590300_0.conda - sha256: b68b0611d1c9d0222b56d5fe3d634e7a26979c3aef30f5f48b1593e7249e8f7a - md5: f5842b88e9cbfa177abfaeacd457a45d - depends: - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - size: 156389 - timestamp: 1702831601527 -- kind: conda - name: c-ares - version: 1.26.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda - sha256: 4b01708ed02f3e2cf9e8919a6fc1d3116cdf84c1a771294031e880f54235f47c - md5: 04a8ab3d4f9a9446b286c4a90f665148 - license: MIT - license_family: MIT - size: 147816 - timestamp: 1706300301840 -- kind: conda - name: c-ares - version: 1.26.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.26.0-h93a5062_0.conda - sha256: 1dfdbac985a74a905f2bcf62f13ce758a8356e50d4b28ddbc2027df8580717d8 - md5: 58b9187431de0a2ffebc907f4590e2e5 - license: MIT - license_family: MIT - size: 145325 - timestamp: 1706300196534 -- kind: conda - name: c-ares - version: 1.26.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.26.0-hd590300_0.conda - sha256: 3771589a91303710a59d1d40bbcdca43743969fe993ea576538ba375ac8ab0fa - md5: a86d90025198fd411845fc245ebc06c8 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 162725 - timestamp: 1706299899438 -- kind: conda - name: c-ares - version: 1.27.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.27.0-h31becfc_0.conda - sha256: 4152e674377179b35d59ddd9218411477a206ecff5f5939dfc963f997cf3b8b8 - md5: f03f76a77d690f2d31ce12e7b4e12ae4 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 170421 - timestamp: 1708684764494 -- kind: conda - name: c-ares - version: 1.27.0 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.27.0-hcfcfb64_0.conda - sha256: 1ab77396e0aaffc6e02508994983c7c6e3bc57019f4a13ac4fda6ee274e30bda - md5: 387d3a2f8fc0ec02f48cee4cd79ec7e0 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 153934 - timestamp: 1708685329364 -- kind: conda - name: c-ares - version: 1.28.1 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda - sha256: fccd7ad7e3dfa6b19352705b33eb738c4c55f79f398e106e6cf03bab9415595a - md5: d5eb7992227254c0e9a0ce71151f0079 - license: MIT - license_family: MIT - size: 152607 - timestamp: 1711819681694 -- kind: conda - name: c-ares - version: 1.28.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda - sha256: 0d7b310411f069975053ee5ce750fc6d8c368607164ce2a921a7a1a068dc137b - md5: a8da75795c853c5fe6d8d1947e16eea8 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 176103 - timestamp: 1711819570996 -- kind: conda - name: c-ares - version: 1.28.1 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda - sha256: 2fc553d7a75e912efbdd6b82cd7916cc9cb2773e6cd873b77e02d631dd7be698 - md5: 04f776a6139f7eafc2f38668570eb7db - license: MIT - license_family: MIT - size: 150488 - timestamp: 1711819630164 -- kind: conda - name: c-ares - version: 1.28.1 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda - sha256: 44ded34fdac46d4a37942c1cae3fc871dc6ecb13e0408442c6f8797671b332e6 - md5: 3b2a518680f790a79a7e77bad1861c3a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 159060 - timestamp: 1711820066438 -- kind: conda - name: c-ares - version: 1.28.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda - sha256: cb25063f3342149c7924b21544109696197a9d774f1407567477d4f3026bf38a - md5: dcde58ff9a1f30b0037a2315d1846d1f - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 168875 - timestamp: 1711819445938 -- 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 - depends: - - cctools >=949.0.1 - - clang_osx-64 16.* - - ld64 >=530 - - llvm-openmp - license: BSD - 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 - sha256: 36bc9d1673939980e7692ccce27e677dd4477d4c727ea173ec4210605b73927d - md5: b98866e63b17433ea5921a826c93cb97 - depends: - - binutils - - gcc - - gcc_linux-aarch64 12.* - license: BSD - 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 - sha256: c7d7c09724e7c324ecd3ad2dee4f016149b93f9bd8ee67661cafb20993f5b8a9 - md5: 0b204833d66694f214a5b3d7d2b87700 - depends: - - cctools >=949.0.1 - - clang_osx-arm64 16.* - - ld64 >=530 - - llvm-openmp - license: BSD - 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 - size: 6184 - timestamp: 1689097480051 -- kind: conda - name: ca-certificates - version: 2023.7.22 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda - sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0 - md5: b1c2327b36f1a25d96f2039b0d3e3739 - arch: x86_64 - platform: win - license: ISC - size: 150013 - timestamp: 1690026269050 -- kind: conda - name: ca-certificates - version: 2023.7.22 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda - sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b - md5: bf2c54c18997bf3542af074c10191771 - arch: x86_64 - platform: osx - license: ISC - size: 149911 - timestamp: 1690026363769 + - pypi: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl + - pypi: examples/python/arkit_scenes + - pypi: examples/python/blueprint + - pypi: examples/python/blueprint_stocks + - pypi: examples/python/clock + - pypi: examples/python/controlnet + - pypi: examples/python/detect_and_track_objects + - pypi: examples/python/dicom_mri + - pypi: examples/python/dna + - pypi: examples/python/face_tracking + - pypi: examples/python/gesture_detection + - pypi: examples/python/human_pose_tracking + - pypi: examples/python/incremental_logging + - pypi: examples/python/live_camera_edge_detection + - pypi: examples/python/live_scrolling_plot + - pypi: examples/python/llm_embedding_ner + - pypi: examples/python/log_file + - pypi: examples/python/minimal + - pypi: examples/python/minimal_options + - pypi: examples/python/multiprocess_logging + - pypi: examples/python/multithreading + - pypi: examples/python/nv12 + - pypi: examples/python/objectron + - pypi: examples/python/open_photogrammetry_format + - pypi: examples/python/plots + - pypi: examples/python/raw_mesh + - pypi: examples/python/rgbd + - pypi: examples/python/rrt_star + - pypi: examples/python/segment_anything_model + - pypi: examples/python/shared_recording + - pypi: examples/python/signed_distance_fields + - pypi: examples/python/stdio + - pypi: examples/python/structure_from_motion + wheel-test: + channels: + - url: https://conda.anaconda.org/conda-forge/ + indexes: + - https://pypi.org/simple + packages: + linux-64: + - conda: 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/_openmp_mutex-4.5-2_gnu.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.5-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-ha47c788_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h29d6fba_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.8-h21d4f22_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-h759edc4_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.9-h594631b_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-h83b837d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h83b837d_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.9-he3a8b3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-hba8bd5f_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.3.25-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: 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/krb5-1.21.2-h659d440_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-hcb6531f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hbabe93e_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-he07691f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hc1954e9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-he4f5ca8_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h9bb3924_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.6-default_h5d6823c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.8.0-hca28451_0.conda + - conda: 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/libev-4.33-hd590300_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-hca663fb_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.24.0-h2736e30_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.24.0-h3d9a0c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-22_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-hb3ce162_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.6-hb77312f_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_h413a1c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-hacf5a1f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.3-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.48.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-hc051c1a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda + - conda: 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/markupsafe-2.1.5-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.5.1-py311h63ff55d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/meilisearch-1.5.1-he8a937b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.5-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.8.0-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.20.2-h84e79e0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.1-h17fec99_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-2.8.8-h75cfd52_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311hd5e4297_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-51.0-hd3aeb46_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.3.5-py311h7145743_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.15-he19d79f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.0-hdb0a2a9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/taplo-0.9.1-h1ff36dd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.21.0-he9194b0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.16.0-h209287a_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.4-py311h459d7ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda + - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/38/00/d0d4e48aef772ad5aebcf70b73028f88db6e5640b36c38e90445b7a57c45/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/16/03/7e96a2ccbb752857f50c0c1355b1c52d5922be43fe0691847e520750e5c7/nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl + - 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 + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bd/ac/3974caaa459bf2c3a244a84be8d17561f631f7d42af370fc311defeca2fb/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + - 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 + linux-aarch64: + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.9.5-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-h38e582b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.14-he69d4ad_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.19-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h660a530_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-hb63d320_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.8-hc08e167_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-hb8a7502_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.9-hca2a1cf_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h9de22bd_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h9de22bd_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.9-h74ed545_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-h4d1146e_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/binaryen-117-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.25-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: 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/krb5-1.21.2-hc419048_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-ha197d68_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h8b12148_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hf5755da_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hd65ccc5_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-hb8d7e52_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h848f5c6_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-22_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-22_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_h9270250_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.6-default_hf9b4efe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.8.0-h4e8248e_0.conda + - conda: 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/libev-4.33-h31becfc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libevent-2.1.12-h4ba1bb4_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h87d9d71_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.24.0-hc02380a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.24.0-haca2cfa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-22_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm15-15.0.7-hb4f23b0_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm16-16.0.6-h0b931ab_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.6-h97c352a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnl-3.9.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h5a5ec62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hc6232f2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.3-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h3f4de04_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libthrift-0.19.0-h043aeee_1.conda + - conda: 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/libuuid-2.38.1-hb4cce97_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.48.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h49dc7a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h68df207_6.conda + - conda: 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/markupsafe-2.1.5-py311hc8f2f60_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/maturin-1.5.1-py311h06e5ef9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/multidict-6.0.5-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mypy-1.8.0-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.20.2-ha5f1e90_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py311h69ead2a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.0-h68df207_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.1-hd7aaf90_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/prettier-2.8.8-hc2da131_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-5.9.8-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hfc23d97_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.9-hddfb980_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-4_cp311.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-51.0-h0425590_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.4-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.3.5-py311he69e3a7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.15-h52a6840_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.0-h8d0c38d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/taplo-0.9.1-hb8f9562_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.21.0-h09b8157_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.16.0-h256f45e_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yarl-1.9.4-py311hcd402e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h68df207_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda + - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl + - 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 + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + osx-64: + - conda: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-h26aba2d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.14-hb0e519c_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.19-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hc5e814a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-ha6e9f73_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.8-hf69683f_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-h76e2169_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.9-hd10324c_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hb0e519c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hb0e519c_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.9-h473fab1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h6b2b1af_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/doxygen-1.9.7-hd7636e7_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hc1bcbd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hdcc59cd_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h5768557_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h0503de3_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hde8f4f9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h35165ce_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h4c8afb6_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.6-default_hf5e5ce3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.8.0-hf9fcc65_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-17.0.6-h88467a6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.24.0-h721cda5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.24.0-ha1c69e0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.6-hd5e122f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_hfef2a42_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h99dd538_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.3-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.48.0-h67532ce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-h3e169fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.6-h15ab845_0.conda + - conda: 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/markupsafe-2.1.5-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.5.1-py311h24bb903_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/multidict-6.0.5-py311h5547dcb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.8.0-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.20.2-h096b449_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.1-hf43e91b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/prettier-2.8.8-h3db311d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hd83363f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.9-h657bba9_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.4-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.3.5-py311hfff7943_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.0-h6dc393e_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/taplo-0.9.1-h236d3af_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.21.0-hf95049f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.4-py311he705e18_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h87427d6_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda + - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.9.5-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-hec39e38_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.14-h5db4892_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.19-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h5eab607_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-had10953_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.8-hb5a7b21_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h78534b8_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.9-h1755d02_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h5db4892_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h5db4892_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.9-h03bff2b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-hb37a6d0_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h416b5a9_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h7f2d090_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h995e30c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-hb50bbf7_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h854e664_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-hfe31399_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_hb63da90_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.6-default_h174537c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.8.0-h7b6f9a7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-17.0.6-h5f092b4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + - conda: 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/libgfortran-5.0.0-13_2_0_hd922786_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.24.0-hfe08963_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.24.0-h3fa5b87_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-22_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.6-hdac5640_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h6c19121_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-h7c5c30a_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.19.0-h026a170_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.48.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-ha661575_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.6-hde57baf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.5.1-py311h71175c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/multidict-6.0.5-py311he2be06e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mypy-1.8.0-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.20.2-had33b45_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.1-h47ade37_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-2.8.8-ha12bae2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hba79771_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.9-h932a869_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.4-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.3.5-py311h8c97afb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.0-hd04f947_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/taplo-0.9.1-h16c8c8b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.21.0-hec2fcff_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.4-py311h05b510d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-hfb2fe0b_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda + - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl + - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl + - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + win-64: + - conda: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.9.5-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-ha390a07_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.14-h750c3ff_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.19-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-he05106e_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-h55c4ea9_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.8-ha255af7_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-heb8cf2b_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.9-haf5e0f7_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-h750c3ff_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-h750c3ff_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.9-hb2f7e64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-h752cf48_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/binaryen-117-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h204ce9a_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h204ce9a_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_966.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h5e8bd17_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-he0c23c2_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-ha7f4a34_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-hdeef14f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h34286b4_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-h1f0e801_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.6-default_hf64faad_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.8.0-hd5e4a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + - conda: 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/libgoogle-cloud-2.24.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.24.0-hce61461_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.10.0-default_h8125262_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-22_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h178134c_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.3-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h283a6d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-h2466b09_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 + - conda: 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-core-5.3.0-7.tar.bz2 + - conda: 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-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.5.1-py311h9a9e57f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_692.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/multidict-6.0.5-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mypy-1.8.0-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.20.2-h57928b3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.1-h7e885a9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/prettier-2.8.8-hd2f1330_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6d3785f_24_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.3.5-py311hc14472d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.0-hfb803bf_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/taplo-0.9.1-h7f3b576_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.11.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.21.0-h813c833_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.4-py311ha68e1ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda + - pypi: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/23/7e/5f50d07d5e70a2addbccd90ac2950f81d1edd0783630651d9268d7f1db49/pyasn1-0.6.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/81/99/df45c40bf862817354b06bb25b45cd01b98a6e2849969926943ecf8ffb20/PyGithub-1.59.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/fc/3a/4950e3701e27f2157814f7ddb41553513ebd9f4864cca78f47e2a68c897c/types_Deprecated-1.2.9.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl +packages: - kind: conda - name: ca-certificates - version: 2023.7.22 - build: hbcca054_0 + name: _libgcc_mutex + version: '0.1' + build: conda_forge subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda - sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 - md5: a73ecd2988327ad4c8f2c331482917f2 - arch: x86_64 - platform: linux - license: ISC - size: 149515 - timestamp: 1690026108541 -- kind: conda - name: ca-certificates - version: 2023.7.22 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda - sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4 - md5: e1b99ac4dbcee71a71682996f67f7965 - arch: aarch64 - platform: osx - license: ISC - size: 149918 - timestamp: 1690026385821 -- kind: conda - name: ca-certificates - version: 2024.2.2 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda - sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0 - md5: 63da060240ab8087b60d1357051ea7d6 - license: ISC - size: 155886 - timestamp: 1706843918052 -- kind: conda - name: ca-certificates - version: 2024.2.2 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda - sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 - md5: f2eacee8c33c43692f1ccfd33d0f50b1 - license: ISC - size: 155665 - timestamp: 1706843838227 + url: 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: ca-certificates - version: 2024.2.2 - build: hbcca054_0 + name: _openmp_mutex + version: '4.5' + build: 2_gnu + build_number: 16 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda - sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb - md5: 2f4327a1cbe7f022401b236e915a5fef - license: ISC - size: 155432 - timestamp: 1706843687645 + url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 + sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 + md5: 73aaf86a425cc6e73fcf236a5a46396d + depends: + - _libgcc_mutex 0.1 conda_forge + - libgomp >=7.5.0 + constrains: + - openmp_impl 9999 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 23621 + timestamp: 1650670423406 - kind: conda - name: ca-certificates - version: 2024.2.2 - build: hcefe29a_0 + name: _openmp_mutex + version: '4.5' + build: 2_gnu + build_number: 16 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda - sha256: 0f6b34d835e26e5fa97cca4985dc46f0aba551a3a23f07c6f13cca2542b8c642 - md5: 57c226edb90c4e973b9b7503537dd339 - license: ISC - size: 155738 - timestamp: 1706845723412 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 + sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 + md5: 6168d71addc746e8f2b8d57dfd2edcea + depends: + - libgomp >=7.5.0 + constrains: + - openmp_impl 9999 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 23712 + timestamp: 1650670790230 - kind: conda - name: ca-certificates - version: 2024.2.2 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda - sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204 - md5: fb416a1795f18dcc5a038bc2dc54edf9 - license: ISC - size: 155725 - timestamp: 1706844034242 + name: _sysroot_linux-aarch64_curr_repodata_hack + version: '4' + build: h57d6b7b_14 + build_number: 14 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/_sysroot_linux-aarch64_curr_repodata_hack-4-h57d6b7b_14.conda + sha256: edac93a8e3beb9383abf508f66085505950bc89962116ef149558350a6213749 + md5: 18f0bdf689b6f345fecddbebaed945d6 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + license_family: GPL + purls: [] + size: 21238 + timestamp: 1708000885951 - kind: pypi - name: cachetools - version: 5.3.3 - url: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl - sha256: 0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945 + 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 + name: accelerate + version: 0.30.1 + url: https://files.pythonhosted.org/packages/e9/bb/1edd2c836071e91d2bd331b9542bbd592e23d1474645b9c6fd56232caace/accelerate-0.30.1-py3-none-any.whl + sha256: 8dd4edd532a4dac72558c5fe6fe8cb70d0c8ec9e8733f48db97d51ee41cbe763 + requires_dist: + - numpy>=1.17 + - packaging>=20.0 + - psutil + - pyyaml + - torch>=1.10.0 + - huggingface-hub + - safetensors>=0.3.1 + - deepspeed<=0.14.0 ; extra == 'deepspeed' + - black~=23.1 ; extra == 'dev' + - hf-doc-builder>=0.3.0 ; extra == 'dev' + - ruff~=0.2.1 ; extra == 'dev' + - pytest<=8.0.0,>=7.2.0 ; extra == 'dev' + - pytest-xdist ; extra == 'dev' + - pytest-subtests ; extra == 'dev' + - parameterized ; extra == 'dev' + - datasets ; extra == 'dev' + - diffusers ; extra == 'dev' + - evaluate ; extra == 'dev' + - torchpippy>=0.2.0 ; extra == 'dev' + - transformers ; extra == 'dev' + - scipy ; extra == 'dev' + - scikit-learn ; extra == 'dev' + - tqdm ; extra == 'dev' + - bitsandbytes ; extra == 'dev' + - timm ; extra == 'dev' + - rich ; extra == 'dev' + - black~=23.1 ; extra == 'quality' + - hf-doc-builder>=0.3.0 ; extra == 'quality' + - ruff~=0.2.1 ; extra == 'quality' + - rich ; extra == 'rich' + - sagemaker ; extra == 'sagemaker' + - datasets ; extra == 'test_dev' + - diffusers ; extra == 'test_dev' + - evaluate ; extra == 'test_dev' + - torchpippy>=0.2.0 ; extra == 'test_dev' + - transformers ; extra == 'test_dev' + - scipy ; extra == 'test_dev' + - scikit-learn ; extra == 'test_dev' + - tqdm ; extra == 'test_dev' + - bitsandbytes ; extra == 'test_dev' + - timm ; extra == 'test_dev' + - pytest<=8.0.0,>=7.2.0 ; extra == 'test_prod' + - pytest-xdist ; extra == 'test_prod' + - pytest-subtests ; extra == 'test_prod' + - parameterized ; extra == 'test_prod' + - wandb ; extra == 'test_trackers' + - comet-ml ; extra == 'test_trackers' + - tensorboard ; extra == 'test_trackers' + - dvclive ; extra == 'test_trackers' + - pytest<=8.0.0,>=7.2.0 ; extra == 'testing' + - pytest-xdist ; extra == 'testing' + - pytest-subtests ; extra == 'testing' + - parameterized ; extra == 'testing' + - datasets ; extra == 'testing' + - diffusers ; extra == 'testing' + - evaluate ; extra == 'testing' + - torchpippy>=0.2.0 ; extra == 'testing' + - transformers ; extra == 'testing' + - scipy ; extra == 'testing' + - scikit-learn ; extra == 'testing' + - tqdm ; extra == 'testing' + - bitsandbytes ; extra == 'testing' + - timm ; extra == 'testing' + requires_python: '>=3.8.0' - kind: conda - name: cctools - version: 973.0.1 - build: h40f6528_16 - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h40f6528_16.conda - sha256: ef3afa0ca2e159360575d5de6cba102494d2dd03c0fda77e858ae9fba73b9e61 - md5: b7234c329d4503600b032f168f4b65e7 + 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 depends: - - cctools_osx-64 973.0.1 ha1c5b94_16 - - ld64 609 ha02d983_16 - - libllvm16 >=16.0.6,<16.1.0a0 - license: APSL-2.0 - license_family: Other - size: 22144 - timestamp: 1706798167450 + - aiosignal >=1.1.2 + - attrs >=17.3.0 + - frozenlist >=1.1.1 + - 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=conda-forge-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 + 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_abi 3.11.* *_cp311 + - yarl >=1.0,<2.0 + license: MIT AND Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/aiohttp?source=conda-forge-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 + depends: + - aiosignal >=1.1.2 + - attrs >=17.3.0 + - frozenlist >=1.1.1 + - 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=conda-forge-mapping + size: 769123 + timestamp: 1713965512225 - kind: conda - name: cctools - version: 973.0.1 - build: h4faf515_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-h4faf515_16.conda - sha256: eb62575b0a4f306ed4fb8b874f109af7c622013eace2d9e533d6b3c88fea6c42 - md5: 5fd71c6d5cef61d41af51b460265ef6f + 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 depends: - - cctools_osx-arm64 973.0.1 h62378fb_16 - - ld64 609 h634c8be_16 - - libllvm16 >=16.0.6,<16.1.0a0 - license: APSL-2.0 - license_family: Other - size: 22117 - timestamp: 1706798232449 + - 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=conda-forge-mapping + size: 805564 + timestamp: 1713965086056 - kind: conda - name: cctools_osx-64 - version: 973.0.1 - build: ha1c5b94_16 - build_number: 16 + name: aiohttp + version: 3.9.5 + build: py311he705e18_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-ha1c5b94_16.conda - sha256: aa69f18388246169ac603148501bdd507bf935e97f384cf8f78ef94e3b296158 - md5: 00eb71204323fa6449b38dd34ab9c65d + url: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.9.5-py311he705e18_0.conda + sha256: 6e1c28d255830f350ccc135db4932153a978956d480e7bcd26c1663e19db4f9d + md5: a955769e6187495614f719668695e28f depends: - - ld64_osx-64 >=609,<610.0a0 - - libcxx - - libllvm16 >=16.0.6,<16.1.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - sigtool - constrains: - - cctools 973.0.1.* - - clang 16.0.* - - ld64 609.* - license: APSL-2.0 - license_family: Other - size: 1116102 - timestamp: 1706798100072 + - aiosignal >=1.1.2 + - attrs >=17.3.0 + - frozenlist >=1.1.1 + - multidict >=4.5,<7.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - yarl >=1.0,<2.0 + license: MIT AND Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/aiohttp?source=conda-forge-mapping + size: 779497 + timestamp: 1713965157234 - kind: conda - name: cctools_osx-arm64 - version: 973.0.1 - build: h62378fb_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h62378fb_16.conda - sha256: cdd2ce1a4d17084096626e9d074f19ab5abef1e330901358533455e12895572d - md5: be98824be7fa378bd06cb2670ad0b4cc + 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 + sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783 + md5: d1e1eb7e21a9e2c74279d87dafb68156 depends: - - ld64_osx-arm64 >=609,<610.0a0 - - libcxx - - libllvm16 >=16.0.6,<16.1.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - sigtool - constrains: - - cctools 973.0.1.* - - clang 16.0.* - - ld64 609.* - license: APSL-2.0 - license_family: Other - size: 1124537 - timestamp: 1706798177156 -- kind: pypi - name: certifi - version: 2024.2.2 - url: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl - sha256: dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1 - requires_python: '>=3.6' -- kind: pypi - name: cffi - version: 1.16.0 - url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 - requires_dist: - - pycparser - requires_python: '>=3.8' -- kind: pypi - name: cffi - version: 1.16.0 - url: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 - requires_dist: - - pycparser - requires_python: '>=3.8' + - frozenlist >=1.1.0 + - python >=3.7 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/aiosignal?source=conda-forge-mapping + size: 12730 + timestamp: 1667935912504 - kind: pypi - name: cffi - version: 1.16.0 - url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e + name: argcomplete + version: 3.3.0 + url: https://files.pythonhosted.org/packages/db/fb/feb8456bef211621ed410909df4a3ab66d688be821dfcb1080956158d0cb/argcomplete-3.3.0-py3-none-any.whl + sha256: c168c3723482c031df3c207d4ba8fa702717ccb9fc0bfe4117166c1f537b4a54 requires_dist: - - pycparser + - coverage ; extra == 'test' + - pexpect ; extra == 'test' + - wheel ; extra == 'test' + - ruff ; extra == 'test' + - mypy ; extra == 'test' requires_python: '>=3.8' - kind: pypi - name: cffi - version: 1.16.0 - url: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 + name: arkit-scenes + version: 0.1.0 + path: examples/python/arkit_scenes + sha256: 1ea1defa403966ebbc7e54ff7b92f65fdb6c98ee3e242d8af0be46023ed87961 requires_dist: - - pycparser - requires_python: '>=3.8' + - matplotlib + - numpy + - opencv-python + - pandas + - rerun-sdk + - scipy + - tqdm + - trimesh + editable: true - kind: pypi - name: cffi - version: 1.16.0 - url: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl - sha256: db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba + name: attrs + version: 23.2.0 + url: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl + sha256: 99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1 requires_dist: - - pycparser - requires_python: '>=3.8' -- kind: pypi - name: charset-normalizer - version: 3.3.2 - url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 - requires_python: '>=3.7.0' -- kind: pypi - name: charset-normalizer - version: 3.3.2 - url: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f - requires_python: '>=3.7.0' -- kind: pypi - name: charset-normalizer - version: 3.3.2 - url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 - requires_python: '>=3.7.0' -- kind: pypi - name: charset-normalizer - version: 3.3.2 - url: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: 549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e - requires_python: '>=3.7.0' -- kind: pypi - name: charset-normalizer - version: 3.3.2 - url: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl - sha256: 663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 - requires_python: '>=3.7.0' + - importlib-metadata ; python_version < '3.8' + - attrs[tests] ; extra == 'cov' + - coverage[toml]>=5.3 ; extra == 'cov' + - attrs[tests] ; extra == 'dev' + - pre-commit ; extra == 'dev' + - furo ; extra == 'docs' + - myst-parser ; extra == 'docs' + - sphinx ; extra == 'docs' + - sphinx-notfound-page ; extra == 'docs' + - sphinxcontrib-towncrier ; extra == 'docs' + - towncrier ; extra == 'docs' + - zope-interface ; extra == 'docs' + - attrs[tests-no-zope] ; extra == 'tests' + - zope-interface ; extra == 'tests' + - mypy>=1.6 ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' + - pytest-mypy-plugins ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' + - attrs[tests-mypy] ; extra == 'tests-no-zope' + - cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests-no-zope' + - hypothesis ; extra == 'tests-no-zope' + - pympler ; extra == 'tests-no-zope' + - pytest-xdist[psutil] ; extra == 'tests-no-zope' + - pytest>=4.3.0 ; extra == 'tests-no-zope' + requires_python: '>=3.7' - kind: conda - name: clang - version: 16.0.6 - build: h250cd41_6 - build_number: 6 + name: attrs + version: 23.2.0 + build: pyh71513ae_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + md5: 5e4c0743c70186509d1412e03c2d8dfa + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/attrs?source=conda-forge-mapping + size: 54582 + timestamp: 1704011393776 +- kind: conda + name: aws-c-auth + version: 0.7.22 + build: h26aba2d_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-h26aba2d_2.conda + sha256: 6b0e3b42904a70da721c4f58821e84193effc6fd88151726facae3660abd09d1 + md5: 62b079ef0a4c99c58f47ef32ef8474da + depends: + - __osx >=10.13 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 93212 + timestamp: 1716187773365 +- kind: conda + name: aws-c-auth + version: 0.7.22 + build: h38e582b_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-h250cd41_6.conda - sha256: d9e6dac05b9a81297c238223dd8cc455056fe6fff63569e78e662805f39cc3dc - md5: a9943555a36406f13c3b4d700bd42513 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-h38e582b_2.conda + sha256: 43062295f7d21fc29b6135678d035d4b6e7c2cd9a718379b3a45696a241c2b47 + md5: 15f1fe6feb33c71f8e7a46d6dcd8f02e depends: - - binutils_impl_linux-aarch64 - - clang-16 16.0.6 default_hb368394_6 - - libgcc-devel_linux-aarch64 - - sysroot_linux-aarch64 - 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 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 110289 + timestamp: 1716187725077 +- kind: conda + name: aws-c-auth + version: 0.7.22 + build: h96bc93b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda + sha256: ed64502dbfb2706d730a76f786e718cd149e6fbfc8c7325ddddba42dcf5af858 + md5: de2b7c9aa9b279cca5542134b7a2b86a + depends: + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 105865 + timestamp: 1716187704599 +- kind: conda + name: aws-c-auth + version: 0.7.22 + build: ha390a07_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-ha390a07_2.conda + sha256: d43f75520ae3fbccc147d872e159219c12a5ecf90f6dfee2c92ce7d3f01d46d8 + md5: 8a94acf78694ba9ce321eff1ecbfc1cd + depends: + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 license_family: Apache - size: 22054 - timestamp: 1711067413789 + purls: [] + size: 101490 + timestamp: 1716188334889 - kind: conda - name: clang - version: 16.0.6 - build: h30cc82d_5 - build_number: 5 + name: aws-c-auth + version: 0.7.22 + build: hec39e38_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h30cc82d_5.conda - sha256: 09d5c870768512e3439bf2a33346a0092fc728bbf2ef3efba1c187220636507d - md5: f3bbbf40f13424248d9ff9650d9379af + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-hec39e38_2.conda + sha256: a0462fd4f91881b4e6e9047f82edbd0b2c55abe275be0d1572b5f90af1cdf203 + md5: 1c81dd08bafdaa47e08b031a6266104c depends: - - clang-16 16.0.6 default_he012953_5 - 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 + - __osx >=11.0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + license: Apache-2.0 license_family: Apache - size: 21610 - timestamp: 1706894245139 + purls: [] + size: 91188 + timestamp: 1716187757963 - kind: conda - name: clang - version: 16.0.6 - build: hda56bd4_4 - build_number: 4 + name: aws-c-cal + version: 0.6.14 + build: h5db4892_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.14-h5db4892_1.conda + sha256: f384e001fbb2a3386d9b4f7d5dc7403624d1e9ddfcfbc4ab90421ec5721af3f2 + md5: 2c58877ab4fd2739dbb0cbf35bf96a6f + depends: + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 39900 + timestamp: 1716147199521 +- kind: conda + name: aws-c-cal + version: 0.6.14 + build: h750c3ff_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.14-h750c3ff_1.conda + sha256: ec226593f2c92f16a7a9a07e7c95207de6d42da930f9ecd4d097fe1f9bcf4ee0 + md5: 356a77191d5642a79d8743cc5d5ce065 + depends: + - aws-c-common >=0.9.19,<0.9.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: 46237 + timestamp: 1716147492211 +- kind: conda + name: aws-c-cal + version: 0.6.14 + build: h88a6e22_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-hda56bd4_4.conda - sha256: 3d096e2c7f4140d2319cb22a11ce0a8707102232586d4dd56d4686e6481896b1 - md5: 0fd1424bcd8968ac3d5c268379228545 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda + sha256: 5c0a5bdae01596bf46f190f32e7ceeb7a8e8160196f7565d89f861b80c18ea54 + md5: 7ed63b0e816dd1635903506ef5d2c079 depends: - - binutils_impl_linux-64 - - clang-16 16.0.6 default_hb11cfb5_4 - - libgcc-devel_linux-64 - - sysroot_linux-64 - 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 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 license_family: Apache - size: 21598 - timestamp: 1704262301016 + purls: [] + size: 46727 + timestamp: 1716147080584 - kind: conda - name: clang - version: 16.0.6 - build: hdae98eb_5 - build_number: 5 + name: aws-c-cal + version: 0.6.14 + build: hb0e519c_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hdae98eb_5.conda - sha256: df7180f4ee7bed92849cb36e46a9641e71eb6c99b990dedc48f7469c080d5f5f - md5: 5f020dce5a00342141d87f952c9c0282 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.14-hb0e519c_1.conda + sha256: d2ec181f70714e82f57ce8aa7cee9cd3ab8dd5b55adc80fae770086e0eeae5cb + md5: db665b6a4f9ad1003cadf7dc50fcdfb2 depends: - - clang-16 16.0.6 default_h7151d67_5 - 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 + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 21576 - timestamp: 1706894282581 + purls: [] + size: 38754 + timestamp: 1716147138572 - kind: conda - name: clang-16 - version: 16.0.6 - build: default_h7151d67_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h7151d67_5.conda - sha256: 1ddcdef73115b5584f171a0182c1fdbbf168c667d8dcde19178d18f5c837fb43 - md5: e132cf98d775fd7ec3b43859373bc070 + name: aws-c-cal + version: 0.6.14 + build: he69d4ad_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.6.14-he69d4ad_1.conda + sha256: ea2a82f3d2409f84ba43b12649e67d1ccfa636e4169260b9d66aaf97a05dd021 + md5: d27088d391691224d8e1808e0192ed85 depends: - - libclang-cpp16 16.0.6 default_h7151d67_5 - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - clangxx 16.0.6 - - clangdev 16.0.6 - - llvm-tools 16.0.6 - - clang-tools 16.0.6 - license: Apache-2.0 WITH LLVM-exception + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 license_family: Apache - size: 692571 - timestamp: 1706894157239 + purls: [] + size: 48844 + timestamp: 1716147109376 - kind: conda - name: clang-16 - version: 16.0.6 - build: default_hb11cfb5_4 - build_number: 4 + name: aws-c-common + version: 0.9.19 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.19-h2466b09_0.conda + sha256: f39261584b471cf9f0f35e79e0b53bbd2d40d4d44fef17c13f024b2f24a23371 + md5: a5a3f70ffac4fa65b0783c7f292857ad + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 222560 + timestamp: 1715417268934 +- kind: conda + name: aws-c-common + version: 0.9.19 + build: h4ab18f5_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_hb11cfb5_4.conda - sha256: 6c2c179cfb5e30990cb181fdc6a7a3ce9ddde48157f88042ed4f0692847ccdfd - md5: ba37f22007062c68b14ec4598b646f1f + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda + sha256: 96aa405ae28b8b55ec4731c135f38ce9b856d0596f32cedfbe5c62513b0f2dad + md5: c6dedd5eab2236f4abb59ade9fb7fd44 depends: - - libclang-cpp16 16.0.6 default_hb11cfb5_4 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - constrains: - - clangxx 16.0.6 - - clang-tools 16.0.6 - - llvm-tools 16.0.6 - - clangdev 16.0.6 - license: Apache-2.0 WITH LLVM-exception + license: Apache-2.0 license_family: Apache - size: 712582 - timestamp: 1704262190912 + purls: [] + size: 226460 + timestamp: 1715416709353 - kind: conda - name: clang-16 - version: 16.0.6 - build: default_hb368394_6 - build_number: 6 + name: aws-c-common + version: 0.9.19 + build: h68df207_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_hb368394_6.conda - sha256: bf9d113e63372632c51847c2f1e97e01d75ea9a3ef4ded7812e46e1176533871 - md5: 840768da10bb31e766556f198e111e42 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.19-h68df207_0.conda + sha256: 2467db2867db26ca83f72168f6b55618de9a3fa12597f935c8fcf55dbd880800 + md5: ac4d24be95082f4c135f761946a2a8d9 depends: - - libclang-cpp16 16.0.6 default_hb368394_6 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - constrains: - - clangxx 16.0.6 - - clang-tools 16.0.6 - - clangdev 16.0.6 - - llvm-tools 16.0.6 - license: Apache-2.0 WITH LLVM-exception + license: Apache-2.0 license_family: Apache - size: 709685 - timestamp: 1711067335599 + purls: [] + size: 233861 + timestamp: 1715416702688 - kind: conda - name: clang-16 - version: 16.0.6 - build: default_he012953_5 - build_number: 5 + name: aws-c-common + version: 0.9.19 + build: h99b78c6_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_he012953_5.conda - sha256: 38ce232aab29ac5ab6ec6dcbeae855d331c192f756da19c1c95db45e9ad28cbb - md5: 5986bf8dc369fc4f55f0393bf94b4494 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.19-h99b78c6_0.conda + sha256: c1e4f28581bee31ce0abde35e24d8b2a3e893330ffe433af02d66a5166101088 + md5: 7f42602d986d771c990361ea2dd49ce8 depends: - - libclang-cpp16 16.0.6 default_he012953_5 - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - clangdev 16.0.6 - - llvm-tools 16.0.6 - - clang-tools 16.0.6 - - clangxx 16.0.6 - license: Apache-2.0 WITH LLVM-exception + - __osx >=11.0 + license: Apache-2.0 license_family: Apache - size: 692537 - timestamp: 1706894104516 + purls: [] + size: 203737 + timestamp: 1715416836863 - kind: conda - name: clang-format - version: 16.0.6 - build: default_h127d8a8_6 + name: aws-c-common + version: 0.9.19 + build: hfdf4475_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.19-hfdf4475_0.conda + sha256: 8edfe937a7b675eaab350ff22845138bdcd85463775dc1133d0491a096c97132 + md5: 23d6791a6055c122b71f00bdd7ab0045 + depends: + - __osx >=10.13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 208937 + timestamp: 1715416897844 +- kind: conda + name: aws-c-compression + version: 0.2.18 + build: h5db4892_6 build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h127d8a8_6.conda - sha256: 47df5a49b498e21ccfa4fd39765fbbde74a20be92868b68fde106c3c48d8bc66 - md5: cae7d2d4f2b29a87a39da58424cc95b9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h5db4892_6.conda + sha256: c95b05ee3cb01f7a628a1cfa8f5b81a08f2091ba04ef6c0d09360c11ceb6fef3 + md5: 20d53ad7e00c702dc798c95ab66be402 depends: - - clang-format-16 16.0.6 default_h127d8a8_6 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 22102 - timestamp: 1711068383801 + purls: [] + size: 18221 + timestamp: 1716147113342 - kind: conda - name: clang-format - version: 16.0.6 - build: default_h3a3e6c3_5 - build_number: 5 + name: aws-c-compression + version: 0.2.18 + build: h750c3ff_6 + build_number: 6 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h3a3e6c3_5.conda - sha256: 3466f084609720bf33e4c6a5cd4edf2022a4f3154b9898dda6500235a2b27356 - md5: 22d78fcd655d782c5f9746c929756c13 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-h750c3ff_6.conda + sha256: 2cf140fd0fcd31adb16c78f2ce1d4dc90da9fbe14930c010e4571664295aecdb + md5: 47dee11801c5444c7e5ad47db9e31d0d depends: + - aws-c-common >=0.9.19,<0.9.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 WITH LLVM-exception + license: Apache-2.0 license_family: Apache - size: 1131165 - timestamp: 1706895787433 + purls: [] + size: 22687 + timestamp: 1716147492218 - kind: conda - name: clang-format - version: 16.0.6 - build: default_h3a3e6c3_6 + name: aws-c-compression + version: 0.2.18 + build: h83b837d_6 build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h3a3e6c3_6.conda - sha256: df1adc16b66b948854ed4fe872201f5671a3c782f3f1be919f95f9d28f994c33 - md5: a213fcc62200e15b698951088c8d43a7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda + sha256: 468b9a95e6a2dda5e7a567228e0cf70d015a2300e3d73a88244be47f7d4f48e1 + md5: 3e572eacd0ce99a59e1bb9c260ad5b20 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 WITH LLVM-exception + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 license_family: Apache - size: 1131387 - timestamp: 1711073515672 + purls: [] + size: 19261 + timestamp: 1716147034590 - kind: conda - name: clang-format - version: 16.0.6 - build: default_h7151d67_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h7151d67_5.conda - sha256: 49e52292f342c1784097c537a9cf5a333e8a99de47675f43ace75e810b20ceb2 - md5: fc510e364c658597881b7e6f95f514aa + name: aws-c-compression + version: 0.2.18 + build: h9de22bd_6 + build_number: 6 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h9de22bd_6.conda + sha256: 77cf8c2811afb3ed97fcb40cc93a23b4b8db2e9a2c434b9922d0fbd6a3f01921 + md5: 1b6c96fa72802e49a2f0b8750c8f3707 depends: - - clang-format-16 16.0.6 default_h7151d67_5 - - 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 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 license_family: Apache - size: 21806 - timestamp: 1706894696246 + purls: [] + size: 19946 + timestamp: 1716147063712 - kind: conda - name: clang-format - version: 16.0.6 - build: default_h7151d67_6 + name: aws-c-compression + version: 0.2.18 + build: hb0e519c_6 build_number: 6 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h7151d67_6.conda - sha256: 83321fa2efe78de1c13836487d8d2f60dafd31a53ab7660beb39fc311c02c752 - md5: 5cdb7876b0b7e159734e1767f23700da + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hb0e519c_6.conda + sha256: 5d1147a770fdd3855311f65fd0f74ddcc7eb2c14c199065e868fd093ac1a0678 + md5: f71eb086c426309fcb2b46381773d6aa depends: - - clang-format-16 16.0.6 default_h7151d67_6 - - 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 + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 22190 - timestamp: 1711068476939 + purls: [] + size: 18219 + timestamp: 1716147081769 - kind: conda - name: clang-format - version: 16.0.6 - build: default_hb11cfb5_4 - build_number: 4 + name: aws-c-event-stream + version: 0.4.2 + build: h5eab607_12 + build_number: 12 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-h5eab607_12.conda + sha256: 5e76e7e040dc6e91d8d9b91f261a3da30787b44742448d7d52cda72a67ab8f19 + md5: 4c92d2c87cd2bf02506d8742f22e1fa6 + depends: + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 47040 + timestamp: 1716170800052 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: h660a530_12 + build_number: 12 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h660a530_12.conda + sha256: 04f4663879d548e6b6777b451dbf4c3c8fb27a5c4a0f8eae99fe4a1598b8dd06 + md5: 1c32a945796845dd7620b7a6e176f816 + depends: + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 55148 + timestamp: 1716170839534 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: ha47c788_12 + build_number: 12 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_hb11cfb5_4.conda - sha256: 5643482463f23bbdc90cf4fd6dd768152e4bbdbd5de00becb5becc3fee3961b3 - md5: a95d041cb52e58b80a6018338d5d2bfe + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-ha47c788_12.conda + sha256: 05a09522a969456a6b1b29d6d92a67747d2829f225ecd4bd8dc8db068194ed00 + md5: 8420d8e495a1468f593128e5fbf6748a depends: - - clang-format-16 16.0.6 default_hb11cfb5_4 - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54006 + timestamp: 1716170760117 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: hc5e814a_12 + build_number: 12 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-hc5e814a_12.conda + sha256: 0cc020008f3e74c9a04b956ec5c918522ec49be41349a43deefc0f7aae422134 + md5: 79f10a5643c551449ee1cfd606072bcf + depends: + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 47032 + timestamp: 1716170838666 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: he05106e_12 + build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-he05106e_12.conda + sha256: b9290e9e806c61b0703a131eba465316a9bf74e0f5428a1974c024debc120ac7 + md5: 1ace9a1f200b6c412dcbd119fe5a0e23 + depends: + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54601 + timestamp: 1716171000908 +- kind: conda + name: aws-c-http + version: 0.8.1 + build: h29d6fba_17 + build_number: 17 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h29d6fba_17.conda + sha256: 56206b9a856257b42a6a429e26b0e1296dbd7c353e980b259b1282bd5e5a1241 + md5: c20a29ff47043ba1ec24f45dc68930bf + depends: + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - libgcc-ng >=12 + license: Apache-2.0 license_family: Apache - size: 21613 - timestamp: 1704262844623 + purls: [] + size: 194785 + timestamp: 1716170206530 - kind: conda - name: clang-format - version: 16.0.6 - build: default_hb368394_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_hb368394_5.conda - sha256: e56e743bc4db5e85cebc479479c8ac6fd8be73effb3d40071f027b5ead77be8a - md5: 566748cfa5d501ed00b28612daa0bae7 + name: aws-c-http + version: 0.8.1 + build: h55c4ea9_17 + build_number: 17 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.1-h55c4ea9_17.conda + sha256: b33cad911bbaa45acd6e16eabe501fc95e23a97c1cb7b5a92161dd42cecba030 + md5: be06addf17ee7992419f9c81aadab70d depends: - - clang-format-16 16.0.6 default_hb368394_5 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 license_family: Apache - size: 21892 - timestamp: 1706896136958 + purls: [] + size: 180580 + timestamp: 1716170518391 - kind: conda - name: clang-format - version: 16.0.6 - build: default_hb368394_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_hb368394_6.conda - sha256: 6f166ee8a6354c12329f515a72fb2494878de5ddeb3a917600c52179a86cd9c4 - md5: cc51a3280d15b92c17ffce9a14e1c2e0 + name: aws-c-http + version: 0.8.1 + build: ha6e9f73_17 + build_number: 17 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.1-ha6e9f73_17.conda + sha256: 53dff96d37963901f636af1903b03fae17bd5eed79ae8305991f9f86ccd3593c + md5: 108d98efe2a7b650df93cb963b9c09c1 depends: - - clang-format-16 16.0.6 default_hb368394_6 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - __osx >=10.13 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + license: Apache-2.0 license_family: Apache - size: 22211 - timestamp: 1711067700135 + purls: [] + size: 163033 + timestamp: 1716170321407 - kind: conda - name: clang-format - version: 16.0.6 - build: default_he012953_5 - build_number: 5 + name: aws-c-http + version: 0.8.1 + build: had10953_17 + build_number: 17 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_he012953_5.conda - sha256: 60e474b1583f4f5accb5a26e9cdc093cfea8c465cfdd93441405ade2a078f3c7 - md5: 66824ce81b162909b65ea8f5a6eede5e + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.1-had10953_17.conda + sha256: 930600f5dace5eb27dbfaaf839e63444d804bae1119f8bd12216380257296530 + md5: ef06feb1f7b00aab3bc1bd5efe5c1d6d depends: - - clang-format-16 16.0.6 default_he012953_5 - - 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 + - __osx >=11.0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + license: Apache-2.0 license_family: Apache - size: 21914 - timestamp: 1706894694897 + purls: [] + size: 151655 + timestamp: 1716170294571 - kind: conda - name: clang-format - version: 16.0.6 - build: default_he012953_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_he012953_6.conda - sha256: d2e5fe929b1d3d16fe488997b6ed2c5bf7a654ff95be1aef778cdc2fb0981a29 - md5: 8b520107c3a46be699e81c0ec8a3e5ac + name: aws-c-http + version: 0.8.1 + build: hb63d320_17 + build_number: 17 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.1-hb63d320_17.conda + sha256: 2e4c8525c5d654a506d1acfcf7827917d6719a0b055a97fa548a89304c179c62 + md5: c64103cceb1a36f685184b7915677b1b depends: - - clang-format-16 16.0.6 default_he012953_6 - - 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 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - libgcc-ng >=12 + license: Apache-2.0 license_family: Apache - size: 22305 - timestamp: 1711067661122 + purls: [] + size: 188710 + timestamp: 1716170258155 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_h127d8a8_6 - build_number: 6 + name: aws-c-io + version: 0.14.8 + build: h21d4f22_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h127d8a8_6.conda - sha256: 3b0d7ee0dc358cb4509dd55eb7cf1306f43fc58fee3b136ed6ef229f51b49c6c - md5: c88b3af16ca49c02c6dd32c7f81e4c33 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.8-h21d4f22_5.conda + sha256: 53d71956cae757f941ff3f04e2dc9383a725a05c65f232dc69a1740961ad11a7 + md5: f9dd6e8a46f55f49eae5380d3b922b71 depends: - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - s2n >=1.4.15,<1.4.16.0a0 + license: Apache-2.0 license_family: Apache - size: 62400 - timestamp: 1711068298945 + purls: [] + size: 157990 + timestamp: 1716459670677 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_h7151d67_5 + name: aws-c-io + version: 0.14.8 + build: ha255af7_5 build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h7151d67_5.conda - sha256: af6c529b6d4cf9f07bb8531bac342941be903f8bc65f4e22965670e0f45d56d8 - md5: 931c92d179e781729711f0da2e233d94 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.8-ha255af7_5.conda + sha256: 5977f3bac2ba33d834350dae1c29f15018a7521f1b8e84e6bb2230d48154a06f + md5: 2e5db8b65fa0a0216e1b6002e32e87f0 depends: - - 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 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 license_family: Apache - size: 58542 - timestamp: 1706894600420 + purls: [] + size: 159999 + timestamp: 1716460214148 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_h7151d67_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h7151d67_6.conda - sha256: c0cbb956c1bbf0b5bd1472a0abba5cb150f50970af1826f7af9946b3b3fafcac - md5: 7dcab575fa02c87fcce273888dfcb7e2 + name: aws-c-io + version: 0.14.8 + build: hb5a7b21_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.8-hb5a7b21_5.conda + sha256: d83243cc639b772a5c12e10eccf67bf51ce7d48291a7f20fb23a32cbf0b6452c + md5: c22a3d0aa06af78f388dd8313977a773 depends: - - 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 + - __osx >=11.0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 58730 - timestamp: 1711068369836 + purls: [] + size: 137265 + timestamp: 1716459819761 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_hb11cfb5_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_hb11cfb5_4.conda - sha256: 827eca9f0a496d8efaf2ccb57ae8b97bd2f0ddf6f20a437ffc480cdb8840f7f4 - md5: 63ab23b9172482ca86ab8966468533d4 + name: aws-c-io + version: 0.14.8 + build: hc08e167_5 + build_number: 5 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.8-hc08e167_5.conda + sha256: 17db745ef438263f2a82707e75b28c8453f4f5dbaa13e8eb29032d6fa591e64d + md5: c1b095b1cda9e5a6882e4cfff3c231bd depends: - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - s2n >=1.4.15,<1.4.16.0a0 + license: Apache-2.0 license_family: Apache - size: 61766 - timestamp: 1704262713061 + purls: [] + size: 161005 + timestamp: 1716459748550 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_hb368394_5 + name: aws-c-io + version: 0.14.8 + build: hf69683f_5 build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_hb368394_5.conda - sha256: 9c7bb588c975f100298736a0d4582a4b860071bb31ca195c2bdeaa1644681510 - md5: fb61b4171f7357ed8a6e38be8782628f + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.8-hf69683f_5.conda + sha256: b5960ddec0276a0dcf6d47c600db95b4aee7ecab0965f69066d3703706734d0d + md5: ce295960a3cddfccb0dede5e5d60a09b depends: - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + - __osx >=10.13 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 63067 - timestamp: 1706896079312 + purls: [] + size: 138163 + timestamp: 1716459720839 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_hb368394_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_hb368394_6.conda - sha256: 9e2ddedcaaf03023148824206fd1140b8771b2fac2d2c133192a41057c3f8aed - md5: c7d2345cfa374879ffaf5561904802f1 + name: aws-c-mqtt + version: 0.10.4 + build: h759edc4_4 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-h759edc4_4.conda + sha256: 663b659077570819c649b05b0a1f616373618d89ac5ad6ed93ff4b660b4172dc + md5: 8ced661d9dcece8698922fd8a73b6511 depends: - - libclang-cpp16 >=16.0.6,<16.1.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception + license: Apache-2.0 license_family: Apache - size: 63394 - timestamp: 1711067643687 + purls: [] + size: 164198 + timestamp: 1716189027945 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_he012953_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_he012953_5.conda - sha256: 2df39ab65ef878158c2c13031e2229d708af3fd124ab276aab8c73dfe6a95dd5 - md5: 64a41c1c1281bac52c6fad92e9616bb2 + name: aws-c-mqtt + version: 0.10.4 + build: h76e2169_4 + build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-h76e2169_4.conda + sha256: a3bd5e9219e70b34350e07fcc54728b3235ff39feac636d87ba55356b61f0a6a + md5: fa5337cc30f669d8e9b1d4287ed20f71 depends: - - 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 + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + license: Apache-2.0 license_family: Apache - size: 56848 - timestamp: 1706894594045 + purls: [] + size: 138811 + timestamp: 1716189046834 - kind: conda - name: clang-format-16 - version: 16.0.6 - build: default_he012953_6 - build_number: 6 + name: aws-c-mqtt + version: 0.10.4 + build: h78534b8_4 + build_number: 4 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_he012953_6.conda - sha256: 0bb88aa14b89b6197666434e92a16dbcd866c11bc4b46fddee464ee79bd443f9 - md5: 3a5eb119f499bc58837e394559a5faf7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h78534b8_4.conda + sha256: f728f0fcfa6688a088a448be35b6a3f36e4a02316d99bbf8ca09f0ba148ab2f5 + md5: 08e6571e2f7065b279a84edfa1b8f997 depends: - - 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 + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + license: Apache-2.0 license_family: Apache - size: 56875 - timestamp: 1711067556812 + purls: [] + size: 118436 + timestamp: 1716188742463 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_h127d8a8_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h127d8a8_6.conda - sha256: f286ff0745c14f7c538f617cb94a62664a8390af8e2df83b8121630b4e1cce0b - md5: 98c22eeaac9b3144e47948d28ae6bc6a + name: aws-c-mqtt + version: 0.10.4 + build: hb8a7502_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-hb8a7502_4.conda + sha256: dda67f98707f836ee9b580bf4614db0f8e7daa052b2a7e53d452723022b7ec26 + md5: d5e54de386ccd0ada0645bc13caffd15 depends: - - clang-format 16.0.6 default_h127d8a8_6 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - 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 - size: 26787539 - timestamp: 1711068451374 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_h3a3e6c3_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h3a3e6c3_5.conda - sha256: 7ef0b9bc90d522c2e0d14e0363310422b13a2601ff33063900539df7e6891255 - md5: 3c5bcc0e6dd158e4805392d8687f4219 - depends: - - clang-format 16.0.6 default_h3a3e6c3_5 - - libclang13 >=16.0.6 - - libxml2 >=2.12.4,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.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: Apache-2.0 license_family: Apache - size: 227348179 - timestamp: 1706896190792 + purls: [] + size: 146726 + timestamp: 1716188663430 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_h3a3e6c3_6 - build_number: 6 + name: aws-c-mqtt + version: 0.10.4 + build: heb8cf2b_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h3a3e6c3_6.conda - sha256: c33605f18fdfbc867ef92086e163d1325ebab0b4bb344b55ecfaaba5fc19c39d - md5: 09383e17b04b0faf0b89850f620efeba + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-heb8cf2b_4.conda + sha256: 8a177ff87f0315093673de1bc26a0486e21491a62cf92765defe8806f083318e + md5: 7a6558b9ba3dace0747ff671b0e8a4c1 depends: - - clang-format 16.0.6 default_h3a3e6c3_6 - - libclang13 >=16.0.6 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.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 - size: 225794097 - timestamp: 1711074018681 -- kind: conda - name: clang-tools - version: 16.0.6 - build: default_h7151d67_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h7151d67_5.conda - sha256: 681202e3d28101ac7d0682ccbbd5cf6902877b4ce41841d18a50499c052051e6 - md5: 486159f726a3313d0e2d147c998b607d - depends: - - clang-format 16.0.6 default_h7151d67_5 - - 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: Apache-2.0 license_family: Apache - size: 17982262 - timestamp: 1706894817029 + purls: [] + size: 158654 + timestamp: 1716189523440 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_h7151d67_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h7151d67_6.conda - sha256: 192c1b7aa1a40b736bceb6c8d37794d25bf1b19b0d6ccc83ddd4ff2ccb5b4207 - md5: 647fab0a5e01c0c9f026465f3c47e725 - depends: - - clang-format 16.0.6 default_h7151d67_6 - - 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 + name: aws-c-s3 + version: 0.5.9 + build: h1755d02_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.5.9-h1755d02_3.conda + sha256: d2a13aba6c23399ccbcfeb939ecc4c6b552c0ba318734b5fb424a6c9186ec951 + md5: 2eebcb1608b98b8c17796dbc65c91dcf + depends: + - __osx >=11.0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + license: Apache-2.0 license_family: Apache - size: 17968983 - timestamp: 1711068607365 + purls: [] + size: 93875 + timestamp: 1716292056792 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_hb11cfb5_4 - build_number: 4 + name: aws-c-s3 + version: 0.5.9 + build: h594631b_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_hb11cfb5_4.conda - sha256: 84a869baae7e16ea1f7fa35fedc959a80d8044dff6d26f77989801296b65d18f - md5: 9a875b311f35dcc02d1cfa502a1fa639 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.9-h594631b_3.conda + sha256: b7b3c8189526c646b9bcd5dbed1da322076b0f1193a8793c64aae8347c3acca7 + md5: 47490db1dcddfb1c355251fc427746a6 depends: - - clang-format 16.0.6 default_hb11cfb5_4 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - 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 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 license_family: Apache - size: 26681224 - timestamp: 1704262959552 + purls: [] + size: 109745 + timestamp: 1716291886805 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_hb368394_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_hb368394_5.conda - sha256: e7fa9cf87f0cfda820c177247dd184ecd139751d43219dc864c665b02f4944a7 - md5: 7e2843f2ab82c0d7f31d07b4eafd105f + name: aws-c-s3 + version: 0.5.9 + build: haf5e0f7_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.5.9-haf5e0f7_3.conda + sha256: 4d6c879c271393d6836b3f0b9474a73ef6f70bc25382db5dce3b1b638ae3f42f + md5: 340a4926ff0ea449d39492364a08f5c3 depends: - - clang-format 16.0.6 default_hb368394_5 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - 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 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 license_family: Apache - size: 26926170 - timestamp: 1706896230135 + purls: [] + size: 105707 + timestamp: 1716292150653 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_hb368394_6 - build_number: 6 + name: aws-c-s3 + version: 0.5.9 + build: hca2a1cf_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_hb368394_6.conda - sha256: baed51d6b8f84efd5bca692ba0646eb7c2992500318c3b09291070271ecfc4c6 - md5: 3b8393019d34558cf6befab106f5332d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.5.9-hca2a1cf_3.conda + sha256: aa07fb230bea84aba3b4653c0e7bab1a7d273991cbd2c6d19805ca2d4e1d6861 + md5: 33c2cb095f9e95a264956c11b8e66a10 depends: - - clang-format 16.0.6 default_hb368394_6 - - libclang-cpp16 >=16.0.6,<16.1.0a0 - - libclang13 >=16.0.6 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - 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 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 license_family: Apache - size: 26854313 - timestamp: 1711067761610 + purls: [] + size: 114192 + timestamp: 1716291930256 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_he012953_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_he012953_5.conda - sha256: 1a86cf1334fefb6a4463ed281d57e8826408ada2c06b4367d8b68aa06a5c78da - md5: 112fbb989f5a2e82fef7d78e84cb4e8a + name: aws-c-s3 + version: 0.5.9 + build: hd10324c_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.5.9-hd10324c_3.conda + sha256: 2dbae19a22dc6cc2e18823b46f1b049ecce66b6c898464df7c83974df89d47f2 + md5: 2025beb6efc4c08274a91bda8a7e19a7 depends: - - clang-format 16.0.6 default_he012953_5 - - 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 + - __osx >=10.13 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + license: Apache-2.0 license_family: Apache - size: 16957978 - timestamp: 1706894821989 + purls: [] + size: 94637 + timestamp: 1716292026032 - kind: conda - name: clang-tools - version: 16.0.6 - build: default_he012953_6 - build_number: 6 + name: aws-c-sdkutils + version: 0.1.16 + build: h5db4892_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_he012953_6.conda - sha256: 66c301dd820bce84290fabdf5e90d4663166d2126883b95ac6756b68bc3da7fc - md5: 2cf1b4ddd92abc04814f0ce740aee7a5 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h5db4892_2.conda + sha256: 3045df3148c15f606dadb76f871497ee05a4708a1609de6c0442ecc7ed3a0749 + md5: 743bcf65e2df26d5ee19688078ce25a2 depends: - - clang-format 16.0.6 default_he012953_6 - - 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 + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 16984505 - timestamp: 1711067792464 + purls: [] + size: 48716 + timestamp: 1716153592028 - kind: conda - name: clang_impl_osx-64 - version: 16.0.6 - build: h8787910_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_9.conda - sha256: 3aeee43c777d67a334a7917a9a6cc43c67fabbf8acbceca31e2bef0702f0c81e - md5: 36dc72f20205cf43f63765334a5f0be7 + name: aws-c-sdkutils + version: 0.1.16 + build: h750c3ff_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-h750c3ff_2.conda + sha256: f9b860f0bba85ca32173fc4b9a7548cff5b2e3cffbded2c0981a6604167aa28e + md5: 447c37fb7ddf146d3ae350240aed1e1b depends: - - cctools_osx-64 - - clang 16.0.6.* - - compiler-rt 16.0.6.* - - ld64_osx-64 - - llvm-tools 16.0.6.* - license: BSD-3-Clause - license_family: BSD - size: 17576 - timestamp: 1706817889548 + - aws-c-common >=0.9.19,<0.9.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: 53329 + timestamp: 1716154043891 - kind: conda - name: clang_impl_osx-arm64 - version: 16.0.6 - build: hc421ffc_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_9.conda - sha256: db8d0f1418bd5a6284da7137f278b5ec373b8382791aa550b4af711f7e079f8b - md5: 6ba30ea4b866e03cb834447d934d8d5f + name: aws-c-sdkutils + version: 0.1.16 + build: h83b837d_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-h83b837d_2.conda + sha256: d5b350ca00f175866c2a5ef011270496a5061b39bd272a48d3e54ac06f3d890c + md5: f40c698b4ea90f7fedd187c6639c818b depends: - - cctools_osx-arm64 - - clang 16.0.6.* - - compiler-rt 16.0.6.* - - ld64_osx-arm64 - - llvm-tools 16.0.6.* - license: BSD-3-Clause - license_family: BSD - size: 17585 - timestamp: 1706831903732 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54959 + timestamp: 1716153596343 - kind: conda - name: clang_osx-64 - version: 16.0.6 - build: hb91bd55_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_9.conda - sha256: 970a919b17f6c5c04624b6a0269211bd3d7b41b3177e50f5dd7b5d036f4c25c9 - md5: 3ebda8406efd8c09ebeeba80396ac6bd + name: aws-c-sdkutils + version: 0.1.16 + build: h9de22bd_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h9de22bd_2.conda + sha256: caa4a4995f3924732580499df00220eca72ce1e884e8d1328673e327af54c187 + md5: 7fc749dd3d5154bd9bf7b38a639df653 depends: - - clang_impl_osx-64 16.0.6 h8787910_9 - license: BSD-3-Clause - license_family: BSD - size: 20647 - timestamp: 1706817901570 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 57176 + timestamp: 1716153638500 - kind: conda - name: clang_osx-arm64 - version: 16.0.6 - build: h54d7cd3_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_9.conda - sha256: d712ced3aaf31275d3ca1f0b3dbe21ca82ba169e35a5e3e8115a67b381be2197 - md5: 5df587e67413858308caac4c86b9c92a + name: aws-c-sdkutils + version: 0.1.16 + build: hb0e519c_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hb0e519c_2.conda + sha256: 51df03d86375f997b5221989d57b42bf4f836bb1a7fdf931ae609f06944d12ed + md5: 4ddcf9bcb5953174f9d8d07b60a5610e depends: - - clang_impl_osx-arm64 16.0.6 hc421ffc_9 - license: BSD-3-Clause - license_family: BSD - size: 20568 - timestamp: 1706831915550 + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49486 + timestamp: 1716153568566 - kind: conda - name: clangxx - version: 16.0.6 - build: default_h4cf2255_5 - build_number: 5 + name: aws-checksums + version: 0.1.18 + build: h5db4892_6 + build_number: 6 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h4cf2255_5.conda - sha256: d5cdb838c3b67c4fdf1683e7659d011db228d5f762f85e2833e1c67c7c5cccdc - md5: 83d1eb2693ad27dec744ac21f1ad9812 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h5db4892_6.conda + sha256: 5084ab14a49ebde68e46f87d4b85bedcf1931e2dd051d11fab725ee1ad60b0d1 + md5: d28c3139c1c0193c633cb5650bf91079 depends: - - clang 16.0.6 h30cc82d_5 - license: Apache-2.0 WITH LLVM-exception + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 license_family: Apache - size: 21761 - timestamp: 1706894272948 + purls: [] + size: 49200 + timestamp: 1716153718397 - kind: conda - name: clangxx - version: 16.0.6 - build: default_h7151d67_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h7151d67_5.conda - sha256: 9aafb8802adfe804ae38b66b01b00e133f1c14713ed1abed2710ed95ddbaa3e7 - md5: 8c3fb5d2005174683f3958383643e335 + name: aws-checksums + version: 0.1.18 + build: h750c3ff_6 + build_number: 6 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-h750c3ff_6.conda + sha256: a4b5f1ca5874c706c973da6a2328b4945daa4f11090e94ec30363c2d94489619 + md5: 632e92fbdebb4b699badbc56cba7fb1e depends: - - clang 16.0.6 hdae98eb_5 - license: Apache-2.0 WITH LLVM-exception + - aws-c-common >=0.9.19,<0.9.20.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 license_family: Apache - size: 21699 - timestamp: 1706894307583 + purls: [] + size: 52210 + timestamp: 1716154232484 - kind: conda - name: clangxx_impl_osx-64 - version: 16.0.6 - build: h6d92fbe_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_9.conda - sha256: d0d712b2ea90fd4e0c7215cb319830496ced15c56ee208f6ebba5e0d0b21f765 - md5: bfea277f004e2815ebd59294e9c08746 + name: aws-checksums + version: 0.1.18 + build: h83b837d_6 + build_number: 6 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h83b837d_6.conda + sha256: abd21f4d0e34e96538673be11d834360693748d17024d27c4054cf1ebd97069e + md5: 7995cb937bdac5913c8904fed6b3729d depends: - - clang_osx-64 16.0.6 hb91bd55_9 - - clangxx 16.0.6.* - - libcxx >=16 - - libllvm16 >=16.0.6,<16.1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 17667 - timestamp: 1706817919437 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 50080 + timestamp: 1716153618603 - kind: conda - name: clangxx_impl_osx-arm64 - version: 16.0.6 - build: hcd7bac0_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_9.conda - sha256: db061d8e7d6c1410cb188bbc5485d630cb076ae6981dca42def058822497536f - md5: 949089893ce76c6d743b77d6eec251bf + name: aws-checksums + version: 0.1.18 + build: h9de22bd_6 + build_number: 6 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h9de22bd_6.conda + sha256: 8b453cc8f8949fe02f091ff377a072b612561e270521abad265c73a5a5784494 + md5: a31ac1531d25731eb717a08982f69731 depends: - - clang_osx-arm64 16.0.6 h54d7cd3_9 - - clangxx 16.0.6.* - - libcxx >=16 - - libllvm16 >=16.0.6,<16.1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 17692 - timestamp: 1706832802039 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 50084 + timestamp: 1716153750555 - kind: conda - name: clangxx_osx-64 - version: 16.0.6 - build: hb91bd55_9 - build_number: 9 + name: aws-checksums + version: 0.1.18 + build: hb0e519c_6 + build_number: 6 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_9.conda - sha256: 9225222bf1cd611e63f2b68c0838325f2fd5be930f81a7f3563ff5e2818955a5 - md5: e7297accf408701c298308eeae807c5e - depends: - - clang_osx-64 16.0.6 hb91bd55_9 - - clangxx_impl_osx-64 16.0.6 h6d92fbe_9 - license: BSD-3-Clause - license_family: BSD - size: 19414 - timestamp: 1706817934575 -- kind: conda - name: clangxx_osx-arm64 - version: 16.0.6 - build: h54d7cd3_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_9.conda - sha256: ee39efac1691f9f2d646bc64f04548179577e3c65c1ca5947cd4f944e4ccbdee - md5: e47d40e35f855ad41af35ba60937e41c + url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hb0e519c_6.conda + sha256: 5681789d803fc43d87677e8039d7dff14d73356e3b253ec60ec9b2bd860c855b + md5: a2e49b75944f137e916279b453e7d769 depends: - - clang_osx-arm64 16.0.6 h54d7cd3_9 - - clangxx_impl_osx-arm64 16.0.6 hcd7bac0_9 - license: BSD-3-Clause - license_family: BSD - size: 19330 - timestamp: 1706832814124 -- kind: pypi - 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_version < '3.8' - requires_python: '>=3.7' -- kind: pypi - name: clock - version: 0.1.0 - path: examples/python/clock - sha256: 1ae48a7222b2fc2bd9942a31bb48fefb34225a946859ad95c25ad00bfb754cd7 - requires_dist: - - numpy - - rerun-sdk - editable: true + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 48886 + timestamp: 1716153728609 - kind: conda - name: cmake - version: 3.27.6 - build: h1c59155_0 + name: aws-crt-cpp + version: 0.26.9 + build: h03bff2b_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda - sha256: 31be31e358e6f6f8818d8f9c9086da4404f8c6fc89d71d55887bed11ce6d463e - md5: 3c0dd04401438fec44cd113247ba2852 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.26.9-h03bff2b_0.conda + sha256: 7386d9c4dc234b9d6beef421e580e8e78b46ee02ea08db3534c82a8fedc835a9 + md5: 690c2700092fbb8f5c36a08328d46e67 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,<1.3.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 - size: 16007289 - timestamp: 1695270816826 + - __osx >=11.0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.5.9,<0.5.10.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 224097 + timestamp: 1716393977922 - 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 - sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12 - md5: 4c0101485c452ea86f846523c4fae698 + name: aws-crt-cpp + version: 0.26.9 + build: h473fab1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.9-h473fab1_0.conda + sha256: 2084e78de79efcd637eafe0104f7afc9a43ab00dca47a8947ac9c861130cd4e6 + md5: aeaa6b5acb89e7d6a105e203635e6f41 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.3.0,<9.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libuv >=1.46.0,<2.0a0 - - libzlib >=1.2.13,<1.3.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 - size: 18494905 - timestamp: 1695269729661 + - __osx >=10.13 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.5.9,<0.5.10.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 288000 + timestamp: 1716394038474 - kind: conda - name: cmake - version: 3.27.6 - build: hef020d8_0 + name: aws-crt-cpp + version: 0.26.9 + build: h74ed545_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.27.6-hef020d8_0.conda - sha256: 099e3d6deac7fc29251552f87b59ee7299582caf291a20de71107327a4aded57 - md5: e20b2e0185007a671ebbb72f4353d70b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.26.9-h74ed545_0.conda + sha256: 11e4055a1af742ab7ce5adea99e8e132787a0e9cab765e06924b81f44a6e4458 + md5: c9d31ea9f2869e8927bf10287fe361c0 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.3.0,<9.0a0 - - libexpat >=2.5.0,<3.0a0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.5.9,<0.5.10.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libuv >=1.46.0,<2.0a0 - - libzlib >=1.2.13,<1.3.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 - size: 17776308 - timestamp: 1695269663260 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 267587 + timestamp: 1716393839462 - kind: conda - name: cmake - version: 3.27.6 - build: hf0feee3_0 + name: aws-crt-cpp + version: 0.26.9 + build: hb2f7e64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda - sha256: 12b94bce6d7c76ff408f8ea240c7d78987b0bc3cb4f632f381c4b0efd30ebfe0 - md5: 4dc81f3bf26f0949fedd4e31cecea1d1 + url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.26.9-hb2f7e64_0.conda + sha256: 026f67b9261ecedbde8242535f13e01962ab952b7ab9f3882933008c2b9bd30f + md5: b391ba435ee8a1f46a89e5e52ef74115 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,<1.3.0a0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.5.9,<0.5.10.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - ucrt >=10.0.20348.0 + - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - 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 - 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,<1.3.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 - size: 16525734 - timestamp: 1695270838345 -- kind: pypi - 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' + license: Apache-2.0 + license_family: Apache + purls: [] + size: 249164 + timestamp: 1716394155288 - kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 + name: aws-crt-cpp + version: 0.26.9 + build: he3a8b3b_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.9-he3a8b3b_0.conda + sha256: bf77a2e96db6ea8271eb5ae1ebeaa4c50c8dcb1f0a5ec998d7601975c6185738 + md5: fbe6a256dd70a505730e7c461cd37a35 depends: - - python >=3.7 - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/colorama - size: 25170 - timestamp: 1666700778190 -- kind: pypi - name: colorlog - version: 6.8.2 - url: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl - sha256: 4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33 - requires_dist: - - colorama ; sys_platform == 'win32' - - black ; extra == 'development' - - flake8 ; extra == 'development' - - mypy ; extra == 'development' - - pytest ; extra == 'development' - - types-colorama ; extra == 'development' - requires_python: '>=3.6' + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.6.14,<0.6.15.0a0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.1,<0.8.2.0a0 + - aws-c-io >=0.14.8,<0.14.9.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.5.9,<0.5.10.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 339633 + timestamp: 1716393874086 - 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 + name: aws-sdk-cpp + version: 1.11.329 + build: h4d1146e_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-h4d1146e_3.conda + sha256: b5419b778c99327b916df2459cdc98c862c1bf94e56a36550c31c324156bd0f7 + md5: ba2b60503e865dac121c72b590491984 depends: - - clang 16.0.6.* - - clangxx 16.0.6.* - - compiler-rt_osx-arm64 16.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 93724 - timestamp: 1701467327657 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3427246 + timestamp: 1716466211630 - kind: conda - name: compiler-rt - version: 16.0.6 - build: ha38d28d_2 - build_number: 2 + name: aws-sdk-cpp + version: 1.11.329 + build: h6b2b1af_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-16.0.6-ha38d28d_2.conda - sha256: de0e2c94d9a04f60ec9aedde863d6c1fad3f261bdb63ec8adc70e2d9ecdb07bb - md5: 3b9e8c5c63b8e86234f499490acd85c2 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h6b2b1af_3.conda + sha256: 284bc98ef23cbbc9ca9868dfe759122f345ff70916b616863a00ea3e9b7a694f + md5: 3cbe4cec6692120e895ccf6059fb0788 depends: - - clang 16.0.6.* - - clangxx 16.0.6.* - - compiler-rt_osx-64 16.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 94198 - timestamp: 1701467261175 + - __osx >=10.13 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3479742 + timestamp: 1716466726787 - 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 - sha256: 75270bd8e306967f6e1a8c17d14f2dfe76602a5c162088f3ea98034fe3d71e0c - md5: 7a46507edc35c6c8818db0adaf8d787f + name: aws-sdk-cpp + version: 1.11.329 + build: h752cf48_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-h752cf48_3.conda + sha256: bc79a488b7b9dfe1dc65cb2118ecac8111093c05bbab1ce0eeec0fa147ecf645 + md5: ea15b4a67bee5afa3b535334c9ce6f64 depends: - - clang 16.0.6.* - - clangxx 16.0.6.* - constrains: - - compiler-rt 16.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 9895261 - timestamp: 1701467223753 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3433424 + timestamp: 1716467312395 - 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 - sha256: 61f1a10e6e8ec147f17c5e36cf1c2fe77ac6d1907b05443fa319fd59be20fa33 - md5: 8c7d77d888e1a218cccd9e82b1458ec6 + name: aws-sdk-cpp + version: 1.11.329 + build: hb37a6d0_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-hb37a6d0_3.conda + sha256: fc73df0adaf2b795526bd175773c6bc041d08ba8e0a3490ee39738a7fd4f6a64 + md5: 4ff851b78abb8e837837f90c751b5db0 + depends: + - __osx >=11.0 + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3373071 + timestamp: 1716466583694 +- kind: conda + name: aws-sdk-cpp + version: 1.11.329 + build: hba8bd5f_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-hba8bd5f_3.conda + sha256: 62867a00265380921e3fea917031906f0e27887019a1083693e28f29c21193c8 + md5: 720494d9f06b4aff1270cffb7acc7920 depends: - - clang 16.0.6.* - - clangxx 16.0.6.* - constrains: - - compiler-rt 16.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 9829914 - timestamp: 1701467293179 -- kind: pypi - name: contourpy - version: 1.2.1 - url: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df - requires_dist: - - numpy>=1.20 - - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-copybutton ; extra == 'docs' - - bokeh ; extra == 'bokeh' - - selenium ; extra == 'bokeh' - - contourpy[bokeh,docs] ; extra == 'mypy' - - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' - - types-pillow ; extra == 'mypy' - - contourpy[test-no-images] ; extra == 'test' - - matplotlib ; extra == 'test' - - pillow ; extra == 'test' - - pytest ; extra == 'test-no-images' - - pytest-cov ; extra == 'test-no-images' - - pytest-xdist ; extra == 'test-no-images' - - wurlitzer ; extra == 'test-no-images' - requires_python: '>=3.9' -- kind: pypi - name: contourpy - version: 1.2.1 - url: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl - sha256: 2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922 - requires_dist: - - numpy>=1.20 - - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-copybutton ; extra == 'docs' - - bokeh ; extra == 'bokeh' - - selenium ; extra == 'bokeh' - - contourpy[bokeh,docs] ; extra == 'mypy' - - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' - - types-pillow ; extra == 'mypy' - - contourpy[test-no-images] ; extra == 'test' - - matplotlib ; extra == 'test' - - pillow ; extra == 'test' - - pytest ; extra == 'test-no-images' - - pytest-cov ; extra == 'test-no-images' - - pytest-xdist ; extra == 'test-no-images' - - wurlitzer ; extra == 'test-no-images' - requires_python: '>=3.9' -- kind: pypi - name: contourpy - version: 1.2.1 - url: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72 - requires_dist: - - numpy>=1.20 - - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-copybutton ; extra == 'docs' - - bokeh ; extra == 'bokeh' - - selenium ; extra == 'bokeh' - - contourpy[bokeh,docs] ; extra == 'mypy' - - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' - - types-pillow ; extra == 'mypy' - - contourpy[test-no-images] ; extra == 'test' - - matplotlib ; extra == 'test' - - pillow ; extra == 'test' - - pytest ; extra == 'test-no-images' - - pytest-cov ; extra == 'test-no-images' - - pytest-xdist ; extra == 'test-no-images' - - wurlitzer ; extra == 'test-no-images' - requires_python: '>=3.9' -- kind: pypi - name: contourpy - version: 1.2.1 - url: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5 - requires_dist: - - numpy>=1.20 - - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-copybutton ; extra == 'docs' - - bokeh ; extra == 'bokeh' - - selenium ; extra == 'bokeh' - - contourpy[bokeh,docs] ; extra == 'mypy' - - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' - - types-pillow ; extra == 'mypy' - - contourpy[test-no-images] ; extra == 'test' - - matplotlib ; extra == 'test' - - pillow ; extra == 'test' - - pytest ; extra == 'test-no-images' - - pytest-cov ; extra == 'test-no-images' - - pytest-xdist ; extra == 'test-no-images' - - wurlitzer ; extra == 'test-no-images' - requires_python: '>=3.9' -- kind: pypi - name: controlnet - version: 0.1.0 - path: examples/python/controlnet - sha256: 8ae055c0b8b0dd7757e4e666f6163172859044d4090830aecbec3460cdb318ee - requires_dist: - - accelerate - - opencv-python - - pillow - - diffusers==0.27.2 - - numpy - - torch==2.2.2 - - transformers - - rerun-sdk - requires_python: '>=3.10' - editable: true -- kind: pypi - 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-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' - - black ; extra == 'pep8test' - - flake8 ; extra == 'pep8test' - - flake8-import-order ; extra == 'pep8test' - - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' - - pytest-benchmark ; extra == 'test' - - pytest-cov ; extra == 'test' - - pytest-subtests ; extra == 'test' - - pytest-xdist ; extra == 'test' - - pretend ; extra == 'test' - - iso8601 ; extra == 'test' - - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' - requires_python: '>=3.6' -- kind: pypi - 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-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' - - black ; extra == 'pep8test' - - flake8 ; extra == 'pep8test' - - flake8-import-order ; extra == 'pep8test' - - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' - - pytest-benchmark ; extra == 'test' - - pytest-cov ; extra == 'test' - - pytest-subtests ; extra == 'test' - - pytest-xdist ; extra == 'test' - - pretend ; extra == 'test' - - iso8601 ; extra == 'test' - - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' - requires_python: '>=3.6' -- kind: pypi - 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-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' - - black ; extra == 'pep8test' - - flake8 ; extra == 'pep8test' - - flake8-import-order ; extra == 'pep8test' - - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' - - pytest-benchmark ; extra == 'test' - - pytest-cov ; extra == 'test' - - pytest-subtests ; extra == 'test' - - pytest-xdist ; extra == 'test' - - pretend ; extra == 'test' - - iso8601 ; extra == 'test' - - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' - requires_python: '>=3.6' + - aws-c-common >=0.9.19,<0.9.20.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3638342 + timestamp: 1716466127210 - kind: pypi - 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 + 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: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' - - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' - - black ; extra == 'pep8test' - - flake8 ; extra == 'pep8test' - - flake8-import-order ; extra == 'pep8test' - - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' - - pytest-benchmark ; extra == 'test' - - pytest-cov ; extra == 'test' - - pytest-subtests ; extra == 'test' - - pytest-xdist ; extra == 'test' - - pretend ; extra == 'test' - - iso8601 ; extra == 'test' - - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' - requires_python: '>=3.6' + - soupsieve>1.2 + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' - kind: pypi - 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 + 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: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' - - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' - - black ; extra == 'pep8test' - - flake8 ; extra == 'pep8test' - - flake8-import-order ; extra == 'pep8test' - - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' - - pytest-benchmark ; extra == 'test' - - pytest-cov ; extra == 'test' - - pytest-subtests ; extra == 'test' - - pytest-xdist ; extra == 'test' - - pretend ; extra == 'test' - - iso8601 ; extra == 'test' - - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - grpclib + - stringcase + - dataclasses ; python_version < '3.7' + - backports-datetime-fromisoformat ; python_version < '3.7' + - black ; extra == 'compiler' + - jinja2 ; extra == 'compiler' + - protobuf ; extra == 'compiler' requires_python: '>=3.6' - kind: conda - name: cxx-compiler - version: 1.6.0 - build: h00ab1b0_0 + 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/cxx-compiler-1.6.0-h00ab1b0_0.conda - sha256: 472b6b7f967df1db634c67d71c6b31cd186d18b5d0548196c2e426833ff17d99 - md5: 364c6ae36c4e36fcbd4d273cf4db78af + url: https://conda.anaconda.org/conda-forge/linux-64/binaryen-117-h59595ed_0.conda + sha256: f6d7f876c514d2d138fd8b06e485b042598cf3dcda40a8a346252bb7e1adf8d7 + md5: 58aea5eaef8cb663104654734d432ba3 depends: - - c-compiler 1.6.0 hd590300_0 - - gxx - - gxx_linux-64 12.* - license: BSD - size: 6179 - timestamp: 1689097484095 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 5783056 + timestamp: 1709092512197 - 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 - sha256: aebe297f355fb3a5101eb11a5233d94c3445d2f1bbf4c0d7e3ff88b98d399694 - md5: 3847c922cacfe5a3d7ee663ffde014a4 + 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 depends: - - c-compiler 1.6.0 h31becfc_0 - - gxx - - gxx_linux-aarch64 12.* - license: BSD - size: 6220 - timestamp: 1689097451413 + - 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 - kind: conda - name: cxx-compiler - version: 1.6.0 - build: h2ffa867_0 + name: binaryen + version: '117' + build: h73e2aa4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/binaryen-117-h73e2aa4_0.conda + sha256: f1dae7bbbdae9ee2f4b3479b51578fc67e77d54c5c235a5e5c7c1c58b2fff13e + md5: 029b1d804ba237f99163740225d53abc + depends: + - libcxx >=16 + license: Apache-2.0 + license_family: APACHE + 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/cxx-compiler-1.6.0-h2ffa867_0.conda - sha256: c3a4ee7382e548f1e98ca1a348c941094b8d5f38c84d3258c00f9e493c591344 - md5: b3bf27600fda1f6770fd28c45805d689 + url: https://conda.anaconda.org/conda-forge/osx-arm64/binaryen-117-hebf3989_0.conda + sha256: 9f4696ff6bf7a43261e549c1142dc24f45905fff68a6c0a1ebbdd0a84acd9056 + md5: 26d849f5539e7e20d8b7465a3616a622 depends: - - c-compiler 1.6.0 h6aa9301_0 - - clangxx_osx-arm64 16.* - license: BSD - size: 6399 - timestamp: 1701504753445 + - libcxx >=16 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 3466426 + timestamp: 1709092708128 - 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 - sha256: 3d609b7cf397b1d9f8627dedd0abd95a9daffa919d9593b56096a4e6e4a8597e - md5: 52efcad0d146779100e46c973cc1cb56 + name: binutils + version: '2.40' + build: h4852527_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-h4852527_1.conda + sha256: 98f7bbce18e0f36a7e6831bb003bdc2f019dcce9ac3483da6ec45fe7e35b9546 + md5: dfaea5684bbbbf0b64a4c31f984d0661 depends: - - c-compiler 1.6.0 h282daa2_0 - - clangxx_osx-64 16.* - license: BSD - size: 6415 - timestamp: 1701504710176 + - binutils_impl_linux-64 >=2.40,<2.41.0a0 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 31129 + timestamp: 1716583484405 +- kind: conda + name: binutils + version: '2.40' + build: hf1166c9_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-hf1166c9_1.conda + sha256: a5295a4a4ae082ed3665f142a5e74a267fa3910d487000003ffc25f0155bf9bd + md5: 683779a4ef89187830d75f86f615739d + depends: + - binutils_impl_linux-aarch64 >=2.40,<2.41.0a0 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 31335 + timestamp: 1716583688116 +- kind: conda + name: binutils_impl_linux-64 + version: '2.40' + build: ha1999f0_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-ha1999f0_1.conda + sha256: 852fd086e8b05da7650e8c532cfb391a532dc2d572f6aaadd5629d00a945bfe8 + md5: e901545940ebdc5c40017fab53642b3c + depends: + - ld_impl_linux-64 2.40 hf3520f5_1 + - sysroot_linux-64 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 5528821 + timestamp: 1716583458455 +- kind: conda + name: binutils_impl_linux-aarch64 + version: '2.40' + build: hf54a868_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-hf54a868_1.conda + sha256: d2752c137b4a820ae4c1b009dbca239a2d8627e80a3244ab53c3740c7b37105a + md5: a044fc319957c9613bba1c4d2c772eb7 + depends: + - ld_impl_linux-aarch64 2.40 h9fc2d93_1 + - sysroot_linux-aarch64 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 6298844 + timestamp: 1716583656673 +- kind: conda + name: binutils_linux-64 + version: '2.40' + build: hdade7a5_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda + sha256: d114b825acef51c1d065ca0a17f97e0e856c48765aecf2f8f164935635013dd2 + md5: 2d9a60578bc28469d9aeef9aea5520c3 + depends: + - binutils_impl_linux-64 2.40.* + - sysroot_linux-64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 28868 + timestamp: 1710259805994 +- kind: conda + name: binutils_linux-aarch64 + version: '2.40' + build: h95d2017_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.40-h95d2017_3.conda + sha256: cd839ad41a573ebd84552b9ed946ea99ae48f8a07f4e38b8725022ff881f767c + md5: 561a4c45334781c962db079457e6f0f0 + depends: + - binutils_impl_linux-aarch64 2.40.* + - sysroot_linux-aarch64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 28888 + timestamp: 1710259827989 - kind: pypi - 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 + name: black + version: 24.4.2 + url: https://files.pythonhosted.org/packages/c9/17/5e0036b265bbf6bc44970d93d48febcbc03701b671db3c9603fd43ebc616/black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c requires_dist: - - ipython ; extra == 'docs' - - matplotlib ; extra == 'docs' - - numpydoc ; extra == 'docs' - - sphinx ; extra == 'docs' - - pytest ; extra == 'tests' - - pytest-cov ; extra == 'tests' - - pytest-xdist ; extra == 'tests' + - click>=8.0.0 + - mypy-extensions>=0.4.3 + - packaging>=22.0 + - pathspec>=0.9.0 + - platformdirs>=2 + - tomli>=1.1.0 ; python_version < '3.11' + - typing-extensions>=4.0.1 ; python_version < '3.11' + - colorama>=0.4.3 ; extra == 'colorama' + - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython>=7.8.0 ; extra == 'jupyter' + - tokenize-rt>=3.2.0 ; extra == 'jupyter' + - uvloop>=0.15.2 ; extra == 'uvloop' requires_python: '>=3.8' - kind: pypi - name: dataclasses-json - version: 0.6.6 - url: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl - sha256: e54c5c87497741ad454070ba0ed411523d46beb5da102e221efb873801b0ba85 + name: black + version: 24.4.2 + url: https://files.pythonhosted.org/packages/9b/f7/591d601c3046ceb65b97291dfe87fa25124cffac3d97aaaba89d0f0d7bdf/black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474 requires_dist: - - marshmallow>=3.18.0,<4.0.0 - - typing-inspect>=0.4.0,<1 - requires_python: '>=3.7,<4.0' + - click>=8.0.0 + - mypy-extensions>=0.4.3 + - packaging>=22.0 + - pathspec>=0.9.0 + - platformdirs>=2 + - tomli>=1.1.0 ; python_version < '3.11' + - typing-extensions>=4.0.1 ; python_version < '3.11' + - colorama>=0.4.3 ; extra == 'colorama' + - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython>=7.8.0 ; extra == 'jupyter' + - tokenize-rt>=3.2.0 ; extra == 'jupyter' + - uvloop>=0.15.2 ; extra == 'uvloop' + requires_python: '>=3.8' - kind: pypi - 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 + name: black + version: 24.4.2 + url: https://files.pythonhosted.org/packages/74/ce/e8eec1a77edbfa982bee3b5460dcdd4fe0e4e3165fc15d8ec44d04da7776/black-24.4.2-cp311-cp311-win_amd64.whl + sha256: 7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1 requires_dist: - - wrapt<2,>=1.10 - - 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.*' + - click>=8.0.0 + - mypy-extensions>=0.4.3 + - packaging>=22.0 + - pathspec>=0.9.0 + - platformdirs>=2 + - tomli>=1.1.0 ; python_version < '3.11' + - typing-extensions>=4.0.1 ; python_version < '3.11' + - colorama>=0.4.3 ; extra == 'colorama' + - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython>=7.8.0 ; extra == 'jupyter' + - tokenize-rt>=3.2.0 ; extra == 'jupyter' + - uvloop>=0.15.2 ; extra == 'uvloop' + requires_python: '>=3.8' - kind: pypi - name: detect-and-track-objects - version: 0.1.0 - path: examples/python/detect_and_track_objects - sha256: 6c88082f8ff9c5949f5786584edf771078e3f1be6202f7225ad02268f96d9292 + name: black + version: 24.4.2 + url: https://files.pythonhosted.org/packages/c5/48/34176b522e8cff4620a5d96c2e323ff2413f574870eb25efa8025885e028/black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb requires_dist: - - numpy - - opencv-contrib-python>4.6 - - opencv-python>4.6 - - pillow - - requests>=2.31,<3 - - rerun-sdk - - timm==0.9.11 - - torch==2.2.2 - - transformers - editable: true + - click>=8.0.0 + - mypy-extensions>=0.4.3 + - packaging>=22.0 + - pathspec>=0.9.0 + - platformdirs>=2 + - tomli>=1.1.0 ; python_version < '3.11' + - typing-extensions>=4.0.1 ; python_version < '3.11' + - colorama>=0.4.3 ; extra == 'colorama' + - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython>=7.8.0 ; extra == 'jupyter' + - tokenize-rt>=3.2.0 ; extra == 'jupyter' + - uvloop>=0.15.2 ; extra == 'uvloop' + requires_python: '>=3.8' - kind: pypi - name: dicom-mri + name: blueprint version: 0.1.0 - path: examples/python/dicom_mri - sha256: 98cb91dc5758ae59e3cd0fb797f86f40fcf627f63e659365806f59feed4618d8 + path: examples/python/blueprint + sha256: d9a358e5994ec1e9144942903e46148b16825344cddc19e7188b285f59bc61c1 requires_dist: - - dicom-numpy==0.6.2 - numpy - - pydicom==2.3.0 - - requests>=2.31,<3 - rerun-sdk - - types-requests>=2.31,<3 editable: true - kind: pypi - 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 - - numpy - - check-manifest ; extra == 'dev' - - sphinx ; extra == 'dev' - - sphinx-autobuild ; extra == 'dev' - - coverage ; extra == 'test' - - pytest ; extra == 'test' - requires_python: '>=3.6' -- kind: pypi - 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 - - filelock - - huggingface-hub>=0.20.2 - - numpy - - regex!=2019.12.17 - - requests - - safetensors>=0.3.1 - - pillow - - urllib3<=2.0.0 ; extra == 'dev' - - isort>=5.5.4 ; extra == 'dev' - - ruff==0.1.5 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' - - compel==0.1.8 ; extra == 'dev' - - gitpython<3.1.19 ; extra == 'dev' - - datasets ; extra == 'dev' - - jinja2 ; extra == 'dev' - - invisible-watermark>=0.2.0 ; extra == 'dev' - - k-diffusion>=0.0.12 ; extra == 'dev' - - librosa ; extra == 'dev' - - parameterized ; extra == 'dev' - - pytest ; extra == 'dev' - - pytest-timeout ; extra == 'dev' - - 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' - - 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' - - tensorboard ; extra == 'dev' - - peft>=0.6.0 ; extra == 'dev' - - torch>=1.4 ; extra == 'dev' - - jax>=0.4.1 ; extra == 'dev' - - jaxlib>=0.4.1 ; extra == 'dev' - - flax>=0.4.1 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'docs' - - jax>=0.4.1 ; extra == 'flax' - - jaxlib>=0.4.1 ; extra == 'flax' - - flax>=0.4.1 ; extra == 'flax' - - urllib3<=2.0.0 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - ruff==0.1.5 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - - compel==0.1.8 ; extra == 'test' - - gitpython<3.1.19 ; extra == 'test' - - datasets ; extra == 'test' - - jinja2 ; extra == 'test' - - invisible-watermark>=0.2.0 ; extra == 'test' - - k-diffusion>=0.0.12 ; extra == 'test' - - librosa ; extra == 'test' - - parameterized ; extra == 'test' - - pytest ; extra == 'test' - - pytest-timeout ; extra == 'test' - - 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' - - scipy ; extra == 'test' - - torchvision ; extra == 'test' - - transformers>=4.25.1 ; extra == 'test' - - torch>=1.4 ; extra == 'torch' - - accelerate>=0.11.0 ; extra == 'torch' - - accelerate>=0.11.0 ; extra == 'training' - - datasets ; extra == 'training' - - protobuf<4,>=3.20.3 ; extra == 'training' - - tensorboard ; extra == 'training' - - jinja2 ; extra == 'training' - - peft>=0.6.0 ; extra == 'training' - requires_python: '>=3.8.0' -- kind: pypi - name: distlib - version: 0.3.8 - url: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl - sha256: 034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 -- kind: pypi - name: dna + name: blueprint-stocks version: 0.1.0 - path: examples/python/dna - sha256: 15dd8b0ce0ee55262916ea9bc8fb93c72c2012cb01a78e6d24a526d92537eab4 + path: examples/python/blueprint_stocks + sha256: 7c8b6805f08610837014175d9d0212815a91c3197756cdbbce836a2f15e40eea requires_dist: - - numpy + - humanize - rerun-sdk - - scipy + - yfinance + requires_python: '>=3.8' editable: true - kind: conda - name: doxygen - version: 1.9.7 - build: h0e2417a_1 - build_number: 1 + name: bzip2 + version: 1.0.8 + build: h10d778d_5 + build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 + md5: 6097a6ca9ada32699b5fc4312dd6ef18 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 127885 + timestamp: 1699280178474 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h31becfc_5 + build_number: 5 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h31becfc_5.conda + sha256: b9f170990625cb1eeefaca02e091dc009a64264b077166d8ed7aeb7a09e923b0 + md5: a64e35f01e0b7a2a152eca87d33b9c87 + depends: + - libgcc-ng >=12 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 189668 + timestamp: 1699280060686 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h93a5062_5 + build_number: 5 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/doxygen-1.9.7-h0e2417a_1.conda - sha256: 4bfaf6721b163301135c2db1268b40a099f51e2a42fdec60262137c72e20b9eb - md5: 02c4969f0c780d47e3f95b43f18a8ad7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda + sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f + md5: 1bbc659ca658bfd49a481b5ef7a0f40f + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 122325 + timestamp: 1699280294368 +- kind: conda + name: bzip2 + version: 1.0.8 + build: hcfcfb64_5 + build_number: 5 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda + sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 + md5: 26eb8ca6ea332b675e11704cce84a3be depends: - - libcxx >=15.0.7 - - libiconv >=1.17,<2.0a0 - license: GPL-2.0-only - license_family: GPL - size: 5103390 - timestamp: 1687332854077 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 124580 + timestamp: 1699280668742 - kind: conda - name: doxygen - version: 1.9.7 - build: h661eb56_1 - build_number: 1 + name: bzip2 + version: 1.0.8 + build: hd590300_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.7-h661eb56_1.conda - sha256: 41334db7aaea41ca7e5968f598c52dbe714a4f5019d482ebc16f0e1d7ba1992d - md5: cc4690294cdd88059b42428f68ab9def + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda + sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 + md5: 69b8b6202a07720f448be700e300ccf4 depends: - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - license: GPL-2.0-only - license_family: GPL - size: 6179024 - timestamp: 1687332729384 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 254228 + timestamp: 1699279927352 - kind: conda - name: doxygen - version: 1.9.7 - build: h7b6a552_1 - build_number: 1 + name: c-ares + version: 1.28.1 + build: h10d778d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.28.1-h10d778d_0.conda + sha256: fccd7ad7e3dfa6b19352705b33eb738c4c55f79f398e106e6cf03bab9415595a + md5: d5eb7992227254c0e9a0ce71151f0079 + license: MIT + license_family: MIT + purls: [] + size: 152607 + timestamp: 1711819681694 +- kind: conda + name: c-ares + version: 1.28.1 + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/doxygen-1.9.7-h7b6a552_1.conda - sha256: cb4e2a628da54bf13d2decd9bbe982c611c216eb82b5ab826da59397492babd8 - md5: f619530bed063f8498eb2e15de71cf32 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.28.1-h31becfc_0.conda + sha256: 0d7b310411f069975053ee5ce750fc6d8c368607164ce2a921a7a1a068dc137b + md5: a8da75795c853c5fe6d8d1947e16eea8 depends: - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - license: GPL-2.0-only - license_family: GPL - size: 5785379 - timestamp: 1687332318274 + license: MIT + license_family: MIT + purls: [] + size: 176103 + timestamp: 1711819570996 - kind: conda - name: doxygen - version: 1.9.7 - build: h849606c_1 - build_number: 1 + name: c-ares + version: 1.28.1 + build: h93a5062_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.28.1-h93a5062_0.conda + sha256: 2fc553d7a75e912efbdd6b82cd7916cc9cb2773e6cd873b77e02d631dd7be698 + md5: 04f776a6139f7eafc2f38668570eb7db + license: MIT + license_family: MIT + purls: [] + size: 150488 + timestamp: 1711819630164 +- kind: conda + name: c-ares + version: 1.28.1 + build: hcfcfb64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/doxygen-1.9.7-h849606c_1.conda - sha256: b78b504b6c61a7a6252be49f2838c4788332332616fdd427f81adddc650b2520 - md5: 7c9a71d497a45a053fa85eeef616f936 + url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.28.1-hcfcfb64_0.conda + sha256: 44ded34fdac46d4a37942c1cae3fc871dc6ecb13e0408442c6f8797671b332e6 + md5: 3b2a518680f790a79a7e77bad1861c3a depends: - - libiconv >=1.17,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-2.0-only - license_family: GPL - size: 4861033 - timestamp: 1687333355663 + license: MIT + license_family: MIT + purls: [] + size: 159060 + timestamp: 1711820066438 - 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 + name: c-ares + version: 1.28.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.28.1-hd590300_0.conda + sha256: cb25063f3342149c7924b21544109696197a9d774f1407567477d4f3026bf38a + md5: dcde58ff9a1f30b0037a2315d1846d1f depends: - - libcxx >=15.0.7 - - libiconv >=1.17,<2.0a0 - license: GPL-2.0-only - license_family: GPL - size: 5344962 - timestamp: 1687332955991 + - libgcc-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 168875 + timestamp: 1711819445938 - kind: conda - name: exceptiongroup - version: 1.1.3 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - md5: e6518222753f519e911e83136d2158d9 + 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 depends: - - python >=3.7 - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/exceptiongroup - size: 19262 - timestamp: 1692026296517 + - cctools >=949.0.1 + - clang_osx-64 16.* + - ld64 >=530 + - llvm-openmp + license: BSD + purls: [] + size: 6375 + timestamp: 1701504699534 - kind: conda - name: exceptiongroup - version: 1.2.0 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda - sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d - md5: 8d652ea2ee8eaee02ed8dc820bc794aa + 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 + sha256: 36bc9d1673939980e7692ccce27e677dd4477d4c727ea173ec4210605b73927d + md5: b98866e63b17433ea5921a826c93cb97 depends: - - python >=3.7 - license: MIT and PSF-2.0 - purls: - - pkg:pypi/exceptiongroup@1.2.0 - size: 20551 - timestamp: 1704921321122 -- kind: pypi - name: face-tracking - version: 0.1.0 - path: examples/python/face_tracking - sha256: b8725fe4d36c11aad2c6c936ba2b57c7f65a856aa179badca5d041db63119d55 - requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' - - numpy - - opencv-python>4.6 - - requests - - rerun-sdk - - tqdm - requires_python: <3.12 - editable: true -- kind: pypi - name: filelock - version: 3.14.0 - url: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl - sha256: 43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f - requires_dist: - - furo>=2023.9.10 ; extra == 'docs' - - sphinx-autodoc-typehints!=1.23.4,>=1.25.2 ; extra == 'docs' - - sphinx>=7.2.6 ; extra == 'docs' - - covdefaults>=2.3 ; extra == 'testing' - - coverage>=7.3.2 ; extra == 'testing' - - diff-cover>=8.0.1 ; extra == 'testing' - - pytest-cov>=4.1 ; extra == 'testing' - - pytest-mock>=3.12 ; extra == 'testing' - - pytest-timeout>=2.2 ; extra == 'testing' - - pytest>=7.4.3 ; extra == 'testing' - - typing-extensions>=4.8 ; python_version < '3.11' and extra == 'typing' - requires_python: '>=3.8' -- kind: pypi - 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 + - binutils + - gcc + - gcc_linux-aarch64 12.* + license: BSD + purls: [] + size: 6213 + timestamp: 1689097449087 - kind: conda - name: flatbuffers - version: 23.5.26 - build: h13dd4ca_1 - build_number: 1 + name: c-compiler + version: 1.6.0 + build: h6aa9301_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-23.5.26-h13dd4ca_1.conda - sha256: 83b28e6f3c1737f4aa250473ecc77fdcdf2802019b77515d95d95daa55111ad0 - md5: 789ac6fe52a8b2ce8dade900eb30f482 + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda + sha256: c7d7c09724e7c324ecd3ad2dee4f016149b93f9bd8ee67661cafb20993f5b8a9 + md5: 0b204833d66694f214a5b3d7d2b87700 depends: - - libcxx >=15.0.7 - license: Apache-2.0 - license_family: APACHE - size: 1279401 - timestamp: 1685304189845 + - cctools >=949.0.1 + - clang_osx-arm64 16.* + - ld64 >=530 + - llvm-openmp + license: BSD + purls: [] + size: 6380 + timestamp: 1701504712958 - kind: conda - name: flatbuffers - version: 23.5.26 - build: h59595ed_1 - build_number: 1 + name: c-compiler + version: 1.6.0 + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-23.5.26-h59595ed_1.conda - sha256: 898446f402c14da0e74cd2062e78ebcfbc531e08a8207f4df36dd596d30ccb70 - md5: 913a1c6fd00b66f33392a129e835ceca + url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda + sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05 + md5: ea6c792f792bdd7ae6e7e2dee32f0a48 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 1578461 - timestamp: 1685303689874 + - binutils + - gcc + - gcc_linux-64 12.* + license: BSD + purls: [] + size: 6184 + timestamp: 1689097480051 - kind: conda - name: flatbuffers - version: 23.5.26 - build: h63175ca_1 - build_number: 1 + name: ca-certificates + version: 2024.2.2 + build: h56e8100_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-23.5.26-h63175ca_1.conda - sha256: 70de98e6e01129a518fad72e46a0b6b937d633b59d61b61abb8b84843fcc1c90 - md5: 45c48934e47a0b2e80536e395f722f3b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 1695306 - timestamp: 1685303935893 + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda + sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0 + md5: 63da060240ab8087b60d1357051ea7d6 + license: ISC + purls: [] + size: 155886 + timestamp: 1706843918052 - kind: conda - name: flatbuffers - version: 23.5.26 - build: he965462_1 - build_number: 1 + name: ca-certificates + version: 2024.2.2 + build: h8857fd0_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-23.5.26-he965462_1.conda - sha256: 4b1c90079e7bb323dd22f13b9bc014da7f0105b29323efb9097b0610997c9e04 - md5: 76123c120b7b701941234d774e18c7c0 - depends: - - libcxx >=15.0.7 - license: Apache-2.0 - license_family: APACHE - size: 1303407 - timestamp: 1685304046679 + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 + md5: f2eacee8c33c43692f1ccfd33d0f50b1 + license: ISC + purls: [] + size: 155665 + timestamp: 1706843838227 - kind: conda - name: flatbuffers - version: 24.3.7 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/flatbuffers-24.3.7-h2f0025b_0.conda - sha256: 4284097708db3645f85dd0a9bbacfdd43d50ed1ad6cde0ebebfa24dac2518b83 - md5: 418752006d8190594749f21530c27fb5 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 1298784 - timestamp: 1710058440028 + name: ca-certificates + version: 2024.2.2 + build: hbcca054_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda + sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb + md5: 2f4327a1cbe7f022401b236e915a5fef + license: ISC + purls: [] + size: 155432 + timestamp: 1706843687645 - kind: conda - name: flatbuffers - version: 24.3.25 - build: h2f0025b_0 + name: ca-certificates + version: 2024.2.2 + build: hcefe29a_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 - size: 1301897 - timestamp: 1711467117 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.2.2-hcefe29a_0.conda + sha256: 0f6b34d835e26e5fa97cca4985dc46f0aba551a3a23f07c6f13cca2542b8c642 + md5: 57c226edb90c4e973b9b7503537dd339 + license: ISC + purls: [] + size: 155738 + timestamp: 1706845723412 - 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 - sha256: 0f3b8d6a958d40d5b2ac105ba0ec09f61dd4ce78cafdf99ab2d0fc298dc54d75 - md5: 2941a8c4e4871cdfa738c8c1a7611533 + name: ca-certificates + version: 2024.2.2 + build: hf0a4a13_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda + sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204 + md5: fb416a1795f18dcc5a038bc2dc54edf9 + license: ISC + purls: [] + size: 155725 + timestamp: 1706844034242 +- kind: pypi + name: cachetools + version: 5.3.3 + url: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl + sha256: 0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945 + requires_python: '>=3.7' +- kind: conda + name: cctools + version: '986' + build: h40f6528_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cctools-986-h40f6528_0.conda + sha256: 4eac1d10ddafb1dc277ddff304a7d314607c7dc99d7a77d69ed75f8fcbdf93d4 + md5: b7a2ca0062a6ee8bc4e83ec887bef942 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 1459911 - timestamp: 1711467009850 + - cctools_osx-64 986 ha1c5b94_0 + - ld64 711 ha02d983_0 + - libllvm16 >=16.0.6,<16.1.0a0 + license: APSL-2.0 + license_family: Other + purls: [] + size: 21663 + timestamp: 1710466476542 - 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 + name: cctools + version: '986' + build: h4faf515_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-986-h4faf515_0.conda + sha256: 505471dfa37dc42ba1a2c4cf65d4c4abe4c36164c8fcb0a375e3c4f3550ab3ee + md5: d81c4480e8445b13129024191231e6c5 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 1734162 - timestamp: 1711467411953 + - cctools_osx-arm64 986 h62378fb_0 + - ld64 711 h634c8be_0 + - libllvm16 >=16.0.6,<16.1.0a0 + license: APSL-2.0 + license_family: Other + purls: [] + size: 21683 + timestamp: 1710466813384 - kind: conda - name: flatbuffers - version: 24.3.25 - build: h73e2aa4_0 + name: cctools_osx-64 + version: '986' + build: ha1c5b94_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda - sha256: 3648f1822b69a4212b368b0cfa266a77accaeb60794af2b90e4178c263b2abda - md5: 728a9638664ac180b3d970b3d04cf218 + url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-986-ha1c5b94_0.conda + sha256: 16ef6a8dd367d7d4d7b3446f73ed95b07603d6b5b3256c3acab9b3a9006ef7eb + md5: a8951de2506df5649f5a3295fdfd9f2c depends: - - libcxx >=16 - license: Apache-2.0 - license_family: APACHE - size: 1330937 - timestamp: 1711467455228 + - ld64_osx-64 >=711,<712.0a0 + - libcxx + - libllvm16 >=16.0.6,<16.1.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - sigtool + constrains: + - ld64 711.* + - cctools 986.* + - clang 16.0.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 1118961 + timestamp: 1710466421642 - kind: conda - name: flatbuffers - version: 24.3.25 - build: hebf3989_0 + name: cctools_osx-arm64 + version: '986' + build: h62378fb_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/flatbuffers-24.3.25-hebf3989_0.conda - sha256: c95467f1ef83f358518cea13de8e00e3998427fc7f0dad5885f47c18aeb95ad4 - md5: f23852b1b71bc82768a6a33f6122efff + url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-986-h62378fb_0.conda + sha256: 35907653456fdd854b426060980025689670784c677e2bbecd2fcaf983cfa37c + md5: cb85035a5eceb3a0d3becc1026dbb31d depends: - - libcxx >=16 - license: Apache-2.0 - license_family: APACHE - size: 1280038 - timestamp: 1711467768202 + - ld64_osx-arm64 >=711,<712.0a0 + - libcxx + - libllvm16 >=16.0.6,<16.1.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - sigtool + constrains: + - clang 16.0.* + - ld64 711.* + - cctools 986.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 1127544 + timestamp: 1710466751857 - kind: pypi - name: fonttools - version: 4.51.0 - url: https://files.pythonhosted.org/packages/c6/b5/dc17e93f60567fa1b0fa3720c2f28e0df5293927e2356e066e87af9adaba/fonttools-4.51.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: b2b92381f37b39ba2fc98c3a45a9d6383bfc9916a87d66ccb6553f7bdd129097 + name: certifi + version: 2024.2.2 + url: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + sha256: dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1 + requires_python: '>=3.6' +- kind: pypi + name: cffi + version: 1.16.0 + url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' - - pycairo ; extra == 'all' - - matplotlib ; extra == 'all' - - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' - - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' - - pycairo ; extra == 'interpolatable' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' - - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' - - sympy ; extra == 'symfont' - - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' 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' + - pycparser requires_python: '>=3.8' - kind: pypi - name: fonttools - version: 4.51.0 - url: https://files.pythonhosted.org/packages/c5/d4/f426fa1ca42e47bcfff0c878fa9d49d9c03379d00903a7c178f95b97867a/fonttools-4.51.0-cp311-cp311-win_amd64.whl - sha256: 0f08c901d3866a8905363619e3741c33f0a83a680d92a9f0e575985c2634fcc1 + name: cffi + version: 1.16.0 + url: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl + sha256: db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' - - pycairo ; extra == 'all' - - matplotlib ; extra == 'all' - - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' - - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' - - pycairo ; extra == 'interpolatable' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' - - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' - - sympy ; extra == 'symfont' - - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' 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' + - pycparser requires_python: '>=3.8' - kind: pypi - name: fonttools - version: 4.51.0 - url: https://files.pythonhosted.org/packages/33/47/f2ca671af61757eaaac608963dda5b76ec9100621e45d0fd63a153fd8cd7/fonttools-4.51.0-cp311-cp311-macosx_10_9_universal2.whl - sha256: a8feca65bab31479d795b0d16c9a9852902e3a3c0630678efb0b2b7941ea9c74 - requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' - - pycairo ; extra == 'all' - - matplotlib ; extra == 'all' - - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' - - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' - - pycairo ; extra == 'interpolatable' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' - - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' - - sympy ; extra == 'symfont' - - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' 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' + name: cffi + version: 1.16.0 + url: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 + requires_dist: + - pycparser requires_python: '>=3.8' - kind: pypi - name: fonttools - version: 4.51.0 - url: https://files.pythonhosted.org/packages/84/51/8203a3e6e475e6766ac950638d42f45470f36c6a4f0615ff0a1c1f2ed0d6/fonttools-4.51.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 8ac27f436e8af7779f0bb4d5425aa3535270494d3bc5459ed27de3f03151e4c2 + name: cffi + version: 1.16.0 + url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' - - pycairo ; extra == 'all' - - matplotlib ; extra == 'all' - - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' - - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' - - pycairo ; extra == 'interpolatable' - - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' - - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' - - sympy ; extra == 'symfont' - - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' 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' + - pycparser requires_python: '>=3.8' - kind: pypi - name: freetype-py - version: 2.4.0 - url: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl - sha256: ce931f581d5038c4fea1f3d314254e0264e92441a5fdaef6817fe77b7bb888d3 - requires_python: '>=3.7' + name: cffi + version: 1.16.0 + url: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 + requires_dist: + - pycparser + requires_python: '>=3.8' - kind: pypi - name: freetype-py - version: 2.4.0 - url: https://files.pythonhosted.org/packages/b4/f5/4b8bb492464247236bd3dabd7734b3ea49adc63cf2e53160e830ebccb39d/freetype_py-2.4.0-py3-none-win_amd64.whl - sha256: a2620788d4f0c00bd75fee2dfca61635ab0da856131598c96e2355d5257f70e5 - requires_python: '>=3.7' + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 + requires_python: '>=3.7.0' - kind: pypi - name: freetype-py - version: 2.4.0 - url: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl - sha256: 3e0f5a91bc812f42d98a92137e86bac4ed037a29e43dafdb76d716d5732189e8 - requires_python: '>=3.7' + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl + sha256: 663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 + requires_python: '>=3.7.0' - kind: pypi - name: frozendict - version: 2.4.4 - url: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz - sha256: 3f7c031b26e4ee6a3f786ceb5e3abf1181c4ade92dce1f847da26ea2c96008c7 - requires_python: '>=3.6' + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f + requires_python: '>=3.7.0' - kind: conda - name: frozenlist - version: 1.4.1 - build: py311h05b510d_0 + name: clang + version: 16.0.6 + build: h250cd41_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16.0.6-h250cd41_7.conda + sha256: 46c99ee0944057ec6cca62c0a32f03229abecf52c2925d63a182d580e228b617 + md5: 3346e4465f2d20dec9289539151a2340 + depends: + - binutils_impl_linux-aarch64 + - clang-16 16.0.6 default_h9270250_7 + - libgcc-devel_linux-aarch64 + - sysroot_linux-aarch64 + 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: 81252 + timestamp: 1716982481071 +- kind: conda + name: clang + version: 16.0.6 + build: h39da44c_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/clang-16.0.6-h39da44c_7.conda + sha256: 4b92c188a90d84b20624649794cd95d43ee98bb4113ba58eb67be3815c5882ed + md5: 3daa26fd01e847688d42df4f98f42fd7 + depends: + - binutils_impl_linux-64 + - clang-16 16.0.6 default_h9bb3924_7 + - libgcc-devel_linux-64 + - sysroot_linux-64 + 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: 81186 + timestamp: 1716981059932 +- kind: conda + name: clang + version: 16.0.6 + build: h7bc9447_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda - sha256: 57a0b0677fbf065ae150e5a874f08d6263646acaa808ad44d01149b8abe7c739 - md5: 9dfb057a46648eb850a8a7b400ae0ae4 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h7bc9447_7.conda + sha256: 5f04b3a7e576861db61a04aa4824b8196e4cafe92c79a9290fc5eafd4531f010 + md5: 172328871c92aea74ff3b71064f66cb7 depends: - - 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/frozenlist - size: 53365 - timestamp: 1702645980217 + - clang-16 16.0.6 default_hb63da90_7 + 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: 81852 + timestamp: 1716981232520 - kind: conda - name: frozenlist - version: 1.4.1 - build: py311h459d7ec_0 + name: clang + version: 16.0.6 + build: hd4457cd_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hd4457cd_7.conda + sha256: 2efeb86a87ded2ae4021fb968a15d403619df2ce571713d7e281268208f72fd7 + md5: 0f91e4c1d9d85887db66ddbc185d65d4 + depends: + - clang-16 16.0.6 default_h4c8afb6_7 + 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: 81750 + timestamp: 1716980780083 +- kind: conda + name: clang-16 + version: 16.0.6 + build: default_h4c8afb6_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h4c8afb6_7.conda + sha256: 3bf8f0f55fb5eaed9e7f9b647ececb941a1342d14f20d7772fd4328d58912e4f + md5: c9da6a62b571cac3707db69610ed7bd3 + depends: + - __osx >=10.13 + - libclang-cpp16 16.0.6 default_h4c8afb6_7 + - 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: 758914 + timestamp: 1716980696120 +- kind: conda + name: clang-16 + version: 16.0.6 + build: default_h9270250_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-16-16.0.6-default_h9270250_7.conda + sha256: 5e9a9429dbaddc4769a442028e4f2e2603a8138c0a29b0fb60c0621cd178e9c5 + md5: 14244edadde1349179bbd25669e8c031 + depends: + - libclang-cpp16 16.0.6 default_h9270250_7 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + constrains: + - llvm-tools 16.0.6 + - clangdev 16.0.6 + - clangxx 16.0.6 + - clang-tools 16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 771938 + timestamp: 1716982428766 +- kind: conda + name: clang-16 + version: 16.0.6 + build: default_h9bb3924_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda - sha256: 56917dda8da109d51a3b25d30256365e1676f7b2fbaf793a3f003e51548bf794 - md5: b267e553a337e1878512621e374845c5 + url: https://conda.anaconda.org/conda-forge/linux-64/clang-16-16.0.6-default_h9bb3924_7.conda + sha256: fce1345e91a3620be897aa295d57c7c7a589f71e1802a66bcb0c980a5117b057 + md5: c2f72b42dd37ffd0753183e1666cb9ed depends: + - libclang-cpp16 16.0.6 default_h9bb3924_7 - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/frozenlist - size: 60669 - timestamp: 1702645612671 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + constrains: + - llvm-tools 16.0.6 + - clangdev 16.0.6 + - clang-tools 16.0.6 + - clangxx 16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 766813 + timestamp: 1716980981479 - kind: conda - name: frozenlist - version: 1.4.1 - build: py311ha68e1ae_0 + name: clang-16 + version: 16.0.6 + build: default_hb63da90_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_hb63da90_7.conda + sha256: 51358152f76a4d363459f68fa6cd8f5c88edf6bd09ec8de10970754fb1dc9c91 + md5: 73fa4ed0b361a6882bc3893f16ce0f07 + depends: + - __osx >=11.0 + - libclang-cpp16 16.0.6 default_hb63da90_7 + - libcxx >=16.0.6 + - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - clangxx 16.0.6 + - clang-tools 16.0.6 + - clangdev 16.0.6 + - llvm-tools 16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 751242 + timestamp: 1716981084563 +- kind: conda + name: clang-format + version: 16.0.6 + build: default_h204ce9a_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda - sha256: a30775ce649c48dd00c5e68a675a29e521802694a73d728a4d418ab847d80412 - md5: 60608857f155a14154a95182e56b09a7 + url: https://conda.anaconda.org/conda-forge/win-64/clang-format-16.0.6-default_h204ce9a_7.conda + sha256: 9032129d36491d87b543b431ac4b56dd7e730b355c7ac7b26cbdb1318eaeb251 + md5: 142be7bbba997bc0b10220110a273bea depends: - - 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: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/frozenlist - size: 54239 - timestamp: 1702646200957 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 1191710 + timestamp: 1716989420353 +- kind: conda + name: clang-format + version: 16.0.6 + build: default_h4c8afb6_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16.0.6-default_h4c8afb6_7.conda + sha256: c8997bc1c60f6ff4b1e0148f72452b9ec98c66e1385685a46a56add55589dc6b + md5: a5b036a1e6890fbb54e48d810e0c7ed0 + depends: + - __osx >=10.13 + - clang-format-16 16.0.6 default_h4c8afb6_7 + - 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: 82045 + timestamp: 1716981087964 - kind: conda - name: frozenlist - version: 1.4.1 - build: py311hcd402e7_0 + name: clang-format + version: 16.0.6 + build: default_h9270250_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda - sha256: d030ba61da32917f811f27a353cead99cd762159addb4cabb18c40506acfde70 - md5: f47a5e6b599d1a564bca854e6dbff2a1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16.0.6-default_h9270250_7.conda + sha256: 2a101bb0bc6e7b7b69fc1b064ea6a4d8454f36b0e8b4cf1cca575d4fc940e781 + md5: cee2f3d5816b617e48aa554c5b0a9a94 depends: + - clang-format-16 16.0.6 default_h9270250_7 + - libclang-cpp16 >=16.0.6,<16.1.0a0 - libgcc-ng >=12 - - 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/frozenlist - size: 60441 - timestamp: 1702645707187 -- kind: conda - name: frozenlist - version: 1.4.1 - build: py311he705e18_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda - sha256: 6c496e4a740f191d7ab23744d39bd6d415789f9d5dcf74ed043a16a3f8968ef4 - md5: 6b64f053b1a2e3bfe1f93c2714844ef0 - depends: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/frozenlist - size: 53105 - timestamp: 1702645839241 -- kind: pypi - name: fsspec - version: 2024.3.1 - url: https://files.pythonhosted.org/packages/93/6d/66d48b03460768f523da62a57a7e14e5e95fdf339d79e996ce3cecda2cdb/fsspec-2024.3.1-py3-none-any.whl - sha256: 918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512 - requires_dist: - - adlfs ; extra == 'abfs' - - adlfs ; extra == 'adl' - - pyarrow>=1 ; extra == 'arrow' - - dask ; extra == 'dask' - - distributed ; extra == 'dask' - - pytest ; extra == 'devel' - - pytest-cov ; extra == 'devel' - - dropboxdrivefs ; extra == 'dropbox' - - requests ; extra == 'dropbox' - - dropbox ; extra == 'dropbox' - - adlfs ; extra == 'full' - - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'full' - - dask ; extra == 'full' - - distributed ; extra == 'full' - - dropbox ; extra == 'full' - - dropboxdrivefs ; extra == 'full' - - fusepy ; extra == 'full' - - gcsfs ; extra == 'full' - - libarchive-c ; extra == 'full' - - ocifs ; extra == 'full' - - panel ; extra == 'full' - - paramiko ; extra == 'full' - - pyarrow>=1 ; extra == 'full' - - pygit2 ; extra == 'full' - - requests ; extra == 'full' - - s3fs ; extra == 'full' - - smbprotocol ; extra == 'full' - - tqdm ; extra == 'full' - - fusepy ; extra == 'fuse' - - gcsfs ; extra == 'gcs' - - pygit2 ; extra == 'git' - - requests ; extra == 'github' - - gcsfs ; extra == 'gs' - - panel ; extra == 'gui' - - pyarrow>=1 ; extra == 'hdfs' - - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'http' - - libarchive-c ; extra == 'libarchive' - - ocifs ; extra == 'oci' - - s3fs ; extra == 's3' - - paramiko ; extra == 'sftp' - - smbprotocol ; extra == 'smb' - - paramiko ; extra == 'ssh' - - tqdm ; extra == 'tqdm' - requires_python: '>=3.8' + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 81471 + timestamp: 1716982681940 - kind: conda - name: gcc - version: 12.3.0 - build: h8d2909c_2 - build_number: 2 + name: clang-format + version: 16.0.6 + build: default_h9bb3924_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_2.conda - sha256: 1bbf077688822993c39518056fb43d83ff0920eb42fef11e8714d2a298cc0f27 - md5: e2f2f81f367e14ca1f77a870bda2fe59 + url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16.0.6-default_h9bb3924_7.conda + sha256: c9cf8a813cda55c32e869f98ea007aee9979d648bb1bcde29abd0347eb5ba468 + md5: 7fcebba1887a515e885c22d4da508fbe depends: - - gcc_impl_linux-64 12.3.0.* - license: BSD-3-Clause - license_family: BSD - size: 27086 - timestamp: 1694604171830 + - clang-format-16 16.0.6 default_h9bb3924_7 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 81323 + timestamp: 1716981229957 - kind: conda - name: gcc - version: 12.3.0 - build: he80d746_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.3.0-he80d746_3.conda - sha256: b85e2482a76145f01932513304ee1eca58115f48a4d02107035272c2a2c4bed2 - md5: fe4071326b5c555a0c87081bb0427724 + name: clang-format + version: 16.0.6 + build: default_hb63da90_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16.0.6-default_hb63da90_7.conda + sha256: a7e42d2385e9f8053a567defc4a4e379e0ed6296c84e3f2dc7013aa63ef46108 + md5: 312aa587561ccc9321d595c6247f1c89 depends: - - gcc_impl_linux-aarch64 12.3.0.* - license: BSD-3-Clause - license_family: BSD - size: 27793 - timestamp: 1710259900584 + - __osx >=11.0 + - clang-format-16 16.0.6 default_hb63da90_7 + - 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: 82287 + timestamp: 1716981620952 - kind: conda - name: gcc_impl_linux-64 - version: 12.3.0 - build: he2b93b0_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda - sha256: a87826c55e6aa2ed5d17f267e6a583f7951658afaa4bf45cd5ba97f5583608b9 - md5: e89827619e73df59496c708b94f6f3d5 + name: clang-format-16 + version: 16.0.6 + build: default_h4c8afb6_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-format-16-16.0.6-default_h4c8afb6_7.conda + sha256: 8d4c6aeb7b27bd3a899ab1b45cc5779318bad38c08decc28be93d93db10d9b0f + md5: c870701e01304609bc9e07821fbb7245 depends: - - binutils_impl_linux-64 >=2.39 - - libgcc-devel_linux-64 12.3.0 h8bca6fd_105 - - libgcc-ng >=12.3.0 - - libgomp >=12.3.0 - - libsanitizer 12.3.0 h0f45ef3_5 - - libstdcxx-ng >=12.3.0 - - sysroot_linux-64 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 51856676 - timestamp: 1706820019081 + - __osx >=10.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: 119391 + timestamp: 1716981018553 - kind: conda - name: gcc_impl_linux-aarch64 - version: 12.3.0 - build: hcde2664_5 - build_number: 5 + name: clang-format-16 + version: 16.0.6 + build: default_h9270250_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.3.0-hcde2664_5.conda - sha256: c9d333af50695a002173fbfd906278b7709993139e65523c484853a70e769d06 - md5: 07e2aacd52ad96db11f72558be9ad6ab + url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-format-16-16.0.6-default_h9270250_7.conda + sha256: 3c7f55e45be982d76396f479c28e2eb86078e97583ccd60321a11cb011a8139d + md5: 90da310a4b4fa7239856ed2e474e7982 depends: - - binutils_impl_linux-aarch64 >=2.39 - - libgcc-devel_linux-aarch64 12.3.0 h8b5ab12_105 - - libgcc-ng >=12.3.0 - - libgomp >=12.3.0 - - libsanitizer 12.3.0 h8ebda82_5 - - libstdcxx-ng >=12.3.0 - - sysroot_linux-aarch64 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 47107717 - timestamp: 1706820306980 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 122682 + timestamp: 1716982641501 - kind: conda - name: gcc_linux-64 - version: 12.3.0 - build: h76fc315_2 - build_number: 2 + name: clang-format-16 + version: 16.0.6 + build: default_h9bb3924_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h76fc315_2.conda - sha256: 86f6db7399ec0362e4c4025939debbfebc8ad9ccef75e3c0e4069f85b149f24d - md5: 11517e7b5c910c5b5d6985c0c7eb7f50 + url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-16-16.0.6-default_h9bb3924_7.conda + sha256: 259e8c6c8ea7aad82f2b44f342d19c8d49bf6976b430d597f79abdbb57a27a21 + md5: c6879d9abbbd22bb14748f07e3970359 depends: - - binutils_linux-64 2.40 hbdbef99_2 - - gcc_impl_linux-64 12.3.0.* - - sysroot_linux-64 - license: BSD-3-Clause - license_family: BSD - size: 30351 - timestamp: 1694604476800 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 121407 + timestamp: 1716981189211 - kind: conda - name: gcc_linux-aarch64 - version: 12.3.0 - build: h9622932_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-12.3.0-h9622932_3.conda - sha256: fabd666508f2c814d9372a46e5abb19bd5f53b66e67c9fee0d577fc0bdc292f2 - md5: 0f77e0c3b8902a8c44b9814701e6f0a5 + name: clang-format-16 + version: 16.0.6 + build: default_hb63da90_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-16-16.0.6-default_hb63da90_7.conda + sha256: e6fa4be023a482ca6a1987eaf9b2c8172d8366462c7202c915ca394ae82ce716 + md5: fca202043ff25d5534fbdd9e47c2e277 depends: - - binutils_linux-aarch64 2.40 h95d2017_3 - - gcc_impl_linux-aarch64 12.3.0.* - - sysroot_linux-aarch64 - license: BSD-3-Clause - license_family: BSD - size: 30943 - timestamp: 1710260225977 -- kind: pypi - name: gesture-detection - version: 0.1.0 - path: examples/python/gesture_detection - sha256: 36dfc4cc822ee47f7aa29ba951bab8a94e96b9fd737daa324a441e6962a620bd - requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' - - numpy - - opencv-python>4.9 - - requests>=2.31,<3 - - rerun-sdk - - tqdm - requires_python: <3.12 - editable: true + - __osx >=11.0 + - 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: 117618 + timestamp: 1716981527386 - kind: conda - name: gflags - version: 2.2.2 - build: h54f1f3f_1004 - build_number: 1004 + name: clang-tools + version: 16.0.6 + build: default_h204ce9a_7 + build_number: 7 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/clang-tools-16.0.6-default_h204ce9a_7.conda + sha256: 28afe9a8ca78547180242ce6cc3d5c005f1da0c58c9c3db08a367c7fd34b9c68 + md5: 38f71b2ebd1aef56c53d0da2aea7313e + depends: + - clang-format 16.0.6 default_h204ce9a_7 + - libclang13 >=16.0.6 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.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: 226873897 + timestamp: 1716989703825 +- kind: conda + name: clang-tools + version: 16.0.6 + build: default_h4c8afb6_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-tools-16.0.6-default_h4c8afb6_7.conda + sha256: edba19c40de51376e747c0f72e1cf7bd4cc38d1b7638a723147135fb70b14034 + md5: 30cb15322746737c7994ca6711ab1d3e + depends: + - __osx >=10.13 + - clang-format 16.0.6 default_h4c8afb6_7 + - 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: 18170518 + timestamp: 1716981633981 +- kind: conda + name: clang-tools + version: 16.0.6 + build: default_h9270250_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 - sha256: c72f18b94048df5525d8ae73a9efb8d830048b70328d63738d91d3ea54e55b91 - md5: f286d3464cc8d467c92e4f17990c98c1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/clang-tools-16.0.6-default_h9270250_7.conda + sha256: 2f7a7bdda43f2b3783b323d599e291f175ece4b457881736655dbd90e0c7a2f1 + md5: d16c66ce5035abfb67f8a8931b7abffc depends: - - libgcc-ng >=7.5.0 - - libstdcxx-ng >=7.5.0 - license: BSD-3-Clause - license_family: BSD - size: 124596 - timestamp: 1599590718502 + - clang-format 16.0.6 default_h9270250_7 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang13 >=16.0.6 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + 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: 26966995 + timestamp: 1716982735746 - kind: conda - name: gflags - version: 2.2.2 - build: hb1e8313_1004 - build_number: 1004 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 - md5: 3f59cc77a929537e42120faf104e0d16 + name: clang-tools + version: 16.0.6 + build: default_h9bb3924_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-16.0.6-default_h9bb3924_7.conda + sha256: 7ed737b9a911e5c961efa2a55ebc6c9209f9d735fefe6978af5ab35199c5d436 + md5: 859def5aeb7a05edc4245021987bcc3f depends: - - libcxx >=10.0.1 - license: BSD-3-Clause - license_family: BSD - size: 94612 - timestamp: 1599590973213 + - clang-format 16.0.6 default_h9bb3924_7 + - libclang-cpp16 >=16.0.6,<16.1.0a0 + - libclang13 >=16.0.6 + - libgcc-ng >=12 + - libllvm16 >=16.0.6,<16.1.0a0 + - libstdcxx-ng >=12 + 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: 26769479 + timestamp: 1716981273483 - kind: conda - name: gflags - version: 2.2.2 - build: hc88da5d_1004 - build_number: 1004 + name: clang-tools + version: 16.0.6 + build: default_hb63da90_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - sha256: 25d4a20af2e5ace95fdec88970f6d190e77e20074d2f6d3cef766198b76a4289 - md5: aab9ddfad863e9ef81229a1f8852211b + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-tools-16.0.6-default_hb63da90_7.conda + sha256: 86b56e4a7da0d239c3d98d13943140f9d817efc88a49fd470ce2fe32c19f5d25 + md5: 057abde87af6e874c44ffadcdb3a9b9d depends: - - libcxx >=11.0.0.rc1 - license: BSD-3-Clause - license_family: BSD - size: 86690 - timestamp: 1599590990520 + - __osx >=11.0 + - clang-format 16.0.6 default_hb63da90_7 + - 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: 17102635 + timestamp: 1716982135691 - kind: conda - name: gflags - version: 2.2.2 - build: he1b5a44_1004 - build_number: 1004 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - md5: cddaf2c63ea4a5901cf09524c490ecdc + name: clang_impl_osx-64 + version: 16.0.6 + build: h8787910_15 + build_number: 15 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_15.conda + sha256: 2bf8acbe3590ffc25398b4c9dac85d5937b39f2ea51c8347a02836848783e260 + md5: 4604a48f32935cd5d6e6a48e818b7eb0 depends: - - libgcc-ng >=7.5.0 - - libstdcxx-ng >=7.5.0 + - cctools_osx-64 + - clang 16.0.6.* + - compiler-rt 16.0.6.* + - ld64_osx-64 + - llvm-tools 16.0.6.* license: BSD-3-Clause license_family: BSD - size: 116549 - timestamp: 1594303828933 + purls: [] + size: 17500 + timestamp: 1716758662891 - kind: conda - name: gitdb - version: 4.0.11 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b - md5: 623b19f616f2ca0c261441067e18ae40 + name: clang_impl_osx-arm64 + version: 16.0.6 + build: hc421ffc_15 + build_number: 15 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_15.conda + sha256: 7a6f213f73bae398a66dcde42375e0b13173ab005b292a9539bf978e4f86d808 + md5: 327e0c0022c1db7c390622c247483652 depends: - - python >=3.7 - - smmap >=3.0.1,<6 - arch: x86_64 - platform: win + - cctools_osx-arm64 + - clang 16.0.6.* + - compiler-rt 16.0.6.* + - ld64_osx-arm64 + - llvm-tools 16.0.6.* license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/gitdb - size: 52872 - timestamp: 1697791718749 -- kind: conda - name: gitignore-parser - version: 0.1.9 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitignore-parser-0.1.9-pyhd8ed1ab_0.conda - sha256: c35e803e65892d2757a9d713fd03bac57b7f5a38cbbb19ccc067831f3df409b4 - md5: d7a00f5bb919ecb71b3da47f33b23825 - depends: - - python >=3.7 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/gitignore-parser - size: 11371 - timestamp: 1696511979480 -- 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 - sha256: 10b3621e508e6c647eae4c52d48ff2659f4f0b426d6dd5979ccc7475d5383eb6 - md5: 251ce4bb7b478eacf297b1fb8eb838bb - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gitignore-parser@0.1.11 - size: 11460 - timestamp: 1705776957779 + purls: [] + size: 17562 + timestamp: 1716758701036 - kind: conda - name: gitpython - version: 3.1.40 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.40-pyhd8ed1ab_0.conda - sha256: 6b85809ffbfe5c1887b674bf0492cc4dd1ac8a25f4d9fa20ef404be92186259b - md5: 6bf74c3b7c13079a91d4bd3da51cefcf + name: clang_osx-64 + version: 16.0.6 + build: hb91bd55_15 + build_number: 15 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_15.conda + sha256: fa671e245773815a8fd16a1f27f046ea159277ca63343ac438c29ad34dbf2ba8 + md5: dc667dff0fefcb19ab8318e9518011f3 depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - arch: x86_64 - platform: win + - clang_impl_osx-64 16.0.6 h8787910_15 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/gitpython - size: 147305 - timestamp: 1697650463508 + purls: [] + size: 20534 + timestamp: 1716758669450 - kind: conda - name: gitpython - version: 3.1.41 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.41-pyhd8ed1ab_0.conda - sha256: cf3c45156feec1fe8adfd3552ed70f4218e9771643cca8dd2673bca9dea04c9c - md5: 84874a90c312088f7b5e63402fc44a58 + name: clang_osx-arm64 + version: 16.0.6 + build: h54d7cd3_15 + build_number: 15 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_15.conda + sha256: d45e3077906bab088b0b9a5ced9bba306189fddb229a975090594ca6bb9b71bf + md5: d9f7d9cd0d0f6650864edbb70da2bac4 depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 + - clang_impl_osx-arm64 16.0.6 hc421ffc_15 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/gitpython - size: 150528 - timestamp: 1704911329345 + purls: [] + size: 20499 + timestamp: 1716758707804 - kind: conda - name: gitpython - version: 3.1.42 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.42-pyhd8ed1ab_0.conda - sha256: a11e1cf4404157467d0f51906d1db80bcb8bfe4bb3d3eba703b28e981ea7e308 - md5: 6bc8e496351bafd761c0922c3ebd989a + name: clangxx + version: 16.0.6 + build: default_h095aff0_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h095aff0_7.conda + sha256: 0daea36dfbd5fc8f86ef987b04a684c7eb492fbf2d74c6329e856e029a786dcd + md5: 3605798690eee4fa8f82ac6519caba2a depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitpython - size: 149604 - timestamp: 1708069389374 + - clang 16.0.6 h7bc9447_7 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 82005 + timestamp: 1716981247780 - 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 - sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a - md5: 0b2154c1818111e17381b1df5b4b0176 + name: clangxx + version: 16.0.6 + build: default_ha3b9224_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_ha3b9224_7.conda + sha256: 9e3492ddc9fe706d88795b70fd662a7703d9157f94d3e5cd062f70f731c691ff + md5: 00c8a212cbbd427dcbcc4231b23ddc5e depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 + - clang 16.0.6 hd4457cd_7 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 81879 + timestamp: 1716980792681 +- kind: conda + name: clangxx_impl_osx-64 + version: 16.0.6 + build: h6d92fbe_15 + build_number: 15 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_15.conda + sha256: e0b9f2436514ac5e79a66dcd4fc3f61ebb79e2f025647c87963c58587340853b + md5: 0e9dfa5ea554d23a3ad1f373470f84a2 + depends: + - clang_osx-64 16.0.6 hb91bd55_15 + - clangxx 16.0.6.* + - libcxx >=16 + - libllvm16 >=16.0.6,<16.1.0a0 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/gitpython@3.1.43 - size: 156827 - timestamp: 1711991122366 + purls: [] + size: 17585 + timestamp: 1716758703238 - kind: conda - name: glog - version: 0.6.0 - build: h6da1cb0_0 + name: clangxx_impl_osx-arm64 + version: 16.0.6 + build: hcd7bac0_15 + build_number: 15 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 - sha256: 4d772c42477f64be708594ac45870feba3e838977871118eb25e00deb0e9a73c - md5: 5a570729c7709399cf8511aeeda6f989 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_15.conda + sha256: b6734a6857412a4e84e11ccfed6ae69df141d77eaa4400a3fbe1c01863608275 + md5: 6a1fb927362d036f4964ef9ad74e8df0 depends: - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=12.0.1 + - clang_osx-arm64 16.0.6 h54d7cd3_15 + - clangxx 16.0.6.* + - libcxx >=16 + - libllvm16 >=16.0.6,<16.1.0a0 license: BSD-3-Clause license_family: BSD - size: 97658 - timestamp: 1649144191039 + purls: [] + size: 17661 + timestamp: 1716758733558 - kind: conda - name: glog - version: 0.6.0 - build: h6f12383_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 - sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - md5: b31f3565cb84435407594e548a2fb7b2 + name: clangxx_osx-64 + version: 16.0.6 + build: hb91bd55_15 + build_number: 15 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_15.conda + sha256: 1e16d2133f04a5bac0b35809a0fd65db7e6a4634db313591cf31101d7477a904 + md5: 3d3b8b7b99770601759ef8bc23264df2 depends: - - gflags >=2.2.2,<2.3.0a0 - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 + - clang_osx-64 16.0.6 hb91bd55_15 + - clangxx_impl_osx-64 16.0.6 h6d92fbe_15 license: BSD-3-Clause license_family: BSD - size: 114321 - timestamp: 1649143789233 + purls: [] + size: 19275 + timestamp: 1716758709686 - kind: conda - name: glog - version: 0.6.0 - build: h8ac2a54_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 - sha256: fdb38560094fb4a952346dc72a79b3cb09e23e4d0cae9ba4f524e6e88203d3c8 - md5: 69eb97ca709a136c53fdca1f2fd33ddf + name: clangxx_osx-arm64 + version: 16.0.6 + build: h54d7cd3_15 + build_number: 15 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_15.conda + sha256: 889f26a0db11f5aa142fdd3aff07dc2ecb815d15dd5193d13366aa74c87c5110 + md5: 1a54f30253dbc52aef6b06304982d089 depends: - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=12.0.1 + - clang_osx-arm64 16.0.6 h54d7cd3_15 + - clangxx_impl_osx-arm64 16.0.6 hcd7bac0_15 license: BSD-3-Clause license_family: BSD - size: 100624 - timestamp: 1649143914155 + purls: [] + size: 19221 + timestamp: 1716758740702 +- kind: pypi + 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_version < '3.8' + requires_python: '>=3.7' +- kind: pypi + name: clock + version: 0.1.0 + path: examples/python/clock + sha256: 1ae48a7222b2fc2bd9942a31bb48fefb34225a946859ad95c25ad00bfb754cd7 + requires_dist: + - numpy + - rerun-sdk + editable: true - kind: conda - name: glog - version: 0.7.0 - build: h31b1b29_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda - sha256: 49d39c6b0c38d9f2badfc37450ea45a40493669561d588ee81d9e5b7ed4478b7 - md5: bda05f8f4c205124348c764dd82db33a + 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: - - __osx >=10.12 - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=16 + - 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,<1.3.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 - size: 115506 - timestamp: 1708261022187 + purls: [] + size: 16007289 + timestamp: 1695270816826 - kind: conda - name: glog - version: 0.7.0 - build: ha63034d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda - sha256: 5b03faf3e29d277f03db2609399408182a2ee1af10986eed5a334e0d98f4e526 - md5: 70e70f34821c33530baeefd3ad1229bd + 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 + sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12 + md5: 4c0101485c452ea86f846523c4fae698 depends: - - gflags >=2.2.2,<2.3.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 + - libuv >=1.46.0,<2.0a0 + - libzlib >=1.2.13,<1.3.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 - size: 147076 - timestamp: 1708260860922 + purls: [] + size: 18494905 + timestamp: 1695269729661 - kind: conda - name: glog - version: 0.7.0 - build: hc6770e3_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda - sha256: eba67027affe097ef11e4e9ffbb131a5b2ca3494d1b50e5cc1dd337813b1ab5c - md5: 359f6720ba65b7a38b46a85d5ae13338 + 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 + sha256: 099e3d6deac7fc29251552f87b59ee7299582caf291a20de71107327a4aded57 + md5: e20b2e0185007a671ebbb72f4353d70b depends: - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=16 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libuv >=1.46.0,<2.0a0 + - libzlib >=1.2.13,<1.3.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 - size: 110059 - timestamp: 1708261049813 + purls: [] + size: 17776308 + timestamp: 1695269663260 - kind: conda - name: glog - version: 0.7.0 - build: hed5481d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda - sha256: 19f41db8f189ed9caec68ffb9ec97d5518b5ee6b58e0636d185f392f688a84a1 - md5: a9ea19c48e11754899299f8123070f4e + 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 depends: - - gflags >=2.2.2,<2.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - 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,<1.3.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 - size: 143596 - timestamp: 1708260910243 -- kind: pypi - name: google-api-core - version: 2.18.0 - url: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl - sha256: 5a63aa102e0049abe85b5b88cb9409234c1f70afcda21ce1e40b285b9629c1d6 - 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,<5.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 - - 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_version >= '3.11' and extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.49.1 ; python_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' - requires_python: '>=3.7' -- kind: pypi - name: google-auth - version: 2.29.0 - url: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl - sha256: d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415 - requires_dist: - - cachetools<6.0,>=2.0.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' - - cryptography==36.0.2 ; extra == 'enterprise_cert' - - pyopenssl==22.0.0 ; 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' - requires_python: '>=3.7' -- kind: pypi - 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 - - importlib-metadata>1.0.0 ; python_version < '3.8' - - grpcio<2.0.dev0,>=1.38.0 ; extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.38.0 ; extra == 'grpc' - requires_python: '>=3.7' -- kind: pypi - 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-resumable-media>=2.3.2 - - requests<3.0.0.dev0,>=2.18.0 - - protobuf<5.0.0.dev0 ; extra == 'protobuf' - requires_python: '>=3.7' -- kind: pypi - name: google-crc32c - version: 1.5.0 - url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 - requires_dist: - - pytest ; extra == 'testing' - requires_python: '>=3.7' -- kind: pypi - name: google-crc32c - version: 1.5.0 - url: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 7c42c70cd1d362284289c6273adda4c6af8039a8ae12dc451dcd61cdabb8ab57 - requires_dist: - - pytest ; extra == 'testing' - requires_python: '>=3.7' -- kind: pypi - name: google-crc32c - version: 1.5.0 - url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 - requires_dist: - - pytest ; extra == 'testing' - requires_python: '>=3.7' -- kind: pypi - name: google-crc32c - version: 1.5.0 - url: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl - sha256: cae0274952c079886567f3f4f685bcaf5708f0a23a5f5216fdab71f81a6c0273 - requires_dist: - - pytest ; extra == 'testing' - requires_python: '>=3.7' -- kind: pypi - name: google-crc32c - version: 1.5.0 - url: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl - sha256: ba1eb1843304b1e5537e1fca632fa894d6f6deca8d6389636ee5b4797affb968 - requires_dist: - - pytest ; extra == 'testing' - requires_python: '>=3.7' -- kind: pypi - name: google-resumable-media - version: 2.7.0 - url: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl - sha256: 79543cfe433b63fd81c0844b7803aba1bb8950b47bedf7d980c38fa123937e08 - 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' - requires_python: '>=3.7' -- kind: pypi - name: googleapis-common-protos - version: 1.63.0 - url: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl - sha256: ae45f75702f7c08b541f750854a678bd8f534a1a6bace6afe975f1d0a82d6632 - requires_dist: - - protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 - - grpcio<2.0.0.dev0,>=1.44.0 ; extra == 'grpc' - requires_python: '>=3.7' -- kind: pypi - 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 - - multidict - - protobuf>=3.20.0 ; extra == 'protobuf' - requires_python: '>=3.7' -- kind: conda - name: gxx - version: 12.3.0 - build: h8d2909c_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h8d2909c_2.conda - sha256: 5fd65768fb602fd21466831c96e7a2355a4df692507abbd481aa65a777151d85 - md5: 673bac341be6b90ef9e8abae7e52ca46 + 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 depends: - - gcc 12.3.0.* - - gxx_impl_linux-64 12.3.0.* + - 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,<1.3.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 - size: 26539 - timestamp: 1694604501713 + purls: [] + size: 16525734 + timestamp: 1695270838345 +- kind: pypi + 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: gxx - version: 12.3.0 - build: he80d746_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.3.0-he80d746_3.conda - sha256: b26da37112ab50b8a7ae316ccd19451c486e6f4042011fa0292b97baa4140d2a - md5: 73d7d6aaf1c41cefe3585ddd89eb4035 + 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 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 depends: - - gcc 12.3.0.* - - gxx_impl_linux-aarch64 12.3.0.* + - python >=3.7 license: BSD-3-Clause license_family: BSD - size: 27304 - timestamp: 1710260259320 + purls: + - pkg:pypi/colorama?source=conda-forge-mapping + size: 25170 + timestamp: 1666700778190 +- kind: pypi + name: colorlog + version: 6.8.2 + url: https://files.pythonhosted.org/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl + sha256: 4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33 + requires_dist: + - colorama ; sys_platform == 'win32' + - black ; extra == 'development' + - flake8 ; extra == 'development' + - mypy ; extra == 'development' + - pytest ; extra == 'development' + - types-colorama ; extra == 'development' + requires_python: '>=3.6' - kind: conda - name: gxx_impl_linux-64 - version: 12.3.0 - build: he2b93b0_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda - sha256: 69371a1e8ad718b033bc1c58743a395e06ad19d08a2ff97e264ed82fd3ccbd9c - md5: cddba8fd94e52012abea1caad722b9c2 + 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 depends: - - gcc_impl_linux-64 12.3.0 he2b93b0_5 - - libstdcxx-devel_linux-64 12.3.0 h8bca6fd_105 - - sysroot_linux-64 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 12742481 - timestamp: 1706820327015 + - clang 16.0.6.* + - clangxx 16.0.6.* + - compiler-rt_osx-arm64 16.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + purls: [] + size: 93724 + timestamp: 1701467327657 - kind: conda - name: gxx_impl_linux-aarch64 - version: 12.3.0 - build: hcde2664_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.3.0-hcde2664_5.conda - sha256: 0efcc3ecf96692c08a9158b2b28a70b13e1c0ec5f301c026a302fe47b74f8b3c - md5: 88d365e3c078988887fc92e58228a5b4 + 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 depends: - - gcc_impl_linux-aarch64 12.3.0 hcde2664_5 - - libstdcxx-devel_linux-aarch64 12.3.0 h8b5ab12_105 - - sysroot_linux-aarch64 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 11490051 - timestamp: 1706820597770 + - clang 16.0.6.* + - clangxx 16.0.6.* + - compiler-rt_osx-64 16.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + purls: [] + size: 94198 + timestamp: 1701467261175 - kind: conda - name: gxx_linux-64 - version: 12.3.0 - build: h8a814eb_2 + name: compiler-rt_osx-64 + version: 16.0.6 + build: ha38d28d_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h8a814eb_2.conda - sha256: 9878771cf1316230150a795d213a2f1dd7dead07dc0bccafae20533d631d5e69 - md5: f517b1525e9783849bd56a5dc45a9960 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-16.0.6-ha38d28d_2.conda + sha256: 75270bd8e306967f6e1a8c17d14f2dfe76602a5c162088f3ea98034fe3d71e0c + md5: 7a46507edc35c6c8818db0adaf8d787f depends: - - binutils_linux-64 2.40 hbdbef99_2 - - gcc_linux-64 12.3.0 h76fc315_2 - - gxx_impl_linux-64 12.3.0.* - - sysroot_linux-64 - license: BSD-3-Clause - license_family: BSD - size: 28640 - timestamp: 1694604524890 + - clang 16.0.6.* + - clangxx 16.0.6.* + constrains: + - compiler-rt 16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + purls: [] + size: 9895261 + timestamp: 1701467223753 - kind: conda - name: gxx_linux-aarch64 - version: 12.3.0 - build: h3d1e521_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-12.3.0-h3d1e521_3.conda - sha256: 9d2c7649e9341ed218aef701e1db15d8cea4e70d19c4dbf8f9efe06d2c5a0b14 - md5: f1ac1d0d0b1afcbe3a8ad3a0b33aeaf4 + 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 + sha256: 61f1a10e6e8ec147f17c5e36cf1c2fe77ac6d1907b05443fa319fd59be20fa33 + md5: 8c7d77d888e1a218cccd9e82b1458ec6 depends: - - binutils_linux-aarch64 2.40 h95d2017_3 - - gcc_linux-aarch64 12.3.0 h9622932_3 - - gxx_impl_linux-aarch64 12.3.0.* - - sysroot_linux-aarch64 - license: BSD-3-Clause - license_family: BSD - size: 29283 - timestamp: 1710260291746 + - clang 16.0.6.* + - clangxx 16.0.6.* + constrains: + - compiler-rt 16.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + purls: [] + size: 9829914 + timestamp: 1701467293179 - kind: pypi - 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 + name: contourpy + version: 1.2.1 + url: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72 requires_dist: - - hyperframe<7,>=6.0 - - hpack<5,>=4.0 - requires_python: '>=3.6.1' + - numpy>=1.20 + - furo ; extra == 'docs' + - sphinx>=7.2 ; extra == 'docs' + - sphinx-copybutton ; extra == 'docs' + - bokeh ; extra == 'bokeh' + - selenium ; extra == 'bokeh' + - contourpy[bokeh,docs] ; extra == 'mypy' + - docutils-stubs ; extra == 'mypy' + - mypy==1.8.0 ; extra == 'mypy' + - types-pillow ; extra == 'mypy' + - contourpy[test-no-images] ; extra == 'test' + - matplotlib ; extra == 'test' + - pillow ; extra == 'test' + - pytest ; extra == 'test-no-images' + - pytest-cov ; extra == 'test-no-images' + - pytest-xdist ; extra == 'test-no-images' + - wurlitzer ; extra == 'test-no-images' + requires_python: '>=3.9' - kind: pypi - 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' + name: contourpy + version: 1.2.1 + url: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5 + requires_dist: + - numpy>=1.20 + - furo ; extra == 'docs' + - sphinx>=7.2 ; extra == 'docs' + - sphinx-copybutton ; extra == 'docs' + - bokeh ; extra == 'bokeh' + - selenium ; extra == 'bokeh' + - contourpy[bokeh,docs] ; extra == 'mypy' + - docutils-stubs ; extra == 'mypy' + - mypy==1.8.0 ; extra == 'mypy' + - types-pillow ; extra == 'mypy' + - contourpy[test-no-images] ; extra == 'test' + - matplotlib ; extra == 'test' + - pillow ; extra == 'test' + - pytest ; extra == 'test-no-images' + - pytest-cov ; extra == 'test-no-images' + - pytest-xdist ; extra == 'test-no-images' + - wurlitzer ; extra == 'test-no-images' + requires_python: '>=3.9' - kind: pypi - name: html5lib - version: '1.1' - url: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl - sha256: 0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d + name: contourpy + version: 1.2.1 + url: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl + sha256: 2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922 requires_dist: - - six>=1.9 - - webencodings - - genshi ; extra == 'all' - - chardet>=2.2 ; extra == 'all' - - lxml ; platform_python_implementation == 'CPython' and extra == 'all' - - chardet>=2.2 ; extra == 'chardet' - - 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.*' + - numpy>=1.20 + - furo ; extra == 'docs' + - sphinx>=7.2 ; extra == 'docs' + - sphinx-copybutton ; extra == 'docs' + - bokeh ; extra == 'bokeh' + - selenium ; extra == 'bokeh' + - contourpy[bokeh,docs] ; extra == 'mypy' + - docutils-stubs ; extra == 'mypy' + - mypy==1.8.0 ; extra == 'mypy' + - types-pillow ; extra == 'mypy' + - contourpy[test-no-images] ; extra == 'test' + - matplotlib ; extra == 'test' + - pillow ; extra == 'test' + - pytest ; extra == 'test-no-images' + - pytest-cov ; extra == 'test-no-images' + - pytest-xdist ; extra == 'test-no-images' + - wurlitzer ; extra == 'test-no-images' + requires_python: '>=3.9' - kind: pypi - name: huggingface-hub - version: 0.23.0 - url: https://files.pythonhosted.org/packages/21/2b/516f82c5ba9beb184b24c11976be2ad5e80fb7fe6b2796c887087144445e/huggingface_hub-0.23.0-py3-none-any.whl - sha256: 075c30d48ee7db2bba779190dc526d2c11d422aed6f9044c5e2fdc2c432fdb91 + name: contourpy + version: 1.2.1 + url: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df requires_dist: - - filelock - - fsspec>=2023.5.0 - - packaging>=20.9 - - pyyaml>=5.1 - - requests - - tqdm>=4.42.1 - - typing-extensions>=3.7.4.3 - - inquirerpy==0.3.4 ; extra == 'all' - - aiohttp ; extra == 'all' - - minijinja>=1.0 ; extra == 'all' - - jedi ; extra == 'all' - - jinja2 ; extra == 'all' - - pytest ; extra == 'all' - - pytest-cov ; extra == 'all' - - pytest-env ; extra == 'all' - - pytest-xdist ; extra == 'all' - - pytest-vcr ; extra == 'all' - - pytest-asyncio ; extra == 'all' - - pytest-rerunfailures ; extra == 'all' - - urllib3<2.0 ; extra == 'all' - - soundfile ; extra == 'all' - - pillow ; extra == 'all' - - gradio ; extra == 'all' - - numpy ; extra == 'all' - - fastapi ; extra == 'all' - - ruff>=0.3.0 ; extra == 'all' - - mypy==1.5.1 ; extra == 'all' - - typing-extensions>=4.8.0 ; extra == 'all' - - types-pyyaml ; extra == 'all' - - types-requests ; extra == 'all' - - types-simplejson ; extra == 'all' - - types-toml ; extra == 'all' - - types-tqdm ; extra == 'all' - - types-urllib3 ; extra == 'all' - - inquirerpy==0.3.4 ; extra == 'cli' - - inquirerpy==0.3.4 ; extra == 'dev' - - aiohttp ; extra == 'dev' - - minijinja>=1.0 ; extra == 'dev' - - jedi ; extra == 'dev' - - jinja2 ; extra == 'dev' - - pytest ; extra == 'dev' - - pytest-cov ; extra == 'dev' - - pytest-env ; extra == 'dev' - - pytest-xdist ; extra == 'dev' - - pytest-vcr ; extra == 'dev' - - pytest-asyncio ; extra == 'dev' - - pytest-rerunfailures ; extra == 'dev' - - urllib3<2.0 ; extra == 'dev' - - soundfile ; extra == 'dev' - - pillow ; extra == 'dev' - - gradio ; extra == 'dev' - - numpy ; extra == 'dev' - - fastapi ; extra == 'dev' - - ruff>=0.3.0 ; extra == 'dev' - - mypy==1.5.1 ; extra == 'dev' - - typing-extensions>=4.8.0 ; extra == 'dev' - - types-pyyaml ; extra == 'dev' - - types-requests ; extra == 'dev' - - types-simplejson ; extra == 'dev' - - types-toml ; extra == 'dev' - - types-tqdm ; extra == 'dev' - - types-urllib3 ; extra == 'dev' - - toml ; extra == 'fastai' - - fastai>=2.4 ; extra == 'fastai' - - fastcore>=1.3.27 ; extra == 'fastai' - - hf-transfer>=0.1.4 ; extra == 'hf_transfer' - - aiohttp ; extra == 'inference' - - minijinja>=1.0 ; extra == 'inference' - - ruff>=0.3.0 ; extra == 'quality' - - mypy==1.5.1 ; extra == 'quality' - - tensorflow ; extra == 'tensorflow' - - pydot ; extra == 'tensorflow' - - graphviz ; extra == 'tensorflow' - - tensorflow ; extra == 'tensorflow-testing' - - keras<3.0 ; extra == 'tensorflow-testing' - - inquirerpy==0.3.4 ; extra == 'testing' - - aiohttp ; extra == 'testing' - - minijinja>=1.0 ; extra == 'testing' - - jedi ; extra == 'testing' - - jinja2 ; extra == 'testing' - - pytest ; extra == 'testing' - - pytest-cov ; extra == 'testing' - - pytest-env ; extra == 'testing' - - pytest-xdist ; extra == 'testing' - - pytest-vcr ; extra == 'testing' - - pytest-asyncio ; extra == 'testing' - - pytest-rerunfailures ; extra == 'testing' - - urllib3<2.0 ; extra == 'testing' - - soundfile ; extra == 'testing' - - pillow ; extra == 'testing' - - gradio ; extra == 'testing' - - numpy ; extra == 'testing' - - fastapi ; extra == 'testing' - - torch ; extra == 'torch' - - safetensors ; extra == 'torch' - - typing-extensions>=4.8.0 ; extra == 'typing' - - types-pyyaml ; extra == 'typing' - - types-requests ; extra == 'typing' - - types-simplejson ; extra == 'typing' - - types-toml ; extra == 'typing' - - types-tqdm ; extra == 'typing' - - types-urllib3 ; extra == 'typing' - requires_python: '>=3.8.0' + - numpy>=1.20 + - furo ; extra == 'docs' + - sphinx>=7.2 ; extra == 'docs' + - sphinx-copybutton ; extra == 'docs' + - bokeh ; extra == 'bokeh' + - selenium ; extra == 'bokeh' + - contourpy[bokeh,docs] ; extra == 'mypy' + - docutils-stubs ; extra == 'mypy' + - mypy==1.8.0 ; extra == 'mypy' + - types-pillow ; extra == 'mypy' + - contourpy[test-no-images] ; extra == 'test' + - matplotlib ; extra == 'test' + - pillow ; extra == 'test' + - pytest ; extra == 'test-no-images' + - pytest-cov ; extra == 'test-no-images' + - pytest-xdist ; extra == 'test-no-images' + - wurlitzer ; extra == 'test-no-images' + requires_python: '>=3.9' - kind: pypi - name: human-pose-tracking + name: controlnet version: 0.1.0 - path: examples/python/human_pose_tracking - sha256: 8a80b67528d3f6d0c82671dc5c36cf551faa4b879f4434f0d386d8ef85666e86 + path: examples/python/controlnet + sha256: 8ae055c0b8b0dd7757e4e666f6163172859044d4090830aecbec3460cdb318ee requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' + - accelerate + - opencv-python + - pillow + - diffusers==0.27.2 - numpy - - opencv-python>4.6 - - requests>=2.31,<3 + - torch==2.2.2 + - transformers - rerun-sdk - requires_python: <3.12 + requires_python: '>=3.10' editable: true - kind: pypi - name: humanize - version: 4.9.0 - url: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl - sha256: ce284a76d5b1377fd8836733b983bfb0b76f1aa1c090de2566fcf008d7f6ab16 + 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: - - freezegun ; extra == 'tests' - - pytest ; extra == 'tests' - - pytest-cov ; extra == 'tests' - requires_python: '>=3.8' + - cffi>=1.12 + - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - sphinx-rtd-theme ; extra == 'docs' + - pyenchant>=1.6.11 ; extra == 'docstest' + - twine>=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - black ; extra == 'pep8test' + - flake8 ; extra == 'pep8test' + - flake8-import-order ; extra == 'pep8test' + - pep8-naming ; extra == 'pep8test' + - setuptools-rust>=0.11.4 ; extra == 'sdist' + - bcrypt>=3.1.5 ; extra == 'ssh' + - pytest>=6.2.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-subtests ; extra == 'test' + - pytest-xdist ; extra == 'test' + - pretend ; extra == 'test' + - iso8601 ; extra == 'test' + - pytz ; extra == 'test' + - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + requires_python: '>=3.6' +- kind: pypi + 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-rtd-theme ; extra == 'docs' + - pyenchant>=1.6.11 ; extra == 'docstest' + - twine>=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - black ; extra == 'pep8test' + - flake8 ; extra == 'pep8test' + - flake8-import-order ; extra == 'pep8test' + - pep8-naming ; extra == 'pep8test' + - setuptools-rust>=0.11.4 ; extra == 'sdist' + - bcrypt>=3.1.5 ; extra == 'ssh' + - pytest>=6.2.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-subtests ; extra == 'test' + - pytest-xdist ; extra == 'test' + - pretend ; extra == 'test' + - iso8601 ; extra == 'test' + - pytz ; extra == 'test' + - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + requires_python: '>=3.6' +- kind: pypi + 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-rtd-theme ; extra == 'docs' + - pyenchant>=1.6.11 ; extra == 'docstest' + - twine>=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - black ; extra == 'pep8test' + - flake8 ; extra == 'pep8test' + - flake8-import-order ; extra == 'pep8test' + - pep8-naming ; extra == 'pep8test' + - setuptools-rust>=0.11.4 ; extra == 'sdist' + - bcrypt>=3.1.5 ; extra == 'ssh' + - pytest>=6.2.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-subtests ; extra == 'test' + - pytest-xdist ; extra == 'test' + - pretend ; extra == 'test' + - iso8601 ; extra == 'test' + - pytz ; extra == 'test' + - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + requires_python: '>=3.6' +- kind: pypi + 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-rtd-theme ; extra == 'docs' + - pyenchant>=1.6.11 ; extra == 'docstest' + - twine>=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - black ; extra == 'pep8test' + - flake8 ; extra == 'pep8test' + - flake8-import-order ; extra == 'pep8test' + - pep8-naming ; extra == 'pep8test' + - setuptools-rust>=0.11.4 ; extra == 'sdist' + - bcrypt>=3.1.5 ; extra == 'ssh' + - pytest>=6.2.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-subtests ; extra == 'test' + - pytest-xdist ; extra == 'test' + - pretend ; extra == 'test' + - iso8601 ; extra == 'test' + - pytz ; extra == 'test' + - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + requires_python: '>=3.6' - kind: pypi - 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' + 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-rtd-theme ; extra == 'docs' + - pyenchant>=1.6.11 ; extra == 'docstest' + - twine>=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - black ; extra == 'pep8test' + - flake8 ; extra == 'pep8test' + - flake8-import-order ; extra == 'pep8test' + - pep8-naming ; extra == 'pep8test' + - setuptools-rust>=0.11.4 ; extra == 'sdist' + - bcrypt>=3.1.5 ; extra == 'ssh' + - pytest>=6.2.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-subtests ; extra == 'test' + - pytest-xdist ; extra == 'test' + - pretend ; extra == 'test' + - iso8601 ; extra == 'test' + - pytz ; extra == 'test' + - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + requires_python: '>=3.6' - kind: conda - name: icu - version: '73.2' - build: h59595ed_0 + name: cxx-compiler + version: 1.6.0 + build: h00ab1b0_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - md5: cc47e1facc155f91abd89b11e48e72ff + url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda + sha256: 472b6b7f967df1db634c67d71c6b31cd186d18b5d0548196c2e426833ff17d99 + md5: 364c6ae36c4e36fcbd4d273cf4db78af depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 12089150 - timestamp: 1692900650789 + - c-compiler 1.6.0 hd590300_0 + - gxx + - gxx_linux-64 12.* + license: BSD + purls: [] + size: 6179 + timestamp: 1689097484095 - kind: conda - name: icu - version: '73.2' - build: h787c7f5_0 + name: cxx-compiler + version: 1.6.0 + build: h2a328a1_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 - md5: 9d3c29d71f28452a2e843aff8cbe09d2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.6.0-h2a328a1_0.conda + sha256: aebe297f355fb3a5101eb11a5233d94c3445d2f1bbf4c0d7e3ff88b98d399694 + md5: 3847c922cacfe5a3d7ee663ffde014a4 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 12237094 - timestamp: 1692900632394 + - c-compiler 1.6.0 h31becfc_0 + - gxx + - gxx_linux-aarch64 12.* + license: BSD + purls: [] + size: 6220 + timestamp: 1689097451413 - kind: conda - name: icu - version: '73.2' - build: hc8870d7_0 + name: cxx-compiler + version: 1.6.0 + build: h2ffa867_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 - md5: 8521bd47c0e11c5902535bb1a17c565f - license: MIT - license_family: MIT - size: 11997841 - timestamp: 1692902104771 + 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: icu - version: '73.2' - build: hf5e326d_0 + name: cxx-compiler + version: 1.6.0 + build: h7728843_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - md5: 5cc301d759ec03f28328428e28f65591 - license: MIT - license_family: MIT - size: 11787527 - timestamp: 1692901622519 -- kind: pypi - name: idna - version: '3.7' - url: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl - sha256: 82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0 - requires_python: '>=3.5' -- kind: conda - name: idna - version: '3.6' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda - sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07 - md5: 1a76f09108576397c41c0b0c5bd84134 + url: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.6.0-h7728843_0.conda + sha256: 3d609b7cf397b1d9f8627dedd0abd95a9daffa919d9593b56096a4e6e4a8597e + md5: 52efcad0d146779100e46c973cc1cb56 depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/idna - size: 50124 - timestamp: 1701027126206 + - c-compiler 1.6.0 h282daa2_0 + - clangxx_osx-64 16.* + license: BSD + purls: [] + size: 6415 + timestamp: 1701504710176 - kind: pypi - name: imageio - version: 2.34.1 - url: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl - sha256: 408c1d4d62f72c9e8347e7d1ca9bc11d8673328af3913868db3b828e28b40a4c + 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: - - numpy - - pillow>=8.3.2 - - astropy ; extra == 'all-plugins' - - av ; extra == 'all-plugins' - - imageio-ffmpeg ; extra == 'all-plugins' - - pillow-heif ; extra == 'all-plugins' - - psutil ; extra == 'all-plugins' - - tifffile ; extra == 'all-plugins' - - av ; extra == 'all-plugins-pypy' - - imageio-ffmpeg ; extra == 'all-plugins-pypy' - - pillow-heif ; extra == 'all-plugins-pypy' - - psutil ; extra == 'all-plugins-pypy' - - tifffile ; extra == 'all-plugins-pypy' - - wheel ; extra == 'build' - - pytest ; extra == 'dev' - - pytest-cov ; extra == 'dev' - - fsspec[github] ; extra == 'dev' - - black ; extra == 'dev' - - flake8 ; extra == 'dev' - - sphinx<6 ; extra == 'docs' + - ipython ; extra == 'docs' + - matplotlib ; extra == 'docs' - numpydoc ; extra == 'docs' - - pydata-sphinx-theme ; extra == 'docs' - - imageio-ffmpeg ; extra == 'ffmpeg' - - psutil ; extra == 'ffmpeg' - - astropy ; extra == 'fits' - - astropy ; extra == 'full' - - av ; extra == 'full' - - black ; extra == 'full' - - flake8 ; extra == 'full' - - fsspec[github] ; extra == 'full' - - gdal ; extra == 'full' - - imageio-ffmpeg ; extra == 'full' - - itk ; extra == 'full' - - numpydoc ; extra == 'full' - - pillow-heif ; extra == 'full' - - psutil ; extra == 'full' - - pydata-sphinx-theme ; extra == 'full' - - pytest ; extra == 'full' - - pytest-cov ; extra == 'full' - - sphinx<6 ; extra == 'full' - - tifffile ; extra == 'full' - - wheel ; extra == 'full' - - gdal ; extra == 'gdal' - - itk ; extra == 'itk' - - black ; extra == 'linting' - - flake8 ; extra == 'linting' - - pillow-heif ; extra == 'pillow-heif' - - av ; extra == 'pyav' - - pytest ; extra == 'test' - - pytest-cov ; extra == 'test' - - fsspec[github] ; extra == 'test' - - tifffile ; extra == 'tifffile' + - sphinx ; extra == 'docs' + - pytest ; extra == 'tests' + - pytest-cov ; extra == 'tests' + - pytest-xdist ; extra == 'tests' requires_python: '>=3.8' - kind: pypi - name: importlib-metadata - version: 7.1.0 - url: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl - sha256: 30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 + name: dataclasses-json + version: 0.6.6 + url: https://files.pythonhosted.org/packages/92/70/382283d80cb998ebc0089428b109bbe606ec9dce891a3cb1468c03ed0ad6/dataclasses_json-0.6.6-py3-none-any.whl + sha256: e54c5c87497741ad454070ba0ed411523d46beb5da102e221efb873801b0ba85 requires_dist: - - zipp>=0.5 - - typing-extensions>=3.6.4 ; python_version < '3.8' - - sphinx>=3.5 ; extra == 'docs' - - jaraco-packaging>=9.3 ; extra == 'docs' - - rst-linker>=1.9 ; extra == 'docs' - - furo ; extra == 'docs' - - sphinx-lint ; extra == 'docs' - - jaraco-tidelift>=1.4 ; extra == 'docs' - - ipython ; extra == 'perf' - - pytest>=6 ; extra == 'testing' - - pytest-checkdocs>=2.4 ; extra == 'testing' - - pytest-cov ; extra == 'testing' - - pytest-enabler>=2.2 ; extra == 'testing' - - pytest-ruff>=0.2.1 ; extra == 'testing' - - packaging ; extra == 'testing' - - pyfakefs ; extra == 'testing' - - flufl-flake8 ; extra == 'testing' - - pytest-perf>=0.9.2 ; extra == 'testing' - - jaraco-test>=5.4 ; extra == 'testing' - - pytest-mypy ; platform_python_implementation != 'PyPy' and extra == 'testing' - - importlib-resources>=1.3 ; python_version < '3.9' and extra == 'testing' - requires_python: '>=3.8' + - marshmallow>=3.18.0,<4.0.0 + - typing-inspect>=0.4.0,<1 + requires_python: '>=3.7,<4.0' +- kind: pypi + 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 + - 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 + name: detect-and-track-objects + version: 0.1.0 + path: examples/python/detect_and_track_objects + sha256: 6c88082f8ff9c5949f5786584edf771078e3f1be6202f7225ad02268f96d9292 + requires_dist: + - numpy + - opencv-contrib-python>4.6 + - opencv-python>4.6 + - pillow + - requests>=2.31,<3 + - rerun-sdk + - timm==0.9.11 + - torch==2.2.2 + - transformers + editable: true - kind: pypi - name: incremental-logging + name: dicom-mri version: 0.1.0 - path: examples/python/incremental_logging - sha256: c1efe33868c31fe5a07ab5f6e60d28f856735a9e0b221ff96abd2e711d60e894 + path: examples/python/dicom_mri + sha256: 98cb91dc5758ae59e3cd0fb797f86f40fcf627f63e659365806f59feed4618d8 requires_dist: + - dicom-numpy==0.6.2 - numpy + - pydicom==2.3.0 + - requests>=2.31,<3 - rerun-sdk + - types-requests>=2.31,<3 editable: true -- kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 - depends: - - python >=3.7 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/iniconfig - size: 11101 - timestamp: 1673103208955 -- kind: conda - name: intel-openmp - version: 2023.2.0 - build: h57928b3_50496 - build_number: 50496 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50496.conda - sha256: 38367c264bace64d6f939c1170cda3aba2eb0fb2300570c16a8c63aff9ca8031 - md5: 519f9c42672f1e8a334ec9471e93f4fe - arch: x86_64 - platform: win - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 2520627 - timestamp: 1695994411378 -- kind: conda - name: intel-openmp - version: 2024.0.0 - build: h57928b3_49841 - build_number: 49841 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49841.conda - sha256: 6ee8eb9080bb3268654e015dd17ad79d0c1ea98b2eee6b928ecd27f01d6b38e8 - md5: e3255c8cdaf1d52f15816d1970f9c77a - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 2325424 - timestamp: 1706182537883 -- kind: conda - name: intel-openmp - version: 2024.1.0 - build: h57928b3_964 - build_number: 964 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_964.conda - sha256: bea54e995cd79b0961ded5f0d6d1b8a55513283ccda74cedb3421a3764f7d679 - md5: 30ebb9fd99666d8b8675fcee541a09f3 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 1616281 - timestamp: 1712153179165 - kind: pypi - name: jax - version: 0.4.28 - url: https://files.pythonhosted.org/packages/20/11/6667e8a2146d62b7e585c389cc39cede4993f7380101cae052e8dce546c2/jax-0.4.28-py3-none-any.whl - sha256: 6a181e6b5a5b1140e19cdd2d5c4aa779e4cb4ec627757b918be322d8e81035ba + 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: - - ml-dtypes>=0.2.0 - - numpy>=1.22 - - opt-einsum - - scipy>=1.9 - - importlib-metadata>=4.6 ; python_version < '3.10' - - numpy>=1.23.2 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - scipy>=1.11.1 ; python_version >= '3.12' - - protobuf<4,>=3.13 ; extra == 'australis' - - jaxlib==0.4.27 ; extra == 'ci' - - jaxlib==0.4.28 ; extra == 'cpu' - - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda' - - jaxlib==0.4.28 ; extra == 'cuda12' - - jax-cuda12-plugin==0.4.28 ; extra == 'cuda12' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12' - - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_cudnn89' - - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_local' - - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_pip' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' - - jaxlib==0.4.27 ; extra == 'minimum-jaxlib' - - jaxlib==0.4.28 ; extra == 'tpu' - - libtpu-nightly==0.1.dev20240508 ; extra == 'tpu' - - requests ; extra == 'tpu' - requires_python: '>=3.9' + - pydicom>=1.0 + - numpy + - check-manifest ; extra == 'dev' + - sphinx ; extra == 'dev' + - sphinx-autobuild ; extra == 'dev' + - coverage ; extra == 'test' + - pytest ; extra == 'test' + requires_python: '>=3.6' - kind: pypi - name: jaxlib - version: 0.4.28 - url: https://files.pythonhosted.org/packages/8e/d7/65b1f5cf05d9159abd5882a51695d4d1b386bc8e26140eff7159854777f2/jaxlib-0.4.28-cp311-cp311-manylinux2014_x86_64.whl - sha256: 45ce0f3c840cff8236cff26c37f26c9ff078695f93e0c162c320c281f5041275 + 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: - - scipy>=1.9 - - numpy>=1.22 - - ml-dtypes>=0.2.0 - - scipy>=1.11.1 ; python_version >= '3.12' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' - requires_python: '>=3.9' + - importlib-metadata + - filelock + - huggingface-hub>=0.20.2 + - numpy + - regex!=2019.12.17 + - requests + - safetensors>=0.3.1 + - pillow + - urllib3<=2.0.0 ; extra == 'dev' + - isort>=5.5.4 ; extra == 'dev' + - ruff==0.1.5 ; extra == 'dev' + - hf-doc-builder>=0.3.0 ; extra == 'dev' + - compel==0.1.8 ; extra == 'dev' + - gitpython<3.1.19 ; extra == 'dev' + - datasets ; extra == 'dev' + - jinja2 ; extra == 'dev' + - invisible-watermark>=0.2.0 ; extra == 'dev' + - k-diffusion>=0.0.12 ; extra == 'dev' + - librosa ; extra == 'dev' + - parameterized ; extra == 'dev' + - pytest ; extra == 'dev' + - pytest-timeout ; extra == 'dev' + - 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' + - 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' + - tensorboard ; extra == 'dev' + - peft>=0.6.0 ; extra == 'dev' + - torch>=1.4 ; extra == 'dev' + - jax>=0.4.1 ; extra == 'dev' + - jaxlib>=0.4.1 ; extra == 'dev' + - flax>=0.4.1 ; extra == 'dev' + - hf-doc-builder>=0.3.0 ; extra == 'docs' + - jax>=0.4.1 ; extra == 'flax' + - jaxlib>=0.4.1 ; extra == 'flax' + - flax>=0.4.1 ; extra == 'flax' + - urllib3<=2.0.0 ; extra == 'quality' + - isort>=5.5.4 ; extra == 'quality' + - ruff==0.1.5 ; extra == 'quality' + - hf-doc-builder>=0.3.0 ; extra == 'quality' + - compel==0.1.8 ; extra == 'test' + - gitpython<3.1.19 ; extra == 'test' + - datasets ; extra == 'test' + - jinja2 ; extra == 'test' + - invisible-watermark>=0.2.0 ; extra == 'test' + - k-diffusion>=0.0.12 ; extra == 'test' + - librosa ; extra == 'test' + - parameterized ; extra == 'test' + - pytest ; extra == 'test' + - pytest-timeout ; extra == 'test' + - 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' + - scipy ; extra == 'test' + - torchvision ; extra == 'test' + - transformers>=4.25.1 ; extra == 'test' + - torch>=1.4 ; extra == 'torch' + - accelerate>=0.11.0 ; extra == 'torch' + - accelerate>=0.11.0 ; extra == 'training' + - datasets ; extra == 'training' + - protobuf<4,>=3.20.3 ; extra == 'training' + - tensorboard ; extra == 'training' + - jinja2 ; extra == 'training' + - peft>=0.6.0 ; extra == 'training' + requires_python: '>=3.8.0' - kind: pypi - 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 + name: distlib + version: 0.3.8 + url: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl + sha256: 034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 +- kind: pypi + name: dna + version: 0.1.0 + path: examples/python/dna + sha256: 15dd8b0ce0ee55262916ea9bc8fb93c72c2012cb01a78e6d24a526d92537eab4 requires_dist: - - markupsafe>=2.0 - - babel>=2.7 ; extra == 'i18n' - requires_python: '>=3.7' + - numpy + - rerun-sdk + - scipy + editable: true +- 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 + sha256: 41334db7aaea41ca7e5968f598c52dbe714a4f5019d482ebc16f0e1d7ba1992d + md5: cc4690294cdd88059b42428f68ab9def + depends: + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 6179024 + timestamp: 1687332729384 - kind: conda - name: jinja2 - version: 3.1.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda - sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc - md5: e7d8df6509ba635247ff9aea31134262 + 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 + sha256: cb4e2a628da54bf13d2decd9bbe982c611c216eb82b5ab826da59397492babd8 + md5: f619530bed063f8498eb2e15de71cf32 depends: - - markupsafe >=2.0 - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jinja2 - size: 111589 - timestamp: 1704967140287 -- kind: pypi - 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: conda - name: kernel-headers_linux-64 - version: 2.6.32 - build: he073ed8_16 - build_number: 16 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda - sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0 - md5: 7ca122655873935e02c91279c5b03c8c - constrains: - - sysroot_linux-64 ==2.12 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + license: GPL-2.0-only license_family: GPL - size: 709007 - timestamp: 1689214970644 + purls: [] + size: 5785379 + timestamp: 1687332318274 - kind: conda - name: kernel-headers_linux-aarch64 - version: 4.18.0 - build: h5b4a56d_14 - build_number: 14 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h5b4a56d_14.conda - sha256: c44b178b38de4126d50a71501ac9e1c49119bb7aba9d09ab861ba12bc8d4e21c - md5: 9b0446ad203105e5bbdda273a78d1d0f + 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 + sha256: b78b504b6c61a7a6252be49f2838c4788332332616fdd427f81adddc650b2520 + md5: 7c9a71d497a45a053fa85eeef616f936 depends: - - _sysroot_linux-aarch64_curr_repodata_hack 4.* - constrains: - - sysroot_linux-aarch64 ==2.17 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + - libiconv >=1.17,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-2.0-only license_family: GPL - size: 1114567 - timestamp: 1708000894708 + purls: [] + size: 4861033 + timestamp: 1687333355663 - 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 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - md5: 30186d27e2c9fa62b45fb1476b7200e3 + 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: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 117831 - timestamp: 1646151697040 + - libcxx >=15.0.7 + - libiconv >=1.17,<2.0a0 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 5344962 + timestamp: 1687332955991 - 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 - sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b - md5: 1f24853e59c68892452ef94ddd8afd4b + name: exceptiongroup + version: 1.2.0 + build: pyhd8ed1ab_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + md5: 8d652ea2ee8eaee02ed8dc820bc794aa depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 112327 - timestamp: 1646166857935 -- kind: pypi - name: kiwisolver - version: 1.4.5 - url: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e - requires_dist: - - typing-extensions ; python_version < '3.8' - requires_python: '>=3.7' + - python >=3.7 + license: MIT and PSF-2.0 + purls: + - pkg:pypi/exceptiongroup?source=conda-forge-mapping + size: 20551 + timestamp: 1704921321122 - kind: pypi - name: kiwisolver - version: 1.4.5 - url: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl - sha256: 6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355 + name: face-tracking + version: 0.1.0 + path: examples/python/face_tracking + sha256: b8725fe4d36c11aad2c6c936ba2b57c7f65a856aa179badca5d041db63119d55 requires_dist: - - typing-extensions ; python_version < '3.8' - requires_python: '>=3.7' + - mediapipe==0.10.11 ; sys_platform != 'darwin' + - mediapipe==0.10.9 ; sys_platform == 'darwin' + - numpy + - opencv-python>4.6 + - requests + - rerun-sdk + - tqdm + requires_python: <3.12 + editable: true - kind: pypi - name: kiwisolver - version: 1.4.5 - url: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl - sha256: fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797 + name: filelock + version: 3.14.0 + url: https://files.pythonhosted.org/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl + sha256: 43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f requires_dist: - - typing-extensions ; python_version < '3.8' - requires_python: '>=3.7' + - furo>=2023.9.10 ; extra == 'docs' + - sphinx-autodoc-typehints!=1.23.4,>=1.25.2 ; extra == 'docs' + - sphinx>=7.2.6 ; extra == 'docs' + - covdefaults>=2.3 ; extra == 'testing' + - coverage>=7.3.2 ; extra == 'testing' + - diff-cover>=8.0.1 ; extra == 'testing' + - pytest-cov>=4.1 ; extra == 'testing' + - pytest-mock>=3.12 ; extra == 'testing' + - pytest-timeout>=2.2 ; extra == 'testing' + - pytest>=7.4.3 ; extra == 'testing' + - typing-extensions>=4.8 ; python_version < '3.11' and extra == 'typing' + requires_python: '>=3.8' - kind: pypi - name: kiwisolver - version: 1.4.5 - url: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90 - requires_dist: - - typing-extensions ; python_version < '3.8' - requires_python: '>=3.7' + 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: krb5 - version: 1.21.2 - build: h659d440_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda - sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 - md5: cd95826dbd331ed1be26bdf401432844 + 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: - - 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.1.2,<4.0a0 - license: MIT - license_family: MIT - size: 1371181 - timestamp: 1692097755782 -- kind: conda - name: krb5 - version: 1.21.2 - build: h92f50d5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 - md5: 92f1cff174a538e0722bf2efb16fc0b2 - depends: - - libcxx >=15.0.7 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.1.2,<4.0a0 - license: MIT - license_family: MIT - size: 1195575 - timestamp: 1692098070699 -- kind: conda - name: krb5 - version: 1.21.2 - build: hb884880_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 - md5: 80505a68783f01dc8d7308c075261b2f - depends: - - libcxx >=15.0.7 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.1.2,<4.0a0 - license: MIT - license_family: MIT - size: 1183568 - timestamp: 1692098004387 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1301897 + timestamp: 1711467117 - kind: conda - name: krb5 - version: 1.21.2 - build: hc419048_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.2-hc419048_0.conda - sha256: c3f24ead49fb7d7c29fae491bec3f090f63d77a46954eadbc4463f137e2b42cd - md5: 55b51af37bf6fdcfe06f140e62e8c8db + 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 + sha256: 0f3b8d6a958d40d5b2ac105ba0ec09f61dd4ce78cafdf99ab2d0fc298dc54d75 + md5: 2941a8c4e4871cdfa738c8c1a7611533 depends: - - 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.1.2,<4.0a0 - license: MIT - license_family: MIT - size: 1473397 - timestamp: 1692097651347 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1459911 + timestamp: 1711467009850 - kind: conda - name: krb5 - version: 1.21.2 - build: heb0366b_0 + name: flatbuffers + version: 24.3.25 + build: h63175ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b - md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 + url: https://conda.anaconda.org/conda-forge/win-64/flatbuffers-24.3.25-h63175ca_0.conda + sha256: 2535ad2f65afe3764113ecd129a8674bd162b54a78e429a4d324443b1aa5d104 + md5: ee24499f9b776dba2600029209acb64d depends: - - openssl >=3.1.2,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 710894 - timestamp: 1692098129546 -- kind: pypi - 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 - - importlib-metadata ; python_version < '3.8' - - changelist==0.5 ; extra == 'dev' - - pre-commit==3.7.0 ; extra == 'lint' - - pytest>=7.4 ; extra == 'test' - - pytest-cov>=4.1 ; extra == 'test' - requires_python: '>=3.7' -- kind: conda - name: ld64 - version: '609' - build: h634c8be_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-609-h634c8be_16.conda - sha256: 50c54ec77602fd553d1ca7965bb63fee0983154bbc044fe3209575881be42310 - md5: 82582e7ed6bb5db878d4a01d9b70aad7 - depends: - - ld64_osx-arm64 609 ha4bd21c_16 - - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - cctools 973.0.1.* - - cctools_osx-arm64 973.0.1.* - license: APSL-2.0 - license_family: Other - size: 19326 - timestamp: 1706798204562 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1734162 + timestamp: 1711467411953 - kind: conda - name: ld64 - version: '609' - build: ha02d983_16 - build_number: 16 + name: flatbuffers + version: 24.3.25 + build: h73e2aa4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ld64-609-ha02d983_16.conda - sha256: 63cd1976379a7e0ff8b0e57b0e16b112a0077acce83af364251ab309128a227d - md5: 6dfb00e6cab263fe598d48df153d3288 + url: https://conda.anaconda.org/conda-forge/osx-64/flatbuffers-24.3.25-h73e2aa4_0.conda + sha256: 3648f1822b69a4212b368b0cfa266a77accaeb60794af2b90e4178c263b2abda + md5: 728a9638664ac180b3d970b3d04cf218 depends: - - ld64_osx-64 609 ha20a434_16 - - libllvm16 >=16.0.6,<16.1.0a0 - constrains: - - cctools_osx-64 973.0.1.* - - cctools 973.0.1.* - license: APSL-2.0 - license_family: Other - size: 19310 - timestamp: 1706798136816 + - libcxx >=16 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1330937 + timestamp: 1711467455228 - kind: conda - name: ld64_osx-64 - version: '609' - build: ha20a434_16 - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-ha20a434_16.conda - sha256: eef540c95a418169617bdda1699d8f5441f819ed673d81f363c5c728a6273749 - md5: db19844278d11471e5f4eddf50277f4f + 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 + sha256: c95467f1ef83f358518cea13de8e00e3998427fc7f0dad5885f47c18aeb95ad4 + md5: f23852b1b71bc82768a6a33f6122efff depends: - - libcxx - - libllvm16 >=16.0.6,<16.1.0a0 - - sigtool - - tapi >=1100.0.11,<1101.0a0 - constrains: - - cctools_osx-64 973.0.1.* - - cctools 973.0.1.* - - clang >=16.0.6,<17.0a0 - - ld 609.* - license: APSL-2.0 - license_family: Other - size: 1055029 - timestamp: 1706798033425 + - libcxx >=16 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1280038 + timestamp: 1711467768202 +- kind: pypi + name: fonttools + version: 4.52.4 + url: https://files.pythonhosted.org/packages/2d/ed/f0acbd4ee8daac7d489c78f149a2fbc16868c2dedaaf75fb117256ae152f/fonttools-4.52.4-cp311-cp311-macosx_11_0_arm64.whl + sha256: 21921e5855c399d10ddfc373538b425cabcf8b3258720b51450909e108896450 + requires_dist: + - fs<3,>=2.2.0 ; extra == 'all' + - lxml>=4.0 ; extra == 'all' + - zopfli>=0.1.4 ; extra == 'all' + - lz4>=1.7.4.2 ; extra == 'all' + - pycairo ; extra == 'all' + - matplotlib ; extra == 'all' + - sympy ; extra == 'all' + - skia-pathops>=0.5.0 ; extra == 'all' + - uharfbuzz>=0.23.0 ; extra == 'all' + - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' + - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' + - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - xattr ; sys_platform == 'darwin' and extra == 'all' + - lz4>=1.7.4.2 ; extra == 'graphite' + - pycairo ; extra == 'interpolatable' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' + - lxml>=4.0 ; extra == 'lxml' + - skia-pathops>=0.5.0 ; extra == 'pathops' + - matplotlib ; extra == 'plot' + - uharfbuzz>=0.23.0 ; extra == 'repacker' + - sympy ; extra == 'symfont' + - xattr ; sys_platform == 'darwin' and extra == 'type1' + - fs<3,>=2.2.0 ; extra == 'ufo' + - unicodedata2>=15.1.0 ; python_version <= '3.12' 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 + name: fonttools + version: 4.52.4 + url: https://files.pythonhosted.org/packages/1e/4a/0ba6557fef9d85be2158953615e6dce8d68f92f7b8028724ded8d3c25fd5/fonttools-4.52.4-cp311-cp311-macosx_10_9_universal2.whl + sha256: d272c7e173c3085308345ccc7fb2ad6ce7f415d777791dd6ce4e8140e354d09c + requires_dist: + - fs<3,>=2.2.0 ; extra == 'all' + - lxml>=4.0 ; extra == 'all' + - zopfli>=0.1.4 ; extra == 'all' + - lz4>=1.7.4.2 ; extra == 'all' + - pycairo ; extra == 'all' + - matplotlib ; extra == 'all' + - sympy ; extra == 'all' + - skia-pathops>=0.5.0 ; extra == 'all' + - uharfbuzz>=0.23.0 ; extra == 'all' + - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' + - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' + - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - xattr ; sys_platform == 'darwin' and extra == 'all' + - lz4>=1.7.4.2 ; extra == 'graphite' + - pycairo ; extra == 'interpolatable' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' + - lxml>=4.0 ; extra == 'lxml' + - skia-pathops>=0.5.0 ; extra == 'pathops' + - matplotlib ; extra == 'plot' + - uharfbuzz>=0.23.0 ; extra == 'repacker' + - sympy ; extra == 'symfont' + - xattr ; sys_platform == 'darwin' and extra == 'type1' + - fs<3,>=2.2.0 ; extra == 'ufo' + - unicodedata2>=15.1.0 ; python_version <= '3.12' 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 + name: fonttools + version: 4.52.4 + url: https://files.pythonhosted.org/packages/8a/0d/371eaf8b3383a85a420a88c5bd83d4b5c10059a086104f4e42ea2e605330/fonttools-4.52.4-cp311-cp311-win_amd64.whl + sha256: 346d08ff92e577b2dc5a0c228487667d23fe2da35a8b9a8bba22c2b6ba8be21c + requires_dist: + - fs<3,>=2.2.0 ; extra == 'all' + - lxml>=4.0 ; extra == 'all' + - zopfli>=0.1.4 ; extra == 'all' + - lz4>=1.7.4.2 ; extra == 'all' + - pycairo ; extra == 'all' + - matplotlib ; extra == 'all' + - sympy ; extra == 'all' + - skia-pathops>=0.5.0 ; extra == 'all' + - uharfbuzz>=0.23.0 ; extra == 'all' + - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' + - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' + - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - xattr ; sys_platform == 'darwin' and extra == 'all' + - lz4>=1.7.4.2 ; extra == 'graphite' + - pycairo ; extra == 'interpolatable' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' + - lxml>=4.0 ; extra == 'lxml' + - skia-pathops>=0.5.0 ; extra == 'pathops' + - matplotlib ; extra == 'plot' + - uharfbuzz>=0.23.0 ; extra == 'repacker' + - sympy ; extra == 'symfont' + - xattr ; sys_platform == 'darwin' and extra == 'type1' + - fs<3,>=2.2.0 ; extra == 'ufo' + - unicodedata2>=15.1.0 ; python_version <= '3.12' 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 + name: fonttools + version: 4.52.4 + url: https://files.pythonhosted.org/packages/0b/bc/b5a1b6703f5db8af46d2cb081b20a18db46d29f8bc5739f8c8522e2e9cbb/fonttools-4.52.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 4b0b9eb0f55dce9c7278ad4175f1cbaed23b799dce5ecc20e3213da241584140 + requires_dist: + - fs<3,>=2.2.0 ; extra == 'all' + - lxml>=4.0 ; extra == 'all' + - zopfli>=0.1.4 ; extra == 'all' + - lz4>=1.7.4.2 ; extra == 'all' + - pycairo ; extra == 'all' + - matplotlib ; extra == 'all' + - sympy ; extra == 'all' + - skia-pathops>=0.5.0 ; extra == 'all' + - uharfbuzz>=0.23.0 ; extra == 'all' + - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' + - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' + - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - xattr ; sys_platform == 'darwin' and extra == 'all' + - lz4>=1.7.4.2 ; extra == 'graphite' + - pycairo ; extra == 'interpolatable' + - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' + - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' + - lxml>=4.0 ; extra == 'lxml' + - skia-pathops>=0.5.0 ; extra == 'pathops' + - matplotlib ; extra == 'plot' + - uharfbuzz>=0.23.0 ; extra == 'repacker' + - sympy ; extra == 'symfont' + - xattr ; sys_platform == 'darwin' and extra == 'type1' + - fs<3,>=2.2.0 ; extra == 'ufo' + - unicodedata2>=15.1.0 ; python_version <= '3.12' 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 + name: freetype-py + version: 2.4.0 + url: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl + sha256: 3e0f5a91bc812f42d98a92137e86bac4ed037a29e43dafdb76d716d5732189e8 + requires_python: '>=3.7' +- kind: pypi + name: freetype-py + version: 2.4.0 + url: https://files.pythonhosted.org/packages/b4/f5/4b8bb492464247236bd3dabd7734b3ea49adc63cf2e53160e830ebccb39d/freetype_py-2.4.0-py3-none-win_amd64.whl + sha256: a2620788d4f0c00bd75fee2dfca61635ab0da856131598c96e2355d5257f70e5 + requires_python: '>=3.7' +- kind: pypi + name: freetype-py + version: 2.4.0 + url: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl + sha256: ce931f581d5038c4fea1f3d314254e0264e92441a5fdaef6817fe77b7bb888d3 + requires_python: '>=3.7' +- kind: pypi + name: frozendict + version: 2.4.4 + url: https://files.pythonhosted.org/packages/6a/71/3656c00606e75e81f11721e6a1c973c3e03da8c7d8b665d20f78245384c6/frozendict-2.4.4-py311-none-any.whl + sha256: 705efca8d74d3facbb6ace80ab3afdd28eb8a237bfb4063ed89996b024bc443d + requires_python: '>=3.6' - kind: conda - name: ld64_osx-arm64 - version: '609' - build: ha4bd21c_16 - build_number: 16 + name: frozenlist + version: 1.4.1 + build: py311h05b510d_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-609-ha4bd21c_16.conda - sha256: 08acf7129ec9298d78943ecc913d09d500608ae7b3920fb88ec3aa4a052759c6 - md5: 538b338b3a9f8712915ef9149606687b + url: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.4.1-py311h05b510d_0.conda + sha256: 57a0b0677fbf065ae150e5a874f08d6263646acaa808ad44d01149b8abe7c739 + md5: 9dfb057a46648eb850a8a7b400ae0ae4 depends: - - libcxx - - libllvm16 >=16.0.6,<16.1.0a0 - - sigtool - - tapi >=1100.0.11,<1101.0a0 - constrains: - - cctools 973.0.1.* - - ld 609.* - - clang >=16.0.6,<17.0a0 - - cctools_osx-arm64 973.0.1.* - license: APSL-2.0 - license_family: Other - size: 1047208 - timestamp: 1706798110129 + - 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/frozenlist?source=conda-forge-mapping + size: 53365 + timestamp: 1702645980217 - kind: conda - name: ld_impl_linux-64 - version: '2.40' - build: h41732ed_0 + name: frozenlist + version: 1.4.1 + build: py311h459d7ec_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd - md5: 7aca3059a1729aa76c597603f10b0dd3 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 704696 - timestamp: 1674833944779 + url: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.4.1-py311h459d7ec_0.conda + sha256: 56917dda8da109d51a3b25d30256365e1676f7b2fbaf793a3f003e51548bf794 + md5: b267e553a337e1878512621e374845c5 + depends: + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/frozenlist?source=conda-forge-mapping + size: 60669 + timestamp: 1702645612671 - kind: conda - name: ld_impl_linux-64 - version: '2.40' - build: h55db66e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h55db66e_0.conda - sha256: ef969eee228cfb71e55146eaecc6af065f468cb0bc0a5239bc053b39db0b5f09 - md5: 10569984e7db886e4f1abc2b47ad79a1 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - size: 713322 - timestamp: 1713651222435 + name: frozenlist + version: 1.4.1 + build: py311ha68e1ae_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/frozenlist-1.4.1-py311ha68e1ae_0.conda + sha256: a30775ce649c48dd00c5e68a675a29e521802694a73d728a4d418ab847d80412 + md5: 60608857f155a14154a95182e56b09a7 + depends: + - 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: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/frozenlist?source=conda-forge-mapping + size: 54239 + timestamp: 1702646200957 - kind: conda - name: ld_impl_linux-aarch64 - version: '2.40' - build: h2d8c526_0 + name: frozenlist + version: 1.4.1 + build: py311hcd402e7_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda - sha256: 1ba06e8645094b340b4aee23603a6abb1b0383788180e65f3de34e655c5f577c - md5: 16246d69e945d0b1969a6099e7c5d457 - constrains: - - binutils_impl_linux-aarch64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 738776 - timestamp: 1674833843183 -- kind: conda - name: libabseil - version: '20230802.1' - build: cxx17_h048a20a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230802.1-cxx17_h048a20a_0.conda - sha256: 05431a6adb376a865e10d4ae673399d7890083c06f61cf18edb7c6629e75f39e - md5: 6554f5fb47c025273268bcdb7bf3cd48 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/frozenlist-1.4.1-py311hcd402e7_0.conda + sha256: d030ba61da32917f811f27a353cead99cd762159addb4cabb18c40506acfde70 + md5: f47a5e6b599d1a564bca854e6dbff2a1 depends: - - libcxx >=15.0.7 - constrains: - - __osx >=10.13 - - libabseil-static =20230802.1=cxx17* - - abseil-cpp =20230802.1 + - libgcc-ng >=12 + - 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 - size: 1148356 - timestamp: 1695064289396 + license_family: APACHE + purls: + - pkg:pypi/frozenlist?source=conda-forge-mapping + size: 60441 + timestamp: 1702645707187 - kind: conda - name: libabseil - version: '20230802.1' - build: cxx17_h13dd4ca_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230802.1-cxx17_h13dd4ca_0.conda - sha256: 459a58f36607246b4483d7a370c2d9a03e7f824e79da2c6e3e9d62abf80393e7 - md5: fb6dfadc1898666616dfda242d8aea10 + name: frozenlist + version: 1.4.1 + build: py311he705e18_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/frozenlist-1.4.1-py311he705e18_0.conda + sha256: 6c496e4a740f191d7ab23744d39bd6d415789f9d5dcf74ed043a16a3f8968ef4 + md5: 6b64f053b1a2e3bfe1f93c2714844ef0 depends: - - libcxx >=15.0.7 - constrains: - - libabseil-static =20230802.1=cxx17* - - abseil-cpp =20230802.1 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 license: Apache-2.0 - license_family: Apache - size: 1173407 - timestamp: 1695064439482 + license_family: APACHE + purls: + - pkg:pypi/frozenlist?source=conda-forge-mapping + size: 53105 + timestamp: 1702645839241 +- kind: pypi + name: fsspec + version: 2024.5.0 + url: https://files.pythonhosted.org/packages/ba/a3/16e9fe32187e9c8bc7f9b7bcd9728529faa725231a0c96f2f98714ff2fc5/fsspec-2024.5.0-py3-none-any.whl + sha256: e0fdbc446d67e182f49a70b82cf7889028a63588fde6b222521f10937b2b670c + requires_dist: + - adlfs ; extra == 'abfs' + - adlfs ; extra == 'adl' + - pyarrow>=1 ; extra == 'arrow' + - dask ; extra == 'dask' + - distributed ; extra == 'dask' + - pre-commit ; extra == 'dev' + - ruff ; extra == 'dev' + - dropbox ; extra == 'dropbox' + - dropboxdrivefs ; extra == 'dropbox' + - requests ; extra == 'dropbox' + - adlfs ; extra == 'full' + - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'full' + - dask ; extra == 'full' + - distributed ; extra == 'full' + - dropbox ; extra == 'full' + - dropboxdrivefs ; extra == 'full' + - fusepy ; extra == 'full' + - gcsfs ; extra == 'full' + - libarchive-c ; extra == 'full' + - ocifs ; extra == 'full' + - panel ; extra == 'full' + - paramiko ; extra == 'full' + - pyarrow>=1 ; extra == 'full' + - pygit2 ; extra == 'full' + - requests ; extra == 'full' + - s3fs ; extra == 'full' + - smbprotocol ; extra == 'full' + - tqdm ; extra == 'full' + - fusepy ; extra == 'fuse' + - gcsfs ; extra == 'gcs' + - pygit2 ; extra == 'git' + - requests ; extra == 'github' + - gcsfs ; extra == 'gs' + - panel ; extra == 'gui' + - pyarrow>=1 ; extra == 'hdfs' + - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'http' + - libarchive-c ; extra == 'libarchive' + - ocifs ; extra == 'oci' + - s3fs ; extra == 's3' + - paramiko ; extra == 'sftp' + - smbprotocol ; extra == 'smb' + - paramiko ; extra == 'ssh' + - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test' + - numpy ; extra == 'test' + - pytest ; extra == 'test' + - pytest-asyncio!=0.22.0 ; extra == 'test' + - pytest-benchmark ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-mock ; extra == 'test' + - pytest-recording ; extra == 'test' + - pytest-rerunfailures ; extra == 'test' + - requests ; extra == 'test' + - aiobotocore<3.0.0,>=2.5.4 ; extra == 'test-downstream' + - dask-expr ; extra == 'test-downstream' + - dask[dataframe,test] ; extra == 'test-downstream' + - moto[server]<5,>4 ; extra == 'test-downstream' + - pytest-timeout ; extra == 'test-downstream' + - xarray ; extra == 'test-downstream' + - adlfs ; extra == 'test-full' + - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test-full' + - cloudpickle ; extra == 'test-full' + - dask ; extra == 'test-full' + - distributed ; extra == 'test-full' + - dropbox ; extra == 'test-full' + - dropboxdrivefs ; extra == 'test-full' + - fastparquet ; extra == 'test-full' + - fusepy ; extra == 'test-full' + - gcsfs ; extra == 'test-full' + - jinja2 ; extra == 'test-full' + - kerchunk ; extra == 'test-full' + - libarchive-c ; extra == 'test-full' + - lz4 ; extra == 'test-full' + - notebook ; extra == 'test-full' + - numpy ; extra == 'test-full' + - ocifs ; extra == 'test-full' + - pandas ; extra == 'test-full' + - panel ; extra == 'test-full' + - paramiko ; extra == 'test-full' + - pyarrow ; extra == 'test-full' + - pyarrow>=1 ; extra == 'test-full' + - pyftpdlib ; extra == 'test-full' + - pygit2 ; extra == 'test-full' + - pytest ; extra == 'test-full' + - pytest-asyncio!=0.22.0 ; extra == 'test-full' + - pytest-benchmark ; extra == 'test-full' + - pytest-cov ; extra == 'test-full' + - pytest-mock ; extra == 'test-full' + - pytest-recording ; extra == 'test-full' + - pytest-rerunfailures ; extra == 'test-full' + - python-snappy ; extra == 'test-full' + - requests ; extra == 'test-full' + - smbprotocol ; extra == 'test-full' + - tqdm ; extra == 'test-full' + - urllib3 ; extra == 'test-full' + - zarr ; extra == 'test-full' + - zstandard ; extra == 'test-full' + - tqdm ; extra == 'tqdm' + requires_python: '>=3.8' - kind: conda - name: libabseil - version: '20230802.1' - build: cxx17_h59595ed_0 + name: gcc + version: 12.3.0 + build: h915e2ae_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230802.1-cxx17_h59595ed_0.conda - sha256: 8729021a93e67bb93b4e73ef0a132499db516accfea11561b667635bcd0507e7 - md5: 2785ddf4cb0e7e743477991d64353947 + url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h915e2ae_7.conda + sha256: 7358118791ddb5e1fb58fb0c52bf4b8b993817bae50f5bbf66677ce4df783fda + md5: 84b1c5cebd0a0443f3d7f90a4be93fc6 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - abseil-cpp =20230802.1 - - libabseil-static =20230802.1=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1263396 - timestamp: 1695063868515 + - gcc_impl_linux-64 12.3.0.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 25966 + timestamp: 1715016817964 - kind: conda - name: libabseil - version: '20240116.1' - build: cxx17_h2f0025b_2 - build_number: 2 + name: gcc + version: 12.3.0 + build: hdb0cc85_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.1-cxx17_h2f0025b_2.conda - sha256: bf8d5c1ee76960840d6a0e8eac4fd4111712a4745fffb1e6f9466feb3f11c1c6 - md5: 85dff948e5ec41a2eba9eb8fb001d01e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-12.3.0-hdb0cc85_7.conda + sha256: 0083429ec5f079ec09b60d89f6b0466527ccf48da7d0848461f86bdba3042a56 + md5: e45957a005d6a530df050f2d5319d82c depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - abseil-cpp =20240116.1 - - libabseil-static =20240116.1=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1286200 - timestamp: 1709159884574 + - gcc_impl_linux-aarch64 12.3.0.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 26081 + timestamp: 1715017322158 - kind: conda - name: libabseil - version: '20240116.1' - build: cxx17_h59595ed_2 - build_number: 2 + name: gcc_impl_linux-64 + version: 12.3.0 + build: h58ffeeb_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.1-cxx17_h59595ed_2.conda - sha256: 9951421311285dd4335ad3aceffb223a4d3bc90fb804245508cd27aceb184a29 - md5: 75648bc5dd3b8eab22406876c24d81ec + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-h58ffeeb_7.conda + sha256: a86af41f4b240ce86f05bc81cac1d10d272bc57e63ebab779aedc887e329e0c1 + md5: 95f78565a09852783d3e90e0389cfa5f depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - libabseil-static =20240116.1=cxx17* - - abseil-cpp =20240116.1 - license: Apache-2.0 - license_family: Apache - size: 1266503 - timestamp: 1709159756788 + - binutils_impl_linux-64 >=2.40 + - libgcc-devel_linux-64 12.3.0 h0223996_107 + - libgcc-ng >=12.3.0 + - libgomp >=12.3.0 + - libsanitizer 12.3.0 hb8811af_7 + - libstdcxx-ng >=12.3.0 + - sysroot_linux-64 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 51128234 + timestamp: 1715016710479 - kind: conda - name: libabseil - version: '20240116.1' - build: cxx17_h63175ca_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.1-cxx17_h63175ca_2.conda - sha256: 565071112e6339051b037bb9c5dae3f4bbc3b45c6f7b8ee598d0ec9056346c93 - md5: bda6bc65300c4188933d8c68abc97923 + name: gcc_impl_linux-aarch64 + version: 12.3.0 + build: h3d98823_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-12.3.0-h3d98823_7.conda + sha256: 1006fc6f18fd83922475c6aae542d7eab73c1344a9021d1ae972d8b33850130b + md5: c93659c19e3222b908c30ab6141c4a7d depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libabseil-static =20240116.1=cxx17* - - abseil-cpp =20240116.1 - license: Apache-2.0 - license_family: Apache - size: 1737645 - timestamp: 1709160246325 + - binutils_impl_linux-aarch64 >=2.40 + - libgcc-devel_linux-aarch64 12.3.0 h26e3b9f_107 + - libgcc-ng >=12.3.0 + - libgomp >=12.3.0 + - libsanitizer 12.3.0 h57e2e72_7 + - libstdcxx-ng >=12.3.0 + - sysroot_linux-aarch64 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 47227790 + timestamp: 1715017206346 - kind: conda - name: libabseil - version: '20240116.1' - build: cxx17_hc1bcbd7_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.1-cxx17_hc1bcbd7_2.conda - sha256: 30c0f569949a2fa0c5fd9aae3416e3f6623b9dd6fccdaa8d3437f143b67cca2a - md5: 819934a15bc13a0d30778bf18446ada6 + name: gcc_linux-64 + version: 12.3.0 + build: h6477408_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda + sha256: 836692c3d4948f25a19f9071db40f7788edcb342d771786a206a6a122f92365d + md5: 7a53f84c45bdf4656ba27b9e9ed68b3d depends: - - libcxx >=16 - constrains: - - libabseil-static =20240116.1=cxx17* - - __osx >=10.13 - - abseil-cpp =20240116.1 - license: Apache-2.0 - license_family: Apache - size: 1133225 - timestamp: 1709160179404 + - binutils_linux-64 2.40 hdade7a5_3 + - gcc_impl_linux-64 12.3.0.* + - sysroot_linux-64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 30977 + timestamp: 1710260096918 +- kind: conda + name: gcc_linux-aarch64 + version: 12.3.0 + build: h9622932_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-12.3.0-h9622932_3.conda + sha256: fabd666508f2c814d9372a46e5abb19bd5f53b66e67c9fee0d577fc0bdc292f2 + md5: 0f77e0c3b8902a8c44b9814701e6f0a5 + depends: + - binutils_linux-aarch64 2.40 h95d2017_3 + - gcc_impl_linux-aarch64 12.3.0.* + - sysroot_linux-aarch64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 30943 + timestamp: 1710260225977 +- kind: pypi + name: gesture-detection + version: 0.1.0 + path: examples/python/gesture_detection + sha256: 36dfc4cc822ee47f7aa29ba951bab8a94e96b9fd737daa324a441e6962a620bd + requires_dist: + - mediapipe==0.10.11 ; sys_platform != 'darwin' + - mediapipe==0.10.9 ; sys_platform == 'darwin' + - numpy + - opencv-python>4.9 + - requests>=2.31,<3 + - rerun-sdk + - tqdm + requires_python: <3.12 + editable: true - kind: conda - name: libabseil - version: '20240116.1' - build: cxx17_hebf3989_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.1-cxx17_hebf3989_2.conda - sha256: 3e87e8da8e40c71f6107386f6e87aeadc8c7b42e2736f6ac894abe50c763d642 - md5: 0b85aac2fab429166f76940791de071a + name: gflags + version: 2.2.2 + build: h54f1f3f_1004 + build_number: 1004 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gflags-2.2.2-h54f1f3f_1004.tar.bz2 + sha256: c72f18b94048df5525d8ae73a9efb8d830048b70328d63738d91d3ea54e55b91 + md5: f286d3464cc8d467c92e4f17990c98c1 depends: - - libcxx >=16 - constrains: - - abseil-cpp =20240116.1 - - libabseil-static =20240116.1=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1144666 - timestamp: 1709160261245 + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 124596 + timestamp: 1599590718502 - kind: conda - name: libarrow - version: 14.0.2 - build: h1aaacd4_3_cpu - build_number: 3 + name: gflags + version: 2.2.2 + build: hb1e8313_1004 + build_number: 1004 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-h1aaacd4_3_cpu.conda - sha256: 18839b6216178244558e835566a9d8b853715dbe6573ae82ca07bcc92ffd1443 - md5: 5a5a3f32490c2018de14b941d9acf80f + url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 + sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 + md5: 3f59cc77a929537e42120faf104e0d16 depends: - - __osx >=10.13 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 15778237 - timestamp: 1706610772424 + - libcxx >=10.0.1 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 94612 + timestamp: 1599590973213 - kind: conda - name: libarrow - version: 14.0.2 - build: h25df049_12_cpu - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-h25df049_12_cpu.conda - sha256: 6a722025c1815e97356a480444a948a895eba8a529e06a946775218dffca5c96 - md5: d7a52d1add3c83e733238ba1b5169b37 + name: gflags + version: 2.2.2 + build: hc88da5d_1004 + build_number: 1004 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 + sha256: 25d4a20af2e5ace95fdec88970f6d190e77e20074d2f6d3cef766198b76a4289 + md5: aab9ddfad863e9ef81229a1f8852211b depends: - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 7385058 - timestamp: 1710292910535 + - libcxx >=11.0.0.rc1 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 86690 + timestamp: 1599590990520 - kind: conda - name: libarrow - version: 14.0.2 - build: h3fc723a_16_cpu - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h3fc723a_16_cpu.conda - sha256: 634b0af57b962c7aa409b225cd63c9ba15e2d4dd5822ad0ae3bb2ba1e1aecb3c - md5: 6740dd07b1d1b2973a4122ebe48ffcb6 + name: gflags + version: 2.2.2 + build: he1b5a44_1004 + build_number: 1004 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 + sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 + md5: cddaf2c63ea4a5901cf09524c490ecdc depends: - - __osx >=11.0 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 5339852 - timestamp: 1712757441142 + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 116549 + timestamp: 1594303828933 - kind: conda - name: libarrow - version: 14.0.2 - build: h45212c0_16_cpu - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h45212c0_16_cpu.conda - sha256: f34fa38ff5ecbc3c669ca793b9170d3e14d78a04144bdafbcedf0a6a01bb3090 - md5: d9e117ea79c0da1b58684d384c58ec6e + 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 + sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b + md5: 623b19f616f2ca0c261441067e18ae40 depends: - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.7.1,<9.0a0 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.2.1,<4.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.2.0,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - license: Apache-2.0 - size: 4973735 - timestamp: 1712757360391 + - python >=3.7 + - smmap >=3.0.1,<6 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/gitdb?source=conda-forge-mapping + size: 52872 + timestamp: 1697791718749 - kind: conda - name: libarrow - version: 14.0.2 - build: h4c2354f_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h4c2354f_10_cpu.conda - sha256: aae3603eb8e98ee081ceccdc358490056e6d3a328e18a6513253740b69126656 - md5: f309f70d2673ad1a9df98fd3a9cb5518 + 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 + sha256: 10b3621e508e6c647eae4c52d48ff2659f4f0b426d6dd5979ccc7475d5383eb6 + md5: 251ce4bb7b478eacf297b1fb8eb838bb depends: - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.21.0,<2.22.0a0 - - libgoogle-cloud-storage >=2.21.0,<2.22.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 5316906 - timestamp: 1708691094438 + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gitignore-parser?source=conda-forge-mapping + size: 11460 + timestamp: 1705776957779 - kind: conda - name: libarrow - version: 14.0.2 - build: h4ce3932_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h4ce3932_3_cpu.conda - sha256: bfc40fc098db7715245c0aa5809ae2b8489a44e2619b63c1f75a2f9fedbc90ff - md5: 65d8be032e978630f715376237e12d95 + 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 + sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a + md5: 0b2154c1818111e17381b1df5b4b0176 depends: - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - size: 14649507 - timestamp: 1706610614109 + - gitdb >=4.0.1,<5 + - python >=3.7 + - typing_extensions >=3.7.4.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/gitpython?source=conda-forge-mapping + size: 156827 + timestamp: 1711991122366 - kind: conda - name: libarrow - version: 14.0.2 - build: h5001e6d_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h5001e6d_10_cpu.conda - sha256: 2e6340ba6cf72a4e38e8cfe1fd58bede4ffeb48955430b7bab0c69583233c81c - md5: ccba2f34c1345ad610734bd20f2aade7 + name: glog + version: 0.7.0 + build: h31b1b29_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.7.0-h31b1b29_0.conda + sha256: 49d39c6b0c38d9f2badfc37450ea45a40493669561d588ee81d9e5b7ed4478b7 + md5: bda05f8f4c205124348c764dd82db33a depends: - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.21.0,<2.22.0a0 - - libgoogle-cloud-storage >=2.21.0,<2.22.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - arrow-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 8080771 - timestamp: 1708689749260 + - __osx >=10.12 + - gflags >=2.2.2,<2.3.0a0 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 115506 + timestamp: 1708261022187 - kind: conda - name: libarrow - version: 14.0.2 - build: h520d24b_16_cpu - build_number: 16 + name: glog + version: 0.7.0 + build: ha63034d_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-h520d24b_16_cpu.conda - sha256: c2806c04bb4a6cddcc9a3d74a457b0d48c411df32f31f65629956e189edc3e47 - md5: 6157a431296d16c6aea5c24f26c8ebf7 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/glog-0.7.0-ha63034d_0.conda + sha256: 5b03faf3e29d277f03db2609399408182a2ee1af10986eed5a334e0d98f4e526 + md5: 70e70f34821c33530baeefd3ad1229bd depends: - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 + - gflags >=2.2.2,<2.3.0a0 - libgcc-ng >=12 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 7385901 - timestamp: 1712756380577 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 147076 + timestamp: 1708260860922 - kind: conda - name: libarrow - version: 14.0.2 - build: h84dd17c_3_cpu - build_number: 3 + name: glog + version: 0.7.0 + build: hc6770e3_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.7.0-hc6770e3_0.conda + sha256: eba67027affe097ef11e4e9ffbb131a5b2ca3494d1b50e5cc1dd337813b1ab5c + md5: 359f6720ba65b7a38b46a85d5ae13338 + depends: + - gflags >=2.2.2,<2.3.0a0 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 110059 + timestamp: 1708261049813 +- kind: conda + name: glog + version: 0.7.0 + build: hed5481d_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h84dd17c_3_cpu.conda - sha256: 576f77973f012f5699dec5ebb6548d1105b52bbb9882b944fdecff8460fcd848 - md5: e66184f8c6c9c9c5a1a756370c5422f6 + url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.0-hed5481d_0.conda + sha256: 19f41db8f189ed9caec68ffb9ec97d5518b5ee6b58e0636d185f392f688a84a1 + md5: a9ea19c48e11754899299f8123070f4e depends: - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 + - gflags >=2.2.2,<2.3.0a0 - libgcc-ng >=12 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - arrow-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 22694428 - timestamp: 1706609555801 -- kind: conda - name: libarrow - version: 14.0.2 - build: hd01637b_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-hd01637b_10_cpu.conda - sha256: c1c2a596b9248d42c555f1d1834f26b42bf2f3ca65fa2aab3e5746ab3f523126 - md5: f52069d499e82121648fc64aa1d40e0d - depends: - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgoogle-cloud >=2.21.0,<2.22.0a0 - - libgoogle-cloud-storage >=2.21.0,<2.22.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.2.1,<4.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 4943273 - timestamp: 1708690059642 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 143596 + timestamp: 1708260910243 +- kind: pypi + name: google-api-core + version: 2.19.0 + url: https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl + sha256: 8661eec4078c35428fd3f69a2c7ee29e342896b70f01d1a1cbcb334372dd6251 + 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,<5.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 + - 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_version >= '3.11' and extra == 'grpc' + - grpcio-status<2.0.dev0,>=1.49.1 ; python_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' + requires_python: '>=3.7' +- kind: pypi + name: google-auth + version: 2.29.0 + url: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl + sha256: d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415 + requires_dist: + - cachetools<6.0,>=2.0.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' + - cryptography==36.0.2 ; extra == 'enterprise_cert' + - pyopenssl==22.0.0 ; 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' + requires_python: '>=3.7' +- kind: pypi + 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 + - importlib-metadata>1.0.0 ; python_version < '3.8' + - grpcio<2.0.dev0,>=1.38.0 ; extra == 'grpc' + - grpcio-status<2.0.dev0,>=1.38.0 ; extra == 'grpc' + requires_python: '>=3.7' +- kind: pypi + 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-resumable-media>=2.3.2 + - requests<3.0.0.dev0,>=2.18.0 + - protobuf<5.0.0.dev0 ; extra == 'protobuf' + requires_python: '>=3.7' +- kind: pypi + name: google-crc32c + version: 1.5.0 + url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 + requires_dist: + - pytest ; extra == 'testing' + requires_python: '>=3.7' +- kind: pypi + name: google-crc32c + version: 1.5.0 + url: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl + sha256: ba1eb1843304b1e5537e1fca632fa894d6f6deca8d6389636ee5b4797affb968 + requires_dist: + - pytest ; extra == 'testing' + requires_python: '>=3.7' +- kind: pypi + name: google-crc32c + version: 1.5.0 + url: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl + sha256: cae0274952c079886567f3f4f685bcaf5708f0a23a5f5216fdab71f81a6c0273 + requires_dist: + - pytest ; extra == 'testing' + requires_python: '>=3.7' +- kind: pypi + name: google-crc32c + version: 1.5.0 + url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 + requires_dist: + - pytest ; extra == 'testing' + requires_python: '>=3.7' +- kind: pypi + name: google-crc32c + version: 1.5.0 + url: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 7c42c70cd1d362284289c6273adda4c6af8039a8ae12dc451dcd61cdabb8ab57 + requires_dist: + - pytest ; extra == 'testing' + requires_python: '>=3.7' +- kind: pypi + name: google-resumable-media + version: 2.7.0 + url: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl + sha256: 79543cfe433b63fd81c0844b7803aba1bb8950b47bedf7d980c38fa123937e08 + 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' + requires_python: '>=3.7' +- kind: pypi + name: googleapis-common-protos + version: 1.63.0 + url: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl + sha256: ae45f75702f7c08b541f750854a678bd8f534a1a6bace6afe975f1d0a82d6632 + requires_dist: + - protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 + - grpcio<2.0.0.dev0,>=1.44.0 ; extra == 'grpc' + requires_python: '>=3.7' +- kind: pypi + 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 + - multidict + - protobuf>=3.20.0 ; extra == 'protobuf' + requires_python: '>=3.7' - kind: conda - name: libarrow - version: 14.0.2 - build: hd2c9378_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hd2c9378_10_cpu.conda - sha256: 37dcb0fe1b56c27567ad83328c203995d284533e1df1e12ad6890aa6806b252b - md5: 9e008589cc46d067b7e4e8f023627743 + name: gxx + version: 12.3.0 + build: h915e2ae_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h915e2ae_7.conda + sha256: 81bba3a4a27cf8c8f29c31da2ebd2ec49899974d066ba20ce110ac1d067bfb78 + md5: 721c5433122a02bf3a081db10a2e68e2 depends: - - __osx >=10.13 - - aws-crt-cpp >=0.26.2,<0.26.3.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.21.0,<2.22.0a0 - - libgoogle-cloud-storage >=2.21.0,<2.22.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 5696868 - timestamp: 1708690271784 + - gcc 12.3.0.* + - gxx_impl_linux-64 12.3.0.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 25402 + timestamp: 1715017020869 - kind: conda - name: libarrow - version: 14.0.2 - build: he70291f_16_cpu - build_number: 16 + name: gxx + version: 12.3.0 + build: hdb0cc85_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-12.3.0-hdb0cc85_7.conda + sha256: 220be575db22a26afa0833e0c9318404f1a91b9bd0bef1ded6c19ce3a3dca73a + md5: e394625c70901172a73ec944b50c093b + depends: + - gcc 12.3.0.* + - gxx_impl_linux-aarch64 12.3.0.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 25503 + timestamp: 1715017527519 +- kind: conda + name: gxx_impl_linux-64 + version: 12.3.0 + build: h2a574ab_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-he70291f_16_cpu.conda - sha256: 62623e8c1c8ac494db18969dc4b10981b6ef168a6bda34ac3cc0540f051fb89b - md5: e788309ce6710ed0b8e79ed48394df32 + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-h2a574ab_7.conda + sha256: c7a577846ae46dade05b7faa8956a7d4187b747bbc9be5c38a2b4ca8f7c108cc + md5: 265caa78b979f112fc241cecd0015c91 depends: - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - size: 8080035 - timestamp: 1712756067076 + - gcc_impl_linux-64 12.3.0 h58ffeeb_7 + - libstdcxx-devel_linux-64 12.3.0 h0223996_107 + - sysroot_linux-64 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 13036959 + timestamp: 1715016975232 - kind: conda - name: libarrow - version: 14.0.2 - build: hf13115f_16_cpu - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hf13115f_16_cpu.conda - sha256: 6088fc74b624eb43ccb9f2c0439ac74036cb0989c788b3bea32bbc47fcdcdd65 - md5: ac262e0996665a32830bd4686ad58305 + name: gxx_impl_linux-aarch64 + version: 12.3.0 + build: hba91e99_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-12.3.0-hba91e99_7.conda + sha256: 20945d7ea60974daec99a26e3bd27502776ea272dc1f7e2e255c2ea4a9ae39b9 + md5: 6a7fd1f07b612fa3f981b6ef74c9cbee depends: - - __osx >=10.13 - - aws-crt-cpp >=0.26.6,<0.26.7.0a0 - - aws-sdk-cpp >=1.11.267,<1.11.268.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.7.0,<0.8.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.22.0,<2.23.0a0 - - libgoogle-cloud-storage >=2.22.0,<2.23.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=2.0.0,<2.0.1.0a0 - - re2 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - constrains: - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 5698170 - timestamp: 1712757727827 + - gcc_impl_linux-aarch64 12.3.0 h3d98823_7 + - libstdcxx-devel_linux-aarch64 12.3.0 h26e3b9f_107 + - sysroot_linux-aarch64 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 11503885 + timestamp: 1715017486968 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h000cb23_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_10_cpu.conda - sha256: eb9fe4a1ff90e5009f4336cf5f3ffec4bfb74467f049321e10e74aa2e6468697 - md5: 947dbe7ebd1f72f24f52d6554e610eaa + name: gxx_linux-64 + version: 12.3.0 + build: h4a1b8e8_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda + sha256: 5a842fc69c03ac513a2c021f3f21afd9d9ca50b10b95c0dcd236aa77d6d42373 + md5: 9ec22c7c544f4a4f6d660f0a3b0fd15c depends: - - libarrow 14.0.2 hd2c9378_10_cpu - - libcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 512509 - timestamp: 1708690347206 + - binutils_linux-64 2.40 hdade7a5_3 + - gcc_linux-64 12.3.0 h6477408_3 + - gxx_impl_linux-64 12.3.0.* + - sysroot_linux-64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 29304 + timestamp: 1710260169322 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h000cb23_3_cpu + name: gxx_linux-aarch64 + version: 12.3.0 + build: h3d1e521_3 build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_3_cpu.conda - sha256: 2d26761ef5d5fa621a4c7fd4aa791714c03dd71ed3853d810cca79ef98f70c19 - md5: 103a1671065b325dd8ceb5347f6d1b94 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-12.3.0-h3d1e521_3.conda + sha256: 9d2c7649e9341ed218aef701e1db15d8cea4e70d19c4dbf8f9efe06d2c5a0b14 + md5: f1ac1d0d0b1afcbe3a8ad3a0b33aeaf4 depends: - - libarrow 14.0.2 h1aaacd4_3_cpu - - libcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 511565 - timestamp: 1706610895374 + - binutils_linux-aarch64 2.40 h95d2017_3 + - gcc_linux-aarch64 12.3.0 h9622932_3 + - gxx_impl_linux-aarch64 12.3.0.* + - sysroot_linux-aarch64 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 29283 + timestamp: 1710260291746 +- kind: pypi + 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 + requires_python: '>=3.6.1' +- kind: pypi + 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 + 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 + - webencodings + - genshi ; extra == 'all' + - chardet>=2.2 ; extra == 'all' + - lxml ; platform_python_implementation == 'CPython' and extra == 'all' + - chardet>=2.2 ; extra == 'chardet' + - 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 + name: huggingface-hub + version: 0.23.2 + url: https://files.pythonhosted.org/packages/78/71/6ce4136149cb42b98599d49c39b3a39dd6858b5f9307490998c40e26a51e/huggingface_hub-0.23.2-py3-none-any.whl + sha256: 48727a16e704d409c4bb5913613308499664f22a99743435dc3a13b23c485827 + requires_dist: + - filelock + - fsspec>=2023.5.0 + - packaging>=20.9 + - pyyaml>=5.1 + - requests + - tqdm>=4.42.1 + - typing-extensions>=3.7.4.3 + - inquirerpy==0.3.4 ; extra == 'all' + - aiohttp ; extra == 'all' + - minijinja>=1.0 ; extra == 'all' + - jedi ; extra == 'all' + - jinja2 ; extra == 'all' + - pytest ; extra == 'all' + - pytest-cov ; extra == 'all' + - pytest-env ; extra == 'all' + - pytest-xdist ; extra == 'all' + - pytest-vcr ; extra == 'all' + - pytest-asyncio ; extra == 'all' + - pytest-rerunfailures ; extra == 'all' + - urllib3<2.0 ; extra == 'all' + - soundfile ; extra == 'all' + - pillow ; extra == 'all' + - gradio ; extra == 'all' + - numpy ; extra == 'all' + - fastapi ; extra == 'all' + - ruff>=0.3.0 ; extra == 'all' + - mypy==1.5.1 ; extra == 'all' + - typing-extensions>=4.8.0 ; extra == 'all' + - types-pyyaml ; extra == 'all' + - types-requests ; extra == 'all' + - types-simplejson ; extra == 'all' + - types-toml ; extra == 'all' + - types-tqdm ; extra == 'all' + - types-urllib3 ; extra == 'all' + - inquirerpy==0.3.4 ; extra == 'cli' + - inquirerpy==0.3.4 ; extra == 'dev' + - aiohttp ; extra == 'dev' + - minijinja>=1.0 ; extra == 'dev' + - jedi ; extra == 'dev' + - jinja2 ; extra == 'dev' + - pytest ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - pytest-env ; extra == 'dev' + - pytest-xdist ; extra == 'dev' + - pytest-vcr ; extra == 'dev' + - pytest-asyncio ; extra == 'dev' + - pytest-rerunfailures ; extra == 'dev' + - urllib3<2.0 ; extra == 'dev' + - soundfile ; extra == 'dev' + - pillow ; extra == 'dev' + - gradio ; extra == 'dev' + - numpy ; extra == 'dev' + - fastapi ; extra == 'dev' + - ruff>=0.3.0 ; extra == 'dev' + - mypy==1.5.1 ; extra == 'dev' + - typing-extensions>=4.8.0 ; extra == 'dev' + - types-pyyaml ; extra == 'dev' + - types-requests ; extra == 'dev' + - types-simplejson ; extra == 'dev' + - types-toml ; extra == 'dev' + - types-tqdm ; extra == 'dev' + - types-urllib3 ; extra == 'dev' + - toml ; extra == 'fastai' + - fastai>=2.4 ; extra == 'fastai' + - fastcore>=1.3.27 ; extra == 'fastai' + - hf-transfer>=0.1.4 ; extra == 'hf_transfer' + - aiohttp ; extra == 'inference' + - minijinja>=1.0 ; extra == 'inference' + - ruff>=0.3.0 ; extra == 'quality' + - mypy==1.5.1 ; extra == 'quality' + - tensorflow ; extra == 'tensorflow' + - pydot ; extra == 'tensorflow' + - graphviz ; extra == 'tensorflow' + - tensorflow ; extra == 'tensorflow-testing' + - keras<3.0 ; extra == 'tensorflow-testing' + - inquirerpy==0.3.4 ; extra == 'testing' + - aiohttp ; extra == 'testing' + - minijinja>=1.0 ; extra == 'testing' + - jedi ; extra == 'testing' + - jinja2 ; extra == 'testing' + - pytest ; extra == 'testing' + - pytest-cov ; extra == 'testing' + - pytest-env ; extra == 'testing' + - pytest-xdist ; extra == 'testing' + - pytest-vcr ; extra == 'testing' + - pytest-asyncio ; extra == 'testing' + - pytest-rerunfailures ; extra == 'testing' + - urllib3<2.0 ; extra == 'testing' + - soundfile ; extra == 'testing' + - pillow ; extra == 'testing' + - gradio ; extra == 'testing' + - numpy ; extra == 'testing' + - fastapi ; extra == 'testing' + - torch ; extra == 'torch' + - safetensors ; extra == 'torch' + - typing-extensions>=4.8.0 ; extra == 'typing' + - types-pyyaml ; extra == 'typing' + - types-requests ; extra == 'typing' + - types-simplejson ; extra == 'typing' + - types-toml ; extra == 'typing' + - types-tqdm ; extra == 'typing' + - types-urllib3 ; extra == 'typing' + requires_python: '>=3.8.0' +- kind: pypi + 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' + - mediapipe==0.10.9 ; sys_platform == 'darwin' + - numpy + - opencv-python>4.6 + - requests>=2.31,<3 + - rerun-sdk + requires_python: <3.12 + editable: true +- kind: pypi + name: humanize + version: 4.9.0 + url: https://files.pythonhosted.org/packages/aa/2b/2ae0c789fd08d5b44e745726d08a17e6d3d7d09071d05473105edc7615f2/humanize-4.9.0-py3-none-any.whl + sha256: ce284a76d5b1377fd8836733b983bfb0b76f1aa1c090de2566fcf008d7f6ab16 + requires_dist: + - freezegun ; extra == 'tests' + - pytest ; extra == 'tests' + - pytest-cov ; extra == 'tests' + requires_python: '>=3.8' +- kind: pypi + 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: conda - name: libarrow-acero - version: 14.0.2 - build: h0a1ffab_16_cpu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h0a1ffab_16_cpu.conda - sha256: 227e4780febf20263aa27ff2a4e94454081ad12e7c7d008331dd8ed7dae3fe96 - md5: 35560acadb9ea4e4827a65748cbbfd38 + name: icu + version: '73.2' + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 + md5: cc47e1facc155f91abd89b11e48e72ff depends: - - libarrow 14.0.2 h520d24b_16_cpu - libgcc-ng >=12 - libstdcxx-ng >=12 - license: Apache-2.0 - size: 543042 - timestamp: 1712756415053 -- kind: conda - name: libarrow-acero - version: 14.0.2 - build: h13dd4ca_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h13dd4ca_10_cpu.conda - sha256: 56ecc58cfba5768069f3c23bcb9d872f9a9ab6f40bf63a100b3d8b7262353561 - md5: 3402dcc095e3edacff61efe2704e3035 - depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 494852 - timestamp: 1708691198827 -- kind: conda - name: libarrow-acero - version: 14.0.2 - build: h13dd4ca_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h13dd4ca_3_cpu.conda - sha256: 403358dbdf02e5c5dbd4a60d9d8609d64f3f082874bfee34dc09955cd3000cec - md5: bb9cf547aa515d6163764e1f0aa43117 - depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 495117 - timestamp: 1706610742772 + license: MIT + license_family: MIT + purls: [] + size: 12089150 + timestamp: 1692900650789 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h2f0025b_12_cpu - build_number: 12 + name: icu + version: '73.2' + build: h787c7f5_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h2f0025b_12_cpu.conda - sha256: d70bc3ef9fcf1fba63cf0b127512569ff22202306391d93c30f3d5ec4f557996 - md5: 6cf8a6e338e394fe0dd30e59988f8981 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda + sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 + md5: 9d3c29d71f28452a2e843aff8cbe09d2 depends: - - libarrow 14.0.2 h25df049_12_cpu - libgcc-ng >=12 - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 542198 - timestamp: 1710292954892 + license: MIT + license_family: MIT + purls: [] + size: 12237094 + timestamp: 1692900632394 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h43a2c78_16_cpu - build_number: 16 + name: icu + version: '73.2' + build: hc8870d7_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h43a2c78_16_cpu.conda - sha256: a2c9bf9bffdda271241132704eccb980441338b5f112869cadd6b026c94ea64d - md5: dc75687da2e778b20fde2fbc826fa305 - depends: - - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 495529 - timestamp: 1712757569509 + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda + sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 + md5: 8521bd47c0e11c5902535bb1a17c565f + license: MIT + license_family: MIT + purls: [] + size: 11997841 + timestamp: 1692902104771 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h59595ed_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_10_cpu.conda - sha256: 79c232dc399929e93193402f3f965b6e2bd072700ae1b1078940c56262886fab - md5: f95ce0a19b8bd742a2c548207f96aafb - depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 577227 - timestamp: 1708689800054 + name: icu + version: '73.2' + build: hf5e326d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + md5: 5cc301d759ec03f28328428e28f65591 + license: MIT + license_family: MIT + purls: [] + size: 11787527 + timestamp: 1692901622519 +- kind: pypi + name: idna + version: '3.7' + url: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + sha256: 82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0 + requires_python: '>=3.5' - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h59595ed_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_3_cpu.conda - sha256: 3416eef75f45822772c2929f0173385b1493f7d6f227f364ce9628fc0f2b436b - md5: 597608124a4ff726388d71fda3d9b0f0 + name: idna + version: '3.7' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b + md5: c0cc1420498b17414d8617d0b9f506ca depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 576699 - timestamp: 1706609624860 + - python >=3.6 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/idna?source=conda-forge-mapping + size: 52718 + timestamp: 1713279497047 +- kind: pypi + name: imageio + version: 2.34.1 + url: https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl + sha256: 408c1d4d62f72c9e8347e7d1ca9bc11d8673328af3913868db3b828e28b40a4c + requires_dist: + - numpy + - pillow>=8.3.2 + - astropy ; extra == 'all-plugins' + - av ; extra == 'all-plugins' + - imageio-ffmpeg ; extra == 'all-plugins' + - pillow-heif ; extra == 'all-plugins' + - psutil ; extra == 'all-plugins' + - tifffile ; extra == 'all-plugins' + - av ; extra == 'all-plugins-pypy' + - imageio-ffmpeg ; extra == 'all-plugins-pypy' + - pillow-heif ; extra == 'all-plugins-pypy' + - psutil ; extra == 'all-plugins-pypy' + - tifffile ; extra == 'all-plugins-pypy' + - wheel ; extra == 'build' + - pytest ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - fsspec[github] ; extra == 'dev' + - black ; extra == 'dev' + - flake8 ; extra == 'dev' + - sphinx<6 ; extra == 'docs' + - numpydoc ; extra == 'docs' + - pydata-sphinx-theme ; extra == 'docs' + - imageio-ffmpeg ; extra == 'ffmpeg' + - psutil ; extra == 'ffmpeg' + - astropy ; extra == 'fits' + - astropy ; extra == 'full' + - av ; extra == 'full' + - black ; extra == 'full' + - flake8 ; extra == 'full' + - fsspec[github] ; extra == 'full' + - gdal ; extra == 'full' + - imageio-ffmpeg ; extra == 'full' + - itk ; extra == 'full' + - numpydoc ; extra == 'full' + - pillow-heif ; extra == 'full' + - psutil ; extra == 'full' + - pydata-sphinx-theme ; extra == 'full' + - pytest ; extra == 'full' + - pytest-cov ; extra == 'full' + - sphinx<6 ; extra == 'full' + - tifffile ; extra == 'full' + - wheel ; extra == 'full' + - gdal ; extra == 'gdal' + - itk ; extra == 'itk' + - black ; extra == 'linting' + - flake8 ; extra == 'linting' + - pillow-heif ; extra == 'pillow-heif' + - av ; extra == 'pyav' + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - fsspec[github] ; extra == 'test' + - tifffile ; extra == 'tifffile' + requires_python: '>=3.8' +- kind: pypi + name: importlib-metadata + version: 7.1.0 + url: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl + sha256: 30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 + requires_dist: + - zipp>=0.5 + - typing-extensions>=3.6.4 ; python_version < '3.8' + - sphinx>=3.5 ; extra == 'docs' + - jaraco-packaging>=9.3 ; extra == 'docs' + - rst-linker>=1.9 ; extra == 'docs' + - furo ; extra == 'docs' + - sphinx-lint ; extra == 'docs' + - jaraco-tidelift>=1.4 ; extra == 'docs' + - ipython ; extra == 'perf' + - pytest>=6 ; extra == 'testing' + - pytest-checkdocs>=2.4 ; extra == 'testing' + - pytest-cov ; extra == 'testing' + - pytest-enabler>=2.2 ; extra == 'testing' + - pytest-ruff>=0.2.1 ; extra == 'testing' + - packaging ; extra == 'testing' + - pyfakefs ; extra == 'testing' + - flufl-flake8 ; extra == 'testing' + - pytest-perf>=0.9.2 ; extra == 'testing' + - jaraco-test>=5.4 ; extra == 'testing' + - pytest-mypy ; platform_python_implementation != 'PyPy' and extra == 'testing' + - importlib-resources>=1.3 ; python_version < '3.9' and extra == 'testing' + requires_python: '>=3.8' +- kind: pypi + name: incremental-logging + version: 0.1.0 + path: examples/python/incremental_logging + sha256: c1efe33868c31fe5a07ab5f6e60d28f856735a9e0b221ff96abd2e711d60e894 + requires_dist: + - numpy + - rerun-sdk + editable: true - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h63175ca_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h63175ca_10_cpu.conda - sha256: 3625c20c0ad1e0497c29ce9ae4a736608460f6fd4a055b83fcaf312aebcea628 - md5: 87a98927c8ead8c7c09c66c8bc7d99dd + 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 + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + md5: f800d2da156d08e289b14e87e43c1ae5 depends: - - libarrow 14.0.2 hd01637b_10_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 430548 - timestamp: 1708690137226 + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/iniconfig?source=conda-forge-mapping + size: 11101 + timestamp: 1673103208955 - kind: conda - name: libarrow-acero - version: 14.0.2 - build: h8681a6d_16_cpu - build_number: 16 + name: intel-openmp + version: 2024.1.0 + build: h57928b3_966 + build_number: 966 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h8681a6d_16_cpu.conda - sha256: ef3ee1329d01ecf9d3fce9d71bb8d992047159e74ad6f8e6888f3b9167299c58 - md5: 962174049b3f016ec8c094c11c0e4b59 - depends: - - libarrow 14.0.2 h45212c0_16_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - size: 431209 - timestamp: 1712757444547 -- kind: conda - name: libarrow-acero - version: 14.0.2 - build: hac33072_16_cpu - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hac33072_16_cpu.conda - sha256: af941fc5cbcd2dfbd469961b63bde52f43201bfaa014cda3685bf9088f037b55 - md5: dcaea1851956026dd7c796fac5b5aca3 - depends: - - libarrow 14.0.2 he70291f_16_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 578186 - timestamp: 1712756104658 -- kind: conda - name: libarrow-acero - version: 14.0.2 - build: hcdcf8f8_16_cpu - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-hcdcf8f8_16_cpu.conda - sha256: f1b21b04890e4dd315fd3c30eb3e131f7a9a0bca4175486885db9692b5c3f07e - md5: 5d6cf60ee555213f81706f58542d478c - depends: - - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu - - libcxx >=14 - license: Apache-2.0 - size: 513336 - timestamp: 1712757880486 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h000cb23_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_10_cpu.conda - sha256: 2794a1252476b70fd7a1fc59035da8bef18daa55faf34b4d018f84eebdb59621 - md5: 3a9966930e72c8cc6f472673d475a07b - depends: - - libarrow 14.0.2 hd2c9378_10_cpu - - libarrow-acero 14.0.2 h000cb23_10_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_10_cpu - license: Apache-2.0 - license_family: APACHE - size: 511903 - timestamp: 1708690574393 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h000cb23_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_3_cpu.conda - sha256: 505248c4717a4ee574e92585f4d9649dc2732761fbe79f32792878d4886e829a - md5: ecfeb174ed37dd1e12e0106c0ed3e503 - depends: - - libarrow 14.0.2 h1aaacd4_3_cpu - - libarrow-acero 14.0.2 h000cb23_3_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_3_cpu - license: Apache-2.0 - license_family: APACHE - size: 510602 - timestamp: 1706611131325 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h0a1ffab_16_cpu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h0a1ffab_16_cpu.conda - sha256: b20004cfe6ff83f5f8b28885b816b462247263aca3884acefbd99088dca1c2b6 - md5: cbddba39227ce47bcdd4cd5e9f2a64ce - depends: - - libarrow 14.0.2 h520d24b_16_cpu - - libarrow-acero 14.0.2 h0a1ffab_16_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h70b04f6_16_cpu - - libstdcxx-ng >=12 - license: Apache-2.0 - size: 551480 - timestamp: 1712756500734 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h13dd4ca_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h13dd4ca_10_cpu.conda - sha256: be77ff086a9b8e0cd918a195bdfa6ab9263a9d14430f531798828f89c0c83fcf - md5: 2370533ab6e0bbb885dc957e9bf88954 - depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libarrow-acero 14.0.2 h13dd4ca_10_cpu - - libcxx >=14 - - libparquet 14.0.2 hf6ce1d5_10_cpu - license: Apache-2.0 - license_family: APACHE - size: 526964 - timestamp: 1708691531170 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h13dd4ca_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h13dd4ca_3_cpu.conda - sha256: 6008efbbcdc2d35108cf77556875a37fbcd6a71c7cae7b224f68a00d24706a88 - md5: c70ccbf60211289adaad09e52103525f - depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libarrow-acero 14.0.2 h13dd4ca_3_cpu - - libcxx >=14 - - libparquet 14.0.2 hf6ce1d5_3_cpu - license: Apache-2.0 - license_family: APACHE - size: 526945 - timestamp: 1706611070744 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h2f0025b_12_cpu - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h2f0025b_12_cpu.conda - sha256: 65a33363cb7e4936bc1c75f2f115ea4dd32498c283baa5c1ea1a321cfa17d10b - md5: d46471dbf3c19b687d324a297a72debd - depends: - - libarrow 14.0.2 h25df049_12_cpu - - libarrow-acero 14.0.2 h2f0025b_12_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 hb18b541_12_cpu - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 551283 - timestamp: 1710293072163 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h43a2c78_16_cpu - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h43a2c78_16_cpu.conda - sha256: 73498818bdf3273bbe860fe3a85fb5e22e680e58e4be3caad6afeb4ece65cb14 - md5: 0e8c658a3c86f18d4fbf892fffd27ccf - depends: - - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libarrow-acero 14.0.2 h43a2c78_16_cpu - - libcxx >=14 - - libparquet 14.0.2 he0622da_16_cpu - license: Apache-2.0 - license_family: APACHE - size: 527563 - timestamp: 1712758813036 -- kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h59595ed_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_10_cpu.conda - sha256: 8187af9a710cf85ad99bfdc96d257ffc589f6fe61037aaad3a2ab0e9ac941b28 - md5: 928e5fe656ffc821da7cf6727af909da - depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libarrow-acero 14.0.2 h59595ed_10_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_10_cpu - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 580942 - timestamp: 1708689918 + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.1.0-h57928b3_966.conda + sha256: 77465396f2636c8b3b3a587f1636ee35c17a73e2a2c7e0ea0957b05f84704cf3 + md5: 35d7ea07ad6c878bd7240d2d6c1b8657 + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary + purls: [] + size: 1616293 + timestamp: 1716560867765 +- kind: pypi + name: jax + version: 0.4.28 + url: https://files.pythonhosted.org/packages/20/11/6667e8a2146d62b7e585c389cc39cede4993f7380101cae052e8dce546c2/jax-0.4.28-py3-none-any.whl + sha256: 6a181e6b5a5b1140e19cdd2d5c4aa779e4cb4ec627757b918be322d8e81035ba + requires_dist: + - ml-dtypes>=0.2.0 + - numpy>=1.22 + - opt-einsum + - scipy>=1.9 + - importlib-metadata>=4.6 ; python_version < '3.10' + - numpy>=1.23.2 ; python_version >= '3.11' + - numpy>=1.26.0 ; python_version >= '3.12' + - scipy>=1.11.1 ; python_version >= '3.12' + - protobuf<4,>=3.13 ; extra == 'australis' + - jaxlib==0.4.27 ; extra == 'ci' + - jaxlib==0.4.28 ; extra == 'cpu' + - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda' + - jaxlib==0.4.28 ; extra == 'cuda12' + - jax-cuda12-plugin==0.4.28 ; extra == 'cuda12' + - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12' + - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12' + - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12' + - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12' + - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12' + - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12' + - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12' + - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12' + - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12' + - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12' + - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_cudnn89' + - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_local' + - jaxlib==0.4.28+cuda12.cudnn89 ; extra == 'cuda12_pip' + - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' + - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' + - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' + - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' + - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' + - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' + - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' + - jaxlib==0.4.27 ; extra == 'minimum-jaxlib' + - jaxlib==0.4.28 ; extra == 'tpu' + - libtpu-nightly==0.1.dev20240508 ; extra == 'tpu' + - requests ; extra == 'tpu' + requires_python: '>=3.9' +- kind: pypi + name: jaxlib + version: 0.4.28 + url: https://files.pythonhosted.org/packages/8e/d7/65b1f5cf05d9159abd5882a51695d4d1b386bc8e26140eff7159854777f2/jaxlib-0.4.28-cp311-cp311-manylinux2014_x86_64.whl + sha256: 45ce0f3c840cff8236cff26c37f26c9ff078695f93e0c162c320c281f5041275 + requires_dist: + - scipy>=1.9 + - numpy>=1.22 + - ml-dtypes>=0.2.0 + - scipy>=1.11.1 ; python_version >= '3.12' + - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' + - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' + - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' + - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' + - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' + - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' + - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' + requires_python: '>=3.9' +- kind: pypi + 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: libarrow-dataset - version: 14.0.2 - build: h59595ed_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_3_cpu.conda - sha256: ae6b08f5693540c69443c930443c7e1e83619d05ff53fcd81c95c2b7552c77aa - md5: f03a1731ec0573a5df8637edca64f8ae + 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 + sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d + md5: 7b86ecb7d3557821c649b3c31e3eb9f2 depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libarrow-acero 14.0.2 h59595ed_3_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_3_cpu - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 581931 - timestamp: 1706609721028 + - markupsafe >=2.0 + - python >=3.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jinja2?source=conda-forge-mapping + size: 111565 + timestamp: 1715127275924 +- kind: pypi + 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: conda - name: libarrow-dataset - version: 14.0.2 - build: h63175ca_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h63175ca_10_cpu.conda - sha256: 791e707878923c854b98ab56462e1538d8bb096ff1ad79303775ee2d347bafa1 - md5: 3f6867d2be7496cd2b719a691c812868 - depends: - - libarrow 14.0.2 hd01637b_10_cpu - - libarrow-acero 14.0.2 h63175ca_10_cpu - - libparquet 14.0.2 h7ec3a38_10_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 429115 - timestamp: 1708690422907 + name: kernel-headers_linux-64 + version: 2.6.32 + build: he073ed8_17 + build_number: 17 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda + sha256: fb39d64b48f3d9d1acc3df208911a41f25b6a00bd54935d5973b4739a9edd5b6 + md5: d731b543793afc0433c4fd593e693fce + constrains: + - sysroot_linux-64 ==2.12 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + license_family: GPL + purls: [] + size: 710627 + timestamp: 1708000830116 - kind: conda - name: libarrow-dataset - version: 14.0.2 - build: h8681a6d_16_cpu - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h8681a6d_16_cpu.conda - sha256: 18db3fceb2166ca245464fb924af2705a5a2be819cb82132f0549ae7ab0ac040 - md5: cee87a68e0745dfb82387d89296bb851 + name: kernel-headers_linux-aarch64 + version: 4.18.0 + build: h5b4a56d_14 + build_number: 14 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h5b4a56d_14.conda + sha256: c44b178b38de4126d50a71501ac9e1c49119bb7aba9d09ab861ba12bc8d4e21c + md5: 9b0446ad203105e5bbdda273a78d1d0f depends: - - libarrow 14.0.2 h45212c0_16_cpu - - libarrow-acero 14.0.2 h8681a6d_16_cpu - - libparquet 14.0.2 h39135fc_16_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - size: 429999 - timestamp: 1712757753246 + - _sysroot_linux-aarch64_curr_repodata_hack 4.* + constrains: + - sysroot_linux-aarch64 ==2.17 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + license_family: GPL + purls: [] + size: 1114567 + timestamp: 1708000894708 - kind: conda - name: libarrow-dataset - version: 14.0.2 - build: hac33072_16_cpu - build_number: 16 + name: keyutils + version: 1.6.1 + build: h166bdaf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hac33072_16_cpu.conda - sha256: ec28a71554fa47803c8cf10a690478e40deb12243e7187ecca9edb3c4834e3cb - md5: 58277cd6a5d64ea26e8ddeb0874a644e + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: - - libarrow 14.0.2 he70291f_16_cpu - - libarrow-acero 14.0.2 hac33072_16_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h6a7eafb_16_cpu - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 582131 - timestamp: 1712756178872 + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + purls: [] + size: 117831 + timestamp: 1646151697040 - kind: conda - name: libarrow-dataset - version: 14.0.2 - build: hcdcf8f8_16_cpu - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-hcdcf8f8_16_cpu.conda - sha256: 1cf903af6fd9cbce9b6c61756cfbc392e7f26af93c7f67a5b12d20195f2c47fb - md5: 041880d9fdb9826b97d3de5a214ca398 + 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 + sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b + md5: 1f24853e59c68892452ef94ddd8afd4b depends: - - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu - - libarrow-acero 14.0.2 hcdcf8f8_16_cpu - - libcxx >=14 - - libparquet 14.0.2 h4aea69c_16_cpu - license: Apache-2.0 - size: 513459 - timestamp: 1712758757865 + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + purls: [] + size: 112327 + timestamp: 1646166857935 +- kind: pypi + name: kiwisolver + version: 1.4.5 + url: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl + sha256: fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797 + requires_dist: + - typing-extensions ; python_version < '3.8' + requires_python: '>=3.7' +- kind: pypi + name: kiwisolver + version: 1.4.5 + url: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90 + requires_dist: + - typing-extensions ; python_version < '3.8' + requires_python: '>=3.7' +- kind: pypi + name: kiwisolver + version: 1.4.5 + url: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl + sha256: 6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355 + requires_dist: + - typing-extensions ; python_version < '3.8' + requires_python: '>=3.7' +- kind: pypi + name: kiwisolver + version: 1.4.5 + url: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e + requires_dist: + - typing-extensions ; python_version < '3.8' + requires_python: '>=3.7' - kind: conda - name: libarrow-flight - version: 14.0.2 - build: h120cb0d_3_cpu - build_number: 3 + name: krb5 + version: 1.21.2 + build: h659d440_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-h120cb0d_3_cpu.conda - sha256: df3ef486f512aea17e81157239579a95a633697d92c8c1ffca785d3adf7e5721 - md5: 6195c563a4af687b1d090f9fba8fc000 + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda + sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 + md5: cd95826dbd331ed1be26bdf401432844 depends: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 h84dd17c_3_cpu + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - license: Apache-2.0 - license_family: APACHE - size: 501085 - timestamp: 1706609649937 + - openssl >=3.1.2,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1371181 + timestamp: 1692097755782 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: h161034a_16_cpu - build_number: 16 + name: krb5 + version: 1.21.2 + build: h92f50d5_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h161034a_16_cpu.conda - sha256: 2efd3f51f0d48f46f44d163c4dfdee668f47709232609a661e89e3a5cbe25e1f - md5: 2b72d4609b7b76d40d2b7cc44bb9acfe + url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda + sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 + md5: 92f1cff174a538e0722bf2efb16fc0b2 depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libcxx >=14 - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 333618 - timestamp: 1712757848944 + - libcxx >=15.0.7 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.1.2,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1195575 + timestamp: 1692098070699 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: h2f4a9e5_12_cpu - build_number: 12 + name: krb5 + version: 1.21.2 + build: hb884880_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda + sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 + md5: 80505a68783f01dc8d7308c075261b2f + depends: + - libcxx >=15.0.7 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.1.2,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1183568 + timestamp: 1692098004387 +- kind: conda + name: krb5 + version: 1.21.2 + build: hc419048_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-h2f4a9e5_12_cpu.conda - sha256: bbea5d23c616b6b36a6cbf04a617657553628d08a0844a2279ebdce1c749a69d - md5: e98e22bae314c018497b409170001620 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.2-hc419048_0.conda + sha256: c3f24ead49fb7d7c29fae491bec3f090f63d77a46954eadbc4463f137e2b42cd + md5: 55b51af37bf6fdcfe06f140e62e8c8db depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h25df049_12_cpu + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - license: Apache-2.0 - license_family: APACHE - size: 474817 - timestamp: 1710292993611 -- kind: conda - name: libarrow-flight - version: 14.0.2 - build: h7656fc6_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h7656fc6_10_cpu.conda - sha256: 63814014b95eed4a2ef4483e2d350389641be2c3d0dcd1f97cca5c4c5d613e39 - md5: 21b2e50735cea10c866a021662f2870b - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hd2c9378_10_cpu - - libcxx >=14 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - license: Apache-2.0 - license_family: APACHE - size: 321632 - timestamp: 1708690401993 + - openssl >=3.1.2,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1473397 + timestamp: 1692097651347 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: h83a3238_16_cpu - build_number: 16 + name: krb5 + version: 1.21.2 + build: heb0366b_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-h83a3238_16_cpu.conda - sha256: 2af9e238c6e1c8ed111410a6e42551e8557ca31e46cf6eb37f14dbb862bddf52 - md5: 89a3f67b5fbae6d35ab6549370ba0d7e + url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda + sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b + md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h45212c0_16_cpu - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 + - openssl >=3.1.2,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - size: 286693 - timestamp: 1712757528915 -- kind: conda - name: libarrow-flight - version: 14.0.2 - build: ha1803ca_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-ha1803ca_3_cpu.conda - sha256: 7b45ee013be7dae1b1e7502d416334cf5c814ba81993114457dc7ed9d9ec8984 - md5: c5598691d43341a8fac5a26214dcb95a - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 h1aaacd4_3_cpu - - libcxx >=14 - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - license: Apache-2.0 - license_family: APACHE - size: 319641 - timestamp: 1706610952789 -- kind: conda - name: libarrow-flight - version: 14.0.2 - build: ha94d253_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-ha94d253_3_cpu.conda - sha256: d6f60f44fca8ecc79971b521768fa8e481111699c89224e63eff3045c0db2291 - md5: fbff9a568d02e6b7a236245b7a9d787b - depends: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 h4ce3932_3_cpu - - libcxx >=14 - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - license: Apache-2.0 - license_family: APACHE - size: 332020 - timestamp: 1706610826254 -- kind: conda - name: libarrow-flight - version: 14.0.2 - build: hbf3f4d3_16_cpu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hbf3f4d3_16_cpu.conda - sha256: 32623ea3856781c6b81550fa2c41512b623e0a527a67193bf7416c522b74d894 - md5: 9466b7a462c71ea0c3895fefee496fa8 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h520d24b_16_cpu - - libgcc-ng >=12 - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - license: Apache-2.0 - size: 475210 - timestamp: 1712756440661 + license: MIT + license_family: MIT + purls: [] + size: 710894 + timestamp: 1692098129546 +- kind: pypi + name: laspy + version: 2.4.1 + url: https://files.pythonhosted.org/packages/7a/68/c864ea8e55c1fc3f1259375a0a31c60a06618cda4e14572c7d0e0aada6c2/laspy-2.4.1.tar.gz + sha256: 13caecc7325cb2242cb25394984d21b3b5f796c88bcb44bc2ed2d3cf1b972ac4 + requires_dist: + - numpy + - pytest ; extra == 'dev' + - coverage ; extra == 'dev' + - sphinx ; extra == 'dev' + - sphinx-rtd-theme ; extra == 'dev' + - nox ; extra == 'dev' + - black==22.3.0 ; extra == 'dev' + - pytest-benchmark ; extra == 'dev' + - m2r2 ; extra == 'dev' + - rangehttpserver ; extra == 'dev' + - laszip<0.3.0,>=0.2.1 ; extra == 'laszip' + - lazrs<0.6.0,>=0.5.0 ; extra == 'lazrs' + - pyproj ; extra == 'pyproj' + - requests ; extra == 'requests' + requires_python: '>=3.7' +- kind: pypi + 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 + - importlib-metadata ; python_version < '3.8' + - changelist==0.5 ; extra == 'dev' + - pre-commit==3.7.0 ; extra == 'lint' + - pytest>=7.4 ; extra == 'test' + - pytest-cov>=4.1 ; extra == 'test' + requires_python: '>=3.7' - kind: conda - name: libarrow-flight - version: 14.0.2 - build: hc99bc2f_10_cpu - build_number: 10 + name: ld64 + version: '711' + build: h634c8be_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-hc99bc2f_10_cpu.conda - sha256: b67db3420361783a3914b580f7d7bd4acfa76fabdd0bc0f17380945dd0ade989 - md5: d8619e1a59d29303231b149e82358864 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h4c2354f_10_cpu - - libcxx >=14 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - license: Apache-2.0 - license_family: APACHE - size: 332951 - timestamp: 1708691285344 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-711-h634c8be_0.conda + sha256: bf1fa905f08aa2044d5ca9a387c4d626c1b92a81773665268e87cf03a4db1159 + md5: 5fb1c87739bf8f52d36cb001248e29b6 + depends: + - ld64_osx-arm64 711 ha4bd21c_0 + - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - cctools 986.* + - cctools_osx-arm64 986.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 18884 + timestamp: 1710466784602 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: hca4e5ea_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-hca4e5ea_10_cpu.conda - sha256: d787d09bfdb034b596c7c0cd72d44e805aa0f846a0736f2462185a73661ebecc - md5: 1f2d16002cc311c59d573e2d1084edb5 + name: ld64 + version: '711' + build: ha02d983_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ld64-711-ha02d983_0.conda + sha256: 189f5a0f9f923ee7f165fd9f18633ffa5680c24118d731c0a9956ac21dd42720 + md5: 3ae4930ec076735cce481e906f5192e0 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hd01637b_10_cpu - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 286419 - timestamp: 1708690211648 + - ld64_osx-64 711 ha20a434_0 + - libllvm16 >=16.0.6,<16.1.0a0 + constrains: + - cctools 986.* + - cctools_osx-64 986.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 18819 + timestamp: 1710466446391 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: hcd10e87_16_cpu - build_number: 16 + name: ld64_osx-64 + version: '711' + build: ha20a434_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-hcd10e87_16_cpu.conda - sha256: c33f969d8f84f5ffc9b9a491bfce16c2a53c2351a166566f963c62a0038c5bbc - md5: 2689eb35fd8ff218770ff142b8b45f6a + url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-711-ha20a434_0.conda + sha256: 8c4cdd119ff4d8c83f6ae044c76560be302e4986ec1d5f278943ed9319f1171c + md5: a8b41eb97c8a9d618243a79ba78fdc3c depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hf13115f_16_cpu - - libcxx >=14 - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - license: Apache-2.0 - size: 322515 - timestamp: 1712758072747 + - libcxx + - libllvm16 >=16.0.6,<16.1.0a0 + - sigtool + - tapi >=1100.0.11,<1101.0a0 + constrains: + - clang >=16.0.6,<17.0a0 + - cctools 986.* + - ld 711.* + - cctools_osx-64 986.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 1075550 + timestamp: 1710466354788 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: hd42f311_16_cpu - build_number: 16 + name: ld64_osx-arm64 + version: '711' + build: ha4bd21c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-711-ha4bd21c_0.conda + sha256: f27b661fa4cac5b351ed4ee0ec8c8baf27c2f982309a453968418438c8197450 + md5: 38abda2ba1128fdde7b7108cc36a9d99 + depends: + - libcxx + - libllvm16 >=16.0.6,<16.1.0a0 + - sigtool + - tapi >=1100.0.11,<1101.0a0 + constrains: + - ld 711.* + - clang >=16.0.6,<17.0a0 + - cctools 986.* + - cctools_osx-arm64 986.* + license: APSL-2.0 + license_family: Other + purls: [] + size: 1066358 + timestamp: 1710466668466 +- kind: conda + name: ld_impl_linux-64 + version: '2.40' + build: hf3520f5_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-hd42f311_16_cpu.conda - sha256: dbd6159f762ce672b4bb283193bfe63311c2f7e7be04376e4e96d1eef7b055b4 - md5: 8f6059c0c2f0eecab3ee533f555ce75f + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_1.conda + sha256: cb54a873c1c84c47f7174093889686b626946b8143905ec0f76a56785b26a304 + md5: 33b7851c39c25da14f6a233a8ccbeeca + constrains: + - binutils_impl_linux-64 2.40 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 707934 + timestamp: 1716583433869 +- kind: conda + name: ld_impl_linux-aarch64 + version: '2.40' + build: h9fc2d93_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_1.conda + sha256: 437f035978cf10db4db41991e66d2d02f19acd36d4d88e740cac130b38a45015 + md5: 8a90b17a5d12ba55b7d90534f38579d0 + constrains: + - binutils_impl_linux-aarch64 2.40 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 735216 + timestamp: 1716583633752 +- kind: conda + name: libabseil + version: '20240116.2' + build: cxx17_h2f0025b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h2f0025b_0.conda + sha256: 17ff1cb3680121a83b6cefc69bffd3d3c65b4ab321b30fc6f38a84f62ce7ef36 + md5: 8c82217c05aa59b86d0db83df2fa65b5 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 he70291f_16_cpu - libgcc-ng >=12 - - libgrpc >=1.62.1,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 + constrains: + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 license: Apache-2.0 - license_family: APACHE - size: 503890 - timestamp: 1712756122474 + license_family: Apache + purls: [] + size: 1283376 + timestamp: 1714403298858 - kind: conda - name: libarrow-flight - version: 14.0.2 - build: hf334d8d_10_cpu - build_number: 10 + name: libabseil + version: '20240116.2' + build: cxx17_h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-hf334d8d_10_cpu.conda - sha256: 3c41f713946ade3c3a895bab9960e284bd0be68f3b0a4265416db588f17a9cdc - md5: 94d15efbcdd4583ff0d540eeade8fc56 + url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_h59595ed_0.conda + sha256: 19b789dc38dff64eee2002675991e63f381eedf5efd5c85f2dac512ed97376d7 + md5: 682bdbe046a68f749769b492f3625c5c depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h5001e6d_10_cpu - libgcc-ng >=12 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - license: Apache-2.0 - license_family: APACHE - size: 504481 - timestamp: 1708689830987 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h1ef3bed_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h1ef3bed_10_cpu.conda - sha256: 2a3dc035a352e49bd419f022ebe810bd971606196bd06dbe1f7ee449bd2034dd - md5: 40af1d9480b63e6a8551def6b94adab7 - depends: - - libarrow 14.0.2 hd01637b_10_cpu - - libarrow-flight 14.0.2 hca4e5ea_10_cpu - - libprotobuf >=4.25.2,<4.25.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + constrains: + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 license: Apache-2.0 - license_family: APACHE - size: 233697 - timestamp: 1708690485765 + license_family: Apache + purls: [] + size: 1266634 + timestamp: 1714403128134 - kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h21569af_16_cpu - build_number: 16 + name: libabseil + version: '20240116.2' + build: cxx17_h63175ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-h21569af_16_cpu.conda - sha256: c87b9bff34980bcc8fd1f1d22088a16795c98539a43e16fa71e1370ef03bfc39 - md5: 9bf97c805e1b7d1c7ad7b2dcc24b88b3 + url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_h63175ca_0.conda + sha256: 37539d02a9d1064a18838303a9829fa14d5bffa5e02349b3a15d9bd8a2815e79 + md5: 31b8c712b478ba94896707c159c60499 depends: - - libarrow 14.0.2 h45212c0_16_cpu - - libarrow-flight 14.0.2 h83a3238_16_cpu - - libprotobuf >=4.25.3,<4.25.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* license: Apache-2.0 - size: 234852 - timestamp: 1712757820439 + license_family: Apache + purls: [] + size: 1781843 + timestamp: 1714404063887 - kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h32643e2_16_cpu - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h32643e2_16_cpu.conda - sha256: c2b9263cd47b2881658db07f504d230d7ab6f8cc44829ce20004b5be0f13380a - md5: 2e1bbbc3e8028a533da5955bf48e77f1 + name: libabseil + version: '20240116.2' + build: cxx17_hc1bcbd7_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hc1bcbd7_0.conda + sha256: 91c7818fd4d4e1d7e7fb6ace5f72e699112a9207f00f1ee82e62b7a87d239837 + md5: f2ac89dbd4914f487706282ebf787636 depends: - - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libarrow-flight 14.0.2 h161034a_16_cpu - - libcxx >=14 - - libprotobuf >=4.25.3,<4.25.4.0a0 + - libcxx >=16 + constrains: + - __osx >=10.13 + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 license: Apache-2.0 - license_family: APACHE - size: 162629 - timestamp: 1712758912725 + license_family: Apache + purls: [] + size: 1131191 + timestamp: 1714403767205 - kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h39a9b85_3_cpu - build_number: 3 + name: libabseil + version: '20240116.2' + build: cxx17_hebf3989_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h39a9b85_3_cpu.conda - sha256: 073612f2adf8dd71a24606fdd6fa236fac9bbf38149ddd042e1e0d86e1faff82 - md5: f5ac9f1a1b9605c7bee83923e5264a73 - depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libarrow-flight 14.0.2 ha94d253_3_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 - license: Apache-2.0 - license_family: APACHE - size: 162201 - timestamp: 1706611151829 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h469e5c9_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h469e5c9_10_cpu.conda - sha256: 978e679940774d3371e1589a8c8669101df6b91b181fa7434a627be4ad4f911c - md5: d1a3ed56ce0be3d8e15d354b292ac506 - depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libarrow-flight 14.0.2 hf334d8d_10_cpu - - libgcc-ng >=12 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 193923 - timestamp: 1708689947629 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h54f281b_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h54f281b_10_cpu.conda - sha256: b073eeb8bf5c68a00ca1eaabb17ac7dbce448656598d4ea4e99abc132e73dda0 - md5: f87d50fa3b4dc6612e18e91890cdcbec + url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_hebf3989_0.conda + sha256: d96bd35e162637be3767637352195e6cdfd85d98068564f73f3450b0cb265776 + md5: edc3edb68fd9cbb014ac675dc73006c2 depends: - - __osx >=10.13 - - libarrow 14.0.2 hd2c9378_10_cpu - - libarrow-flight 14.0.2 h7656fc6_10_cpu - - libcxx >=14 - - libprotobuf >=4.25.2,<4.25.3.0a0 + - libcxx >=16 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* license: Apache-2.0 - license_family: APACHE - size: 154009 - timestamp: 1708690633124 + license_family: Apache + purls: [] + size: 1143678 + timestamp: 1714403860076 - kind: conda - name: libarrow-flight-sql + name: libarrow version: 14.0.2 - build: h5f273fa_10_cpu - build_number: 10 + build: h416b5a9_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-h5f273fa_10_cpu.conda - sha256: 87ced98fc455d4b5e04447302d2cd0808961c1874a70ee9eb693d58eadb91784 - md5: 164b4ed7bd3cc7ca116e5ed741d49218 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.2-h416b5a9_24_cpu.conda + sha256: ce780e8b42088a364285b6c850db1b0d4cefcccb51066a8e1d2dcc54c84bd6c3 + md5: 5010c0be3ed79bea163e19b3ef7d11c5 depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libarrow-flight 14.0.2 hc99bc2f_10_cpu + - __osx >=11.0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.7.0,<0.8.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 - libcxx >=14 - - libprotobuf >=4.25.2,<4.25.3.0a0 + - libgoogle-cloud >=2.24.0,<2.25.0a0 + - libgoogle-cloud-storage >=2.24.0,<2.25.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - orc >=2.0.1,<2.0.2.0a0 + - re2 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - parquet-cpp <0.0a0 + - apache-arrow-proc =*=cpu + - arrow-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 162002 - timestamp: 1708691614334 + purls: [] + size: 5367003 + timestamp: 1716496644817 - kind: conda - name: libarrow-flight-sql + name: libarrow version: 14.0.2 - build: h61ff412_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h61ff412_3_cpu.conda - sha256: 6a70f1ad65ccd59d9a5ed10cec9344e97609af2aceac575d67e784d20d847c75 - md5: 03270d9c7dcce68b796cb164ae644f26 + build: h5e8bd17_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.2-h5e8bd17_24_cpu.conda + sha256: 515c8348c58ab093c5718fb77db48038627ed754ca00af2571c53030966e0067 + md5: 0a1111bc974a350678d7a458f87a948a depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libarrow-flight 14.0.2 h120cb0d_3_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgoogle-cloud >=2.24.0,<2.25.0a0 + - libgoogle-cloud-storage >=2.24.0,<2.25.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.0,<4.0a0 + - orc >=2.0.1,<2.0.2.0a0 + - re2 + - snappy >=1.2.0,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - apache-arrow-proc =*=cpu + - parquet-cpp <0.0a0 + - arrow-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 195809 - timestamp: 1706609745191 + purls: [] + size: 4961797 + timestamp: 1716497025213 - kind: conda - name: libarrow-flight-sql + name: libarrow version: 14.0.2 - build: h7624240_16_cpu - build_number: 16 + build: ha197d68_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-h7624240_16_cpu.conda - sha256: 5732516365fbae3c4c82fb1dfb1fb0735050581f670d3a2ef2a67578008f0ab7 - md5: ef90e03d685f7f3aa862b91a80e15d02 - depends: - - libarrow 14.0.2 h520d24b_16_cpu - - libarrow-flight 14.0.2 hbf3f4d3_16_cpu - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 - size: 183457 - timestamp: 1712756519546 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: h8ec153b_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h8ec153b_3_cpu.conda - sha256: 1361ee115b58d3d39d3d5acb76994011c46c9b3610e19d781baa95eca8d79b8a - md5: 5249b9546417382b4368bcdd499fd37c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-14.0.2-ha197d68_24_cpu.conda + sha256: 592588369a384582118602c6a00ff707b5c92b64862303c9fd84f5461f630a10 + md5: ba1028968218ac84e6e96805839f05eb depends: - - __osx >=10.13 - - libarrow 14.0.2 h1aaacd4_3_cpu - - libarrow-flight 14.0.2 ha1803ca_3_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - bzip2 >=1.0.8,<2.0a0 + - gflags >=2.2.2,<2.3.0a0 + - glog >=0.7.0,<0.8.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libgcc-ng >=13 + - libgoogle-cloud >=2.24.0,<2.25.0a0 + - libgoogle-cloud-storage >=2.24.0,<2.25.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libstdcxx-ng >=13 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - orc >=2.0.1,<2.0.2.0a0 + - re2 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - parquet-cpp <0.0a0 + - arrow-cpp <0.0a0 + - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE - size: 153818 - timestamp: 1706611190988 + purls: [] + size: 7529904 + timestamp: 1716496763735 - kind: conda - name: libarrow-flight-sql + name: libarrow version: 14.0.2 - build: h9241762_16_cpu - build_number: 16 + build: hcb6531f_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h9241762_16_cpu.conda - sha256: c4193b7e1d5a336c8efc1baa01da4936d614e8f360eed6c007e9bd0c76c0b271 - md5: e31db1ac943508d6ab5ee9851d832d7b - depends: - - libarrow 14.0.2 he70291f_16_cpu - - libarrow-flight 14.0.2 hd42f311_16_cpu - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: APACHE - size: 195687 - timestamp: 1712756195998 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: hc81a7a7_12_cpu - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hc81a7a7_12_cpu.conda - sha256: 0145909d1aee5df3c1b25b483f4f62f7e9081c568e74069b4e18a67ba69ade9e - md5: c2cbaeac8289e227203bc770aa987086 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-hcb6531f_24_cpu.conda + sha256: 67867bfae080b756f26aad5ff15e718029cfe8943e69efc85e406410f813ddd1 + md5: 4718b97ac0dce12786b85f9b1fe33d09 depends: - - libarrow 14.0.2 h25df049_12_cpu - - libarrow-flight 14.0.2 h2f4a9e5_12_cpu + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - bzip2 >=1.0.8,<2.0a0 + - gflags >=2.2.2,<2.3.0a0 + - glog >=0.7.0,<0.8.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 + - libgoogle-cloud >=2.24.0,<2.25.0a0 + - libgoogle-cloud-storage >=2.24.0,<2.25.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 - libstdcxx-ng >=12 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - orc >=2.0.1,<2.0.2.0a0 + - re2 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - arrow-cpp <0.0a0 + - apache-arrow-proc =*=cpu + - parquet-cpp <0.0a0 license: Apache-2.0 - license_family: APACHE - size: 182885 - timestamp: 1710293099163 -- kind: conda - name: libarrow-flight-sql - version: 14.0.2 - build: hd7485ff_16_cpu - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-hd7485ff_16_cpu.conda - sha256: 5c919f4ecb30c4687c3fd3dc4de4bb0fad235d1ed6db28e2c01aed9dc93a56a5 - md5: 47c4dca34b774f228c37d50d1842497a - depends: - - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu - - libarrow-flight 14.0.2 hcd10e87_16_cpu - - libcxx >=14 - - libprotobuf >=4.25.3,<4.25.4.0a0 - license: Apache-2.0 - size: 156068 - timestamp: 1712758843218 + license_family: APACHE + purls: [] + size: 8069505 + timestamp: 1716496545956 - kind: conda - name: libarrow-gandiva + name: libarrow version: 14.0.2 - build: h01dce7f_3_cpu - build_number: 3 + build: hdcc59cd_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h01dce7f_3_cpu.conda - sha256: 395bd46364d7c82e02a33012295d62249706ffa70f67943394bf1c675a39dc7f - md5: 62e1be174ab7d7e36c5fea8b89428294 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-hdcc59cd_24_cpu.conda + sha256: 6a16cff56ea9dcf62ccd23d30ed6ffbceaa2ee078708364ee10c4c432a337748 + md5: 9560c2ccf0db6d80a2dd8ec4e1367635 depends: - - libarrow 14.0.2 h1aaacd4_3_cpu + - __osx >=10.13 + - aws-crt-cpp >=0.26.9,<0.26.10.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.7.0,<0.8.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 + - libgoogle-cloud >=2.24.0,<2.25.0a0 + - libgoogle-cloud-storage >=2.24.0,<2.25.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - orc >=2.0.1,<2.0.2.0a0 - re2 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - apache-arrow-proc =*=cpu + - parquet-cpp <0.0a0 + - arrow-cpp <0.0a0 license: Apache-2.0 license_family: APACHE - size: 698984 - timestamp: 1706611013722 + purls: [] + size: 5733790 + timestamp: 1716496483578 - kind: conda - name: libarrow-gandiva + name: libarrow-acero version: 14.0.2 - build: h1359b85_16_cpu - build_number: 16 + build: h5768557_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h1359b85_16_cpu.conda - sha256: 642d36e43291dc1df22d7e4fbcde504b88837c39c9818af1b8c89526a2b64410 - md5: d633d1af2ed4eec13b5bdbd17c3af585 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h5768557_24_cpu.conda + sha256: 7e97ce33937f79d2acde8d8adc5166cd0c4dc2f62adc50d8959bacc0dea93b30 + md5: dbc4584e10920a65bc09505d231f54a3 depends: - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hf13115f_16_cpu + - libarrow 14.0.2 hdcc59cd_24_cpu - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 license: Apache-2.0 - size: 699454 - timestamp: 1712758521155 + license_family: APACHE + purls: [] + size: 517119 + timestamp: 1716496584047 - kind: conda - name: libarrow-gandiva + name: libarrow-acero version: 14.0.2 - build: h1eebba3_16_cpu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-h1eebba3_16_cpu.conda - sha256: f5304d1653d417ea7f2a8f9a64fcb2740621b90781bb5fe06ffd95a664e05194 - md5: 3b8c7702be190432547dfdc966a6b543 + build: h7f2d090_24_cpu + build_number: 24 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.2-h7f2d090_24_cpu.conda + sha256: 6c31a638baaf5c3fd2f1b9c53e991928aabfb71abcb0ffee1ec7ff23a8347cbd + md5: b45caab69a812b40ea24998eb3e2ffa8 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h520d24b_16_cpu - - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - __osx >=11.0 + - libarrow 14.0.2 h416b5a9_24_cpu + - libcxx >=14 license: Apache-2.0 - size: 855549 - timestamp: 1712756461086 + license_family: APACHE + purls: [] + size: 501657 + timestamp: 1716496737809 - kind: conda - name: libarrow-gandiva + name: libarrow-acero version: 14.0.2 - build: h3a2b1eb_12_cpu - build_number: 12 + build: h8b12148_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-h3a2b1eb_12_cpu.conda - sha256: cc4399d0e141dbc024d7e523bb96526548dbfc3b6ad418265012fe164a3da88a - md5: edfc287a18bae624cccb0e3078137d7d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-acero-14.0.2-h8b12148_24_cpu.conda + sha256: 9d2cdc76e40c5bec736a89ae604ef93f11590372cb32bf86ca5f0b2a14532381 + md5: 0f5a1dc77bc82b651fa21c89887bc702 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h25df049_12_cpu - - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libgcc-ng >=13 + - libstdcxx-ng >=13 license: Apache-2.0 license_family: APACHE - size: 855698 - timestamp: 1710293021684 + purls: [] + size: 559573 + timestamp: 1716496798818 - kind: conda - name: libarrow-gandiva + name: libarrow-acero version: 14.0.2 - build: h3f306ff_10_cpu - build_number: 10 + build: hbabe93e_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-h3f306ff_10_cpu.conda - sha256: bf67d42a35aa4455fc2ea60b13002e4f729d535bdba7fb2ea78a8686c8ccf5d9 - md5: ebb12811644656c2883d5dd3eb84643a + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-hbabe93e_24_cpu.conda + sha256: b554b8c4c7f821b90d0abf70448554c081d22f594af41c9486d74cdbd4de425b + md5: 9c557cacf3d08286e5463240a531702b depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h5001e6d_10_cpu + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - license: Apache-2.0 - license_family: APACHE - size: 894343 - timestamp: 1708689861047 -- kind: conda - name: libarrow-gandiva - version: 14.0.2 - build: h45483b4_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h45483b4_10_cpu.conda - sha256: 2541fb59b036df6876f7577234ca3a76f672ac1e9eadea170e52607fa6cd33f5 - md5: 47af2f737579344db3e2c0cb6e943fb3 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h4c2354f_10_cpu - - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 license: Apache-2.0 license_family: APACHE - size: 688217 - timestamp: 1708691367293 + purls: [] + size: 581726 + timestamp: 1716496582770 - kind: conda - name: libarrow-gandiva + name: libarrow-acero version: 14.0.2 - build: h4e6a3a4_16_cpu - build_number: 16 + build: he0c23c2_24_cpu + build_number: 24 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h4e6a3a4_16_cpu.conda - sha256: a4ae102b5f5fd5f8ae1febb710a135ea193a7b547547f6409295e1e8b6b4bdb6 - md5: 53c272d16c048ed38f5ca0136698a7fa + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-he0c23c2_24_cpu.conda + sha256: 4390709d3d1cf02f1982bc1f9fd3dd519fafbffbfc2039f8e36e15191987be2f + md5: c79dcc182856f7800b0548cc5f7dfa92 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h45212c0_16_cpu - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - libarrow 14.0.2 h5e8bd17_24_cpu - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 - size: 10165793 - timestamp: 1712757600278 + license_family: APACHE + purls: [] + size: 433834 + timestamp: 1716497086607 - kind: conda - name: libarrow-gandiva + name: libarrow-dataset version: 14.0.2 - build: h6d0e577_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h6d0e577_10_cpu.conda - sha256: bc22a03b6f9fe275c1332ce9d70b7beca4c37e19bd3eda58e860767e358d1611 - md5: 3b26e2c66b3933b7278ab9e5a36b85f0 + build: h5768557_24_cpu + build_number: 24 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h5768557_24_cpu.conda + sha256: 74d1f15709f436b6f2f2d44d12b973f934a7761ce4832a75a124b61c16dcdeab + md5: ddffa85eb4ac8da72400070df9edbc90 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hd01637b_10_cpu - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - libarrow 14.0.2 hdcc59cd_24_cpu + - libarrow-acero 14.0.2 h5768557_24_cpu + - libcxx >=14 + - libparquet 14.0.2 h99dd538_24_cpu license: Apache-2.0 license_family: APACHE - size: 10170570 - timestamp: 1708690279861 + purls: [] + size: 525006 + timestamp: 1716497131283 - kind: conda - name: libarrow-gandiva + name: libarrow-dataset version: 14.0.2 - build: ha803c60_16_cpu - build_number: 16 + build: h7f2d090_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-ha803c60_16_cpu.conda - sha256: 4a4c3fb74f08c3c571576a46b043402448f692062889e645087e6fb820ecb961 - md5: d6c4908ca595386164178ddf3fbd8f9e + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.2-h7f2d090_24_cpu.conda + sha256: 9557921ec4975314e6657238b3e2d8efd304c1218434bba0e8de40335d45ca28 + md5: ef00404d0308f1f50e5b0d4639c4ce3f depends: - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h3fc723a_16_cpu + - libarrow 14.0.2 h416b5a9_24_cpu + - libarrow-acero 14.0.2 h7f2d090_24_cpu - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - libparquet 14.0.2 h7c5c30a_24_cpu license: Apache-2.0 license_family: APACHE - size: 688419 - timestamp: 1712758588011 + purls: [] + size: 541233 + timestamp: 1716497627665 - kind: conda - name: libarrow-gandiva + name: libarrow-dataset version: 14.0.2 - build: hacb8726_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hacb8726_3_cpu.conda - sha256: a2f62e378fd618ba4c7f554bb923d72677c70a6b07fe07c5daec5ad26038b912 - md5: 44be88e1cf0aa51576460d0f268820f6 + build: h8b12148_24_cpu + build_number: 24 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-dataset-14.0.2-h8b12148_24_cpu.conda + sha256: 7afc32a191245bc7f11d5e9843c343950dd4dbabc9387825bccfb54deb766e19 + md5: 18429e54e93ebd102eede4afd41c57fd depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.0,<4.0a0 - - re2 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libarrow-acero 14.0.2 h8b12148_24_cpu + - libgcc-ng >=13 + - libparquet 14.0.2 hc6232f2_24_cpu + - libstdcxx-ng >=13 license: Apache-2.0 license_family: APACHE - size: 895232 - timestamp: 1706609674431 + purls: [] + size: 565671 + timestamp: 1716496881290 - kind: conda - name: libarrow-gandiva + name: libarrow-dataset version: 14.0.2 - build: hd4ab825_16_cpu - build_number: 16 + build: hbabe93e_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hd4ab825_16_cpu.conda - sha256: dbf3b157ad0ae4aca7434c28fb04b0e09949d148e0a89f7cfacc13dccd1b0614 - md5: c5c3ac312e41717423e45be1d21367bc + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-hbabe93e_24_cpu.conda + sha256: 21536811744b994d5b812dc600aa97036d70171dae8c571489fefcae780befa1 + md5: 68c9a3117d66809366e8124bccf48217 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 he70291f_16_cpu + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu + - libarrow-acero 14.0.2 hbabe93e_24_cpu - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 + - libparquet 14.0.2 hacf5a1f_24_cpu - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 license: Apache-2.0 license_family: APACHE - size: 894401 - timestamp: 1712756141884 + purls: [] + size: 585886 + timestamp: 1716496652916 - kind: conda - name: libarrow-gandiva + name: libarrow-dataset + version: 14.0.2 + build: he0c23c2_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-he0c23c2_24_cpu.conda + sha256: 8a6f9d081c2160714da8f6f08a4b45403d0cd52d42b0cfed56744fda2f6c2e13 + md5: e9c7c25c9668545badab1166c61fbc12 + depends: + - libarrow 14.0.2 h5e8bd17_24_cpu + - libarrow-acero 14.0.2 he0c23c2_24_cpu + - libparquet 14.0.2 h178134c_24_cpu + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 432244 + timestamp: 1716497305898 +- kind: conda + name: libarrow-flight version: 14.0.2 - build: hdf5a02d_10_cpu - build_number: 10 + build: h0503de3_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hdf5a02d_10_cpu.conda - sha256: e36488bc11ac7577c7613f7256a3423869a8baecb6bfd4a2e629a67c51ce75a5 - md5: cd87dc93e91e1564e88de6fd402cf151 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-h0503de3_24_cpu.conda + sha256: a2ffcc4234b14288ff2cf7b278561336f9a33ad759b08b9a5ecf4ccdfd47abce + md5: 17f4b5c7c95220534e886e155c2e0f37 depends: - __osx >=10.13 - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hd2c9378_10_cpu + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 hdcc59cd_24_cpu - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 license: Apache-2.0 license_family: APACHE - size: 698409 - timestamp: 1708690457906 + purls: [] + size: 331449 + timestamp: 1716496708175 - kind: conda - name: libarrow-gandiva + name: libarrow-flight version: 14.0.2 - build: hf757142_3_cpu - build_number: 3 + build: h995e30c_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-hf757142_3_cpu.conda - sha256: 88e7dde29f73ba6120bd6686835c4c5fedd438aef16fdf58902761e227b551f6 - md5: 5ffcf4f822db993d39996b836306c5a9 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.2-h995e30c_24_cpu.conda + sha256: e1a4534f21f90c0e0f902a4d3ce30898e759370b8a28b380565bfb1e53f69f52 + md5: f45a6011c635eacdc9f7493b62dec112 depends: - - libarrow 14.0.2 h4ce3932_3_cpu + - __osx >=11.0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 h416b5a9_24_cpu - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.0,<4.0a0 - - re2 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 license: Apache-2.0 license_family: APACHE - size: 688245 - timestamp: 1706610908126 + purls: [] + size: 342229 + timestamp: 1716496934862 - kind: conda - name: libarrow-substrait + name: libarrow-flight version: 14.0.2 - build: h3e46f79_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h3e46f79_10_cpu.conda - sha256: 983c703ea79d9c6ab2abb9eeb37c9769d9632e7d41b7e685bb5f7a57075b0b4a - md5: b0f93f10d5c202d59d26bb6836c0df9d + build: ha7f4a34_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.2-ha7f4a34_24_cpu.conda + sha256: 9dd769948ce2395251d5199291b2f81c10327062d84f88fe84c305c13ded141a + md5: 8789df88f8bd252a7e6da3860b0b67d1 depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libarrow-acero 14.0.2 h13dd4ca_10_cpu - - libarrow-dataset 14.0.2 h13dd4ca_10_cpu - - libcxx >=14 - - libprotobuf >=4.25.2,<4.25.3.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 h5e8bd17_24_cpu + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: APACHE - size: 471537 - timestamp: 1708691696086 + purls: [] + size: 289529 + timestamp: 1716497144406 - kind: conda - name: libarrow-substrait + name: libarrow-flight version: 14.0.2 - build: h469e5c9_10_cpu - build_number: 10 + build: he07691f_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h469e5c9_10_cpu.conda - sha256: 566147d5bfaa6a4bb801dd383a2e79f0cfee437c1cd6e22eae7cf0c96ecb8701 - md5: 48a2f5d9090b7977244e0d1cfc078674 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-he07691f_24_cpu.conda + sha256: 6d387cbaf1ba2bb987da6ef486a45a1b665fe8a1e55ec7b9dc140e6e8d194221 + md5: de89289d3bf2e332cab55c02deabf3bb depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libarrow-acero 14.0.2 h59595ed_10_cpu - - libarrow-dataset 14.0.2 h59595ed_10_cpu + - gflags >=2.2.2,<2.3.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu - libgcc-ng >=12 - - libprotobuf >=4.25.2,<4.25.3.0a0 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 + - ucx >=1.16.0,<1.17.0a0 license: Apache-2.0 license_family: APACHE - size: 519489 - timestamp: 1708689974222 + purls: [] + size: 505687 + timestamp: 1716496599659 - kind: conda - name: libarrow-substrait + name: libarrow-flight version: 14.0.2 - build: h54f281b_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h54f281b_10_cpu.conda - sha256: 5b44b39321a2d492eca3a0cec9958fb1c8b7229549b4e8673b4986ff2426f965 - md5: 10e5095b7105aa74b7d3b64f1f5b9e0a + build: hf5755da_24_cpu + build_number: 24 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-14.0.2-hf5755da_24_cpu.conda + sha256: 3dc92b29d2ccdd184b88dc0ca7a90e4bdc5b248076d1f62726f58fbb0399915a + md5: 861402b841e2f88cd39cce4b988b07b2 depends: - - __osx >=10.13 - - libarrow 14.0.2 hd2c9378_10_cpu - - libarrow-acero 14.0.2 h000cb23_10_cpu - - libarrow-dataset 14.0.2 h000cb23_10_cpu - - libcxx >=14 - - libprotobuf >=4.25.2,<4.25.3.0a0 + - gflags >=2.2.2,<2.3.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libgcc-ng >=13 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=13 + - ucx >=1.16.0,<1.17.0a0 license: Apache-2.0 license_family: APACHE - size: 453215 - timestamp: 1708690683587 + purls: [] + size: 484107 + timestamp: 1716496822238 - kind: conda - name: libarrow-substrait + name: libarrow-flight-sql version: 14.0.2 - build: h61ff412_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h61ff412_3_cpu.conda - sha256: e89bd3cd61148f323dbed644b866f198f75486ede297dcde1869a7a83cedcb4d - md5: 47a26635aa311e6c1db9c633a0949d53 + build: h35165ce_24_cpu + build_number: 24 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h35165ce_24_cpu.conda + sha256: dfa9d822fe0fcbe32100d62887895ce53d00e13e8d5be87c9381d3ca028d9372 + md5: 24ca384542b4b0e7b8c94a341ef14a53 depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libarrow-acero 14.0.2 h59595ed_3_cpu - - libarrow-dataset 14.0.2 h59595ed_3_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 + - libarrow 14.0.2 hdcc59cd_24_cpu + - libarrow-flight 14.0.2 h0503de3_24_cpu + - libcxx >=14 + - libprotobuf >=4.25.3,<4.25.4.0a0 license: Apache-2.0 license_family: APACHE - size: 509163 - timestamp: 1706609767216 + purls: [] + size: 160232 + timestamp: 1716497180802 - kind: conda - name: libarrow-substrait + name: libarrow-flight-sql version: 14.0.2 - build: h7a0fec1_16_cpu - build_number: 16 + build: hb50bbf7_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h7a0fec1_16_cpu.conda - sha256: 189bcd6d96df8834d3e7a1b31c9d7c7437962e35bfbc10b211a2711488e0fff5 - md5: de6e30968e9d6b464338f9ff22cd92d2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.2-hb50bbf7_24_cpu.conda + sha256: ea059c78cd28746fb875464694f9b1b2902d7c7525fa97ba87f612350661dc07 + md5: 7d46d65eb719e3a6fd219dfc71df46b4 depends: - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libarrow-acero 14.0.2 h43a2c78_16_cpu - - libarrow-dataset 14.0.2 h43a2c78_16_cpu + - libarrow 14.0.2 h416b5a9_24_cpu + - libarrow-flight 14.0.2 h995e30c_24_cpu - libcxx >=14 - libprotobuf >=4.25.3,<4.25.4.0a0 license: Apache-2.0 license_family: APACHE - size: 472492 - timestamp: 1712759048456 + purls: [] + size: 168268 + timestamp: 1716497699343 - kind: conda - name: libarrow-substrait + name: libarrow-flight-sql version: 14.0.2 - build: h7fd9903_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-h7fd9903_3_cpu.conda - sha256: 0afb9a3229e7ec7206e82fc094cd313c5b95131fdfab5b23fa9fc95a707c51f5 - md5: aff62cca1464cfac7c7f5f21970b928c + build: hd65ccc5_24_cpu + build_number: 24 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-flight-sql-14.0.2-hd65ccc5_24_cpu.conda + sha256: b7588a9da6aa7f569d59fc4843a825e9457ea612d7998848a41bbc47ed7e5b3e + md5: 24ff6f9f8e32d4b309493786680e6b7d depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libarrow-acero 14.0.2 h13dd4ca_3_cpu - - libarrow-dataset 14.0.2 h13dd4ca_3_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libarrow-flight 14.0.2 hf5755da_24_cpu + - libgcc-ng >=13 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=13 license: Apache-2.0 license_family: APACHE - size: 472877 - timestamp: 1706611234135 + purls: [] + size: 187127 + timestamp: 1716496899817 - kind: conda - name: libarrow-substrait + name: libarrow-flight-sql version: 14.0.2 - build: h8ec153b_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h8ec153b_3_cpu.conda - sha256: 0563f885903d0e4370573d1359f8a0957580a23720b119a1480ec12d84808e0c - md5: 5185a1fe62dd2e4bf0d422d8b9e797f3 + build: hdeef14f_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.2-hdeef14f_24_cpu.conda + sha256: ff0590d95c2a7d60c5f4586f95a66acecef7f60451c393cf5503c31914c532ac + md5: bb59d33a3d017df84ed35b24a5e3b960 depends: - - __osx >=10.13 - - libarrow 14.0.2 h1aaacd4_3_cpu - - libarrow-acero 14.0.2 h000cb23_3_cpu - - libarrow-dataset 14.0.2 h000cb23_3_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libarrow 14.0.2 h5e8bd17_24_cpu + - libarrow-flight 14.0.2 ha7f4a34_24_cpu + - libprotobuf >=4.25.3,<4.25.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: APACHE - size: 452971 - timestamp: 1706611246525 + purls: [] + size: 238404 + timestamp: 1716497354565 - kind: conda - name: libarrow-substrait + name: libarrow-flight-sql version: 14.0.2 - build: h9241762_16_cpu - build_number: 16 + build: he4f5ca8_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h9241762_16_cpu.conda - sha256: fdeac590c716fc10ac611b872860088200a57ca775c2431247c2c2851e27656e - md5: 5922ba88e5a196bae61b5b7c2a917821 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-he4f5ca8_24_cpu.conda + sha256: 1136600ce6b5b215b00c8f598c49f27791f586a95b588abfe4d1b48e7bd5a45f + md5: 364f7d9c999754e1fbc59496131cbbaa depends: - - libarrow 14.0.2 he70291f_16_cpu - - libarrow-acero 14.0.2 hac33072_16_cpu - - libarrow-dataset 14.0.2 hac33072_16_cpu + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu + - libarrow-flight 14.0.2 he07691f_24_cpu - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 license: Apache-2.0 license_family: APACHE - size: 518899 - timestamp: 1712756213866 + purls: [] + size: 197631 + timestamp: 1716496670862 +- kind: conda + name: libarrow-gandiva + version: 14.0.2 + build: h34286b4_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-h34286b4_24_cpu.conda + sha256: 579d4d204d506da7c624c76f9d4fab7078e4baca7810ff028dfd7e7f4e5efc39 + md5: 54ed920ed167902200d97b0873bb5405 + depends: + - libarrow 14.0.2 h5e8bd17_24_cpu + - libre2-11 >=2023.9.1,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 10174518 + timestamp: 1716497193467 +- kind: conda + name: libarrow-gandiva + version: 14.0.2 + build: h854e664_24_cpu + build_number: 24 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.2-h854e664_24_cpu.conda + sha256: 0e7eba2ca0721980e84e939ab9290e4421d3ccef236817e008dac5f8fda6adf6 + md5: a30c51a0bec0f5a4346d4c5a20a6dd44 + depends: + - __osx >=11.0 + - libarrow 14.0.2 h416b5a9_24_cpu + - libcxx >=14 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - re2 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 695611 + timestamp: 1716497470185 - kind: conda - name: libarrow-substrait + name: libarrow-gandiva version: 14.0.2 - build: h9b67ed8_16_cpu - build_number: 16 + build: hb8d7e52_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h9b67ed8_16_cpu.conda - sha256: b3875481ea61f2bf1ac95d9d567183c969af83a764ee4d498000e169755524c2 - md5: 1cef1b6de6f02ba53ad9e948430489bd + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-gandiva-14.0.2-hb8d7e52_24_cpu.conda + sha256: 21df3fb5da12434ab67f6ff5cadcec579b17a624ccc7634bd418ed1724dc10c8 + md5: 2e0d329a6d6b96c57b760874c095d363 depends: - - libarrow 14.0.2 h520d24b_16_cpu - - libarrow-acero 14.0.2 h0a1ffab_16_cpu - - libarrow-dataset 14.0.2 h0a1ffab_16_cpu - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libgcc-ng >=13 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libstdcxx-ng >=13 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - re2 license: Apache-2.0 - size: 502299 - timestamp: 1712756540657 + license_family: APACHE + purls: [] + size: 864005 + timestamp: 1716496842139 - kind: conda - name: libarrow-substrait + name: libarrow-gandiva version: 14.0.2 - build: hd45466a_12_cpu - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-hd45466a_12_cpu.conda - sha256: 0ba6e17e61be79349ab6fe1de1c3984e8b88b3553056dffc251f49f3211a4762 - md5: c891077d81b44b532462b3f565e0de86 + build: hc1954e9_24_cpu + build_number: 24 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hc1954e9_24_cpu.conda + sha256: e73049501abe00a60818372d28704652dac3fe0490320655e90b460840156fa3 + md5: bc2ca0a0a2483e9e42e013132e4b8e03 depends: - - libarrow 14.0.2 h25df049_12_cpu - - libarrow-acero 14.0.2 h2f0025b_12_cpu - - libarrow-dataset 14.0.2 h2f0025b_12_cpu + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 - libstdcxx-ng >=12 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - re2 license: Apache-2.0 license_family: APACHE - size: 503549 - timestamp: 1710293136119 + purls: [] + size: 897686 + timestamp: 1716496617969 - kind: conda - name: libarrow-substrait + name: libarrow-gandiva version: 14.0.2 - build: hd7485ff_16_cpu - build_number: 16 + build: hde8f4f9_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-hd7485ff_16_cpu.conda - sha256: c2c58ca8988c2d417bbfc8a57564fe96c0b097776dda5e03b66d08303228afaf - md5: 0e36b94ca24a0d94a55c22fb6b65d105 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-hde8f4f9_24_cpu.conda + sha256: 5aa7957aa8d1519099885802778a9f4aabc05349e1cbc36dc00e039188d7f46e + md5: 4cd4ce79ab503bff3d20630a7c471c9e depends: - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu - - libarrow-acero 14.0.2 hcdcf8f8_16_cpu - - libarrow-dataset 14.0.2 hcdcf8f8_16_cpu + - libarrow 14.0.2 hdcc59cd_24_cpu - libcxx >=14 - - libprotobuf >=4.25.3,<4.25.4.0a0 + - libllvm15 >=15.0.7,<15.1.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - re2 license: Apache-2.0 - size: 453872 - timestamp: 1712758979673 + license_family: APACHE + purls: [] + size: 706637 + timestamp: 1716496987797 - kind: conda name: libarrow-substrait version: 14.0.2 - build: hea7f8fd_16_cpu - build_number: 16 + build: h1f0e801_24_cpu + build_number: 24 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hea7f8fd_16_cpu.conda - sha256: d24acc89eb614cea0619363024a71a0d0cb1906120507f006e5aa471e5f9eb4e - md5: 8072cfedd228428ac4185b900fe369d1 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-h1f0e801_24_cpu.conda + sha256: c4ec607fdd47302a0b10abf5666eacac1c8c0a437f7a50b03214c76b80c0570b + md5: 5cf9c9a10649b8c174feb0ae74f1d219 depends: - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 h45212c0_16_cpu - - libarrow-acero 14.0.2 h8681a6d_16_cpu - - libarrow-dataset 14.0.2 h8681a6d_16_cpu + - libabseil >=20240116.2,<20240117.0a0 + - libarrow 14.0.2 h5e8bd17_24_cpu + - libarrow-acero 14.0.2 he0c23c2_24_cpu + - libarrow-dataset 14.0.2 he0c23c2_24_cpu - libprotobuf >=4.25.3,<4.25.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 - size: 360873 - timestamp: 1712757886053 + license_family: APACHE + purls: [] + size: 363538 + timestamp: 1716497403811 - kind: conda name: libarrow-substrait version: 14.0.2 - build: hf368baa_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.2-hf368baa_10_cpu.conda - sha256: 13076093c694e7319a0736ce1fce4906ef0944a27ef8147362a2105724bc708d - md5: 47cad95447cca4c72a4412c33ffd3447 + build: h35165ce_24_cpu + build_number: 24 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h35165ce_24_cpu.conda + sha256: 4f03fe2ad6f3c015cf8591cce888955ce05cab4703511dba0b705ea38b902457 + md5: 022774ffd5b2916f277d72596c85ad56 depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libarrow 14.0.2 hd01637b_10_cpu - - libarrow-acero 14.0.2 h63175ca_10_cpu - - libarrow-dataset 14.0.2 h63175ca_10_cpu - - libprotobuf >=4.25.2,<4.25.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - libarrow 14.0.2 hdcc59cd_24_cpu + - libarrow-acero 14.0.2 h5768557_24_cpu + - libarrow-dataset 14.0.2 h5768557_24_cpu + - libcxx >=14 + - libprotobuf >=4.25.3,<4.25.4.0a0 license: Apache-2.0 license_family: APACHE - size: 360786 - timestamp: 1708690550331 -- kind: conda - name: libblas - version: 3.9.0 - build: 18_linux64_openblas - build_number: 18 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-18_linux64_openblas.conda - sha256: 92142c12eb42172365c96c865be8f164a2653649b28b23bded0e658f8d5d0815 - md5: bcddbb497582ece559465b9cd11042e7 - depends: - - libopenblas >=0.3.24,<1.0a0 - constrains: - - liblapacke 3.9.0 18_linux64_openblas - - libcblas 3.9.0 18_linux64_openblas - - liblapack 3.9.0 18_linux64_openblas - - blas * openblas - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 14545 - timestamp: 1693951361891 -- kind: conda - name: libblas - version: 3.9.0 - build: 18_osx64_openblas - build_number: 18 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-18_osx64_openblas.conda - sha256: 6df6e9c008a1a68493c8c394e6dcdd51cfeb7e51f91c0699a596f62f4d9d8995 - md5: 6461cded280f7a46ebef0f1b687d4883 - depends: - - libopenblas >=0.3.24,<1.0a0 - constrains: - - blas * openblas - - libcblas 3.9.0 18_osx64_openblas - - liblapacke 3.9.0 18_osx64_openblas - - liblapack 3.9.0 18_osx64_openblas - arch: x86_64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14765 - timestamp: 1693951714123 -- kind: conda - name: libblas - version: 3.9.0 - build: 18_osxarm64_openblas - build_number: 18 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-18_osxarm64_openblas.conda - sha256: efef2710d5309124e200dccb883cdd66531f3f4dcb4af2eb4b7b1e5cf1bac57d - md5: 928d0c0b57e342a8629f5f5e001ee0d0 - depends: - - libopenblas >=0.3.24,<1.0a0 - constrains: - - liblapack 3.9.0 18_osxarm64_openblas - - liblapacke 3.9.0 18_osxarm64_openblas - - blas * openblas - - libcblas 3.9.0 18_osxarm64_openblas - arch: aarch64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14859 - timestamp: 1693951888126 -- kind: conda - name: libblas - version: 3.9.0 - build: 18_win64_mkl - build_number: 18 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-18_win64_mkl.conda - sha256: 5aef8d69197108f3c320a5d4ad4d19ab9c809cdbbf731c7ab988c227de42d6b5 - md5: b241da5b7a888f72bb3c3e82747334f4 - depends: - - mkl ==2022.1.0 h6a75c08_874 - constrains: - - liblapacke 3.9.0 18_win64_mkl - - blas * mkl - - libcblas 3.9.0 18_win64_mkl - - liblapack 3.9.0 18_win64_mkl - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - size: 3656012 - timestamp: 1693952074690 -- kind: conda - name: libblas - version: 3.9.0 - build: 21_linux64_openblas - build_number: 21 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda - sha256: ebd5c91f029f779fb88a1fcbd1e499559a9c258e3674ff58a2fbb4e375ae56d9 - md5: 0ac9f44fc096772b0aa092119b00c3ca - depends: - - libopenblas >=0.3.26,<0.3.27.0a0 - - libopenblas >=0.3.26,<1.0a0 - constrains: - - liblapacke 3.9.0 21_linux64_openblas - - blas * openblas - - libcblas 3.9.0 21_linux64_openblas - - liblapack 3.9.0 21_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14691 - timestamp: 1705979549006 + purls: [] + size: 458994 + timestamp: 1716497254757 - kind: conda - name: libblas - version: 3.9.0 - build: 21_linuxaarch64_openblas - build_number: 21 + name: libarrow-substrait + version: 14.0.2 + build: h848f5c6_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-21_linuxaarch64_openblas.conda - sha256: 5d1dcfc2ef54ce415ffabc8e2d94d10f8a24e10096193da24b0b62dbfe35bf32 - md5: 7358230781e5d6e76e6adacf5201bcdf + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarrow-substrait-14.0.2-h848f5c6_24_cpu.conda + sha256: bbded46271f049991d26f773516be836afa427a8ae6e0f4a1a23217a61a667be + md5: 738af7b1ae809fa3771ddc32949aac5e depends: - - libopenblas >=0.3.26,<0.3.27.0a0 - - libopenblas >=0.3.26,<1.0a0 - constrains: - - liblapacke 3.9.0 21_linuxaarch64_openblas - - liblapack 3.9.0 21_linuxaarch64_openblas - - blas * openblas - - libcblas 3.9.0 21_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14650 - timestamp: 1705979384501 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libarrow-acero 14.0.2 h8b12148_24_cpu + - libarrow-dataset 14.0.2 h8b12148_24_cpu + - libgcc-ng >=13 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=13 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 511873 + timestamp: 1716496920745 - kind: conda - name: libblas - version: 3.9.0 - build: 21_osx64_openblas - build_number: 21 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-21_osx64_openblas.conda - sha256: 5381eab20f4793996cf22e58461ea8a3a4dff1442bb45663b5920f2d26288688 - md5: 23286066c595986aa0df6452a8416c08 + name: libarrow-substrait + version: 14.0.2 + build: he4f5ca8_24_cpu + build_number: 24 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-he4f5ca8_24_cpu.conda + sha256: 33b9be91e9ee14362447b3d3b2de9315ea30f3caefd28961ddc986d40deb15f5 + md5: b589cf66fce1384b874bb425d56935f5 depends: - - libopenblas >=0.3.26,<0.3.27.0a0 - - libopenblas >=0.3.26,<1.0a0 - constrains: - - libcblas 3.9.0 21_osx64_openblas - - liblapacke 3.9.0 21_osx64_openblas - - blas * openblas - - liblapack 3.9.0 21_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14822 - timestamp: 1705979699547 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu + - libarrow-acero 14.0.2 hbabe93e_24_cpu + - libarrow-dataset 14.0.2 hbabe93e_24_cpu + - libgcc-ng >=12 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 520923 + timestamp: 1716496685902 - kind: conda - name: libblas - version: 3.9.0 - build: 21_osxarm64_openblas - build_number: 21 + name: libarrow-substrait + version: 14.0.2 + build: hfe31399_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-21_osxarm64_openblas.conda - sha256: 9a553af92af9f241457f4d14eabb872bc341cd0ddea1da6e7939e9c6a7ee1a25 - md5: b3804f4af39eca9d77360b12811e6d1d - depends: - - libopenblas >=0.3.26,<0.3.27.0a0 - - libopenblas >=0.3.26,<1.0a0 - constrains: - - libcblas 3.9.0 21_osxarm64_openblas - - liblapack 3.9.0 21_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 21_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14915 - timestamp: 1705980172730 -- kind: conda - name: libblas - version: 3.9.0 - build: 21_win64_mkl - build_number: 21 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda - sha256: ad47053cee17802df875203aba191b04d97a50d820dbf75a114a50972c517334 - md5: ebba3846d11201fe54277e4965ba5250 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.2-hfe31399_24_cpu.conda + sha256: 558cb9a2b5fca2600e850aaccbe0dfa0a1baabe8222458ac96e3545fae616a1d + md5: cbfe23c3fa365ce9f93b6245a26ea109 depends: - - mkl 2024.0.0 h66d3029_49657 - constrains: - - liblapack 3.9.0 21_win64_mkl - - blas * mkl - - libcblas 3.9.0 21_win64_mkl - - liblapacke 3.9.0 21_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5017135 - timestamp: 1705980415163 + - __osx >=11.0 + - libarrow 14.0.2 h416b5a9_24_cpu + - libarrow-acero 14.0.2 h7f2d090_24_cpu + - libarrow-dataset 14.0.2 h7f2d090_24_cpu + - libcxx >=14 + - libprotobuf >=4.25.3,<4.25.4.0a0 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 480020 + timestamp: 1716497816597 - kind: conda name: libblas version: 3.9.0 @@ -13972,6 +10733,7 @@ packages: - liblapack 3.9.0 22_linux64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14537 timestamp: 1712542250081 - kind: conda @@ -13993,6 +10755,7 @@ packages: - liblapack 3.9.0 22_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14612 timestamp: 1712542041279 - kind: conda @@ -14014,6 +10777,7 @@ packages: - liblapack 3.9.0 22_osx64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14749 timestamp: 1712542279018 - kind: conda @@ -14035,6 +10799,7 @@ packages: - libcblas 3.9.0 22_osxarm64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14824 timestamp: 1712542396471 - kind: conda @@ -14055,6 +10820,7 @@ packages: - liblapack 3.9.0 22_win64_mkl license: BSD-3-Clause license_family: BSD + purls: [] size: 5182602 timestamp: 1712542984136 - kind: conda @@ -14068,6 +10834,7 @@ packages: md5: 9e6c31441c9aa24e41ace40d6151aab6 license: MIT license_family: MIT + purls: [] size: 67476 timestamp: 1695990207321 - kind: conda @@ -14083,6 +10850,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 69237 timestamp: 1695990107496 - kind: conda @@ -14096,6 +10864,7 @@ packages: md5: cd68f024df0304be41d29a9088162b02 license: MIT license_family: MIT + purls: [] size: 68579 timestamp: 1695990426128 - kind: conda @@ -14113,6 +10882,7 @@ packages: - vc14_runtime >=14.29.30139 license: MIT license_family: MIT + purls: [] size: 70598 timestamp: 1695990405143 - kind: conda @@ -14128,6 +10898,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 69403 timestamp: 1695990007212 - kind: conda @@ -14143,6 +10914,7 @@ packages: - libbrotlicommon 1.1.0 h0dc2134_1 license: MIT license_family: MIT + purls: [] size: 30327 timestamp: 1695990232422 - kind: conda @@ -14159,6 +10931,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 31926 timestamp: 1695990123189 - kind: conda @@ -14174,6 +10947,7 @@ packages: - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT + purls: [] size: 28928 timestamp: 1695990463780 - kind: conda @@ -14192,6 +10966,7 @@ packages: - vc14_runtime >=14.29.30139 license: MIT license_family: MIT + purls: [] size: 32788 timestamp: 1695990443165 - kind: conda @@ -14208,6 +10983,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 32775 timestamp: 1695990022788 - kind: conda @@ -14223,6 +10999,7 @@ packages: - libbrotlicommon 1.1.0 h0dc2134_1 license: MIT license_family: MIT + purls: [] size: 299092 timestamp: 1695990259225 - kind: conda @@ -14239,6 +11016,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 290542 timestamp: 1695990138784 - kind: conda @@ -14254,6 +11032,7 @@ packages: - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT + purls: [] size: 280943 timestamp: 1695990509392 - kind: conda @@ -14272,6 +11051,7 @@ packages: - vc14_runtime >=14.29.30139 license: MIT license_family: MIT + purls: [] size: 246515 timestamp: 1695990479484 - kind: conda @@ -14288,187 +11068,9 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 282523 timestamp: 1695990038302 -- kind: conda - name: libcblas - version: 3.9.0 - build: 18_linux64_openblas - build_number: 18 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-18_linux64_openblas.conda - sha256: b5a3eac5a1e14ad7054a19249afeee6536ab8c9fb6d6ddc26e277f5c3b1acce4 - md5: 93dd9ab275ad888ed8113953769af78c - depends: - - libblas ==3.9.0 18_linux64_openblas - constrains: - - liblapacke 3.9.0 18_linux64_openblas - - liblapack 3.9.0 18_linux64_openblas - - blas * openblas - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 14455 - timestamp: 1693951371996 -- kind: conda - name: libcblas - version: 3.9.0 - build: 18_osx64_openblas - build_number: 18 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-18_osx64_openblas.conda - sha256: 7e8d8bc42c2c21d75b2121cfee0842bd0cf5500e6306c964bea4a9fafd3abba5 - md5: b359d4c7d91ff6bf5442604d06538985 - depends: - - libblas ==3.9.0 18_osx64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 18_osx64_openblas - - liblapack 3.9.0 18_osx64_openblas - arch: x86_64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14699 - timestamp: 1693951732651 -- kind: conda - name: libcblas - version: 3.9.0 - build: 18_osxarm64_openblas - build_number: 18 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-18_osxarm64_openblas.conda - sha256: d01e63f9b02b3b45283319341662b2fc5e5598019ba3bceb131b0f79c6962ca8 - md5: ee0108105d7181f1c6f8c4269883ff3b - depends: - - libblas ==3.9.0 18_osxarm64_openblas - constrains: - - liblapack 3.9.0 18_osxarm64_openblas - - liblapacke 3.9.0 18_osxarm64_openblas - - blas * openblas - arch: aarch64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14733 - timestamp: 1693951904664 -- kind: conda - name: libcblas - version: 3.9.0 - build: 18_win64_mkl - build_number: 18 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-18_win64_mkl.conda - sha256: d5f60ed6508b3889a77caf5ff2b66203714e45ec4eea6e5cdb12fe6e8ef2bbdb - md5: fb0b514194c14342a97dfe31a41d60fc - depends: - - libblas ==3.9.0 18_win64_mkl - constrains: - - liblapacke 3.9.0 18_win64_mkl - - blas * mkl - - liblapack 3.9.0 18_win64_mkl - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - size: 3655770 - timestamp: 1693952109193 -- kind: conda - name: libcblas - version: 3.9.0 - build: 21_linux64_openblas - build_number: 21 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda - sha256: 467bbfbfe1a1aeb8b1f9f6485eedd8ed1b6318941bf3702da72336ccf4dc25a6 - md5: 4a3816d06451c4946e2db26b86472cb6 - depends: - - libblas 3.9.0 21_linux64_openblas - constrains: - - liblapacke 3.9.0 21_linux64_openblas - - blas * openblas - - liblapack 3.9.0 21_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14614 - timestamp: 1705979564122 -- kind: conda - name: libcblas - version: 3.9.0 - build: 21_linuxaarch64_openblas - build_number: 21 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-21_linuxaarch64_openblas.conda - sha256: 86224669232944141f46b41d0ba18192c7f5af9cc3133fa89694f42701fe89fd - md5: 7eb9aa7a90f067f8dbfede586cdc55cd - depends: - - libblas 3.9.0 21_linuxaarch64_openblas - constrains: - - liblapacke 3.9.0 21_linuxaarch64_openblas - - liblapack 3.9.0 21_linuxaarch64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14575 - timestamp: 1705979392590 -- kind: conda - name: libcblas - version: 3.9.0 - build: 21_osx64_openblas - build_number: 21 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-21_osx64_openblas.conda - sha256: e2b1455612d4cfb3ac3170f0c538516ebd0b113780ac6603338245354e1b2f02 - md5: 7a1b54774bad723e8ba01ca48eb301b5 - depends: - - libblas 3.9.0 21_osx64_openblas - constrains: - - liblapacke 3.9.0 21_osx64_openblas - - blas * openblas - - liblapack 3.9.0 21_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14715 - timestamp: 1705979715508 -- kind: conda - name: libcblas - version: 3.9.0 - build: 21_osxarm64_openblas - build_number: 21 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-21_osxarm64_openblas.conda - sha256: 4510e3e4824693c3f80fc54e72d81dd89acaa6e6d68cd948af0870a640ea7eeb - md5: 48e9d42c65ce664d8fccef2ac6af853c - depends: - - libblas 3.9.0 21_osxarm64_openblas - constrains: - - liblapack 3.9.0 21_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 21_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14800 - timestamp: 1705980195551 -- kind: conda - name: libcblas - version: 3.9.0 - build: 21_win64_mkl - build_number: 21 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda - sha256: 886505d0a4a5b508b2255991395aadecdad140719ba0d413411fec86491a9283 - md5: 38e5ec23bc2b62f9dd971143aa9dddb7 - depends: - - libblas 3.9.0 21_win64_mkl - constrains: - - liblapack 3.9.0 21_win64_mkl - - blas * mkl - - liblapacke 3.9.0 21_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5017024 - timestamp: 1705980469944 - kind: conda name: libcblas version: 3.9.0 @@ -14486,6 +11088,7 @@ packages: - liblapacke 3.9.0 22_linux64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14438 timestamp: 1712542270166 - kind: conda @@ -14505,6 +11108,7 @@ packages: - liblapacke 3.9.0 22_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14514 timestamp: 1712542053335 - kind: conda @@ -14524,6 +11128,7 @@ packages: - liblapack 3.9.0 22_osx64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14636 timestamp: 1712542311437 - kind: conda @@ -14543,6 +11148,7 @@ packages: - liblapacke 3.9.0 22_osxarm64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14741 timestamp: 1712542420590 - kind: conda @@ -14562,350 +11168,166 @@ packages: - liblapack 3.9.0 22_win64_mkl license: BSD-3-Clause license_family: BSD - size: 5191513 - timestamp: 1712543043641 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_h127d8a8_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h127d8a8_6.conda - sha256: 559c132f09ca826a9d7b1d1654099ee03e05d2188127b9450d3935a5fe4147a5 - md5: d691b1aab9c92b0f7f58d74543414265 - depends: - - libgcc-ng >=12 - - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 17927619 - timestamp: 1711067862506 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_h7151d67_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_5.conda - sha256: b308b6faee84c4646dca87221d8a0d1e293a8b9a2a1b83a4500abcd4dd6c8eca - md5: 3189f83f21974fa2a9204f949d2aff18 - depends: - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 12713468 - timestamp: 1706894023056 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_h7151d67_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_6.conda - sha256: 8d77bf8bb12e4dff0bdc0d6dbc9ec674a46470c4e51a1fc8ffec16ed7da3365f - md5: 7eaad118ab797d1427f8745c861d1925 - depends: - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 12714864 - timestamp: 1711067666274 + purls: [] + size: 5191513 + timestamp: 1712543043641 - kind: conda name: libclang-cpp16 version: 16.0.6 - build: default_hb11cfb5_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_hb11cfb5_4.conda - sha256: c4e3525bae987b7781c1011ac1caba1d377e201006f9ec9ee31e204f1f9c28fa - md5: 66436cad20a1f976e401cedcc47abb31 + build: default_h4c8afb6_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h4c8afb6_7.conda + sha256: a3ca75f5311308d62a732b9a3f8307b5f0e39303fa7e857dcdd247e0bae2aeb7 + md5: 784816790fe438443354d13050fcd67d depends: - - libgcc-ng >=12 + - __osx >=10.13 + - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 - - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 17942324 - timestamp: 1704262063346 + purls: [] + size: 12861346 + timestamp: 1716980259803 - kind: conda name: libclang-cpp16 version: 16.0.6 - build: default_hb368394_5 - build_number: 5 + build: default_h9270250_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_hb368394_5.conda - sha256: fb1fd911d494f23abd889a95b9ea603de261badcd5120df2eda7f12f36d0707c - md5: 0b273d3ae3793c79728ed914c4a2aac5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_h9270250_7.conda + sha256: f10b610c1f2e3d7ae7e281b709671e125a6fb4da4ee33eb1ffa54986c0d148eb + md5: 2c4bbdca212c922fa48cbd630ff125a8 depends: - libgcc-ng >=12 - libllvm16 >=16.0.6,<16.1.0a0 - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 17600643 - timestamp: 1706895662107 + purls: [] + size: 17665365 + timestamp: 1716982307594 - kind: conda name: libclang-cpp16 version: 16.0.6 - build: default_hb368394_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp16-16.0.6-default_hb368394_6.conda - sha256: fff382cd97b0188d4c093a6f3362901735c32be97cb91436de737336f359d4ec - md5: 6f5c339e6522967a32f608620e0424a3 + build: default_h9bb3924_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp16-16.0.6-default_h9bb3924_7.conda + sha256: 43c7cb80b32b62c0371f361066766bb261350f48001a7b5c2a17f834e0ae9c34 + md5: 93ec9473c36981ccc1db17470c47074e depends: - libgcc-ng >=12 - libllvm16 >=16.0.6,<16.1.0a0 - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 17589928 - timestamp: 1711067170200 + purls: [] + size: 18006533 + timestamp: 1716980888312 - kind: conda name: libclang-cpp16 version: 16.0.6 - build: default_he012953_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_5.conda - sha256: a6b4c11571e3c20dc0e977d9a7b1670d991ef0cf807595b857405548706853eb - md5: 77908ba1789d35c808eeaae28b4c9dd4 - depends: - - libcxx >=16.0.6 - - libllvm16 >=16.0.6,<16.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11813500 - timestamp: 1706893965706 -- kind: conda - name: libclang-cpp16 - version: 16.0.6 - build: default_he012953_6 - build_number: 6 + build: default_hb63da90_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_6.conda - sha256: 83ebaab5779a592de1b349d29a0f633ec0d7ed2722746c616f89ecf43c7a6675 - md5: 4562ed88b0429ac497603df91cdd4f5c + url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_hb63da90_7.conda + sha256: 613a2a670d7448b0c16971172dc060e7c32a22a63fc11f65cd90d4e70d3b7a74 + md5: 3753e98f8145f5f9b3bfe27575ec3c3a depends: + - __osx >=11.0 - libcxx >=16.0.6 - libllvm16 >=16.0.6,<16.1.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 11762505 - timestamp: 1711066876125 -- kind: conda - name: libclang13 - version: 17.0.5 - build: default_h4d60ac6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-17.0.5-default_h4d60ac6_0.conda - sha256: 2dc99cc2060bd3e112523efaca76e29a5f4e7808c55663fe5475e1347663bf99 - md5: 6ba4c0273e7e1dae744d0aa7d62f4d35 - depends: - - libgcc-ng >=12 - - libllvm17 >=17.0.5,<17.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 10531072 - timestamp: 1700030055297 -- kind: conda - name: libclang13 - version: 17.0.5 - build: default_hb2321db_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-17.0.5-default_hb2321db_0.conda - sha256: 3696062be1ec98540f8ae631ca831090fd34c6e55c73d31872a50704d996175d - md5: 7d2dcc63e60a892bc86b18c61d2f18d9 - depends: - - libcxx >=16.0.6 - - libllvm17 >=17.0.5,<17.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 7671787 - timestamp: 1700031880310 -- kind: conda - name: libclang13 - version: 17.0.5 - build: default_he2e1a71_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-17.0.5-default_he2e1a71_0.conda - sha256: d63330c30914876cdc552cd8e1ed792ba96b8ff3c261cc37514d2f8b229e3385 - md5: 548d445c20a12c2d5812167f177c75e9 - depends: - - libcxx >=16.0.6 - - libllvm17 >=17.0.5,<17.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 7164297 - timestamp: 1700030805789 -- kind: conda - name: libclang13 - version: 17.0.6 - build: default_h85b4d89_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-17.0.6-default_h85b4d89_2.conda - sha256: 0e9ead973cf6e91365ec54ce3d8798aed67890317692a99743f7264f0719039c - md5: e69bebdddf07c63e59d4a562c63e2517 - depends: - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 23959094 - timestamp: 1704280658341 + purls: [] + size: 11912321 + timestamp: 1716980622468 - kind: conda name: libclang13 - version: 17.0.6 - build: default_h89cd682_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-17.0.6-default_h89cd682_2.conda - sha256: 758b6ac7f511a9838a15e454179c84bbf86e124ddf4be47644a05d2c0f8b6c0d - md5: 285c4be2632299afc1354dfbbb20d812 - depends: - - libcxx >=16.0.6 - - libllvm17 >=17.0.6,<17.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 7678294 - timestamp: 1704279868293 -- kind: conda - name: libclang13 - version: 17.0.6 - build: default_ha2b6cf4_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-17.0.6-default_ha2b6cf4_2.conda - sha256: 465504d1fd72a6f6d3c301862ed97bf3247234c7389bd82070bb50ce61c04c92 - md5: 93d59bd3649bba44d182dad3646db9e8 - depends: - - libgcc-ng >=12 - - libllvm17 >=17.0.6,<17.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 10538411 - timestamp: 1704276039828 -- kind: conda - name: libclang13 - version: 17.0.6 - build: default_ha49e599_2 - build_number: 2 + version: 18.1.6 + build: default_h174537c_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-17.0.6-default_ha49e599_2.conda - sha256: 543f5a2405fcd584e3e899fc16df52c79dc5b8b3009b42951dc318c13b0d2d5e - md5: e14f9ca32eb82b2570741861cb9a387e - depends: - - libcxx >=16.0.6 - - libllvm17 >=17.0.6,<17.1.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 7164068 - timestamp: 1704280614681 -- kind: conda - name: libclang13 - version: 18.1.1 - build: default_hf9b4efe_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.1-default_hf9b4efe_0.conda - sha256: 2411bd3412f2007d3b640fb1bd71cb2ae7a6ae32186b3fbdf625a98b0cf4fd36 - md5: aa206882a3e166cb08b24c55f2092a4e - depends: - - libgcc-ng >=12 - - libllvm18 >=18.1.1,<18.2.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 10874336 - timestamp: 1710473662256 -- kind: conda - name: libclang13 - version: 18.1.3 - build: default_h0edc4dd_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.3-default_h0edc4dd_0.conda - sha256: 78db753270dd46c69b5141ee21401b7576ffb9a93feeffa30772cac0130cc94c - md5: 3d13ec4c6c87d0d1af87ae921220ddee + url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.6-default_h174537c_0.conda + sha256: 6a4c13d7e869c2d4e3486a7bd646e5bd8f01867af042b0159bc1090b2545960c + md5: 01675cddf58c8a407b31d848649f9c32 depends: - libcxx >=16.0.6 - - libllvm18 >=18.1.3,<18.2.0a0 + - libllvm18 >=18.1.6,<18.2.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 8056521 - timestamp: 1712569388477 + purls: [] + size: 7579431 + timestamp: 1716713417534 - kind: conda name: libclang13 - version: 18.1.3 + version: 18.1.6 build: default_h5d6823c_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.3-default_h5d6823c_0.conda - sha256: 8490f8ca051e80d0f79279d75dabb93e0cadf046984b96bfaeb4c9d6146857fb - md5: 5fff487759736b275dc3e4a263cac666 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.6-default_h5d6823c_0.conda + sha256: aa8246dca2e738a6e4dda87b448b1c01be00035489bd4f1cf409830ab7ce7d7d + md5: fbe666f653068958eb27f549cb12f202 depends: - libgcc-ng >=12 - - libllvm18 >=18.1.3,<18.2.0a0 + - libllvm18 >=18.1.6,<18.2.0a0 - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 11054286 - timestamp: 1712569057776 + purls: [] + size: 11057117 + timestamp: 1716714834549 - kind: conda name: libclang13 - version: 18.1.3 - build: default_h83d0a53_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang13-18.1.3-default_h83d0a53_0.conda - sha256: 42c79469222ea6aa4762c1d82d61445795c90f983b1e3a0e89c8010f5e7442f0 - md5: 6bf79ee12dcf397bcec1b7ffef3cda4f + version: 18.1.6 + build: default_hf5e5ce3_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libclang13-18.1.6-default_hf5e5ce3_0.conda + sha256: e1cc96aa20dd631f7207b03038275f7864ae5580b65415c5b9bfe03f760730d6 + md5: 05f2341e05e18596567936494950122d depends: - libcxx >=16.0.6 - - libllvm18 >=18.1.3,<18.2.0a0 + - libllvm18 >=18.1.6,<18.2.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 7511967 - timestamp: 1712569840902 + purls: [] + size: 8123946 + timestamp: 1716713078645 - kind: conda name: libclang13 - version: 18.1.3 + version: 18.1.6 build: default_hf64faad_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.3-default_hf64faad_0.conda - sha256: 7ccb5fefe1ca2c8341e402fa726e5b9cea1939feb87b5335b3c4581589ba86d5 - md5: 9217c37b478ec601af909aafc954a6fc + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.6-default_hf64faad_0.conda + sha256: 2ac71ad2accee27a00d246d0fbc58f4126d0f3f3273370975157f7ea826c3d23 + md5: cb8ef624b31ede2c69f0e33135d00110 depends: - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 25293651 - timestamp: 1712568643856 + purls: [] + size: 25324422 + timestamp: 1716718233887 - kind: conda name: libclang13 - version: 18.1.3 + version: 18.1.6 build: default_hf9b4efe_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.3-default_hf9b4efe_0.conda - sha256: df4e70597d29b266a5c6957cac9ed741e62602af8548cb10cf746dc3e0a9b880 - md5: e28b34440fa91b0cf931b00980ba2af2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-18.1.6-default_hf9b4efe_0.conda + sha256: e63de0bd0c1b6fd4707d57b6778df458b7d807cde4e291c1ebb849c1b1f6cbf7 + md5: b58bd8009db2c6590224379af38c6e5b depends: - libgcc-ng >=12 - - libllvm18 >=18.1.3,<18.2.0a0 + - libllvm18 >=18.1.6,<18.2.0a0 - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 10890700 - timestamp: 1712566528476 + purls: [] + size: 10885710 + timestamp: 1716715931237 - kind: conda name: libcrc32c version: 1.1.2 @@ -14919,6 +11341,7 @@ packages: - libstdcxx-ng >=9.4.0 license: BSD-3-Clause license_family: BSD + purls: [] size: 18669 timestamp: 1633683724891 - kind: conda @@ -14934,6 +11357,7 @@ packages: - vs2015_runtime >=14.16.27012 license: BSD-3-Clause license_family: BSD + purls: [] size: 25694 timestamp: 1633684287072 - kind: conda @@ -14949,6 +11373,7 @@ packages: - libstdcxx-ng >=9.4.0 license: BSD-3-Clause license_family: BSD + purls: [] size: 20440 timestamp: 1633683576494 - kind: conda @@ -14963,6 +11388,7 @@ packages: - libcxx >=11.1.0 license: BSD-3-Clause license_family: BSD + purls: [] size: 18765 timestamp: 1633683992603 - kind: conda @@ -14977,226 +11403,141 @@ packages: - libcxx >=11.1.0 license: BSD-3-Clause license_family: BSD + purls: [] size: 20128 timestamp: 1633683906221 - kind: conda name: libcurl - version: 8.5.0 - build: h2d989ff_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.5.0-h2d989ff_0.conda - sha256: f1c04be217aaf161ce3c99a8d618871295b5dc1eae2f7ff7b32078af50303f5b - md5: f1211ed00947a84e15a964a8f459f620 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: curl - license_family: MIT - size: 350298 - timestamp: 1701860532373 -- kind: conda - name: libcurl - version: 8.5.0 + version: 8.8.0 build: h4e8248e_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.5.0-h4e8248e_0.conda - sha256: 4f4f8b884927d0c6fad4a8f5d7afaf789fe4f6554448ac8b416231f2f3dc7490 - md5: fa0f5edc06ffc25a01eed005c6dc3d8c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.8.0-h4e8248e_0.conda + sha256: 5a47624e64f7216ed2631d936755bc1d5ea09e45d7632b564083b7449baf3787 + md5: 75bfffa16b18674b16144780a46ac77f depends: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 399469 - timestamp: 1701860213311 + purls: [] + size: 416762 + timestamp: 1716378671581 - kind: conda name: libcurl - version: 8.5.0 - build: h726d00d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda - sha256: 7ec7e026be90da0965dfa6b92bbc905c852c13b27f3f83c47156db66ed0668f0 - md5: 86d749e27fe00fa6b7d790a6feaa22a2 + version: 8.8.0 + build: h7b6f9a7_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.8.0-h7b6f9a7_0.conda + sha256: b83aa249e7c8abc1aa56593ad50d1b4c0a52f5f3d5fd7c489c2ccfc3a548f391 + md5: 245b30f99dc5379ebe1c78899be8d3f5 depends: - krb5 >=1.21.2,<1.22.0a0 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 367821 - timestamp: 1701860630644 + purls: [] + size: 364890 + timestamp: 1716378993833 - kind: conda name: libcurl - version: 8.5.0 + version: 8.8.0 build: hca28451_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.5.0-hca28451_0.conda - sha256: 00a6bea5ff90ca58eeb15ebc98e08ffb88bddaff27396bb62640064f59d29cf0 - md5: 7144d5a828e2cae218e0e3c98d8a0aeb + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.8.0-hca28451_0.conda + sha256: 45aec0ffc6fe3fd4c0083b815aa102b8103380acc2b6714fb272d921acc68ab2 + md5: f21c27f076a07907e70c49bb57bd0f20 depends: - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 389164 - timestamp: 1701860147844 + purls: [] + size: 405535 + timestamp: 1716378550673 - kind: conda name: libcurl - version: 8.5.0 + version: 8.8.0 build: hd5e4a3a_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.5.0-hd5e4a3a_0.conda - sha256: 8c933416c61445ab51515a5ca8c32ddc4f83180d5dc43684e4a80915022ffe1f - md5: c95eb3d60266dd47b8eb864e10d6bcf3 + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.8.0-hd5e4a3a_0.conda + sha256: 169fb0a11dd3a1f0adbb93b275f9752aa24b64e73d0c8e220aa10213c6ee74ff + md5: 4f86149dc6228f1e5617faa2cce90f94 depends: - krb5 >=1.21.2,<1.22.0a0 - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: curl license_family: MIT - size: 323619 - timestamp: 1701860670113 -- kind: conda - name: libcurl - version: 8.7.1 - build: h2d989ff_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.7.1-h2d989ff_0.conda - sha256: 973ac9368efca712a8fd19fe68524d7d9a3087fd88ad6b7fcdf60c3d2e19a498 - md5: 34b9171710f0d9bf093d55bdc36ff355 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: curl - license_family: MIT - size: 358080 - timestamp: 1711548548174 -- kind: conda - name: libcurl - version: 8.7.1 - build: h4e8248e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.7.1-h4e8248e_0.conda - sha256: 2e2c716875ee48947e4e7a56823c810b5a3d98013ae44d0b55cdfd337f77d693 - md5: 4e38af63e8603414534bbebdd9885021 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: curl - license_family: MIT - size: 409751 - timestamp: 1711548134067 + purls: [] + size: 334903 + timestamp: 1716379079949 - kind: conda name: libcurl - version: 8.7.1 - build: h726d00d_0 + version: 8.8.0 + build: hf9fcc65_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.7.1-h726d00d_0.conda - sha256: 06cb1bd3bbaf905213777d6ade190ac4c7fb7a20dfe0cf901c977dbbc6cec265 - md5: fa58e5eaa12006bc3289a71357bef167 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: curl - license_family: MIT - size: 378176 - timestamp: 1711548390530 -- kind: conda - name: libcurl - version: 8.7.1 - build: hca28451_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.7.1-hca28451_0.conda - sha256: 82a75e9a5d9ee5b2f487d850ec5d4edc18a56eb9527608a95a916c40baae3843 - md5: 755c7f876815003337d2c61ff5d047e5 + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.8.0-hf9fcc65_0.conda + sha256: 1eb3e00586ddbf662877e62d1108bd2ff539fbeee34c52edf1d6c5fa3c9f4435 + md5: 276894efcbca23aa674e280e90bc5673 depends: - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - libnghttp2 >=1.58.0,<2.0a0 - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: curl - license_family: MIT - size: 398293 - timestamp: 1711548114077 -- kind: conda - name: libcurl - version: 8.7.1 - build: hd5e4a3a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.7.1-hd5e4a3a_0.conda - sha256: 8dd272362e2aeb1d4f49333ff57e07eb4da2bbabce20110a2416df9152ba03e0 - md5: 3396aff340d0903e8814c2852d631e4e - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 331262 - timestamp: 1711548608132 + purls: [] + size: 385778 + timestamp: 1716378974624 - kind: conda name: libcxx - version: 16.0.6 - build: h4653b0c_0 + version: 17.0.6 + build: h5f092b4_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda - sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 - md5: 9d7d724faf0413bf1dbc5a85935700c8 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-17.0.6-h5f092b4_0.conda + sha256: 119d3d9306f537d4c89dc99ed99b94c396d262f0b06f7833243646f68884f2c2 + md5: a96fd5dda8ce56c86a971e0fa02751d0 + depends: + - __osx >=11.0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 1160232 - timestamp: 1686896993785 + purls: [] + size: 1248885 + timestamp: 1715020154867 - kind: conda name: libcxx - version: 16.0.6 - build: hd57cbcb_0 + version: 17.0.6 + build: h88467a6_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda - sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 - md5: 7d6972792161077908b62971802f289a + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-17.0.6-h88467a6_0.conda + sha256: e7b57062c1edfcbd13d2129467c94cbff7f0a988ee75782bf48b1dc0e6300b8b + md5: 0fe355aecb8d24b8bc07c763209adbd9 + depends: + - __osx >=10.13 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 1142172 - timestamp: 1686896907750 + purls: [] + size: 1249309 + timestamp: 1715020018902 - kind: conda name: libedit version: 3.1.20191231 @@ -15210,6 +11551,7 @@ packages: - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD + purls: [] size: 105382 timestamp: 1597616576726 - kind: conda @@ -15225,6 +11567,7 @@ packages: - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD + purls: [] size: 96607 timestamp: 1597616630749 - kind: conda @@ -15241,6 +11584,7 @@ packages: - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD + purls: [] size: 123878 timestamp: 1597616541093 - kind: conda @@ -15257,6 +11601,7 @@ packages: - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD + purls: [] size: 134104 timestamp: 1597617110769 - kind: conda @@ -15270,6 +11615,7 @@ packages: md5: 899db79329439820b7e8f8de41bca902 license: BSD-2-Clause license_family: BSD + purls: [] size: 106663 timestamp: 1702146352558 - kind: conda @@ -15285,40 +11631,9 @@ packages: - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD + purls: [] size: 115123 timestamp: 1702146237623 -- kind: conda - name: libev - version: '4.33' - build: h516909a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - depends: - - libgcc-ng >=7.5.0 - arch: x86_64 - platform: linux - license: BSD-2-Clause - license_family: BSD - size: 106190 - timestamp: 1598867915 -- kind: conda - name: libev - version: '4.33' - build: h642e427_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 - sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c - md5: 566dbf70fe79eacdb3c3d3d195a27f55 - arch: aarch64 - platform: osx - license: BSD-2-Clause - license_family: BSD - size: 100668 - timestamp: 1598868103393 - kind: conda name: libev version: '4.33' @@ -15330,23 +11645,9 @@ packages: md5: 36d33e440c31857372a72137f78bacf5 license: BSD-2-Clause license_family: BSD + purls: [] size: 107458 timestamp: 1702146414478 -- kind: conda - name: libev - version: '4.33' - build: haf1e3a3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 - sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b - md5: 79dc2be110b2a3d1e97ec21f691c50ad - arch: x86_64 - platform: osx - license: BSD-2-Clause - license_family: BSD - size: 101424 - timestamp: 1598868359024 - kind: conda name: libev version: '4.33' @@ -15360,6 +11661,7 @@ packages: - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD + purls: [] size: 112766 timestamp: 1702146165126 - kind: conda @@ -15375,6 +11677,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 368167 timestamp: 1685726248899 - kind: conda @@ -15393,6 +11696,7 @@ packages: - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD + purls: [] size: 410555 timestamp: 1685726568668 - kind: conda @@ -15409,6 +11713,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 438992 timestamp: 1685726046519 - kind: conda @@ -15424,6 +11729,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 372661 timestamp: 1685726378869 - kind: conda @@ -15440,70 +11746,9 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 427426 timestamp: 1685725977222 -- kind: conda - name: libexpat - version: 2.5.0 - build: h63175ca_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda - sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf - md5: 636cc3cbbd2e28bcfd2f73b2044aac2c - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 138689 - timestamp: 1680190844101 -- kind: conda - name: libexpat - version: 2.5.0 - build: hb7217d7_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda - sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 - md5: 5a097ad3d17e42c148c9566280481317 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 63442 - timestamp: 1680190916539 -- kind: conda - name: libexpat - version: 2.5.0 - build: hcb278e6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda - sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - md5: 6305a3dd2752c76335295da4e581f2fd - depends: - - libgcc-ng >=12 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 77980 - timestamp: 1680190528313 -- kind: conda - name: libexpat - version: 2.5.0 - build: hf0c8a7f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda - sha256: 80024bd9f44d096c4cc07fb2bac76b5f1f7553390112dab3ad6acb16a05f0b96 - md5: 6c81cb022780ee33435cca0127dd43c9 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 69602 - timestamp: 1680191040160 - kind: conda name: libexpat version: 2.6.2 @@ -15518,6 +11763,7 @@ packages: - expat 2.6.2.* license: MIT license_family: MIT + purls: [] size: 72544 timestamp: 1710362309065 - kind: conda @@ -15534,6 +11780,7 @@ packages: - expat 2.6.2.* license: MIT license_family: MIT + purls: [] size: 73730 timestamp: 1710362120304 - kind: conda @@ -15548,6 +11795,7 @@ packages: - expat 2.6.2.* license: MIT license_family: MIT + purls: [] size: 139224 timestamp: 1710362609641 - kind: conda @@ -15562,6 +11810,7 @@ packages: - expat 2.6.2.* license: MIT license_family: MIT + purls: [] size: 69246 timestamp: 1710362566073 - kind: conda @@ -15576,6 +11825,7 @@ packages: - expat 2.6.2.* license: MIT license_family: MIT + purls: [] size: 63655 timestamp: 1710362424980 - kind: conda @@ -15589,6 +11839,7 @@ packages: md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT license_family: MIT + purls: [] size: 51348 timestamp: 1636488394370 - kind: conda @@ -15602,6 +11853,7 @@ packages: md5: 086914b672be056eb70fd4285b6783b6 license: MIT license_family: MIT + purls: [] size: 39020 timestamp: 1636488587153 - kind: conda @@ -15617,6 +11869,7 @@ packages: - libgcc-ng >=9.4.0 license: MIT license_family: MIT + purls: [] size: 59450 timestamp: 1636488255090 - kind: conda @@ -15632,6 +11885,7 @@ packages: - libgcc-ng >=9.4.0 license: MIT license_family: MIT + purls: [] size: 58292 timestamp: 1636488182923 - kind: conda @@ -15648,125 +11902,76 @@ packages: - vs2015_runtime >=14.16.27012 license: MIT license_family: MIT + purls: [] size: 42063 timestamp: 1636489106777 - kind: conda name: libgcc-devel_linux-64 version: 12.3.0 - build: h8bca6fd_105 - build_number: 105 + build: h0223996_107 + build_number: 107 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda - sha256: ed2dfc6d959dc27e7668439e1ad31b127b43e99f9a7e77a2d34b958fa797316b - md5: e12ce6b051085b8f27e239f5e5f5bce5 + url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h0223996_107.conda + sha256: d6623e46608ef1baf2baa14ac77d0aefbc5187f1b9b5423592bfa124054e6753 + md5: 851e9651c9e4cd5dc19f80398eba9a1c license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 2568967 - timestamp: 1706819720613 + purls: [] + size: 2532549 + timestamp: 1715016464312 - kind: conda name: libgcc-devel_linux-aarch64 version: 12.3.0 - build: h8b5ab12_105 - build_number: 105 + build: h26e3b9f_107 + build_number: 107 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.3.0-h8b5ab12_105.conda - sha256: 1ff691733d28774c8f56e0159fe0fffc56b1cf4de64630501f6c3b8438aa893f - md5: cb2ce837146463f83f24f52face3ca9d - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 285097 - timestamp: 1706819953671 -- kind: conda - name: libgcc-ng - version: 13.2.0 - build: h807b86a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda - sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a - md5: c28003b0be0494f9a7664389146716ff - depends: - - _libgcc_mutex ==0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 13.2.0 h807b86a_2 - arch: x86_64 - platform: linux + url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-aarch64-12.3.0-h26e3b9f_107.conda + sha256: 1abba6c0181bbec079d55068ac3a4e7279ba4b0bac4b1f517a145c39a8c2307f + md5: b733190dc13cc792048fc3f1e58e3d8f license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 771133 - timestamp: 1695219384393 + purls: [] + size: 283439 + timestamp: 1715016955460 - kind: conda name: libgcc-ng version: 13.2.0 - build: h807b86a_5 - build_number: 5 + build: h77fa898_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda - sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4 - md5: d4ff227c46917d3b4565302a2bbb276b + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_7.conda + sha256: 62af2b89acbe74a21606c8410c276e57309c0a2ab8a9e8639e3c8131c0b60c92 + md5: 72ec1b1b04c4d15d4204ece1ecea5978 depends: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex >=4.5 constrains: - - libgomp 13.2.0 h807b86a_5 + - libgomp 13.2.0 h77fa898_7 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 770506 - timestamp: 1706819192021 -- kind: conda - name: libgcc-ng - version: 13.2.0 - build: hc881cc4_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-hc881cc4_6.conda - sha256: 836a0057525f1414de43642d357d0ab21ac7f85e24800b010dbc17d132e6efec - md5: df88796bd09a0d2ed292e59101478ad8 - depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 13.2.0 hc881cc4_6 - license: GPL-3.0-only WITH GCC-exception-3.1 - size: 777315 - timestamp: 1713755001744 + purls: [] + size: 775806 + timestamp: 1715016057793 - kind: conda name: libgcc-ng version: 13.2.0 - build: hf8544c7_5 - build_number: 5 + build: he277a41_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-hf8544c7_5.conda - sha256: 869e44e1cf329198f5bea56c146207ed639b24b6281187159435b9499ecb3959 - md5: dee934e640275d9e74e7bbd455f25162 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_7.conda + sha256: ef2f338b3342b51700e6cda10831d27bb2983fe64d7e75e30e9ffb7f9cf76571 + md5: 01c5b27ce46f50abab2dc8454842c792 depends: - _openmp_mutex >=4.5 constrains: - - libgomp 13.2.0 hf8544c7_5 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 456795 - timestamp: 1706820691781 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda - sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - md5: b55fd11ab6318a6e67ac191309701d5a - depends: - - libgfortran5 ==13.2.0 h2873a65_1 - arch: x86_64 - platform: osx + - libgomp 13.2.0 he277a41_7 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 109855 - timestamp: 1694165674845 + purls: [] + size: 458977 + timestamp: 1715017703433 - kind: conda name: libgfortran version: 5.0.0 @@ -15780,25 +11985,9 @@ packages: - 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_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_1.conda - sha256: bc8750e7893e693fa380bf2f342d4a5ce44995467cbdf72e56a00e5106b4892d - md5: 1ad37a5c60c250bb2b4a9f75563e181c - depends: - - libgfortran5 ==13.2.0 hf226fd6_1 - arch: aarch64 - platform: osx - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110095 - timestamp: 1694172198016 - kind: conda name: libgfortran version: 5.0.0 @@ -15812,74 +12001,41 @@ packages: - 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-ng version: 13.2.0 - build: h69a702a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda - sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 - md5: e75a75a6eaf6f318dae2631158c46575 - depends: - - libgfortran5 ==13.2.0 ha4646dd_2 - arch: x86_64 - platform: linux - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 23722 - timestamp: 1695219642066 -- kind: conda - name: libgfortran-ng - version: 13.2.0 - build: h69a702a_5 - build_number: 5 + build: h69a702a_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda - sha256: 238c16c84124d58307376715839aa152bd4a1bf5a043052938ad6c3137d30245 - md5: e73e9cfd1191783392131e6238bdb3e9 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_7.conda + sha256: a588e69f96b8e0983a8cdfdbf1dc75eb48189f5420ec71150c8d8cdc0a811a9b + md5: 1b84f26d9f4f6026e179e7805d5a15cd depends: - - libgfortran5 13.2.0 ha4646dd_5 + - libgfortran5 13.2.0 hca663fb_7 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 23829 - timestamp: 1706819413770 + purls: [] + size: 24314 + timestamp: 1715016272844 - kind: conda name: libgfortran-ng version: 13.2.0 - build: he9431aa_5 - build_number: 5 + build: he9431aa_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_5.conda - sha256: a7e5d1ac34118a4fad8286050af0146226d2fb2bd63e7a1066dc4dae7ba42daa - md5: fab7c6a8c84492e18cbe578820e97a56 - depends: - - libgfortran5 13.2.0 h582850c_5 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 23994 - timestamp: 1706820985230 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda - sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - md5: 3af564516b5163cd8cc08820413854bc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.2.0-he9431aa_7.conda + sha256: 295d9d4266894d7b5c65950e6f6e91c8b8e1730a540fa5bcc488192b76277913 + md5: d714db6ba9d67d55d21cf96316714ec8 depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_1 - arch: x86_64 - platform: osx + - libgfortran5 13.2.0 h87d9d71_7 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1571764 - timestamp: 1694165583047 + purls: [] + size: 24367 + timestamp: 1715017978335 - kind: conda name: libgfortran5 version: 13.2.0 @@ -15895,80 +12051,45 @@ packages: - libgfortran 5.0.0 13_2_0_*_3 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 1571379 timestamp: 1707328880361 - kind: conda name: libgfortran5 version: 13.2.0 - build: h582850c_5 - build_number: 5 + build: h87d9d71_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h582850c_5.conda - sha256: f778346e85eb19bca36d1a5c8cddf8e089dcd6799b8f3e1b3f2d5a3157920827 - md5: 547486aac825d236de3beecb927b389c - depends: - - libgcc-ng >=13.2.0 - constrains: - - libgfortran-ng 13.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1082835 - timestamp: 1706820715400 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: ha4646dd_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda - sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 - md5: 78fdab09d9138851dde2b5fe2a11019e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.2.0-h87d9d71_7.conda + sha256: 6fc946955668102fe1e73614810a24e2a2f50aa87390d68e757380fea8551e16 + md5: 423eb7de085dd6b46928723edf5f8767 depends: - libgcc-ng >=13.2.0 constrains: - libgfortran-ng 13.2.0 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1441830 - timestamp: 1695219403435 + purls: [] + size: 1083345 + timestamp: 1715017746481 - kind: conda name: libgfortran5 version: 13.2.0 - build: ha4646dd_5 - build_number: 5 + build: hca663fb_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda - sha256: ba8d94e8493222ce155bb264d9de4200e41498a458e866fedf444de809bde8b6 - md5: 7a6bd7a12a4bd359e2afe6c0fa1acace + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-hca663fb_7.conda + sha256: 754ab038115edce550fdccdc9ddf7dead2fa8346b8cdd4428c59ae1e83293978 + md5: c0bd771f09a326fdcd95a60b617795bf depends: - libgcc-ng >=13.2.0 constrains: - libgfortran-ng 13.2.0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1442769 - timestamp: 1706819209473 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda - sha256: cb9cb11e49a6a8466ea7556a723080d3aeefd556df9b444b941afc5b54368b22 - md5: 4480d71b98c87faafab132d33e23135e - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_1 - arch: aarch64 - platform: osx - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 995733 - timestamp: 1694172076009 + purls: [] + size: 1441361 + timestamp: 1715016068766 - kind: conda name: libgfortran5 version: 13.2.0 @@ -15984,888 +12105,419 @@ packages: - libgfortran 5.0.0 13_2_0_*_3 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 997381 timestamp: 1707330687590 - kind: conda name: libgomp version: 13.2.0 - build: h807b86a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda - sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 - md5: e2042154faafe61969556f28bade94b9 - depends: - - _libgcc_mutex ==0.1 conda_forge - arch: x86_64 - platform: linux - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 421133 - timestamp: 1695219303065 -- kind: conda - name: libgomp - version: 13.2.0 - build: h807b86a_5 - build_number: 5 + build: h77fa898_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda - sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e - md5: d211c42b9ce49aee3734fdc828731689 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_7.conda + sha256: 781444fa069d3b50e8ed667b750571cacda785761c7fc2a89ece1ac49693d4ad + md5: abf3fec87c2563697defa759dec3d639 depends: - _libgcc_mutex 0.1 conda_forge license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 419751 - timestamp: 1706819107383 -- kind: conda - name: libgomp - version: 13.2.0 - build: hc881cc4_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-hc881cc4_6.conda - sha256: e722b19b23b31a14b1592d5eceabb38dc52452ff5e4d346e330526971c22e52a - md5: aae89d3736661c36a5591788aebd0817 - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - size: 422363 - timestamp: 1713754915251 + purls: [] + size: 422336 + timestamp: 1715015995979 - kind: conda name: libgomp version: 13.2.0 - build: hf8544c7_5 - build_number: 5 + build: he277a41_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-hf8544c7_5.conda - sha256: a98d4f242a351feb7983a28e7d6a0ca51da764c6233ea3dfc776975a3aba8a01 - md5: 379be2f115ffb73860e4e260dd2170b7 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_7.conda + sha256: bb3bc7e03f1add861884d8bad79b359ad991025570625e1f979964e82f1f8d9e + md5: 1d1691ec9e5be799f86310fa38f00b9f license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 423091 - timestamp: 1706820564165 + purls: [] + size: 424004 + timestamp: 1715017599237 - kind: conda name: libgoogle-cloud - version: 2.12.0 - build: h5206363_4 - build_number: 4 + version: 2.24.0 + build: h2736e30_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h5206363_4.conda - sha256: 82a7d211d0df165b073f9e8ba6d789c4b1c7c4882d546ca12d40f201fc3496fc - md5: b5eb63d2683102be45d17c55021282f6 + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.24.0-h2736e30_0.conda + sha256: 324ae4d0ad4fbd350b14ebcc8880f7dc4d8ab3952eadaa79dea96373cd254a0d + md5: 34aeee3fa7fca5dc21fad3ac6f4f0ab2 depends: - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.7.1,<9.0a0 - libgcc-ng >=12 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - openssl >=3.1.4,<4.0a0 - constrains: - - google-cloud-cpp 2.12.0 *_4 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 43491878 - timestamp: 1698886698923 -- kind: conda - name: libgoogle-cloud - version: 2.12.0 - build: hc0857f6_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc0857f6_4.conda - sha256: 1bf47f43796369ec85a27221ab9a84ecc848f93a88049d046cd8521c25b129f6 - md5: 976555c39f83093265491c9c081a801c - depends: - - __osx >=10.13 - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - openssl >=3.1.4,<4.0a0 - constrains: - - google-cloud-cpp 2.12.0 *_4 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 30883666 - timestamp: 1698889432429 -- kind: conda - name: libgoogle-cloud - version: 2.12.0 - build: hfb399a7_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-hfb399a7_4.conda - sha256: 22122939a462f64a82ca2f305c43e5e5cf5a55f1ae12979c2445f9dc196b7047 - md5: d62901188ab756c841cbb9a80c6c3f3c - depends: - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - openssl >=3.1.4,<4.0a0 - constrains: - - google-cloud-cpp 2.12.0 *_4 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 31440327 - timestamp: 1698982048456 -- kind: conda - name: libgoogle-cloud - version: 2.21.0 - build: h21dabe9_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.21.0-h21dabe9_2.conda - sha256: 1e3a794db1f0feeea9db3a20d9d9a68f29fe20d9bfb84797f2a998081c6b0912 - md5: b8559c5d3c0ba52dc57c271eb389a567 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - openssl >=3.2.1,<4.0a0 - constrains: - - libgoogle-cloud 2.21.0 *_2 - license: Apache-2.0 - license_family: Apache - size: 851641 - timestamp: 1708639027901 -- kind: conda - name: libgoogle-cloud - version: 2.21.0 - build: h23ec1f3_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.21.0-h23ec1f3_2.conda - sha256: 8a991729c200f931537f3085dc3755a1bf26e5b4735816f55f0189bb4b6bf584 - md5: 7e987dc8d614e32cc62aad371db94ae5 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 constrains: - - libgoogle-cloud 2.21.0 *_2 + - libgoogle-cloud 2.24.0 *_0 license: Apache-2.0 license_family: Apache - size: 839546 - timestamp: 1708639487970 + purls: [] + size: 1217528 + timestamp: 1714650376870 - kind: conda name: libgoogle-cloud - version: 2.21.0 - build: h2b62511_2 - build_number: 2 + version: 2.24.0 + build: h5e7cea3_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.21.0-h2b62511_2.conda - sha256: d7ad7f35aa5abdbcd9a3c576a23ed2fc1906b83aaf24acfafb768496a0330f41 - md5: 73c00d021383065be34ed4d7efc2c94c + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.24.0-h5e7cea3_0.conda + sha256: f2538de60e2b85685e9a3839478f12eb2218d1b9d44c6bf2e77f1b821db01e63 + md5: d4d199f8b8584c04338c49843131c30b depends: - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - openssl >=3.2.1,<4.0a0 + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.7.1,<9.0a0 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - libgoogle-cloud 2.21.0 *_2 - license: Apache-2.0 - license_family: Apache - size: 14562 - timestamp: 1708637250255 -- kind: conda - name: libgoogle-cloud - version: 2.21.0 - build: h72bcb37_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.21.0-h72bcb37_2.conda - sha256: 055f17ab4621fbcbe68c0656b4811c1a18d8e564fb10287024c67c8d244e7771 - md5: 14b15b923b9e45038f4193d06ecf5ae1 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.61.1,<1.62.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libstdcxx-ng >=12 - - openssl >=3.2.1,<4.0a0 - constrains: - - libgoogle-cloud 2.21.0 *_2 + - libgoogle-cloud 2.24.0 *_0 license: Apache-2.0 license_family: Apache - size: 1209079 - timestamp: 1708638321316 + purls: [] + size: 14487 + timestamp: 1714650909039 - kind: conda name: libgoogle-cloud - version: 2.22.0 - build: h651e89d_1 - build_number: 1 + version: 2.24.0 + build: h721cda5_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.22.0-h651e89d_1.conda - sha256: 39f2f50202e50e41ee8581c99a0b3023c2c21cab80ba597f8c5be7c8c8c6a059 - md5: 3f2faf53ecb3b51b92b3eee155b50233 + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.24.0-h721cda5_0.conda + sha256: 2562012091a39706a561457e8d23de8c4695188a1bb296757641339f80d8cd2c + md5: 04bbcb60dc33f302c179fabf294a014e depends: - __osx >=10.13 - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.7.1,<9.0a0 - libcxx >=16 - - libgrpc >=1.62.0,<1.63.0a0 + - libgrpc >=1.62.2,<1.63.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 constrains: - - libgoogle-cloud 2.22.0 *_1 + - libgoogle-cloud 2.24.0 *_0 license: Apache-2.0 license_family: Apache - size: 849198 - timestamp: 1709738549021 + purls: [] + size: 854453 + timestamp: 1714652566544 - kind: conda name: libgoogle-cloud - version: 2.22.0 - build: h9be4e54_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.22.0-h9be4e54_1.conda - sha256: b9980209438b22113f4352df2b260bf43b2eb63a7b6325192ec5ae3a562872ed - md5: 4b4e36a91e7dabf7345b82d85767a7c3 + version: 2.24.0 + build: hc02380a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.24.0-hc02380a_0.conda + sha256: 3adb745616619ff322670e9252085b1e44817d149d70c92a263f36122a74d587 + md5: bb6c28f9c036faeb1217e2a6c40d2dc7 depends: - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.7.1,<9.0a0 - libgcc-ng >=12 - - libgrpc >=1.62.0,<1.63.0a0 + - libgrpc >=1.62.2,<1.63.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - openssl >=3.2.1,<4.0a0 - constrains: - - libgoogle-cloud 2.22.0 *_1 - license: Apache-2.0 - license_family: Apache - size: 1209816 - timestamp: 1709737846418 -- kind: conda - name: libgoogle-cloud - version: 2.22.0 - build: h9cad5c0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.22.0-h9cad5c0_1.conda - sha256: f76e892d13e1db405777c968787678d8ba912b7e4eef7f950fcdcca185e06e71 - md5: 63cd44a71f00d4e72844bf0e8be56be4 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgrpc >=1.62.0,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.2.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.0,<4.0a0 constrains: - - libgoogle-cloud 2.22.0 *_1 + - libgoogle-cloud 2.24.0 *_0 license: Apache-2.0 license_family: Apache - size: 14420 - timestamp: 1709737037941 + purls: [] + size: 1197426 + timestamp: 1714652226143 - kind: conda name: libgoogle-cloud - version: 2.22.0 - build: hbebe991_1 - build_number: 1 + version: 2.24.0 + build: hfe08963_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.22.0-hbebe991_1.conda - sha256: a114b4d46eebede7e514abaf9203ea8c952a6382c5c57d1b989da062e3899bd7 - md5: ec7ea95b08e8cbc39fa16b6eafee36e6 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.0,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.2.1,<4.0a0 - constrains: - - libgoogle-cloud 2.22.0 *_1 - license: Apache-2.0 - license_family: Apache - size: 836916 - timestamp: 1709739767863 -- kind: conda - name: libgoogle-cloud - version: 2.22.0 - build: hd739bbb_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.22.0-hd739bbb_1.conda - sha256: ed838cad9631c37fa12159594f2bc5b4eae1dfa5db09a83e0939a4410ef3b8c3 - md5: 85707855a6af6e3bf37779a478403b37 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.24.0-hfe08963_0.conda + sha256: 9c116fb902cacfc4cd8a4686fb1ed5525b7ea2a01371b8cd20d52fa202f75680 + md5: 86e190704e0f94314d232632383c1d6c depends: + - __osx >=11.0 - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.0,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.2.1,<4.0a0 - constrains: - - libgoogle-cloud 2.22.0 *_1 - license: Apache-2.0 - license_family: Apache - size: 1192943 - timestamp: 1709738727212 -- kind: conda - name: libgoogle-cloud-storage - version: 2.21.0 - build: h8a76758_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.21.0-h8a76758_2.conda - sha256: 8d908a8f1c1200f839a1c1ab7fc66f972243bf96bb246885fcccda7b0858dcd6 - md5: fdf438098da87070c87dde741c5c113e - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.21.0 h23ec1f3_2 - - libzlib >=1.2.13,<1.3.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 507708 - timestamp: 1708640099360 -- kind: conda - name: libgoogle-cloud-storage - version: 2.21.0 - build: ha67e85c_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.21.0-ha67e85c_2.conda - sha256: 762f7973458d0eae148dd2ccccea336ab84808381847364a55d3b6846011f2b2 - md5: 9887eacc6a2ec0910a448ba69cc04af5 - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.21.0 h21dabe9_2 - - libzlib >=1.2.13,<1.3.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 523049 - timestamp: 1708639574366 -- kind: conda - name: libgoogle-cloud-storage - version: 2.21.0 - build: hb581fae_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.21.0-hb581fae_2.conda - sha256: 435812587b246f2a95727402e72e8d4f4d153a699550ca25a64d1caa92645881 - md5: 170e28e513d6385f08bb298f16f85578 - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.21.0 h2b62511_2 - - libzlib >=1.2.13,<1.3.0a0 - - openssl - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.7.1,<9.0a0 + - libcxx >=16 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - openssl >=3.3.0,<4.0a0 + constrains: + - libgoogle-cloud 2.24.0 *_0 license: Apache-2.0 license_family: Apache - size: 14440 - timestamp: 1708637621024 + purls: [] + size: 842120 + timestamp: 1714650279835 - kind: conda name: libgoogle-cloud-storage - version: 2.21.0 - build: hc7a4891_2 - build_number: 2 + version: 2.24.0 + build: h3d9a0c8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.21.0-hc7a4891_2.conda - sha256: c2237a8fffd58553d31e0a135746de979e2b6a7eaf001748bdb98cf618db3d52 - md5: cc54c794dac0d76eb1adaf6172e9c59e + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.24.0-h3d9a0c8_0.conda + sha256: 6fb9272759da37a203d996397757d4f44c47eab90fa6432c58ebdb92a459b9e1 + md5: a731371833a7b1ab3a87be0fe7e6235a depends: - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - libgcc-ng >=12 - - libgoogle-cloud 2.21.0 h72bcb37_2 + - libgoogle-cloud 2.24.0 h2736e30_0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl license: Apache-2.0 license_family: Apache - size: 749865 - timestamp: 1708638542903 + purls: [] + size: 752447 + timestamp: 1714650546944 - kind: conda name: libgoogle-cloud-storage - version: 2.22.0 - build: h8a76758_1 - build_number: 1 + version: 2.24.0 + build: h3fa5b87_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.22.0-h8a76758_1.conda - sha256: e23be5896fd78e0e8b1098aab8803192f0c4a328d3d30a57d20d80194045d793 - md5: a89fb5b36b08efaae128d4933e593315 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.24.0-h3fa5b87_0.conda + sha256: 0526b9f9b9fba41afad322ac2b2d511b2eae1e213751ed7845ff97b9fd1f245f + md5: 46def62d7a52852d120d77a0d70f76b2 depends: + - __osx >=11.0 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - libcxx >=16 - - libgoogle-cloud 2.22.0 hbebe991_1 - - libzlib >=1.2.13,<1.3.0a0 + - libgoogle-cloud 2.24.0 hfe08963_0 + - libzlib >=1.2.13,<2.0.0a0 - openssl license: Apache-2.0 license_family: Apache - size: 507478 - timestamp: 1709740510222 + purls: [] + size: 509407 + timestamp: 1714651252512 - kind: conda name: libgoogle-cloud-storage - version: 2.22.0 - build: ha67e85c_1 - build_number: 1 + version: 2.24.0 + build: ha1c69e0_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.22.0-ha67e85c_1.conda - sha256: e4f351e55fe7c0656cb608eba8690063e3b407d25a855c9d1fd832486d4a1244 - md5: 0c25180c34b1a58d309b28386698fb6e + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.24.0-ha1c69e0_0.conda + sha256: 36afbc96c8504eab42fcf9c81c71ffde3a26c6fd6933db91009ceb15da779800 + md5: 5cd87ba65c37017cbae2e9001589771b depends: + - __osx >=10.13 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - libcxx >=16 - - libgoogle-cloud 2.22.0 h651e89d_1 - - libzlib >=1.2.13,<1.3.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 523045 - timestamp: 1709739227970 -- kind: conda - name: libgoogle-cloud-storage - version: 2.22.0 - build: hb581fae_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.22.0-hb581fae_1.conda - sha256: 5ee34f168948211db14874f521e6edf9b4032d533c61fd429caaa282be1d0e7b - md5: f63348292dea55cf834e631cf26e2669 - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.22.0 h9cad5c0_1 - - libzlib >=1.2.13,<1.3.0a0 + - libgoogle-cloud 2.24.0 h721cda5_0 + - libzlib >=1.2.13,<2.0.0a0 - openssl - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 14330 - timestamp: 1709737542249 + purls: [] + size: 524414 + timestamp: 1714654071459 - kind: conda name: libgoogle-cloud-storage - version: 2.22.0 - build: hc7a4891_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.22.0-hc7a4891_1.conda - sha256: 0e00e1ca2a981db1c96071edf266bc29fd6f13ac484225de1736fc4dac5c64a8 - md5: 7811f043944e010e54640918ea82cecd + version: 2.24.0 + build: haca2cfa_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.24.0-haca2cfa_0.conda + sha256: 61402586bd7f2ae446baf70439541f2fd67787a9b3bc060e13130c135e998dc4 + md5: 18c690b4967f955d4dca04e09f692d86 depends: - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - libgcc-ng >=12 - - libgoogle-cloud 2.22.0 h9be4e54_1 + - libgoogle-cloud 2.24.0 hc02380a_0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl license: Apache-2.0 license_family: Apache - size: 748818 - timestamp: 1709738181078 + purls: [] + size: 696908 + timestamp: 1714652441844 - kind: conda name: libgoogle-cloud-storage - version: 2.22.0 - build: hdb39181_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.22.0-hdb39181_1.conda - sha256: e0be5d1add9e3332e6155cebddd3f9f2ea4cc2840e2f3cb4413ed53bd8a42129 - md5: 7c15ecbf56d3a5467ae399e963dacbb8 + version: 2.24.0 + build: hce61461_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.24.0-hce61461_0.conda + sha256: 7fa29899f498673ae90daddd2b24ffd05f447d3beac62b82dc9a9a1061d05e40 + md5: a786429c43dfc8d7551d2713dd278ba2 depends: - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.22.0 hd739bbb_1 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 698963 - timestamp: 1709739002982 -- kind: conda - name: libgrpc - version: 1.59.3 - build: ha7f534c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.59.3-ha7f534c_0.conda - sha256: 1b7330bb2aa16ca0dd319e97a829d5494fb2459a841b54f7631932b144e38624 - md5: a557d871e80f2dd22efd78e00f9a1597 - depends: - - __osx >=10.13 - - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.59.3 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: APACHE - size: 4111631 - timestamp: 1700261027372 -- kind: conda - name: libgrpc - version: 1.59.3 - build: hbcf6334_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.59.3-hbcf6334_0.conda - sha256: 54cacd1fc7503d48c135301a775568f15089b537b3c56804767c627a89a20c30 - md5: e9c7cbc84af929dd47501629a5e19713 - depends: - - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.59.3 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: APACHE - size: 3950361 - timestamp: 1700260902499 -- kind: conda - name: libgrpc - version: 1.59.3 - build: hd6c4280_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.59.3-hd6c4280_0.conda - sha256: 3f95a2792e565b628cb284de92017a37a1cddc4a3f83453b8f75d9adc9f8cfdd - md5: 896c137eaf0c22f2fef58332eb4a4b83 - depends: - - c-ares >=1.21.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.59.3 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: APACHE - size: 6600132 - timestamp: 1700259627150 -- kind: conda - name: libgrpc - version: 1.61.1 - build: h83379a4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.61.1-h83379a4_0.conda - sha256: 241462d4aef72ed97c844ec1195f11b80b44f74e80aef63365bd3c3a86a425f5 - md5: dc47fde4ecae4e2bf675b397013e82f8 - depends: - - __osx >=10.13 - - c-ares >=1.26.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.61.1 - license: Apache-2.0 - license_family: APACHE - size: 5155038 - timestamp: 1707807583241 -- kind: conda - name: libgrpc - version: 1.61.1 - build: h864d0f4_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.61.1-h864d0f4_1.conda - sha256: 6416c70daba4768f28e1d09d791d91b9a734bd904faf9042c301160b139864c6 - md5: 2b0cc1150fd394e05b63029412546980 - depends: - - c-ares >=1.27.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 + - libgoogle-cloud 2.24.0 h5e7cea3_0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - grpc-cpp =1.61.1 - license: Apache-2.0 - license_family: APACHE - size: 15569596 - timestamp: 1709169945450 -- kind: conda - name: libgrpc - version: 1.61.1 - build: hccd595a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.61.1-hccd595a_0.conda - sha256: 6c1924ac4a074174d09f2f14b6bea56500e8d0f738854d264f1144631a9b91c3 - md5: 252b19e6bdc1d2f64233afbf29f492fd - depends: - - c-ares >=1.26.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.61.1 - license: Apache-2.0 - license_family: APACHE - size: 7639344 - timestamp: 1707807463930 -- kind: conda - name: libgrpc - version: 1.61.1 - build: hf54c306_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.61.1-hf54c306_0.conda - sha256: 5ddfd3ee4dddb23bbef8fb0669c4cee96515307026d03fad9a89a39c8f3fbd20 - md5: 418356e7010157ab492dc22e0bddbf79 - depends: - - c-ares >=1.26.0,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.61.1 license: Apache-2.0 - license_family: APACHE - size: 4975767 - timestamp: 1707807808364 + license_family: Apache + purls: [] + size: 14382 + timestamp: 1714651288648 - kind: conda name: libgrpc - version: 1.62.1 + version: 1.62.2 build: h15f2491_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.1-h15f2491_0.conda - sha256: 1d4ece94dfef73d904dcba0fd9d56098796f5fdc62ea5f9edff60c71be7a3d63 - md5: 564517a8cbd095cff75eb996d33d2b7e + url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a + md5: 8dabe607748cb3d7002ad73cd06f1325 depends: - - c-ares >=1.27.0,<2.0a0 + - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 constrains: - - grpc-cpp =1.62.1 + - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE - size: 7667664 - timestamp: 1709938059287 + purls: [] + size: 7316832 + timestamp: 1713390645548 - kind: conda name: libgrpc - version: 1.62.1 + version: 1.62.2 build: h384b2fc_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.1-h384b2fc_0.conda - sha256: 8c9898d259e2343df52259b599ec342c386679e1c420df603cba6f06078fcdd6 - md5: 2ac05daca7276a4d6ca4465707670380 + url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba + md5: 9421f67cf8b4bc976fe5d0c3ab42de18 depends: - __osx >=10.13 - - c-ares >=1.27.0,<2.0a0 + - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 constrains: - - grpc-cpp =1.62.1 + - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE - size: 4432823 - timestamp: 1709938959215 + purls: [] + size: 5189573 + timestamp: 1713392887258 - kind: conda name: libgrpc - version: 1.62.1 + version: 1.62.2 build: h5273850_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.1-h5273850_0.conda - sha256: 338cb58d1095ee651acd168af9636834b41908f7a94e613088e284dc53d2947c - md5: 99ac2f772591801641ec692fee843796 + url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 + md5: 2939e4b5baecfeac1e8dee5c4f579f1a depends: - - c-ares >=1.27.0,<2.0a0 + - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - grpc-cpp =1.62.1 + - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE - size: 15963245 - timestamp: 1709939262816 + purls: [] + size: 16097674 + timestamp: 1713392821679 - kind: conda name: libgrpc - version: 1.62.1 + version: 1.62.2 build: h98a9317_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.1-h98a9317_0.conda - sha256: 64f196a0893223bcf0f91ea89b0118a07f32c7dae8377bdee2d9f7fdf39cd3d5 - md5: 17107fbb7822215e90d12bb8c42102f4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 + md5: 2a669953ec0f08c2cc56bb43fed78de8 depends: - - c-ares >=1.27.0,<2.0a0 + - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 constrains: - - grpc-cpp =1.62.1 + - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE - size: 6820015 - timestamp: 1709938779780 + purls: [] + size: 7395259 + timestamp: 1713390742813 - kind: conda name: libgrpc - version: 1.62.1 + version: 1.62.2 build: h9c18a4f_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.1-h9c18a4f_0.conda - sha256: b8c6b48430d0778e9452df88fa7c07fc7828aac87291372ac42dbe78be4078d5 - md5: 24f15c1a9e111825d39bf77881430107 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a + md5: e624fc11026dbb84c549435eccd08623 depends: - - c-ares >=1.27.0,<2.0a0 + - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 constrains: - - grpc-cpp =1.62.1 + - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE - size: 4753906 - timestamp: 1709939281511 + purls: [] + size: 5016525 + timestamp: 1713392846329 - kind: conda name: libhwloc - version: 2.9.3 - build: default_haede6df_1009 - build_number: 1009 + version: 2.10.0 + build: default_h8125262_1001 + build_number: 1001 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 - md5: 87da045f6d26ce9fe20ad76a18f6a18a + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.10.0-default_h8125262_1001.conda + sha256: 7f1aa1b071269df72e88297c046ec153b7f9a81e6f135d2da4401c96f41b5052 + md5: e761885eb4c181074d172220d46319a0 depends: - - libxml2 >=2.11.5,<3.0.0a0 + - libxml2 >=2.12.7,<3.0a0 - pthreads-win32 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 2578462 - timestamp: 1694533393675 + purls: [] + size: 2373948 + timestamp: 1715973819139 - kind: conda name: libiconv version: '1.17' @@ -16876,23 +12528,9 @@ packages: sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 md5: 69bda57310071cf6d2b86caf11573d2d license: LGPL-2.1-only + purls: [] size: 676469 timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - md5: b62b52da46c39ee2bc3c162ac7f1804d - depends: - - libgcc-ng >=10.3.0 - arch: x86_64 - platform: linux - license: GPL and LGPL - size: 1450368 - timestamp: 1652700749886 - kind: conda name: libiconv version: '1.17' @@ -16905,37 +12543,9 @@ packages: depends: - libgcc-ng >=12 license: LGPL-2.1-only + purls: [] size: 705787 timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: h8ffe710_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 - sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 - md5: 050119977a86e4856f0416e2edcf81bb - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - arch: x86_64 - platform: win - license: GPL and LGPL - size: 714518 - timestamp: 1652702326553 -- kind: conda - name: libiconv - version: '1.17' - build: hac89ed1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 - sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 - md5: 691d103d11180486154af49c037b7ed9 - arch: x86_64 - platform: osx - license: GPL and LGPL - size: 1378276 - timestamp: 1652702364402 - kind: conda name: libiconv version: '1.17' @@ -16950,6 +12560,7 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: LGPL-2.1-only + purls: [] size: 636146 timestamp: 1702682547199 - kind: conda @@ -16962,214 +12573,24 @@ packages: sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 md5: d66573916ffcf376178462f1b61c941e depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - 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 - size: 666538 - timestamp: 1702682713201 -- kind: conda - name: libiconv - version: '1.17' - build: he4db4b2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 - sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec - md5: 686f9c755574aa221f29fbcf36a67265 - arch: aarch64 - platform: osx - license: GPL and LGPL - size: 1407036 - timestamp: 1652700956112 -- kind: conda - name: liblapack - version: 3.9.0 - build: 18_linux64_openblas - build_number: 18 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-18_linux64_openblas.conda - sha256: 7b59c9bf8399b34818d36c7bbd30cd447649fe4ff2136d3102bb67da0af67a3a - md5: a1244707531e5b143c420c70573c8ec5 - depends: - - libblas ==3.9.0 18_linux64_openblas - constrains: - - liblapacke 3.9.0 18_linux64_openblas - - libcblas 3.9.0 18_linux64_openblas - - blas * openblas - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 14482 - timestamp: 1693951382004 -- kind: conda - name: liblapack - version: 3.9.0 - build: 18_osx64_openblas - build_number: 18 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-18_osx64_openblas.conda - sha256: 2a297c50fdd566f8a1685ca3da2d3fc3e8b33806240b20ce9e1dc3a739cd48ff - md5: e3e4572494c68a638faea31e7b72ec56 - depends: - - libblas ==3.9.0 18_osx64_openblas - constrains: - - blas * openblas - - libcblas 3.9.0 18_osx64_openblas - - liblapacke 3.9.0 18_osx64_openblas - arch: x86_64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14676 - timestamp: 1693951751596 -- kind: conda - name: liblapack - version: 3.9.0 - build: 18_osxarm64_openblas - build_number: 18 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-18_osxarm64_openblas.conda - sha256: 8e19b14ba16d286d889e3d1c78aaa3344e4c6dff50a21b54ee00ee88a95bb2e9 - md5: 92cd5c16ed732ac6c439145aa21ec7c5 - depends: - - libblas ==3.9.0 18_osxarm64_openblas - constrains: - - liblapacke 3.9.0 18_osxarm64_openblas - - blas * openblas - - libcblas 3.9.0 18_osxarm64_openblas - arch: aarch64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 14767 - timestamp: 1693951919599 -- kind: conda - name: liblapack - version: 3.9.0 - build: 18_win64_mkl - build_number: 18 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-18_win64_mkl.conda - sha256: f90d96695938659fad4dd47d92dbeebff4a3824979bfb1aac33c8287a83e9d23 - md5: 82117ef735a916ace2df6f2de4df4824 - depends: - - libblas ==3.9.0 18_win64_mkl - constrains: - - liblapacke 3.9.0 18_win64_mkl - - blas * mkl - - libcblas 3.9.0 18_win64_mkl - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - size: 3655780 - timestamp: 1693952143445 -- kind: conda - name: liblapack - version: 3.9.0 - build: 21_linux64_openblas - build_number: 21 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda - sha256: 64b5c35dce00dd6f9f53178b2fe87116282e00967970bd6551a5a42923806ded - md5: 1a42f305615c3867684e049e85927531 - depends: - - libblas 3.9.0 21_linux64_openblas - constrains: - - liblapacke 3.9.0 21_linux64_openblas - - libcblas 3.9.0 21_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14599 - timestamp: 1705979579648 -- kind: conda - name: liblapack - version: 3.9.0 - build: 21_linuxaarch64_openblas - build_number: 21 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-21_linuxaarch64_openblas.conda - sha256: 87c110c6a1171c62d6a8802098c4186dcc8eca0ee2d0376a843e0cd025096e4a - md5: ab08b651e3630c20d3032e59859f34f7 - depends: - - libblas 3.9.0 21_linuxaarch64_openblas - constrains: - - liblapacke 3.9.0 21_linuxaarch64_openblas - - blas * openblas - - libcblas 3.9.0 21_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14583 - timestamp: 1705979400733 -- kind: conda - name: liblapack - version: 3.9.0 - build: 21_osx64_openblas - build_number: 21 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-21_osx64_openblas.conda - sha256: 5d0ef4743e8684ad436e31bd3c378d48642815a20c260d358668ba29cd80987a - md5: cf0e4d82cfca6cd9d6c9ed3df45907c9 - depends: - - libblas 3.9.0 21_osx64_openblas - constrains: - - libcblas 3.9.0 21_osx64_openblas - - liblapacke 3.9.0 21_osx64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14738 - timestamp: 1705979734819 -- kind: conda - name: liblapack - version: 3.9.0 - build: 21_osxarm64_openblas - build_number: 21 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-21_osxarm64_openblas.conda - sha256: a917e99f26d205df1ec22d7a9fff0d2f2f3c7ba06ea2be886dc220a8340d5917 - md5: a4510e3913ef552d69ab2080a0048523 - depends: - - libblas 3.9.0 21_osxarm64_openblas - constrains: - - libcblas 3.9.0 21_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 21_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14829 - timestamp: 1705980215575 -- kind: conda - name: liblapack - version: 3.9.0 - build: 21_win64_mkl - build_number: 21 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda - sha256: 3fa7c08dd4edf59cb0907d2e5b74e6be890e0671f845e1bae892d212d118a7e9 - md5: c4740f091cb75987390087934354a621 - depends: - - libblas 3.9.0 21_win64_mkl - constrains: - - blas * mkl - - libcblas 3.9.0 21_win64_mkl - - liblapacke 3.9.0 21_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5017043 - timestamp: 1705980523462 + - 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: liblapack version: 3.9.0 @@ -17187,6 +12608,7 @@ packages: - liblapacke 3.9.0 22_linux64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14471 timestamp: 1712542277696 - kind: conda @@ -17206,6 +12628,7 @@ packages: - liblapacke 3.9.0 22_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14451 timestamp: 1712542059832 - kind: conda @@ -17225,6 +12648,7 @@ packages: - libcblas 3.9.0 22_osx64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14657 timestamp: 1712542322711 - kind: conda @@ -17244,6 +12668,7 @@ packages: - libcblas 3.9.0 22_osxarm64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14730 timestamp: 1712542435551 - kind: conda @@ -17263,6 +12688,7 @@ packages: - libcblas 3.9.0 22_win64_mkl license: BSD-3-Clause license_family: BSD + purls: [] size: 5182500 timestamp: 1712543085027 - kind: conda @@ -17280,48 +12706,9 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 22049607 timestamp: 1701372072765 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: h504e6bf_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h504e6bf_3.conda - sha256: 8fbe19f2133c501a43a45f4dab701adf5206ed61f4bd6317f287a8d87409fdee - md5: cef4a00532f06f6797fbe2425d4db2a7 - depends: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 21956912 - timestamp: 1690530007064 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: h5cf9203_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-h5cf9203_3.conda - sha256: bb94e7535a309c2a8d58585cb82bac954ed59f473eef2cac6ea677d6f576a3b6 - md5: 9efe82d44b76a7529a1d702e5a37752e - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 33333655 - timestamp: 1690527825436 - kind: conda name: libllvm15 version: 15.0.7 @@ -17339,6 +12726,7 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 33321457 timestamp: 1701375836233 - kind: conda @@ -17357,6 +12745,7 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 32882415 timestamp: 1701366839578 - kind: conda @@ -17375,28 +12764,9 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 23755109 timestamp: 1701376376564 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: he4b1e75_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-he4b1e75_3.conda - sha256: 02c7f5fe1ae9cdf4b0152cc76fef0ccb26137075054bdd9336ebf956fd22d8c9 - md5: ecc6df80c4b0445ac0de9cabae189db3 - depends: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 23877550 - timestamp: 1690533932497 - kind: conda name: libllvm16 version: 16.0.6 @@ -17414,27 +12784,9 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 34835275 timestamp: 1701373096012 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: h5cf9203_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm16-16.0.6-h5cf9203_2.conda - sha256: 38b6b4e5aa4784feeb4c7c1887f2facfc18a5996720d35c1b8c3a6e3eeff7687 - md5: dbfb446bd165f61f9c82aed9188e297a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 35432923 - timestamp: 1691576970516 - kind: conda name: libllvm16 version: 16.0.6 @@ -17451,6 +12803,7 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 23347663 timestamp: 1701374993634 - kind: conda @@ -17470,6 +12823,7 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 35359734 timestamp: 1701375139881 - kind: conda @@ -17488,239 +12842,85 @@ packages: - zstd >=1.5.5,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 25196932 timestamp: 1701379796962 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: he4b1e75_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-he4b1e75_2.conda - sha256: 449ca9c7312e693b61214c47c2f607b45f3df7d834ff471ed6d1a346d2b68585 - md5: 22f7290639ab045be330423476fc9933 - depends: - - libcxx >=15 - - libxml2 >=2.11.4,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 25336098 - timestamp: 1691579910107 -- kind: conda - name: libllvm16 - version: 16.0.6 - build: he79909e_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-he79909e_2.conda - sha256: 91f42ba27db3cc25e271146d9016eccb99c7b948d22025f39748468cee2dc05f - md5: ce01d4aa770fc6910bce0d47b4e4c538 - depends: - - libcxx >=15 - - libxml2 >=2.11.4,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 23239572 - timestamp: 1691574275053 -- kind: conda - name: libllvm17 - version: 17.0.5 - build: h0a7b4ec_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.5-h0a7b4ec_0.conda - sha256: 34362faf39c96d3d620f88e431a6d6a3303563b4b7713f25eeb7580bb5fcc803 - md5: 1a5301272f57502017f5b9e12ed90e6b - depends: - - libcxx >=16 - - libxml2 >=2.11.5,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 26314438 - timestamp: 1699997312185 -- kind: conda - name: libllvm17 - version: 17.0.5 - build: h5cf9203_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm17-17.0.5-h5cf9203_0.conda - sha256: b5aad9f2cdd6fca84a04fb094d210f1349a2332c9bd6de353bf35d85f099c266 - md5: 138cfe47d60fcaf81e7be46d775c1469 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 36637322 - timestamp: 1699993372343 -- kind: conda - name: libllvm17 - version: 17.0.5 - build: hc359061_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.5-hc359061_0.conda - sha256: 39ee0eadfacb87f258459dcea156686a1503f2345b2a7459ff887df4c264f2d9 - md5: 83fcd7fe8b23af7a7e5bb70cd12e805e - depends: - - libcxx >=16 - - libxml2 >=2.11.5,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 24640963 - timestamp: 1699991940680 -- kind: conda - name: libllvm17 - version: 17.0.6 - build: haab561b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.6-haab561b_1.conda - sha256: 38596a96f3c4d49905c5d112b3695b5f8c102802535704da93ad57ba3965455f - md5: 97ee380aa3d33ee26f69e7767f54896d - depends: - - libcxx >=16 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 24617360 - timestamp: 1701374661604 -- kind: conda - name: libllvm17 - version: 17.0.6 - build: hb3ce162_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm17-17.0.6-hb3ce162_1.conda - sha256: f0c46a724eeaaf5f45670b8344616e5a0397b7b7ae66ce01fc184fe80e37b0bc - md5: 94246254aa1699cc154ade6ffda128a4 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 36641112 - timestamp: 1701374240421 -- kind: conda - name: libllvm17 - version: 17.0.6 - build: hbedff68_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.6-hbedff68_1.conda - sha256: 605460ecc4ccc04163d0b06c99693864e5bcba7a9f014a5263c9856195282265 - md5: fcd38f0553a99fa279fb66a5bfc2fb28 - depends: - - libcxx >=16 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 26306756 - timestamp: 1701378823527 - kind: conda name: libllvm18 - version: 18.1.1 - build: hbfe100b_0 + version: 18.1.6 + build: h97c352a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.1-hbfe100b_0.conda - sha256: dbe94b626d33e2ea273ea8d86e500ae5911cd4b6aaf84d0aab881f6c7c531c20 - md5: cf5da33f6f0ea717dc71d73e5ff7f93f + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.6-h97c352a_0.conda + sha256: 3e6bab1dd7fb7504c03c913b2c3a1f9a44d10f6251f4c8246f130f96482caaa9 + md5: ae5ddb26f788065a3d32b1249df0e2e3 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.5,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 37702614 - timestamp: 1710430191630 + purls: [] + size: 37753888 + timestamp: 1716633308346 - kind: conda name: libllvm18 - version: 18.1.3 - build: h2448989_0 + version: 18.1.6 + build: hb77312f_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.3-h2448989_0.conda - sha256: 4f213da12c893451b21db33ab9eb7637378b79da3747e4ba70db482f7310c5ae - md5: 927b6d6e80b2c0d4405a58b61ca248a3 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.6-hb77312f_0.conda + sha256: 0f529a258d0e586f4d443b5c4df9c36b1fcf5391d867e7e0a2b2cb6084337477 + md5: 1246fc4b9f4db452e69cc297967d4b3e depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 38422113 - timestamp: 1712517638355 -- kind: conda - name: libllvm18 - version: 18.1.3 - build: h30cc82d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.3-h30cc82d_0.conda - sha256: 5a8781ab13b163fd028916d050bb209718b14de85493bb7a4b93ea798998b9fe - md5: fad73e8421bcd0de381d172c2224d3a5 - depends: - - libcxx >=16 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 25782519 - timestamp: 1712517407600 + purls: [] + size: 38428999 + timestamp: 1716642164972 - kind: conda name: libllvm18 - version: 18.1.3 - build: hbcf5fad_0 + version: 18.1.6 + build: hd5e122f_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.3-hbcf5fad_0.conda - sha256: bc42a9999c8846f50f5b3bb9a2338caeab34f2d7de8202e3fad7f929f38e3287 - md5: f286e87d892273a1ef3059744c833f91 + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm18-18.1.6-hd5e122f_0.conda + sha256: af0089345178401d2ca25105408f2a03d2972f0b07338d7623cbf304aa233b15 + md5: de6112a23c73bba1347886f65d16c2b6 depends: + - __osx >=10.13 - libcxx >=16 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 27580830 - timestamp: 1712517566570 + purls: [] + size: 27571492 + timestamp: 1716631405049 - kind: conda name: libllvm18 - version: 18.1.3 - build: hbfe100b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm18-18.1.3-hbfe100b_0.conda - sha256: b4400ca773fad60cc990496da6093871e125646c9ace40f8230fdd30e2c9eb29 - md5: 1476f32da056d05db6704490603f66ad + version: 18.1.6 + build: hdac5640_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm18-18.1.6-hdac5640_0.conda + sha256: d91ba61768a9830492081c6798619f8cf55552e7667b3fea141ad08dc77c0869 + md5: 0f810485b34dee7169728fa89b00683b depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - __osx >=11.0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 37761077 - timestamp: 1712512884265 + purls: [] + size: 25766518 + timestamp: 1716632069769 - kind: conda name: libnghttp2 version: 1.58.0 @@ -17740,6 +12940,7 @@ packages: - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 631936 timestamp: 1702130036271 - kind: conda @@ -17761,6 +12962,7 @@ packages: - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 599736 timestamp: 1702130398536 - kind: conda @@ -17782,6 +12984,7 @@ packages: - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 565451 timestamp: 1702130473930 - kind: conda @@ -17803,6 +13006,7 @@ packages: - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 677508 timestamp: 1702130071743 - kind: conda @@ -17811,202 +13015,60 @@ packages: build: h31becfc_0 subdir: linux-aarch64 url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnl-3.9.0-h31becfc_0.conda - sha256: f69dd5a4ed9f51e8e3abaa529f8f9127541c5b2afb8ec75b9deddbb72a054498 - md5: eb3aee596100fbb7eb4d69056be75868 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - license_family: LGPL - size: 747627 - timestamp: 1702657818170 -- kind: conda - name: libnl - version: 3.9.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda - sha256: aae03117811e704c3f3666e8374dd2e632f1d78bef0c27330e7298b24004819e - md5: d27c451db4f1d3c983c78167d2fdabc2 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - license_family: LGPL - size: 732866 - timestamp: 1702657849946 -- 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 - sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 - md5: c14f32510f694e3185704d89967ec422 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - 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 - size: 33408 - timestamp: 1697359010159 -- kind: conda - name: libnuma - version: 2.0.16 - build: h0b41bf4_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d - md5: 28bfe2cb11357ccc5be21101a6b7ce86 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - size: 41107 - timestamp: 1676004391774 -- kind: conda - name: libopenblas - version: 0.3.24 - build: openmp_h48a4ad5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda - sha256: ff2c14f7ed121f1df3ad06bea353288eade77c12fb891212a27af88a61483490 - md5: 077718837dd06cf0c3089070108869f6 - depends: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=15.0.7 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - arch: x86_64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 6157393 - timestamp: 1693785988209 -- kind: conda - name: libopenblas - version: 0.3.24 - build: openmp_hd76b1f2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.24-openmp_hd76b1f2_0.conda - sha256: 21edfdf620ac5c93571aab452199b6b4622c445441dad88ab4d2eb326a7b91b3 - md5: aacb05989f358affe1bafd4ea7294db4 - depends: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=15.0.7 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - arch: aarch64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 2849225 - timestamp: 1693784744674 -- kind: conda - name: libopenblas - version: 0.3.24 - build: pthreads_h413a1c8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda - sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 - md5: 6e4ef6ca28655124dcde9bd500e44c32 - depends: - - libgcc-ng >=12 - - libgfortran-ng * - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 5492091 - timestamp: 1693785223074 -- kind: conda - name: libopenblas - version: 0.3.26 - build: openmp_h6c19121_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.26-openmp_h6c19121_0.conda - sha256: 2a59b92c412fd0f59a8079dfa21c561ae17e72e72e47d4d7aee474bf6fd642e1 - md5: 000970261d954431ccca3cce68d873d8 - depends: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.26,<0.3.27.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2917606 - timestamp: 1704950245195 -- kind: conda - name: libopenblas - version: 0.3.26 - build: openmp_hfef2a42_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.26-openmp_hfef2a42_0.conda - sha256: 4a5994cc608708eca19b90b642a144bb073e4a1cd27b824281dfcae67917204e - md5: 9df60162aea811087267b515f359536c + sha256: f69dd5a4ed9f51e8e3abaa529f8f9127541c5b2afb8ec75b9deddbb72a054498 + md5: eb3aee596100fbb7eb4d69056be75868 depends: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.26,<0.3.27.0a0 - license: BSD-3-Clause - license_family: BSD - size: 6044576 - timestamp: 1704951566923 + - libgcc-ng >=12 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 747627 + timestamp: 1702657818170 - kind: conda - name: libopenblas - version: 0.3.26 - build: pthreads_h413a1c8_0 + name: libnl + version: 3.9.0 + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda - sha256: b626954b5a1113dafec8df89fa8bf18ce9b4701464d9f084ddd7fc9fac404bbd - md5: 760ae35415f5ba8b15d09df5afe8b23a + url: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda + sha256: aae03117811e704c3f3666e8374dd2e632f1d78bef0c27330e7298b24004819e + md5: d27c451db4f1d3c983c78167d2fdabc2 depends: - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.26,<0.3.27.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5578031 - timestamp: 1704950143521 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 732866 + timestamp: 1702657849946 - kind: conda - name: libopenblas - version: 0.3.26 - build: pthreads_h5a5ec62_0 + name: libnsl + version: 2.0.1 + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.26-pthreads_h5a5ec62_0.conda - sha256: b72719014a86f69162398fc32af0f23e6e1746ec795f7c5d38ad5998a78eb6f8 - md5: 2ea496754b596063335b3aeaa2b982ac + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 + md5: c14f32510f694e3185704d89967ec422 depends: - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.26,<0.3.27.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4306237 - timestamp: 1704951018697 + license: LGPL-2.1-only + license_family: GPL + 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: libopenblas version: 0.3.27 @@ -18023,6 +13085,7 @@ packages: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 2925015 timestamp: 1712364212874 - kind: conda @@ -18041,6 +13104,7 @@ packages: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 6047531 timestamp: 1712366254156 - kind: conda @@ -18059,6 +13123,7 @@ packages: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 5598747 timestamp: 1712364444346 - kind: conda @@ -18077,387 +13142,112 @@ packages: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 4300345 timestamp: 1712492725507 - kind: conda name: libparquet version: 14.0.2 - build: h352af49_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_10_cpu.conda - sha256: f82cd7c30ef206e7b02dfcde7bcbc1db97e02fb329cd501c1d588ee8144f4e40 - md5: 4614f6cb1f0c119d7f43ed01382edde7 - depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 1158188 - timestamp: 1708689889111 -- kind: conda - name: libparquet - version: 14.0.2 - build: h352af49_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_3_cpu.conda - sha256: 268bf653c6ac0b029d160a72bcd92d0c06d9481d6176f2b4f06af76f04ebe0f0 - md5: 408dc790a615a9768051c7810dad45f0 - depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 1159814 - timestamp: 1706609697302 -- kind: conda - name: libparquet - version: 14.0.2 - build: h381d950_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_10_cpu.conda - sha256: 9f90225eac3444b5af02ad666b74d4d982369ebf9cce46093c002995d3737fd5 - md5: d105bb7d04f1c4a03f3acd0d13138394 + build: h178134c_24_cpu + build_number: 24 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h178134c_24_cpu.conda + sha256: 9ed875d5f68f7b5161365361018c805eb65ca6432b88aee477c877f0b7dc3dd3 + md5: 53b68da412754ff4570c377251da36b2 depends: - - libarrow 14.0.2 hd2c9378_10_cpu - - libcxx >=14 + - libarrow 14.0.2 h5e8bd17_24_cpu - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: APACHE - size: 925350 - timestamp: 1708690516278 + purls: [] + size: 786798 + timestamp: 1716497257579 - kind: conda name: libparquet version: 14.0.2 - build: h381d950_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_3_cpu.conda - sha256: c05ac1f70724fd8a07fc5e306c5c4b80b95fdce9b2bb0e24d1183f00e8974efc - md5: e9824233a7db871fcc0a66816433ff92 + build: h7c5c30a_24_cpu + build_number: 24 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-h7c5c30a_24_cpu.conda + sha256: 9292e0cf6975509ef205f63a5f7b5240c7c3393cb98946cfeba7c007e2b6251c + md5: f35ae1626f3ea40c0ef416749bc0868d depends: - - libarrow 14.0.2 h1aaacd4_3_cpu + - __osx >=11.0 + - libarrow 14.0.2 h416b5a9_24_cpu - libcxx >=14 - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<4.0a0 + - openssl >=3.3.0,<4.0a0 license: Apache-2.0 license_family: APACHE - size: 929650 - timestamp: 1706611072859 + purls: [] + size: 923880 + timestamp: 1716497563782 - kind: conda name: libparquet version: 14.0.2 - build: h39135fc_16_cpu - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h39135fc_16_cpu.conda - sha256: f99dbd6dac57563d2606964be39f6ace92313aef66af9215cb621b58d214b07e - md5: 6b8852b6ba95a4821fb3196f64aaf791 - depends: - - libarrow 14.0.2 h45212c0_16_cpu - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - size: 783069 - timestamp: 1712757687971 -- kind: conda - name: libparquet - version: 14.0.2 - build: h4aea69c_16_cpu - build_number: 16 + build: h99dd538_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h4aea69c_16_cpu.conda - sha256: 621f4fdc8d65178145330096d05f008da2bc621875919b3b0585b074ce0f09b6 - md5: 4afe2d9c5b51b93e6a139916db4676d7 + url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h99dd538_24_cpu.conda + sha256: de826aecfc5471fc7ab36fef2d466c70aba2d62106cde8dd7627eff569f3266a + md5: 98387137d5fb96bd8acad5226f49fd7b depends: - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu + - libarrow 14.0.2 hdcc59cd_24_cpu - libcxx >=14 - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - size: 925452 - timestamp: 1712758644383 -- kind: conda - name: libparquet - version: 14.0.2 - build: h6a7eafb_16_cpu - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h6a7eafb_16_cpu.conda - sha256: cf7173defb0b018aede7f93f9edcff4eab6505bb88316d1a5589dc374e870b28 - md5: 04122dc41cd99cb5e198fdeb1ce1f801 - depends: - - libarrow 14.0.2 he70291f_16_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 license: Apache-2.0 license_family: APACHE - size: 1159643 - timestamp: 1712756160703 + purls: [] + size: 940420 + timestamp: 1716497051111 - kind: conda name: libparquet version: 14.0.2 - build: h70b04f6_16_cpu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-h70b04f6_16_cpu.conda - sha256: bcfce2e2fc0a2688a71858d9fd6dba9f9b1bb9e996f92d54fe7dc18f2720e4b3 - md5: 464ff28ba1324693e6dc48a2f25ce587 + build: hacf5a1f_24_cpu + build_number: 24 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-hacf5a1f_24_cpu.conda + sha256: 2043750b4cad58131dc499a25aabb746e2cceaeef9d9b33f7ebddd6ec7bb9a45 + md5: 52bab406f5ffd9c8eaabf6054638f03b depends: - - libarrow 14.0.2 h520d24b_16_cpu + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 hcb6531f_24_cpu - libgcc-ng >=12 - libstdcxx-ng >=12 - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - size: 1074623 - timestamp: 1712756481269 -- kind: conda - name: libparquet - version: 14.0.2 - build: h7ec3a38_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.2-h7ec3a38_10_cpu.conda - sha256: 6151bbb6ad607291234f1d1ecae0055f17bf0479984edec037a591235199ea50 - md5: 6a9d9de2a251e42522463dc576381e3e - depends: - - libarrow 14.0.2 hd01637b_10_cpu - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.0,<4.0a0 license: Apache-2.0 license_family: APACHE - size: 783467 - timestamp: 1708690358780 + purls: [] + size: 1160891 + timestamp: 1716496635879 - kind: conda name: libparquet version: 14.0.2 - build: hb18b541_12_cpu - build_number: 12 + build: hc6232f2_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hb18b541_12_cpu.conda - sha256: c5befb28607fe3c44b98792fa18f5b6784a801135d70cfde93f44414b9f565da - md5: 9ab277c46fa4ce629ef1b66483b38765 - depends: - - libarrow 14.0.2 h25df049_12_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 1074395 - timestamp: 1710293046583 -- kind: conda - name: libparquet - version: 14.0.2 - build: he0622da_16_cpu - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-he0622da_16_cpu.conda - sha256: 05ddc382b4596501cd839666b2bcbe08afe1cdb3a435c7cbab6214ae51388387 - md5: 87156b3a5a1217fb59fb2a382ae97eaa - depends: - - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libcxx >=14 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 909622 - timestamp: 1712758719161 -- kind: conda - name: libparquet - version: 14.0.2 - build: hf6ce1d5_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-hf6ce1d5_10_cpu.conda - sha256: b3b9b3df20e0c19288d6ae97fee36a7f78990c31a436a516ec2759fb55ff1dc5 - md5: 567f8509d4a54a52edd184500e09a519 - depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libcxx >=14 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 910129 - timestamp: 1708691448291 -- kind: conda - name: libparquet - version: 14.0.2 - build: hf6ce1d5_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.2-hf6ce1d5_3_cpu.conda - sha256: afda474356be7e28cdf781f3a1f8ed6536965e8047678d3d354f082584ed32cd - md5: 6aefbbd7cd5b14aad7c6654995cc1bfb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libparquet-14.0.2-hc6232f2_24_cpu.conda + sha256: 0a02aff0298e4228be5d0b37e82c22aa07d10965eb314c5ad9128ba464d47efd + md5: 9da99c640ba0b08fd87d543e61c11f97 depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libcxx >=14 + - gflags >=2.2.2,<2.3.0a0 + - libarrow 14.0.2 ha197d68_24_cpu + - libgcc-ng >=13 + - libstdcxx-ng >=13 - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<4.0a0 - license: Apache-2.0 - license_family: APACHE - size: 911201 - timestamp: 1706610991147 -- kind: conda - name: libprotobuf - version: 4.24.4 - build: h0ee05dc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda - sha256: 4c0cd48fa2b0ac5cad6204d686bcb8e51bc5906c25180919ecf8f3000c0eade5 - md5: c0f2660a38d96e55c6aae15a06ee277b - depends: - - __osx >=10.13 - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - arch: x86_64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 2134003 - timestamp: 1696557204512 -- kind: conda - name: libprotobuf - version: 4.24.4 - build: hc9861d8_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.24.4-hc9861d8_0.conda - sha256: 2e81e023f463ef239e2fb7f56a4e8eed61a1d8e9ca3f2f07bec1668cc369b2ce - md5: ac5438d981e105e053b341eb30c44273 - depends: - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - arch: aarch64 - platform: osx - license: BSD-3-Clause - license_family: BSD - size: 2060711 - timestamp: 1696556460522 -- kind: conda - name: libprotobuf - version: 4.24.4 - build: hf27288f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.4-hf27288f_0.conda - sha256: 3e0f6454190abb27edd2aeb724688ee440de133edb02cbb17d5609ba36aa8be0 - md5: 1a0287ab734591ad63603734f923016b - depends: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 2568098 - timestamp: 1696556878001 -- kind: conda - name: libprotobuf - version: 4.25.2 - build: h08a7969_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.2-h08a7969_1.conda - sha256: 433a82d1fc0d0fe78d93c34e4665bd0c931eb2e528be076875226ddf87e0d80a - md5: babbc506d2626698412c2e4ade78a20a - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2827931 - timestamp: 1708436355394 -- kind: conda - name: libprotobuf - version: 4.25.2 - build: h4e4d658_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.2-h4e4d658_1.conda - sha256: 00fefa2ff03f162d64c6fedd9d60c2dad7a9a58bd845f8fda3bb44c6f68599d0 - md5: 35c4839bee83717f5ed6c99fae327dd7 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2235217 - timestamp: 1708437029197 -- kind: conda - name: libprotobuf - version: 4.25.2 - build: h503648d_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.2-h503648d_1.conda - sha256: c3fe66726fb3e2cced330ab205b2158694cbe82b0a73ee5fedb58c8aab302286 - md5: 75c3b50013a060f039b5d31534d30246 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 5617688 - timestamp: 1708436987200 -- kind: conda - name: libprotobuf - version: 4.25.2 - build: hbfab5d5_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.2-hbfab5d5_1.conda - sha256: 3b656c369266a590f308770d17245fb784b1edf2ee1d0e406c515834ac455606 - md5: ec389b718aef3805fc28457c11ea36e5 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2163244 - timestamp: 1708436969402 + - openssl >=3.3.0,<4.0a0 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 1101710 + timestamp: 1716496862438 - kind: conda name: libprotobuf version: 4.25.3 @@ -18471,9 +13261,10 @@ packages: - libabseil >=20240116.1,<20240117.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 2811207 timestamp: 1709514552541 - kind: conda @@ -18489,9 +13280,10 @@ packages: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 2216001 timestamp: 1709514908146 - kind: conda @@ -18505,12 +13297,13 @@ packages: depends: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - 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: 5650604 timestamp: 1709514804631 - kind: conda @@ -18526,9 +13319,10 @@ packages: - libabseil >=20240116.1,<20240117.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 2576197 timestamp: 1709513627963 - kind: conda @@ -18543,69 +13337,12 @@ packages: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - libcxx >=16 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 2154402 timestamp: 1709514097574 -- kind: conda - name: libre2-11 - version: 2023.06.02 - build: h1753957_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.06.02-h1753957_0.conda - sha256: 8bafee8f8ef27f4cb0afffe5404dd1abfc5fd6eac1ee9b4847a756d440bd7aa7 - md5: 3b8652db4bf4e27fa1446526f7a78498 - depends: - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 169587 - timestamp: 1697065827986 -- kind: conda - name: libre2-11 - version: 2023.06.02 - build: h4694dbf_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.06.02-h4694dbf_0.conda - sha256: 73acd1ade87762c3f1aacf2a7c6271dd1e1c972d46ea7c44d8781595bca9218e - md5: d7c00395eaf2446eec6ce0f34cfd5b78 - depends: - - __osx >=10.13 - - __osx >=10.9 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 182813 - timestamp: 1697065869791 -- kind: conda - name: libre2-11 - version: 2023.06.02 - build: h7a70373_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.06.02-h7a70373_0.conda - sha256: 22b0b2169c80b65665ba0d6418bd5d3d4c7d89915ee0f9613403efe871c27db8 - md5: c0e7eacd9694db3ef5ef2979a7deea70 - depends: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 232708 - timestamp: 1697065825934 - kind: conda name: libre2-11 version: 2023.09.01 @@ -18624,6 +13361,7 @@ packages: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD + purls: [] size: 232603 timestamp: 1708946763521 - kind: conda @@ -18643,6 +13381,7 @@ packages: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD + purls: [] size: 171443 timestamp: 1708947163461 - kind: conda @@ -18663,6 +13402,7 @@ packages: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD + purls: [] size: 184017 timestamp: 1708947106275 - kind: conda @@ -18683,6 +13423,7 @@ packages: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD + purls: [] size: 217529 timestamp: 1708946830978 - kind: conda @@ -18704,175 +13445,70 @@ packages: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD + purls: [] size: 256561 timestamp: 1708947458481 - kind: conda name: libsanitizer version: 12.3.0 - build: h0f45ef3_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda - sha256: 70329cb8b0604273521cdae63520cb364a8d5477e156e65cdbd810984caeabee - md5: 11d1ceacff40054d5a74b12975d76f20 + build: h57e2e72_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.3.0-h57e2e72_7.conda + sha256: 38c6de2be52f7e4f5368e6ea93e85c8afbb7ca9772b4908078eed0220427602d + md5: eca98497b7f53708ba845d205f1e7747 depends: - libgcc-ng >=12.3.0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 3890717 - timestamp: 1706819904612 + purls: [] + size: 3895839 + timestamp: 1715017113685 - kind: conda name: libsanitizer version: 12.3.0 - build: h8ebda82_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-12.3.0-h8ebda82_5.conda - sha256: a30e1e297218c097ee715cc52bf4711e3f21d6f4fcf2a7e3e1ebae9a65903d04 - md5: b23f5de2b160df4b83a5b16f4deab34a + build: hb8811af_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-hb8811af_7.conda + sha256: 3f481da2367b5e407a954210b86a828528c0416023315a8d78e6729639c7d072 + md5: ee573415c47ce17f65101d0b3fba396d depends: - libgcc-ng >=12.3.0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 3912550 - timestamp: 1706820192702 -- kind: conda - name: libsqlite - version: 3.45.1 - build: h091b4b1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.1-h091b4b1_0.conda - sha256: 64befc456a38907d1334fb58eb604a96625d3a23a2f34fbd203e0b307a4a141e - md5: a153a40a253962373b5330eb9d182da9 - depends: - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 824677 - timestamp: 1707495428497 -- kind: conda - name: libsqlite - version: 3.45.1 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.1-h2797004_0.conda - sha256: 1b379d1c652b25d0540251d422ef767472e768fd36b77261045e97f9ba6d3faa - md5: fc4ccadfbf6d4784de88c41704792562 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 859346 - timestamp: 1707495156652 -- kind: conda - name: libsqlite - version: 3.45.1 - build: h92b6c6a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.1-h92b6c6a_0.conda - sha256: d65ce7093ecf5884b241a5ca8d26f80d21eaebf14ca67923b50c249f47a84cf9 - md5: e451d14a5412cdc68be50493df251f55 - depends: - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 902313 - timestamp: 1707495366004 -- kind: conda - name: libsqlite - version: 3.45.1 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.1-hcfcfb64_0.conda - sha256: e1010f4ac7b056d85d91e6cb6137ef118f920eba88059261689e543780b230df - md5: c583c1d6999b7aa148eff3089e13c44b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 870045 - timestamp: 1707495642340 + purls: [] + size: 3939615 + timestamp: 1715016598795 - kind: conda name: libsqlite - version: 3.45.2 + version: 3.45.3 build: h091b4b1_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda - sha256: 7c234320a1a2132b9cc972aaa06bb215bb220a5b1addb0bed7a5a321c805920e - md5: 9d07427ee5bd9afd1e11ce14368a48d6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda + sha256: 4337f466eb55bbdc74e168b52ec8c38f598e3664244ec7a2536009036e2066cc + md5: c8c1186c7f3351f6ffddb97b1f54fc58 depends: - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: Unlicense - size: 825300 - timestamp: 1710255078823 + purls: [] + size: 824794 + timestamp: 1713367748819 - kind: conda name: libsqlite - version: 3.45.2 + version: 3.45.3 build: h194ca79_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.2-h194ca79_0.conda - sha256: 0ce6de6369c04386cfc8696b1f795f425843789609ae2e04e7a1eb7deae62a8b - md5: bf4c96a21fbfc6a6ef6a7781a534a4e0 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 1038462 - timestamp: 1710253998432 -- kind: conda - name: libsqlite - version: 3.45.2 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda - sha256: 8cdbeb7902729e319510a82d7c642402981818702b58812af265ef55d1315473 - md5: 866983a220e27a80cb75e85cb30466a1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.45.3-h194ca79_0.conda + sha256: be87d8b67bdf892665c709d82c48011991fbf2fa15c19b006379b03ed494b070 + md5: fb35b8afbe9e92467ac7b5608d60b775 depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 857489 - timestamp: 1710254744982 -- kind: conda - name: libsqlite - version: 3.45.2 - build: h92b6c6a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda - sha256: 320ec73a4e3dd377757a2595770b8137ec4583df4d7782472d76377cdbdc4543 - md5: 086f56e13a96a6cfb1bf640505ae6b70 - depends: - - libzlib >=1.2.13,<1.3.0a0 - license: Unlicense - size: 902355 - timestamp: 1710254991672 -- kind: conda - name: libsqlite - version: 3.45.2 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda - sha256: 4bb24b986550275a6d02835150d943c4c675808d05c0efc5c2a22154d007a69f - md5: f95359f8dc5abf7da7776ece9ef10bc5 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 869606 - timestamp: 1710255095740 -- kind: conda - name: libsqlite - version: 3.45.3 - build: h091b4b1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda - sha256: 4337f466eb55bbdc74e168b52ec8c38f598e3664244ec7a2536009036e2066cc - md5: c8c1186c7f3351f6ffddb97b1f54fc58 - depends: - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: Unlicense - size: 824794 - timestamp: 1713367748819 + purls: [] + size: 1036705 + timestamp: 1713367400740 - kind: conda name: libsqlite version: 3.45.3 @@ -18883,8 +13519,9 @@ packages: md5: b3316cbe90249da4f8e84cd66e1cc55b depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: Unlicense + purls: [] size: 859858 timestamp: 1713367435849 - kind: conda @@ -18896,8 +13533,9 @@ packages: sha256: 4d44b68fb29dcbc2216a8cae0b274b02ef9b4ae05d1d0f785362ed30b91c9b52 md5: 68e462226209f35182ef66eda0f794ff depends: - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: Unlicense + purls: [] size: 902546 timestamp: 1713367776445 - kind: conda @@ -18913,6 +13551,7 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Unlicense + purls: [] size: 870518 timestamp: 1713367888406 - kind: conda @@ -18929,6 +13568,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 271133 timestamp: 1685837707056 - kind: conda @@ -18945,6 +13585,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 284335 timestamp: 1685837600415 - kind: conda @@ -18960,6 +13601,7 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 255610 timestamp: 1685837894256 - kind: conda @@ -18978,6 +13620,7 @@ packages: - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD + purls: [] size: 266806 timestamp: 1685838242099 - kind: conda @@ -18993,89 +13636,67 @@ packages: - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD + purls: [] size: 259556 timestamp: 1685837820566 - kind: conda name: libstdcxx-devel_linux-64 version: 12.3.0 - build: h8bca6fd_105 - build_number: 105 + build: h0223996_107 + build_number: 107 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda - sha256: efcd4b4cba79cd0fb5a87757c7ca63171cf3b7b06446192364bae7defb50b94c - md5: b3c6062c84a8e172555ee104ea6a01ab + url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h0223996_107.conda + sha256: b67931a6ad04effddaf5b18c732ac6154f0f494d5d5189e5e23fbc5a26212389 + md5: 167a1f5d77d8f3c2a638f7eb418429f1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 11597918 - timestamp: 1706819775415 + purls: [] + size: 11881031 + timestamp: 1715016519463 - kind: conda name: libstdcxx-devel_linux-aarch64 version: 12.3.0 - build: h8b5ab12_105 - build_number: 105 + build: h26e3b9f_107 + build_number: 107 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.3.0-h8b5ab12_105.conda - sha256: f38714920c850eac02b4b8175146188a3657c7ea5a3be22ae644b9d5e2356663 - md5: 47f23759d39c3d993dc189ce4ab7f79c - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 10380824 - timestamp: 1706820045043 -- kind: conda - name: libstdcxx-ng - version: 13.2.0 - build: h7e041cc_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda - sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 - md5: 9172c297304f2a20134fc56c97fbe229 - arch: x86_64 - platform: linux + url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-aarch64-12.3.0-h26e3b9f_107.conda + sha256: 5457a2c0108184ab39f60f6b1385a9a5b76d1ca900a3fa4b086956c514e0ef20 + md5: 7be45a7fb1be2c6054d4cd941fa249e5 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 3842773 - timestamp: 1695219454837 + purls: [] + size: 10321646 + timestamp: 1715016997633 - kind: conda name: libstdcxx-ng version: 13.2.0 - build: h7e041cc_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda - sha256: a56c5b11f1e73a86e120e6141a42d9e935a99a2098491ac9e15347a1476ce777 - md5: f6f6600d18a4047b54f803cf708b868a + build: h3f4de04_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h3f4de04_7.conda + sha256: ed58d37fde428858e0efa4022c758beb2ea5ae7be93ccfb548f95ef9b60c2ef5 + md5: 2a54872c7fab2db99b0074212d8efe64 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 3834139 - timestamp: 1706819252496 + purls: [] + size: 3750765 + timestamp: 1715017787940 - kind: conda name: libstdcxx-ng version: 13.2.0 - build: h95c4c6d_6 - build_number: 6 + build: hc0a3c3a_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h95c4c6d_6.conda - sha256: 2616dbf9d28431eea20b6e307145c6a92ea0328a047c725ff34b0316de2617da - md5: 3cfab3e709f77e9f1b3d380eb622494a - license: GPL-3.0-only WITH GCC-exception-3.1 - size: 3842900 - timestamp: 1713755068572 -- kind: conda - name: libstdcxx-ng - version: 13.2.0 - build: h9a76618_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.2.0-h9a76618_5.conda - sha256: c209f23a8a497fc87107a68b6bbc8d2089cf15fd4015b558dfdce63544379b05 - md5: 1b79d37dce0fad96bdf3de03925f43b4 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-hc0a3c3a_7.conda + sha256: 35f1e08be0a84810c9075f5bd008495ac94e6c5fe306dfe4b34546f11fed850f + md5: 53ebd4c833fa01cb2c6353e99f905406 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 3752658 - timestamp: 1706820778418 + purls: [] + size: 3837704 + timestamp: 1715016117360 - kind: conda name: libthrift version: 0.19.0 @@ -19092,6 +13713,7 @@ packages: - openssl >=3.1.3,<4.0a0 license: Apache-2.0 license_family: APACHE + purls: [] size: 331154 timestamp: 1695958512679 - kind: conda @@ -19111,6 +13733,7 @@ packages: - openssl >=3.1.3,<4.0a0 license: Apache-2.0 license_family: APACHE + purls: [] size: 400010 timestamp: 1695958016227 - kind: conda @@ -19129,6 +13752,7 @@ packages: - openssl >=3.1.3,<4.0a0 license: Apache-2.0 license_family: APACHE + purls: [] size: 325415 timestamp: 1695958330036 - kind: conda @@ -19149,6 +13773,7 @@ packages: - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: APACHE + purls: [] size: 612342 timestamp: 1695958519927 - kind: conda @@ -19168,6 +13793,7 @@ packages: - openssl >=3.1.3,<4.0a0 license: Apache-2.0 license_family: APACHE + purls: [] size: 409409 timestamp: 1695958011498 - kind: conda @@ -19182,6 +13808,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 101070 timestamp: 1667316029302 - kind: conda @@ -19194,6 +13821,7 @@ packages: md5: f8c9c41a122ab3abdf8943b13f4957ee license: MIT license_family: MIT + purls: [] size: 103492 timestamp: 1667316405233 - kind: conda @@ -19208,6 +13836,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 101529 timestamp: 1667315331359 - kind: conda @@ -19224,6 +13853,7 @@ packages: - vs2015_runtime >=14.29.30139 license: MIT license_family: MIT + purls: [] size: 104389 timestamp: 1667316359211 - kind: conda @@ -19236,6 +13866,7 @@ packages: md5: db98dc3e58cbc11583180609c429c17d license: MIT license_family: MIT + purls: [] size: 98942 timestamp: 1667316472080 - kind: conda @@ -19250,6 +13881,7 @@ packages: - libgcc-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] size: 33601 timestamp: 1680112270483 - kind: conda @@ -19264,101 +13896,50 @@ packages: - libgcc-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] size: 35720 timestamp: 1680113474501 - kind: conda name: libuv - version: 1.44.2 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libuv-1.44.2-hcfcfb64_1.conda - sha256: d602dc13e1b0a955aa5f14772a3b8dc5ee72a4f68a4d63adb82a1ee105ffe4b2 - md5: db1816a489a1b69dd1fd93e523cf026a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 285183 - timestamp: 1690371821520 -- kind: conda - name: libuv - version: 1.46.0 - build: h0c2f820_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.46.0-h0c2f820_0.conda - sha256: e51667c756f15580d3ce131d6157f0238d931c05af118c89f019854f2a7c125e - md5: 27664a5d39d9c32ae38880fec2b33b36 - license: MIT - license_family: MIT - size: 396101 - timestamp: 1693539567563 -- kind: conda - name: libuv - version: 1.46.0 + version: 1.48.0 build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.46.0-h31becfc_0.conda - sha256: 8c7aca3bb0cdcdc94984dbdeeb6e81669e140e4e70e1b58243a39019380aa600 - md5: 9f34d91c42a7820676a895c314910ba7 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 625152 - timestamp: 1693539400188 -- kind: conda - name: libuv - version: 1.46.0 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.46.0-hb547adb_0.conda - sha256: f2fe8e22a99f91761c16dc7b00408bff0f5c30d4cccc6ea562db00a4041c5579 - md5: 5f1d535f82e8210ac80d191610b92325 - license: MIT - license_family: MIT - size: 402723 - timestamp: 1693539587068 -- kind: conda - name: libuv - version: 1.46.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda - sha256: 4bc4c946e9a532c066442714eeeeb1ffbd03cd89789c4047293f5e782b5fedd7 - md5: d23c76f7e6dcd6243d1b6ef5e62d17d2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.48.0-h31becfc_0.conda + sha256: 8be03c6a43e17fdf574e2c29f1f8b917ba2842b5f4662b51d577960a3083fc2c + md5: 97f754b22f63a943345bd807e1d51e01 depends: - libgcc-ng >=12 license: MIT license_family: MIT - size: 893348 - timestamp: 1693539405436 + purls: [] + size: 635472 + timestamp: 1709913320273 - kind: conda name: libuv - version: 1.47.0 + version: 1.48.0 build: h67532ce_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.47.0-h67532ce_0.conda - sha256: a452b8fbb906e72d6c633ed133413f6a604471597f4c80dc73b4e81d2ef56b32 - md5: c2c8307836ecebc2799400a4eca27b37 + url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.48.0-h67532ce_0.conda + sha256: fb87f7bfd464a3a841d23f418c86a206818da0c4346984392071d9342c9ea367 + md5: c8e7344c74f0d86584f7ecdc9f25c198 license: MIT license_family: MIT - size: 404907 - timestamp: 1707450430194 + purls: [] + size: 407040 + timestamp: 1709913680478 - kind: conda name: libuv - version: 1.47.0 + version: 1.48.0 build: h93a5062_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.47.0-h93a5062_0.conda - sha256: 802da3ad57041480f15fe0581d6fcd421d9cdae17d796d2b126b0a12aa2d3d44 - md5: b586a09ba87849e37634cbaf9ea0e60f + url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.48.0-h93a5062_0.conda + sha256: 60bed2a7a85096387ab0381cbc32ea2da7f8dd99bd90e440983019c0cdd96ad1 + md5: abfd49e80f13453b62a56be226120ea8 license: MIT license_family: MIT - size: 404350 - timestamp: 1707450365805 + purls: [] + size: 405988 + timestamp: 1709913494015 - kind: conda name: libuv version: 1.48.0 @@ -19366,368 +13947,268 @@ packages: subdir: win-64 url: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda sha256: 6151c51857c2407139ce22fdc956022353e675b2bc96991a9201d51cceaa90b4 - md5: 485e49e1d500d996844df14cabf64d73 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 289753 - timestamp: 1709913743184 -- 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 - 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 - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - md5: 5aa797f8787fe7a17d1b0821485b5adc - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 100393 - timestamp: 1702724383534 -- kind: conda - name: libxml2 - version: 2.11.5 - build: h232c23b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda - sha256: 1b3cb6864de1a558ea5fb144c780121d52507837d15df0600491d8ed92cff90c - md5: f3858448893839820d4bcfb14ad3ecdf - depends: - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - size: 705542 - timestamp: 1692960341690 -- kind: conda - name: libxml2 - version: 2.11.5 - build: h25269f3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-h25269f3_1.conda - sha256: 8291549b87aca48e9cd4aec124af01b5037acd16f8ad14083d7af23c8bb6bebe - md5: 627b5d1377536b5b632ba53cd1455555 - depends: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - arch: aarch64 - platform: osx - license: MIT - license_family: MIT - size: 614831 - timestamp: 1692960705224 -- kind: conda - name: libxml2 - version: 2.11.5 - build: h3346baf_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.11.5-h3346baf_1.conda - sha256: d901fab32e57a43c44e630fb1c4d0a163d23b109eecd6c68b9ee371800760bca - md5: 7584dee6af7de378aed0ae49aebedb8a - depends: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - arch: x86_64 - platform: osx - license: MIT - license_family: MIT - size: 623399 - timestamp: 1692960844532 -- kind: conda - name: libxml2 - version: 2.12.5 - build: h0d0cfa8_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.5-h0d0cfa8_0.conda - sha256: 34daea04dc08af703effe424527505789f8a50fa71b447c7cac6f0d36a02cce3 - md5: 6aef67f18bef799926bc05948a1239e3 - depends: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 + md5: 485e49e1d500d996844df14cabf64d73 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 587894 - timestamp: 1707084537489 + purls: [] + size: 289753 + timestamp: 1709913743184 - kind: conda - name: libxml2 - version: 2.12.5 - build: h232c23b_0 + name: libuv + version: 1.48.0 + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.5-h232c23b_0.conda - sha256: db9bf97e9e367985204331b58a059ebd5a4e0cb9e1c8754e9ecb23046b7b7bc1 - md5: c442ebfda7a475f5e78f1c8e45f1e919 + url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.48.0-hd590300_0.conda + sha256: b7c0e8a0c93c2621be7645b37123d4e8d27e8a974da26a3fba47a9c37711aa7f + md5: 7e8b914b1062dd4386e3de4d82a3ead6 depends: - - icu >=73.2,<74.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 704829 - timestamp: 1707084502281 + purls: [] + size: 899979 + timestamp: 1709913354710 - kind: conda - name: libxml2 - version: 2.12.5 - build: h3091e33_0 + name: libxcrypt + version: 4.4.36 + build: h31becfc_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.5-h3091e33_0.conda - sha256: 34f7a007fa23b70c56358738d7ba801df9a923422f2dcd23f3b2ca790ea2460a - md5: 2fcb5d64474a337f2a4213ec1dd40ce2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f + md5: b4df5d7d4b63579d081fd3a4cf99740e depends: - - icu >=73.2,<74.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 752149 - timestamp: 1707084726972 + license: LGPL-2.1-or-later + purls: [] + size: 114269 + timestamp: 1702724369203 - kind: conda - name: libxml2 - version: 2.12.5 - build: hc0ae0f7_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.5-hc0ae0f7_0.conda - sha256: a84f355dcf9039ae54e21bf8833c16200f848fd333a5e68c143e142cc55dc07d - md5: abe27e7ab68b95e8d0e41cd5018ec8ae + 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 + sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c + md5: 5aa797f8787fe7a17d1b0821485b5adc depends: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 619351 - timestamp: 1707084558935 + - libgcc-ng >=12 + license: LGPL-2.1-or-later + purls: [] + size: 100393 + timestamp: 1702724383534 - kind: conda name: libxml2 - version: 2.12.5 - build: hc3477c8_0 + version: 2.12.7 + build: h283a6d9_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.5-hc3477c8_0.conda - sha256: 15696b049911b3ea5d37672408e500fb27e375d865f8cceac9cb02f9349e6804 - md5: d8c3c1c8242db352f38cd1dc0bf44f77 + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h283a6d9_0.conda + sha256: e246fefa745b56c022063ba1b69ff2965f280c6eee3de9821184e7c8f2475eab + md5: 1451be68a5549561979125c1827b79ed depends: - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 1567894 - timestamp: 1707084720091 + purls: [] + size: 1615693 + timestamp: 1715606533379 - kind: conda name: libxml2 - version: 2.12.6 - build: h0d0cfa8_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.6-h0d0cfa8_1.conda - sha256: f18775ca8494ead5451d4acfc53fa7ebf7a8b5ed04c43bcc50fab847c9780cb3 - md5: c08526c957192192e1e7b4f622761144 + version: 2.12.7 + build: h3e169fe_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-h3e169fe_0.conda + sha256: 88c3df35a981ae6dbdace4aba6f72e6b6767861925149ea47de07aae8c0cbe7b + md5: 4c04ba47fdd2ebecc1d3b6a77534d9ef depends: + - __osx >=10.13 - icu >=73.2,<74.0a0 - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 588539 - timestamp: 1711318256840 + purls: [] + size: 619612 + timestamp: 1715606442077 - kind: conda name: libxml2 - version: 2.12.6 - build: h232c23b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.6-h232c23b_1.conda - sha256: c0bd693bb1a7e5aba388a0c79be16ff92e2411e03aaa920f94b4b33bf099e254 - md5: 6853448e9ca1cfd5f15382afd2a6d123 + version: 2.12.7 + build: h49dc7a2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-h49dc7a2_0.conda + sha256: 658fba82346e14cebe0d7972b84510e5cc4c3abd6c59be28405170cb442584fd + md5: 3201713ddfaa8daba3702eeddf690d25 depends: - icu >=73.2,<74.0a0 - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 705994 - timestamp: 1711318087106 + purls: [] + size: 751856 + timestamp: 1715606356653 - kind: conda name: libxml2 - version: 2.12.6 - build: h3091e33_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.6-h3091e33_1.conda - sha256: 109031dbe6ff873fb5e5617b27e774d8e465a4e82aa9a2967b18d4afacb4314d - md5: d39c279ae11d5574ec893dd3c173328e + version: 2.12.7 + build: ha661575_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-ha661575_0.conda + sha256: 10635eb2785aa9eb3d7f710c489e57eba71374f379b10da86bb257b941ab16ec + md5: 3de3b94d23f85429b87cf1e00c02582d depends: + - __osx >=11.0 - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 750797 - timestamp: 1711318216186 + purls: [] + size: 588608 + timestamp: 1715606346757 - kind: conda name: libxml2 - version: 2.12.6 - build: hc0ae0f7_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.6-hc0ae0f7_1.conda - sha256: 07a5dc7316d4c1ff3d924df6a76e6a13380d702fa5b3b1889e56d0672e5b8201 - md5: bd85e0ca9e1ffaadc3b56079fd956035 + version: 2.12.7 + build: hc051c1a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-hc051c1a_0.conda + sha256: 2d8c402687f7045295d78d66688b140e3310857c7a070bba7547a3b9fcad5e7d + md5: 5d801a4906adc712d480afc362623b59 depends: - icu >=73.2,<74.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 620164 - timestamp: 1711318305209 + purls: [] + size: 705857 + timestamp: 1715606286167 - kind: conda - name: libxml2 - version: 2.12.6 - build: hc3477c8_1 - build_number: 1 + name: libzlib + version: 1.2.13 + build: h2466b09_6 + build_number: 6 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.6-hc3477c8_1.conda - sha256: 1846c1318a5987e7315ca3648b55b38e5cfd9853370803a0f5159bc0071609c1 - md5: eb9f59dd51f50f5aa369813fa63ba569 + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-h2466b09_6.conda + sha256: 97f47db85265b596d08c044b6533013b7286fb66259c77d04da76b74414c896e + md5: 9f41e3481778398837720a84dd26b7b1 depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1640801 - timestamp: 1711318467301 + constrains: + - zlib 1.2.13 *_6 + license: Zlib + license_family: Other + purls: [] + size: 56119 + timestamp: 1716874608785 - kind: conda name: libzlib version: 1.2.13 - build: h31becfc_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda - sha256: aeeefbb61e5e8227e53566d5e42dbb49e120eb99109996bf0dbfde8f180747a7 - md5: b213aa87eea9491ef7b129179322e955 + build: h4ab18f5_6 + build_number: 6 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda + sha256: 8ced4afed6322172182af503f21725d072a589a6eb918f8a58135c1e00d35980 + md5: 27329162c0dc732bcf67a4e0cd488125 depends: - libgcc-ng >=12 constrains: - - zlib 1.2.13 *_5 + - zlib 1.2.13 *_6 license: Zlib license_family: Other - size: 67036 - timestamp: 1686575148440 + purls: [] + size: 61571 + timestamp: 1716874066944 - kind: conda name: libzlib version: 1.2.13 - build: h53f4e23_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a - md5: 1a47f5236db2e06a320ffa0392f81bd8 + build: h68df207_6 + build_number: 6 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h68df207_6.conda + sha256: 4dafc31c913daae67d20a95fc2cac5a6d8bf1d5810d663e23b3335f9ae6f411d + md5: d69c6550eaf76e8e385f75e5ed60aed9 + depends: + - libgcc-ng >=12 constrains: - - zlib 1.2.13 *_5 + - zlib 1.2.13 *_6 license: Zlib license_family: Other - size: 48102 - timestamp: 1686575426584 + purls: [] + size: 67224 + timestamp: 1716874073116 - kind: conda name: libzlib version: 1.2.13 - build: h8a1eda9_5 - build_number: 5 + build: h87427d6_6 + build_number: 6 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 - md5: 4a3ad23f6e16f99c04e166767193d700 + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h87427d6_6.conda + sha256: 1c70fca0720685242b5c68956f310665c7ed43f04807aa4227322eee7925881c + md5: c0ef3c38a80c02ae1d86588c055184fc + depends: + - __osx >=10.13 constrains: - - zlib 1.2.13 *_5 + - zlib 1.2.13 *_6 license: Zlib license_family: Other - size: 59404 - timestamp: 1686575566695 + purls: [] + size: 57373 + timestamp: 1716874185419 - kind: conda name: libzlib version: 1.2.13 - build: hcfcfb64_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda - sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 - md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 + build: hfb2fe0b_6 + build_number: 6 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-hfb2fe0b_6.conda + sha256: 8b29a2386d99b8f58178951dcf19117b532cd9c4aa07623bf1667eae99755d32 + md5: 9c4e121cd926cab631bd1c4a61d18b17 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=11.0 constrains: - - zlib 1.2.13 *_5 + - zlib 1.2.13 *_6 license: Zlib license_family: Other - size: 55800 - timestamp: 1686575452215 + purls: [] + size: 46768 + timestamp: 1716874151980 - kind: conda name: libzlib - version: 1.2.13 - build: hd590300_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda - sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 - md5: f36c115f1ee199da648e0597ec2047ad + version: 1.3.1 + build: h2466b09_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 + md5: d4483ca8afc57ddf1f6dded53b36c17f depends: - - libgcc-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - zlib 1.2.13 *_5 + - zlib 1.3.1 *_1 license: Zlib license_family: Other - size: 61588 - timestamp: 1686575217516 + purls: [] + size: 56186 + timestamp: 1716874730539 - kind: pypi name: live-camera-edge-detection version: 0.1.0 @@ -19760,92 +14241,38 @@ packages: editable: true - kind: conda name: llvm-openmp - version: 17.0.2 - build: h1c12783_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.2-h1c12783_0.conda - sha256: 4bbe783de0fafa9e05b0af28c8afbfde5b9525acd65e8f387562c5e80f5ec4bd - md5: cc2d5e802daf2135a1eaa5983ee47827 - constrains: - - openmp 17.0.2|17.0.2.* - arch: aarch64 - platform: osx - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 275849 - timestamp: 1696555855843 -- kind: conda - name: llvm-openmp - version: 17.0.2 - build: hff08bdf_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.2-hff08bdf_0.conda - sha256: c251012a7504b67907bd22efa1df13ac88a4f3bce2d83850665b465125b43e18 - md5: fe9a7b6676832e214e7b135b611592bc - constrains: - - openmp 17.0.2|17.0.2.* - arch: x86_64 - platform: osx - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 304623 - timestamp: 1696555642332 -- kind: conda - name: llvm-openmp - version: 17.0.6 - build: hb6ac08f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.6-hb6ac08f_0.conda - sha256: 9ea2f7018f335fdc55bc9b21a388eb94ea47a243d9cbf6ec3d8862d4df9fb49b - md5: f260ab897df05f729fc3e65dbb0850ef - constrains: - - openmp 17.0.6|17.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 299706 - timestamp: 1701222810938 -- kind: conda - name: llvm-openmp - version: 17.0.6 - build: hcd81f8e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.6-hcd81f8e_0.conda - sha256: 0c217326c5931c1416b82f98169b8a8a52139f6f5f299dbb2efa7b21f65f225a - md5: 52019d2fa0eddbbc4e6dcd30fae0c0a4 - constrains: - - openmp 17.0.6|17.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 274631 - timestamp: 1701222947083 -- kind: conda - name: llvm-openmp - version: 18.1.3 - build: hb6ac08f_0 + version: 18.1.6 + build: h15ab845_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.3-hb6ac08f_0.conda - sha256: 997e4169ea474a7bc137fed3b5f4d94b1175162b3318e8cb3943003e460fe458 - md5: 506f270f4f00980d27cc1fc127e0ed37 + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.6-h15ab845_0.conda + sha256: b07be564a0539adc6f6e12b921469c925b37799e50a27a9dbe276115e9de689a + md5: 065f974bc7afcef3f94df56394e16154 + depends: + - __osx >=10.13 constrains: - - openmp 18.1.3|18.1.3.* + - openmp 18.1.6|18.1.6.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE - size: 300597 - timestamp: 1712603382363 + purls: [] + size: 300479 + timestamp: 1716753668057 - kind: conda name: llvm-openmp - version: 18.1.3 - build: hcd81f8e_0 + version: 18.1.6 + build: hde57baf_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.3-hcd81f8e_0.conda - sha256: 4cb4eadd633669496ed70c580c965f5f2ed29336890636c61a53e9c1c1541073 - md5: 24cbf1fb1b83056f8ba1beaac0619bf8 + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.6-hde57baf_0.conda + sha256: ca646e5d47040fb63bec903c3af7b5a9888d58c8cc2acb424e1dd48f9fa4532d + md5: f4565f7e5ce486f33705ff6bfc586688 + depends: + - __osx >=11.0 constrains: - - openmp 18.1.3|18.1.3.* + - openmp 18.1.6|18.1.6.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE - size: 276320 - timestamp: 1712603367897 + purls: [] + size: 276591 + timestamp: 1716753686325 - kind: conda name: llvm-tools version: 16.0.6 @@ -19867,6 +14294,7 @@ packages: - llvm 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 20685770 timestamp: 1701375136405 - kind: conda @@ -19890,31 +14318,32 @@ packages: - llvm 16.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache + purls: [] size: 22221159 timestamp: 1701379965425 - kind: pypi name: llvmlite version: 0.42.0 - url: https://files.pythonhosted.org/packages/a4/1f/300788b5eab99aec872ed2f3647386d7d7f7bbf4f99c91e9e023b404ff7f/llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: c5bece0cdf77f22379f19b1959ccd7aee518afa4afbd3656c6365865f84903f9 + url: https://files.pythonhosted.org/packages/ba/3a/286d01191e62ddbe645d4a3f1e0d96106a98d3fd7f82441d20ffe93ab669/llvmlite-0.42.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 81e674c2fe85576e6c4474e8c7e7aba7901ac0196e864fe7985492b737dbab65 requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.42.0 - url: https://files.pythonhosted.org/packages/f3/bd/3b27a1c8bbbe01b053f5e0c9ca9a37dbc3e39282dfcf596d143ad389f156/llvmlite-0.42.0-cp311-cp311-win_amd64.whl - sha256: 7e0c4c11c8c2aa9b0701f91b799cb9134a6a6de51444eff5a9087fc7c1384275 + url: https://files.pythonhosted.org/packages/13/97/4aac09bdfc1bc35f8eb64e21ff5897224a788170e5e8cab3e62c9eb78efb/llvmlite-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: ae511caed28beaf1252dbaf5f40e663f533b79ceb408c874c01754cafabb9cbf requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.42.0 - url: https://files.pythonhosted.org/packages/ba/3a/286d01191e62ddbe645d4a3f1e0d96106a98d3fd7f82441d20ffe93ab669/llvmlite-0.42.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 81e674c2fe85576e6c4474e8c7e7aba7901ac0196e864fe7985492b737dbab65 + url: https://files.pythonhosted.org/packages/f3/bd/3b27a1c8bbbe01b053f5e0c9ca9a37dbc3e39282dfcf596d143ad389f156/llvmlite-0.42.0-cp311-cp311-win_amd64.whl + sha256: 7e0c4c11c8c2aa9b0701f91b799cb9134a6a6de51444eff5a9087fc7c1384275 requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.42.0 - url: https://files.pythonhosted.org/packages/13/97/4aac09bdfc1bc35f8eb64e21ff5897224a788170e5e8cab3e62c9eb78efb/llvmlite-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: ae511caed28beaf1252dbaf5f40e663f533b79ceb408c874c01754cafabb9cbf + url: https://files.pythonhosted.org/packages/a4/1f/300788b5eab99aec872ed2f3647386d7d7f7bbf4f99c91e9e023b404ff7f/llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: c5bece0cdf77f22379f19b1959ccd7aee518afa4afbd3656c6365865f84903f9 requires_python: '>=3.9' - kind: pypi name: log-file @@ -19927,8 +14356,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5 + url: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl + sha256: 45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19939,8 +14368,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl - sha256: 49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be + url: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19951,8 +14380,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl - sha256: 45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545 + url: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl + sha256: 49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19963,8 +14392,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88 + url: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19984,6 +14413,7 @@ packages: - libcxx >=14.0.6 license: BSD-2-Clause license_family: BSD + purls: [] size: 141188 timestamp: 1674727268278 - kind: conda @@ -19999,6 +14429,7 @@ packages: - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD + purls: [] size: 143402 timestamp: 1674727076728 - kind: conda @@ -20015,6 +14446,7 @@ packages: - vs2015_runtime >=14.29.30139 license: BSD-2-Clause license_family: BSD + purls: [] size: 134235 timestamp: 1674728465431 - kind: conda @@ -20030,6 +14462,7 @@ packages: - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD + purls: [] size: 163770 timestamp: 1674727020254 - kind: conda @@ -20044,6 +14477,7 @@ packages: - libcxx >=14.0.6 license: BSD-2-Clause license_family: BSD + purls: [] size: 156415 timestamp: 1674727335352 - kind: conda @@ -20059,6 +14493,7 @@ packages: - m2w64-gcc-libs-core - msys2-conda-epoch ==20160418 license: GPL, LGPL, FDL, custom + purls: [] size: 350687 timestamp: 1608163451316 - kind: conda @@ -20077,6 +14512,7 @@ packages: - m2w64-libwinpthread-git - msys2-conda-epoch ==20160418 license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] size: 532390 timestamp: 1608163512830 - kind: conda @@ -20093,6 +14529,7 @@ packages: - m2w64-libwinpthread-git - msys2-conda-epoch ==20160418 license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] size: 219240 timestamp: 1608163481341 - kind: conda @@ -20107,6 +14544,7 @@ packages: depends: - msys2-conda-epoch ==20160418 license: LGPL3 + purls: [] size: 743501 timestamp: 1608163782057 - kind: conda @@ -20121,31 +14559,32 @@ packages: depends: - msys2-conda-epoch ==20160418 license: MIT, BSD + purls: [] size: 31928 timestamp: 1608166099896 - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 + url: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl + sha256: 629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl - sha256: 2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 + url: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl - sha256: 629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f + url: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl + sha256: 2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 + url: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 requires_python: '>=3.7' - kind: conda name: markupsafe @@ -20164,7 +14603,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe + - pkg:pypi/markupsafe?source=conda-forge-mapping size: 26578 timestamp: 1706900556332 - kind: conda @@ -20184,7 +14623,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe + - pkg:pypi/markupsafe?source=conda-forge-mapping size: 27502 timestamp: 1706900084436 - kind: conda @@ -20206,7 +14645,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe + - pkg:pypi/markupsafe?source=conda-forge-mapping size: 30011 timestamp: 1706900632904 - kind: conda @@ -20226,7 +14665,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe + - pkg:pypi/markupsafe?source=conda-forge-mapping size: 27935 timestamp: 1706901541195 - kind: conda @@ -20245,7 +14684,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe + - pkg:pypi/markupsafe?source=conda-forge-mapping size: 26155 timestamp: 1706900211496 - kind: pypi @@ -20269,71 +14708,91 @@ packages: requires_python: '>=3.8' - kind: pypi name: matplotlib - version: 3.8.4 - url: https://files.pythonhosted.org/packages/80/3b/e363612ac1a514abfb5505aa209dd5b724b3232a6de98710d7759559706a/matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: cc4ccdc64e3039fc303defd119658148f2349239871db72cd74e2eeaa9b80b71 + version: 3.9.0 + url: https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 9a2fa6d899e17ddca6d6526cf6e7ba677738bf2a6a9590d702c277204a7c6152 requires_dist: - contourpy>=1.0.1 - cycler>=0.10 - fonttools>=4.22.0 - kiwisolver>=1.3.1 - - numpy>=1.21 + - numpy>=1.23 - packaging>=20.0 - pillow>=8 - pyparsing>=2.3.1 - python-dateutil>=2.7 - importlib-resources>=3.2.0 ; python_version < '3.10' + - meson-python>=0.13.1 ; extra == 'dev' + - numpy>=1.25 ; extra == 'dev' + - pybind11>=2.6 ; extra == 'dev' + - setuptools-scm>=7 ; extra == 'dev' + - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' - kind: pypi name: matplotlib - version: 3.8.4 - url: https://files.pythonhosted.org/packages/2d/d5/6227732ecab9165586966ccb54301e3164f61b470c954c4cf6940654fbe1/matplotlib-3.8.4-cp311-cp311-win_amd64.whl - sha256: 8080d5081a86e690d7688ffa542532e87f224c38a6ed71f8fbed34dd1d9fedae + version: 3.9.0 + url: https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 063af8587fceeac13b0936c42a2b6c732c2ab1c98d38abc3337e430e1ff75e38 requires_dist: - contourpy>=1.0.1 - cycler>=0.10 - fonttools>=4.22.0 - kiwisolver>=1.3.1 - - numpy>=1.21 + - numpy>=1.23 - packaging>=20.0 - pillow>=8 - pyparsing>=2.3.1 - python-dateutil>=2.7 - importlib-resources>=3.2.0 ; python_version < '3.10' + - meson-python>=0.13.1 ; extra == 'dev' + - numpy>=1.25 ; extra == 'dev' + - pybind11>=2.6 ; extra == 'dev' + - setuptools-scm>=7 ; extra == 'dev' + - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' - kind: pypi name: matplotlib - version: 3.8.4 - url: https://files.pythonhosted.org/packages/14/60/12d4f27b859a74359306662da69c2d08826a2b05cfe7f96e66b490f41573/matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl - sha256: 232ce322bfd020a434caaffbd9a95333f7c2491e59cfc014041d95e38ab90d1c + version: 3.9.0 + url: https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl + sha256: a5be985db2596d761cdf0c2eaf52396f26e6a64ab46bd8cd810c48972349d1be requires_dist: - contourpy>=1.0.1 - cycler>=0.10 - fonttools>=4.22.0 - kiwisolver>=1.3.1 - - numpy>=1.21 + - numpy>=1.23 - packaging>=20.0 - pillow>=8 - pyparsing>=2.3.1 - python-dateutil>=2.7 - importlib-resources>=3.2.0 ; python_version < '3.10' + - meson-python>=0.13.1 ; extra == 'dev' + - numpy>=1.25 ; extra == 'dev' + - pybind11>=2.6 ; extra == 'dev' + - setuptools-scm>=7 ; extra == 'dev' + - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' - kind: pypi name: matplotlib - version: 3.8.4 - url: https://files.pythonhosted.org/packages/36/11/62250ea25780d4b59c2c6044ec161235c47cc05a18d0ec0a05657de75b7d/matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 72f9322712e4562e792b2961971891b9fbbb0e525011e09ea0d1f416c4645661 + version: 3.9.0 + url: https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 76cce0f31b351e3551d1f3779420cf8f6ec0d4a8cf9c0237a3b549fd28eb4abb requires_dist: - contourpy>=1.0.1 - cycler>=0.10 - fonttools>=4.22.0 - kiwisolver>=1.3.1 - - numpy>=1.21 + - numpy>=1.23 - packaging>=20.0 - pillow>=8 - pyparsing>=2.3.1 - python-dateutil>=2.7 - importlib-resources>=3.2.0 ; python_version < '3.10' + - meson-python>=0.13.1 ; extra == 'dev' + - numpy>=1.25 ; extra == 'dev' + - pybind11>=2.6 ; extra == 'dev' + - setuptools-scm>=7 ; extra == 'dev' + - setuptools>=64 ; extra == 'dev' requires_python: '>=3.9' - kind: conda name: maturin @@ -20352,7 +14811,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/maturin + - pkg:pypi/maturin?source=conda-forge-mapping size: 5883670 timestamp: 1711053175449 - kind: conda @@ -20373,7 +14832,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/maturin + - pkg:pypi/maturin?source=conda-forge-mapping size: 4746594 timestamp: 1711043864724 - kind: conda @@ -20393,7 +14852,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/maturin + - pkg:pypi/maturin?source=conda-forge-mapping size: 5875793 timestamp: 1711042912603 - kind: conda @@ -20415,7 +14874,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/maturin + - pkg:pypi/maturin?source=conda-forge-mapping size: 4579808 timestamp: 1711043620752 - kind: conda @@ -20435,7 +14894,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/maturin + - pkg:pypi/maturin?source=conda-forge-mapping size: 4498445 timestamp: 1711044494832 - kind: pypi @@ -20469,32 +14928,32 @@ packages: - kind: pypi 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 + url: https://files.pythonhosted.org/packages/67/4c/569cbb27c6b1e09c7c088ca1e7ce88573dfb9769cfc79ebeacdab0f6903d/mediapipe-0.10.11-cp311-cp311-win_amd64.whl + sha256: 36231eaf23cd795a923a8b015d36bd6e410a8e997c36dd9432db0157b822b181 requires_dist: - absl-py - attrs>=19.1.0 - flatbuffers>=2.0 - jax - - jaxlib - matplotlib - numpy - - torch - opencv-contrib-python - protobuf<4,>=3.11 - sounddevice>=0.4.4 - kind: pypi 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 + 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 - attrs>=19.1.0 - flatbuffers>=2.0 - jax + - jaxlib - matplotlib - numpy + - torch - opencv-contrib-python - protobuf<4,>=3.11 - sounddevice>=0.4.4 @@ -20510,6 +14969,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 83512382 timestamp: 1702682895721 - kind: pypi @@ -20540,40 +15000,6 @@ packages: - numpy - rerun-sdk editable: true -- kind: conda - name: mkl - version: 2022.1.0 - build: h6a75c08_874 - build_number: 874 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2022.1.0-h6a75c08_874.tar.bz2 - sha256: b130d13dba6a798cbcce8f19c52e9765b75b8668d2f8f95ba8210c63b6fa84eb - md5: 2ff89a7337a9636029b4db9466e9f8e3 - depends: - - intel-openmp * - - tbb 2021.* - arch: x86_64 - platform: win - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 191569511 - timestamp: 1652946602922 -- kind: conda - name: mkl - version: 2024.0.0 - build: h66d3029_49657 - build_number: 49657 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda - sha256: 928bed978827e4c891d0879d79ecda6c9104ed7df1f1d4e2e392c9c80b471be7 - md5: 006b65d9cd436247dfe053df772e041d - depends: - - intel-openmp 2024.* - - tbb 2021.* - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 108505947 - timestamp: 1701973497498 - kind: conda name: mkl version: 2024.1.0 @@ -20588,13 +15014,14 @@ packages: - tbb 2021.* license: LicenseRef-ProprietaryIntel license_family: Proprietary + purls: [] size: 109491063 timestamp: 1712153746272 - kind: pypi name: ml-dtypes version: 0.4.0 - url: https://files.pythonhosted.org/packages/84/17/a936d3dfad84d028ba8539a93167274b7dcd7985e0d9df487e94a62f9428/ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: e1e2f4237b459a63c97c2c9f449baa637d7e4c20addff6a9bac486f22432f3b6 + url: https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl + sha256: 75b4faf99d0711b81f393db36d210b4255fd419f6f790bc6c1b461f95ffb7a9e requires_dist: - numpy>1.20 - numpy>=1.21.2 ; python_version >= '3.10' @@ -20609,8 +15036,8 @@ packages: - kind: pypi name: ml-dtypes version: 0.4.0 - url: https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl - sha256: 75b4faf99d0711b81f393db36d210b4255fd419f6f790bc6c1b461f95ffb7a9e + url: https://files.pythonhosted.org/packages/84/17/a936d3dfad84d028ba8539a93167274b7dcd7985e0d9df487e94a62f9428/ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: e1e2f4237b459a63c97c2c9f449baa637d7e4c20addff6a9bac486f22432f3b6 requires_dist: - numpy>1.20 - numpy>=1.21.2 ; python_version >= '3.10' @@ -20645,31 +15072,32 @@ packages: url: 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 name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/52/ec/be54a3ad110f386d5bd7a9a42a4ff36b3cd723ebe597f41073a73ffa16b8/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed + url: https://files.pythonhosted.org/packages/02/c1/b15ecceb6ffa5081ed2ed450aea58d65b0e0358001f2b426705f9f41f4c2/multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl + sha256: 612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd requires_python: '>=3.7' - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/88/aa/ea217cb18325aa05cb3e3111c19715f1e97c50a4a900cbc20e54648de5f5/multidict-6.0.5-cp311-cp311-win_amd64.whl - sha256: 2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea + url: https://files.pythonhosted.org/packages/21/db/3403263f158b0bc7b0d4653766d71cb39498973f2042eead27b2e9758782/multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e requires_python: '>=3.7' - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/02/c1/b15ecceb6ffa5081ed2ed450aea58d65b0e0358001f2b426705f9f41f4c2/multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl - sha256: 612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd + url: https://files.pythonhosted.org/packages/88/aa/ea217cb18325aa05cb3e3111c19715f1e97c50a4a900cbc20e54648de5f5/multidict-6.0.5-cp311-cp311-win_amd64.whl + sha256: 2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea requires_python: '>=3.7' - kind: pypi name: multidict - version: 6.0.5 - url: https://files.pythonhosted.org/packages/21/db/3403263f158b0bc7b0d4653766d71cb39498973f2042eead27b2e9758782/multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e + version: 6.0.5 + url: https://files.pythonhosted.org/packages/52/ec/be54a3ad110f386d5bd7a9a42a4ff36b3cd723ebe597f41073a73ffa16b8/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed requires_python: '>=3.7' - kind: conda name: multidict @@ -20686,7 +15114,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/multidict + - pkg:pypi/multidict?source=conda-forge-mapping size: 61944 timestamp: 1707040860316 - kind: conda @@ -20703,7 +15131,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/multidict + - pkg:pypi/multidict?source=conda-forge-mapping size: 55414 timestamp: 1707040997198 - kind: conda @@ -20723,7 +15151,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/multidict + - pkg:pypi/multidict?source=conda-forge-mapping size: 56996 timestamp: 1707041405260 - kind: conda @@ -20742,7 +15170,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/multidict + - pkg:pypi/multidict?source=conda-forge-mapping size: 63270 timestamp: 1707040946441 - kind: conda @@ -20760,7 +15188,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/multidict + - pkg:pypi/multidict?source=conda-forge-mapping size: 56038 timestamp: 1707041092018 - kind: pypi @@ -20803,7 +15231,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/mypy@1.8.0 + - pkg:pypi/mypy?source=conda-forge-mapping size: 9655583 timestamp: 1703185105616 - kind: conda @@ -20824,7 +15252,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/mypy@1.8.0 + - pkg:pypi/mypy?source=conda-forge-mapping size: 17719191 timestamp: 1703185056003 - kind: conda @@ -20847,7 +15275,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/mypy@1.8.0 + - pkg:pypi/mypy?source=conda-forge-mapping size: 9963457 timestamp: 1703184979309 - kind: conda @@ -20869,7 +15297,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/mypy@1.8.0 + - pkg:pypi/mypy?source=conda-forge-mapping size: 15129179 timestamp: 1703185374507 - kind: conda @@ -20889,7 +15317,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/mypy@1.8.0 + - pkg:pypi/mypy?source=conda-forge-mapping size: 11969071 timestamp: 1703184938293 - kind: pypi @@ -20902,166 +15330,71 @@ packages: name: mypy_extensions version: 1.0.0 build: pyha770c72_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 md5: 4eccaeba205f0aed9ac3a9ea58568ca3 depends: - python >=3.5 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/mypy-extensions + - pkg:pypi/mypy-extensions?source=conda-forge-mapping size: 10492 timestamp: 1675543414256 - kind: conda name: ncurses - version: '6.4' - build: h0425590_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h0425590_2.conda - sha256: d71cf2f2b1a9fae7ee2455a35a890423838e9594294beb4a002fe7c7b10bc086 - md5: 4ff0a396150dedad4269e16e5810f769 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 920540 - timestamp: 1698751239554 -- kind: conda - name: ncurses - version: '6.4' - build: h463b476_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h463b476_2.conda - sha256: f6890634f815e8408d08f36503353f8dfd7b055e4c3b9ea2ee52180255cf4b0a - md5: 52b6f254a7b9663e854f44b6570ed982 - depends: - - __osx >=10.9 - license: X11 AND BSD-3-Clause - size: 794741 - timestamp: 1698751574074 -- kind: conda - name: ncurses - version: '6.4' - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda - sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e - md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 884434 - timestamp: 1698751260967 -- kind: conda - name: ncurses - version: '6.4' - build: h7ea286d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda - sha256: 017e230a1f912e15005d4c4f3d387119190b53240f9ae0ba8a319dd958901780 - md5: 318337fb9d0c53ba635efb7888242373 - arch: aarch64 - platform: osx - license: X11 AND BSD-3-Clause - size: 799196 - timestamp: 1686077139703 -- kind: conda - name: ncurses - version: '6.4' - build: h93d8f39_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda - sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a - md5: e58f366bd4d767e9ab97ab8b272e7670 - depends: - - __osx >=10.9 - license: X11 AND BSD-3-Clause - size: 822031 - timestamp: 1698751567986 -- kind: conda - name: ncurses - version: '6.4' - build: hcb278e6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda - sha256: ccf61e61d58a8a7b2d66822d5568e2dc9387883dd9b2da61e1d787ece4c4979a - md5: 681105bccc2a3f7f1a837d47d39c9179 - depends: - - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: X11 AND BSD-3-Clause - size: 880967 - timestamp: 1686076725450 -- kind: conda - name: ncurses - version: '6.4' - build: hf0c8a7f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-hf0c8a7f_0.conda - sha256: 7841b1fce1ffb0bfb038f9687b92f04d64acab1f7cb96431972386ea98c7b2fd - md5: c3dbae2411164d9b02c69090a9a91857 - arch: x86_64 - platform: osx - license: X11 AND BSD-3-Clause - size: 828118 - timestamp: 1686077056765 -- kind: conda - name: ncurses - version: 6.4.20240210 + version: '6.5' build: h0425590_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4.20240210-h0425590_0.conda - sha256: 4223dc34e2bddd37bf995158ae481e00be375b287d539bc7a0532634c0fc63b7 - md5: c1a1612ddaee95c83abfa0b2ec858626 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e + md5: 38362af7bfac0efef69675acee564458 depends: - libgcc-ng >=12 license: X11 AND BSD-3-Clause - size: 926594 - timestamp: 1710866633409 + purls: [] + size: 925099 + timestamp: 1715194843316 - kind: conda name: ncurses - version: 6.4.20240210 - build: h078ce10_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda - sha256: 06f0905791575e2cd3aa961493c56e490b3d82ad9eb49f1c332bd338b0216911 - md5: 616ae8691e6608527d0071e6766dcb81 + version: '6.5' + build: h5846eda_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 + md5: 02a888433d165c99bf09784a7b14d900 license: X11 AND BSD-3-Clause - size: 820249 - timestamp: 1710866874348 + purls: [] + size: 823601 + timestamp: 1715195267791 - kind: conda name: ncurses - version: 6.4.20240210 + version: '6.5' build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda - sha256: aa0f005b6727aac6507317ed490f0904430584fa8ca722657e7f0fb94741de81 - md5: 97da8860a0da5413c7c98a3b3838a645 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 + md5: fcea371545eda051b6deafb24889fc69 depends: - libgcc-ng >=12 license: X11 AND BSD-3-Clause - size: 895669 - timestamp: 1710866638986 + purls: [] + size: 887465 + timestamp: 1715194722503 - kind: conda name: ncurses - version: 6.4.20240210 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda - sha256: 50b72acf08acbc4e5332807653e2ca6b26d4326e8af16fad1fd3f2ce9ea55503 - md5: 50f28c512e9ad78589e3eab34833f762 + version: '6.5' + build: hb89a1cb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a + md5: b13ad5724ac9ae98b6b4fd87e4500ba4 license: X11 AND BSD-3-Clause - size: 823010 - timestamp: 1710866856626 + purls: [] + size: 795131 + timestamp: 1715194898402 - kind: pypi name: networkx version: '3.3' @@ -21104,6 +15437,7 @@ packages: - vs2015_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache + purls: [] size: 279200 timestamp: 1676838681615 - kind: conda @@ -21119,6 +15453,7 @@ packages: - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache + purls: [] size: 2251263 timestamp: 1676837602636 - kind: conda @@ -21133,6 +15468,7 @@ packages: - libcxx >=14.0.6 license: Apache-2.0 license_family: Apache + purls: [] size: 121284 timestamp: 1676837793132 - kind: conda @@ -21148,6 +15484,7 @@ packages: - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache + purls: [] size: 2398482 timestamp: 1676839419214 - kind: conda @@ -21162,180 +15499,107 @@ packages: - libcxx >=14.0.6 license: Apache-2.0 license_family: Apache + purls: [] size: 107047 timestamp: 1676837935565 - kind: conda name: nodejs - version: 18.18.2 - build: h2713218_1 - build_number: 1 + version: 18.20.2 + build: h096b449_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.18.2-h2713218_1.conda - sha256: 4dc7c4c31a2def43db597e2a621e8b2a9ea2b682ffc55f8ee88d518ee02cc492 - md5: 8c68a4522ddc0c08aaae6ef7c6979b92 + url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.20.2-h096b449_0.conda + sha256: 3ae300447b4ab16dd01c10b8ec0b70c226733e597b9f00724a1dfbaf34f75305 + md5: 0bb8e408bf2c824a1b912e6eeca36ab1 depends: - - __osx >=10.9 - - icu >=73.2,<74.0a0 - - libcxx >=15.0.7 - - libuv >=1.46.0,<1.47.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - zlib - constrains: - __osx >=10.15 - license: MIT - license_family: MIT - size: 11230468 - timestamp: 1700392695108 -- kind: conda - name: nodejs - version: 18.18.2 - build: h57928b3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.18.2-h57928b3_1.conda - sha256: 3121574f788fef2e11269a0e77dff71f4dea586d1d8da5a9c36911afa20c0480 - md5: 83569101477048efb6dd12086ef0ba08 - license: MIT - license_family: MIT - size: 22438481 - timestamp: 1700384983430 -- kind: conda - name: nodejs - version: 18.18.2 - build: h7ed3092_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.18.2-h7ed3092_1.conda - sha256: cc52406588c489c1fcccd37148b714e14ae71205c554064abdf07db06394ca07 - md5: 2e8ae468a6ecaa076bc6acc7d796761e - depends: - - __osx >=10.9 - - icu >=73.2,<74.0a0 - - libcxx >=15.0.7 - - libuv >=1.46.0,<1.47.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - zlib - license: MIT - license_family: MIT - size: 10718633 - timestamp: 1700399218159 -- kind: conda - name: nodejs - version: 18.18.2 - build: hb753e55_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.18.2-hb753e55_1.conda - sha256: 89a88ef9b8d6d138b64bcd95d7edcee42e4c0012bde0665a8d66f812bf5c13be - md5: d3aceb714a24e2bd2655cc9948d23bc9 - depends: - - __glibc >=2.17,<3.0.a0 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libuv >=1.46.0,<1.47.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - zlib - license: MIT - license_family: MIT - size: 15614862 - timestamp: 1700389549489 -- kind: conda - name: nodejs - version: 18.19.0 - build: h119ffd7_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-18.19.0-h119ffd7_0.conda - sha256: 896ca8a8683f7d6c3402364f6d28bd00b9d3cb9acb88c85d2fc9ecefbbf4f7db - md5: 022ff05e89afedc3db2decb77a8af207 - depends: - icu >=73.2,<74.0a0 - libcxx >=14 - - libuv >=1.47.0,<1.48.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libuv >=1.48.0,<1.49.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - zlib - constrains: - - __osx >=10.15 license: MIT license_family: MIT - size: 11439181 - timestamp: 1707771884027 + purls: [] + size: 11217240 + timestamp: 1714418829624 - kind: conda name: nodejs - version: 18.19.0 + version: 18.20.2 build: h57928b3_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.19.0-h57928b3_0.conda - sha256: de01dd21f413e0e230b62082d5ee7f25b19b3c7296e1172c7cef94c9d36b8c38 - md5: 41ce77dc534e5bc71b0fc1687a89dcfd + url: https://conda.anaconda.org/conda-forge/win-64/nodejs-18.20.2-h57928b3_0.conda + sha256: feb3f24d2402c4d5b7749af3c07ce76ad0757c683f78aa5d5b619c3b8c1176bf + md5: 8e87554313a853193a0534a502309811 license: MIT license_family: MIT - size: 22479049 - timestamp: 1707403072267 + purls: [] + size: 22162371 + timestamp: 1714409834543 - kind: conda name: nodejs - version: 18.19.0 - build: h5f47a4d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.19.0-h5f47a4d_0.conda - sha256: 1263d3c8aa9adaf4e11616dc05fb28cfdb761d70f2298959728f847688073240 - md5: 7798b881265f448c752fbae08e221b10 + version: 18.20.2 + build: h84e79e0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.20.2-h84e79e0_0.conda + sha256: fe8b1af2c651df77a5242911ba77f496466ed8828629d72275c8be4944030ecc + md5: de31995a7a3eae6d2230ffa5d68e9aa2 depends: + - __glibc >=2.17,<3.0.a0 - icu >=73.2,<74.0a0 - - libcxx >=14 - - libuv >=1.47.0,<1.48.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libuv >=1.48.0,<1.49.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - zlib license: MIT license_family: MIT - size: 10879191 - timestamp: 1707778803050 + purls: [] + size: 15643809 + timestamp: 1714413986825 - kind: conda name: nodejs - version: 18.19.0 - build: hb753e55_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.19.0-hb753e55_0.conda - sha256: d233fe4da686125c2b89d588349eccc78cdcb5a75a2b5b5bc9dc4d0c8c23eda1 - md5: 0b4a67051e3b3812818ccf2f4ee2fd4e + version: 18.20.2 + build: ha5f1e90_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.20.2-ha5f1e90_0.conda + sha256: b80b5ca65300838ba228263fe03c5b009c0e3d868c8b142502e01f05425021ca + md5: 0be733836fc7820443c22f24ae8d9bf3 depends: - - __glibc >=2.17,<3.0.a0 - icu >=73.2,<74.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libuv >=1.46.0,<1.47.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libuv >=1.48.0,<1.49.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - zlib license: MIT license_family: MIT - size: 15917143 - timestamp: 1707407233064 + purls: [] + size: 16025001 + timestamp: 1714422490153 - kind: conda name: nodejs - version: 18.19.0 - build: hc1f8a26_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nodejs-18.19.0-hc1f8a26_0.conda - sha256: 161e061a43f9069c2fb7daab8ee3e442d9eb6cd27f332c5bd2e5746643030c72 - md5: b83df948ac353669bab45fa6efb4c312 + version: 18.20.2 + build: had33b45_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-18.20.2-had33b45_0.conda + sha256: 736c1cc2a19c47153bcc6364b65c3d87dc9953651e9e7292d0d76f9dd309249f + md5: 2fe22b7bdfb7f8ee05ce53476943ce77 depends: + - __osx >=11.0 - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libuv >=1.46.0,<1.47.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libcxx >=14 + - libuv >=1.48.0,<1.49.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - zlib license: MIT license_family: MIT - size: 16126685 - timestamp: 1707414728922 + purls: [] + size: 10678641 + timestamp: 1714427639041 - kind: pypi name: nox version: 2024.4.15 @@ -21356,8 +15620,8 @@ packages: - kind: pypi name: numba version: 0.59.1 - url: https://files.pythonhosted.org/packages/54/f2/7d1579037643c874fa73516ea84c07e8d30ea347fb1a88c03b198447655d/numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - sha256: dd2842fac03be4e5324ebbbd4d2d0c8c0fc6e0df75c09477dd45b288a0777389 + url: https://files.pythonhosted.org/packages/70/7d/0d1419479997319ca72ef735791c2ee50819f9c200adea96142ee7499fae/numba-0.59.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: 411df625372c77959570050e861981e9d196cc1da9aa62c3d6a836b5cc338966 requires_dist: - llvmlite<0.43,>=0.42.0.dev0 - numpy<1.27,>=1.22 @@ -21365,8 +15629,8 @@ packages: - kind: pypi name: numba version: 0.59.1 - url: https://files.pythonhosted.org/packages/38/f0/ad848815b0adafcf5f238e728933950034355a8d59969772be1cd57606d8/numba-0.59.1-cp311-cp311-win_amd64.whl - sha256: 0594b3dfb369fada1f8bb2e3045cd6c61a564c62e50cf1f86b4666bc721b3450 + url: https://files.pythonhosted.org/packages/5f/2d/085c21f3086eff0b830e5d03d084a1b4b10dfde0c65feeac6be8c361265c/numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 43727e7ad20b3ec23ee4fc642f5b61845c71f75dd2825b3c234390c6d8d64051 requires_dist: - llvmlite<0.43,>=0.42.0.dev0 - numpy<1.27,>=1.22 @@ -21374,8 +15638,8 @@ packages: - kind: pypi name: numba version: 0.59.1 - url: https://files.pythonhosted.org/packages/70/7d/0d1419479997319ca72ef735791c2ee50819f9c200adea96142ee7499fae/numba-0.59.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: 411df625372c77959570050e861981e9d196cc1da9aa62c3d6a836b5cc338966 + url: https://files.pythonhosted.org/packages/38/f0/ad848815b0adafcf5f238e728933950034355a8d59969772be1cd57606d8/numba-0.59.1-cp311-cp311-win_amd64.whl + sha256: 0594b3dfb369fada1f8bb2e3045cd6c61a564c62e50cf1f86b4666bc721b3450 requires_dist: - llvmlite<0.43,>=0.42.0.dev0 - numpy<1.27,>=1.22 @@ -21383,8 +15647,8 @@ packages: - kind: pypi name: numba version: 0.59.1 - url: https://files.pythonhosted.org/packages/5f/2d/085c21f3086eff0b830e5d03d084a1b4b10dfde0c65feeac6be8c361265c/numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 43727e7ad20b3ec23ee4fc642f5b61845c71f75dd2825b3c234390c6d8d64051 + url: https://files.pythonhosted.org/packages/54/f2/7d1579037643c874fa73516ea84c07e8d30ea347fb1a88c03b198447655d/numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + sha256: dd2842fac03be4e5324ebbbd4d2d0c8c0fc6e0df75c09477dd45b288a0777389 requires_dist: - llvmlite<0.43,>=0.42.0.dev0 - numpy<1.27,>=1.22 @@ -21392,26 +15656,26 @@ packages: - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5 + url: https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl + sha256: edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl - sha256: cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2 + url: https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71 requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl - sha256: edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef + url: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl + sha256: cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2 requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71 + url: https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5 requires_python: '>=3.9' - kind: conda name: numpy @@ -21435,7 +15699,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy@1.26.4 + - pkg:pypi/numpy?source=conda-forge-mapping size: 7104093 timestamp: 1707226459646 - kind: conda @@ -21459,7 +15723,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy@1.26.4 + - pkg:pypi/numpy?source=conda-forge-mapping size: 8065890 timestamp: 1707225944355 - kind: conda @@ -21484,7 +15748,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy@1.26.4 + - pkg:pypi/numpy?source=conda-forge-mapping size: 7234391 timestamp: 1707225781489 - kind: conda @@ -21508,7 +15772,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy@1.26.4 + - pkg:pypi/numpy?source=conda-forge-mapping size: 6652352 timestamp: 1707226297967 - kind: conda @@ -21531,7 +15795,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy@1.26.4 + - pkg:pypi/numpy?source=conda-forge-mapping size: 7504319 timestamp: 1707226235372 - kind: pypi @@ -21614,9 +15878,9 @@ packages: requires_python: '>=3' - kind: pypi name: nvidia-nvjitlink-cu12 - version: 12.4.127 - url: https://files.pythonhosted.org/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl - sha256: 06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57 + version: 12.5.40 + url: https://files.pythonhosted.org/packages/16/03/7e96a2ccbb752857f50c0c1355b1c52d5922be43fe0691847e520750e5c7/nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl + sha256: d9714f27c1d0f0895cd8915c07a87a1d0029a0aa36acaf9156952ec2a8a12189 requires_python: '>=3' - kind: pypi name: nvidia-nvtx-cu12 @@ -21654,8 +15918,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/8a/ea/aea6289058480b93157ad698ecd7f13cae4892ae0a4750abf33b3ac12f91/opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 89ca1508dd895ae42176640bdd503cac82772f6efa25120738a469a6a69de321 + url: https://files.pythonhosted.org/packages/4c/c3/ccff2e1bfe2bb47a7eaebc4280e93bd2f97ebbe5b3573d48bcfcc0c32387/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl + sha256: b52e381144f774b486729ccee69911bdc7d16b5ced4830502e906ad803373ab0 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21671,8 +15935,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/aa/2e/576ac47f21d555b459ca837bb3fb937e50339b8fbfd294945ea2f5290416/opencv_contrib_python-4.9.0.80-cp37-abi3-win_amd64.whl - sha256: fdd9b14028f74af8dbb69f90e6e4a956ce2eb5b59947df28ba0b79d337431477 + url: https://files.pythonhosted.org/packages/16/07/bf25df600eeaedddf8fece3f1ff837bf72865b93a03651cf7375ce8172be/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl + sha256: 86078d3653ec3107877536c9178622b1f98b51acf59e554ddbc552785cba55fa requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21688,8 +15952,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/4c/c3/ccff2e1bfe2bb47a7eaebc4280e93bd2f97ebbe5b3573d48bcfcc0c32387/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - sha256: b52e381144f774b486729ccee69911bdc7d16b5ced4830502e906ad803373ab0 + url: https://files.pythonhosted.org/packages/aa/2e/576ac47f21d555b459ca837bb3fb937e50339b8fbfd294945ea2f5290416/opencv_contrib_python-4.9.0.80-cp37-abi3-win_amd64.whl + sha256: fdd9b14028f74af8dbb69f90e6e4a956ce2eb5b59947df28ba0b79d337431477 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21705,25 +15969,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/16/07/bf25df600eeaedddf8fece3f1ff837bf72865b93a03651cf7375ce8172be/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - sha256: 86078d3653ec3107877536c9178622b1f98b51acf59e554ddbc552785cba55fa - requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' - requires_python: '>=3.6' -- kind: pypi - name: opencv-python - version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - sha256: 7e5f7aa4486651a6ebfa8ed4b594b65bd2d2f41beeb4241a3e4b1b85acbbbadb + url: https://files.pythonhosted.org/packages/8a/ea/aea6289058480b93157ad698ecd7f13cae4892ae0a4750abf33b3ac12f91/opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 89ca1508dd895ae42176640bdd503cac82772f6efa25120738a469a6a69de321 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21739,8 +15986,8 @@ packages: - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 7b34a52e9da36dda8c151c6394aed602e4b17fa041df0b9f5b93ae10b0fcca2a + url: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: e4088cab82b66a3b37ffc452976b14a3c599269c247895ae9ceb4066d8188a57 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21756,8 +16003,8 @@ packages: - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: e4088cab82b66a3b37ffc452976b14a3c599269c247895ae9ceb4066d8188a57 + url: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl + sha256: 3f16f08e02b2a2da44259c7cc712e779eff1dd8b55fdb0323e8cab09548086c0 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21790,8 +16037,8 @@ packages: - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl - sha256: 3f16f08e02b2a2da44259c7cc712e779eff1dd8b55fdb0323e8cab09548086c0 + url: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl + sha256: 7e5f7aa4486651a6ebfa8ed4b594b65bd2d2f41beeb4241a3e4b1b85acbbbadb requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21799,107 +16046,37 @@ packages: - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - numpy>=1.23.5 ; python_version >= '3.11' - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' - requires_python: '>=3.6' -- kind: conda - name: openssl - version: 3.2.1 - build: h0d3ecfb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_0.conda - sha256: 13663fcd4abc8681b31ccbad39800fee2127cb6159b51a989ed48a816af36cf5 - md5: 421cc6e8715447b73c2c57dcf78cb9d2 - depends: - - ca-certificates - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2862719 - timestamp: 1706635779319 -- kind: conda - name: openssl - version: 3.2.1 - build: h0d3ecfb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda - sha256: 519dc941d7ab0ebf31a2878d85c2f444450e7c5f6f41c4d07252c6bb3417b78b - md5: eb580fb888d93d5d550c557323ac5cee - depends: - - ca-certificates - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2855250 - timestamp: 1710793435903 -- kind: conda - name: openssl - version: 3.2.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.2.1-h31becfc_0.conda - sha256: 952ef5de4e3913621a89ca2eb8186683bb73832527219c6443c260a6b46cd149 - md5: b7e7c53240214ae96f52a440c0b0126a - depends: - - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 3382700 - timestamp: 1706635800272 -- kind: conda - name: openssl - version: 3.2.1 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.2.1-h31becfc_1.conda - sha256: 055a26e99ebc12ae0cf23266a0e62e71b59b8ce8cafb1ebb87e375ef9c758d7b - md5: e95eb18d256edc72058e0dc9be5338a0 - depends: - - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 3380844 - timestamp: 1710793424665 -- kind: conda - name: openssl - version: 3.2.1 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda - sha256: 1df1c43136f863d5e9ba20b703001caf9a4d0ea56bdc3eeb948c977e3d4f91d3 - md5: 158df8eead8092cf0e27167c8761a8dd - depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 8229619 - timestamp: 1706638014697 + - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy>=1.17.0 ; python_version >= '3.7' + - numpy>=1.17.3 ; python_version >= '3.8' + - numpy>=1.19.3 ; python_version >= '3.9' + requires_python: '>=3.6' +- kind: pypi + name: opencv-python + version: 4.9.0.80 + url: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 7b34a52e9da36dda8c151c6394aed602e4b17fa041df0b9f5b93ae10b0fcca2a + requires_dist: + - numpy>=1.13.3 ; python_version < '3.7' + - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy>=1.21.2 ; python_version >= '3.10' + - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy>=1.23.5 ; python_version >= '3.11' + - numpy>=1.26.0 ; python_version >= '3.12' + - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy>=1.17.0 ; python_version >= '3.7' + - numpy>=1.17.3 ; python_version >= '3.8' + - numpy>=1.19.3 ; python_version >= '3.9' + requires_python: '>=3.6' - kind: conda name: openssl - version: 3.2.1 - build: hcfcfb64_1 - build_number: 1 + version: 3.3.0 + build: h2466b09_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda - sha256: 61ce4e11c3c26ed4e4d9b7e7e2483121a1741ad0f9c8db0a91a28b6e05182ce6 - md5: 958e0418e93e50c575bff70fbcaa12d8 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.0-h2466b09_3.conda + sha256: 11b2513fceb20102bdc7f7656a59005acb9ecd0886b7cbfb9c13c2c953f2429b + md5: d7fec5d3bb8fc0c8e266bf1ad350cec5 depends: - ca-certificates - ucrt >=10.0.20348.0 @@ -21909,16 +16086,18 @@ packages: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 8230112 - timestamp: 1710796158475 + purls: [] + size: 8368468 + timestamp: 1716471282135 - kind: conda name: openssl - version: 3.2.1 - build: hd590300_0 + version: 3.3.0 + build: h4ab18f5_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda - sha256: c02c12bdb898daacf7eb3d09859f93ea8f285fd1a6132ff6ff0493ab52c7fe57 - md5: 51a753e64a3027bd7e23a189b1f6e91e + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.0-h4ab18f5_3.conda + sha256: 33dcea0ed3a61b2de6b66661cdd55278640eb99d676cd129fbff3e53641fa125 + md5: 12ea6d0d4ed54530eaed18e4835c1f7c depends: - ca-certificates - libgcc-ng >=12 @@ -21926,17 +16105,18 @@ packages: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2863069 - timestamp: 1706635653339 + purls: [] + size: 2891147 + timestamp: 1716468354865 - kind: conda name: openssl - version: 3.2.1 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda - sha256: 2c689444ed19a603be457284cf2115ee728a3fafb7527326e96054dee7cdc1a7 - md5: 9d731343cff6ee2e5a25c4a091bf8e2a + version: 3.3.0 + build: h68df207_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.0-h68df207_3.conda + sha256: f9e595c35fe111aca838233b5d553cac61f9041c445b770458749ddd995e32a4 + md5: f2dec4814ac9649cd3d3e474cd0b9a58 depends: - ca-certificates - libgcc-ng >=12 @@ -21944,41 +16124,47 @@ packages: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2865379 - timestamp: 1710793235846 + purls: [] + size: 3425119 + timestamp: 1716468294988 - kind: conda name: openssl - version: 3.2.1 - build: hd75f5a5_0 + version: 3.3.0 + build: h87427d6_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda - sha256: 20c1b1a34a1831c24d37ed1500ca07300171184af0c66598f3c5ca901634d713 - md5: 3033be9a59fd744172b03971b9ccd081 + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.0-h87427d6_3.conda + sha256: 58ffbdce44ac18c6632a2ce1531d06e3fb2e855d40728ba3a2b709158b9a1c33 + md5: ec504fefb403644d893adffb6e7a2dbe depends: + - __osx >=10.13 - ca-certificates constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2509168 - timestamp: 1706636810736 + purls: [] + size: 2542959 + timestamp: 1716468436467 - kind: conda name: openssl - version: 3.2.1 - build: hd75f5a5_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda - sha256: 7ae0ac6a1673584a8a380c2ff3d46eca48ed53bc7174c0d4eaa0dd2f247a0984 - md5: 570a6f04802df580be529f3a72d2bbf7 + version: 3.3.0 + build: hfb2fe0b_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-hfb2fe0b_3.conda + sha256: 6f41c163ab57e7499dff092be4498614651f0f6432e12c2b9f06859a8bc39b75 + md5: 730f618b008b3c13c1e3f973408ddd67 depends: + - __osx >=11.0 - ca-certificates constrains: - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 2506344 - timestamp: 1710793930515 + purls: [] + size: 2893954 + timestamp: 1716468329572 - kind: pypi name: opt-einsum version: 3.3.0 @@ -21996,283 +16182,120 @@ packages: requires_python: '>=3.5' - kind: conda name: orc - version: 1.9.2 - build: h00e871a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h00e871a_2.conda - sha256: 38cffbde132c5c483b2bc6085913a4a7bf857aee2037c822c98942aa5bccf1eb - md5: d88b3e7facb31754777da52eb62a2152 - depends: - - libgcc-ng >=12 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 1018520 - timestamp: 1708632574982 -- kind: conda - name: orc - version: 1.9.2 - build: h2702c50_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.2-h2702c50_2.conda - sha256: 20f01f34f4b3b535cc6178ced95fb80e2529fd5fb1023fb2816b3625efecd66a - md5: 836d28bcde876c3cdea970590fd4ad86 - depends: - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 892589 - timestamp: 1708633045018 -- kind: conda - name: orc - version: 1.9.2 - build: h3758fe2_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.2-h3758fe2_2.conda - sha256: 282af10e88b2f53893addf4896f63b50506bf1d46ffdbc7b5b654a54b39c226e - md5: 1b5dd250b4d31292ad7e1dbe60d6baae - depends: - - __osx >=10.13 - - libcxx >=16 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 425951 - timestamp: 1708632901861 -- kind: conda - name: orc - version: 1.9.2 - build: h4b38347_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h4b38347_0.conda - sha256: a06dd76bc0f2f99f5db5e348298c906007c3aa9e31b963f71d16e63f770b900b - md5: 6e6f990b097d3e237e18a8e321d08484 - depends: - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 1018308 - timestamp: 1700372809593 -- kind: conda - name: orc - version: 1.9.2 - build: h798d188_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.2-h798d188_2.conda - sha256: eb45795b9d965fe7c066d283a72a883697bc9940d6696b641073d53a332bfa94 - md5: f09fc67b7de2e85b573b929fab0af059 - depends: - - libcxx >=16 - - libprotobuf >=4.25.2,<4.25.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 407007 - timestamp: 1708632909550 -- kind: conda - name: orc - version: 1.9.2 - build: h7c018df_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.2-h7c018df_0.conda - sha256: b1ad0f09dc69a8956079371d9853534f991f8311352e4e21503e6e5d20e4017b - md5: 1ef4159e9686d95ce8ea9f1d4d999f29 - depends: - - __osx >=10.9 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - arch: aarch64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 405599 - timestamp: 1700373052638 -- kind: conda - name: orc - version: 1.9.2 - build: h9ab30d4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.2-h9ab30d4_0.conda - sha256: a948db80c0b756db07abce1972d6b8d1a08a7ced5a687b02435348c81443de08 - md5: 8fb76f7b135aec885cfe47c52b2eb4b5 - depends: - - __osx >=10.13 - - __osx >=10.9 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - arch: x86_64 - platform: osx - license: Apache-2.0 - license_family: Apache - size: 423917 - timestamp: 1700373043647 -- kind: conda - name: orc - version: 2.0.0 + version: 2.0.1 build: h17fec99_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.0-h17fec99_1.conda - sha256: ccbfb6c2a01259c2c95b5b8139a0c3a8d4ec6240228ad1ac454b41f5fbcfd082 - md5: d2e0ffa6c3452f0a723a0ef1b96fd1cb + url: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.1-h17fec99_1.conda + sha256: d340c67b23fb0e1ef7e13574dd4a428f360bfce93b2a588b3b63625926b038d6 + md5: 3bf65f0d8e7322a1cfe8b670fa35ec81 depends: - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - tzdata + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 license_family: Apache - size: 1029252 - timestamp: 1712616110941 + purls: [] + size: 1029691 + timestamp: 1716789702707 - kind: conda name: orc - version: 2.0.0 - build: h4aad248_1 + version: 2.0.1 + build: h47ade37_1 build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.0-h4aad248_1.conda - sha256: 1706ed2e71929f5a2bba0e1041c7ecb064031e7b4ab5862777682c8bdc970bd6 - md5: b89ff040a46c45fba6687243e09b8509 + url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.0.1-h47ade37_1.conda + sha256: 567a9677258cdd03484e3045255bf10a9d8f1031c5030ef83f1fdc1a1ad6f401 + md5: cd1013678ccef9b552335004f20a2d26 depends: - __osx >=11.0 - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 - license_family: Apache - size: 414513 - timestamp: 1712616646377 -- kind: conda - name: orc - version: 2.0.0 - build: h75d905f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.0-h75d905f_0.conda - sha256: 32c843b4ce01d29ed04e81ea5c20d78051d47091c6a27b9f6e1eb7c428983b01 - md5: 7fb160bb1300a3043fec7e40d50e9aa6 - depends: - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 + - tzdata + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 license_family: Apache - size: 999580 - timestamp: 1710232876736 + purls: [] + size: 417136 + timestamp: 1716789821766 - kind: conda name: orc - version: 2.0.0 + version: 2.0.1 build: h7e885a9_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.0-h7e885a9_1.conda - sha256: eb8ba5b2c500b990dc75f468dffaf4ba5eca53a8c021b38900247df988d14e4b - md5: f61ae80fe162b09c627473932d5dc8c3 + url: https://conda.anaconda.org/conda-forge/win-64/orc-2.0.1-h7e885a9_1.conda + sha256: 8aca1dcb6e9b3e71ffbec26c2b84f45fa682d9075b78cd30acc48044b64149ec + md5: 97012c0aeee0bf55c05b5ec42cac0864 depends: - libprotobuf >=4.25.3,<4.25.4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 + - tzdata - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vc >=14.3,<15 - vc14_runtime >=14.29.30139 - - vc14_runtime >=14.38.33130 - - zstd >=1.5.5,<1.6.0a0 + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 license_family: Apache - size: 925936 - timestamp: 1712616706879 + purls: [] + size: 925642 + timestamp: 1716789911582 - kind: conda name: orc - version: 2.0.0 + version: 2.0.1 build: hd7aaf90_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.0-hd7aaf90_1.conda - sha256: 27725756b444000f81ef2c2d132d03b1a67e89ab00dec944c89ef072061f9705 - md5: 95d5a76acc60426348cdf900f5b8d1f2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/orc-2.0.1-hd7aaf90_1.conda + sha256: 21299f9c47cfc9ff66f78bc94873fa151b82550f5afc3612f1e90b2b28f42017 + md5: 147e06eb42345a684d9357b26dfe5326 depends: - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - tzdata + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 license_family: Apache - size: 1002468 - timestamp: 1712616308423 + purls: [] + size: 1004241 + timestamp: 1716789692400 - kind: conda name: orc - version: 2.0.0 - build: hf146577_1 + version: 2.0.1 + build: hf43e91b_1 build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.0-hf146577_1.conda - sha256: 801367a030bf6eaf10603c575dbaca439283e449e9cd5bb586b600fb591f5221 - md5: 7979dbaf686485e12d48e7ca9fcb5a56 + url: https://conda.anaconda.org/conda-forge/osx-64/orc-2.0.1-hf43e91b_1.conda + sha256: 718010a056ef084a12bfd6b4d7908c8817a0093ecc395c270857134e002d5857 + md5: 15d11d156ad646e69176df6af6ef0826 depends: - __osx >=10.13 - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 + - tzdata + - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 license_family: Apache - size: 433233 - timestamp: 1712616573866 + purls: [] + size: 438785 + timestamp: 1716789731333 - kind: pypi name: packaging version: '24.0' @@ -22293,14 +16316,14 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/packaging + - pkg:pypi/packaging?source=conda-forge-mapping size: 49832 timestamp: 1710076089469 - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee + url: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22391,8 +16414,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl - sha256: 873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24 + url: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22483,8 +16506,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: 8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151 + url: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl + sha256: 873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22575,8 +16598,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288 + url: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22677,6 +16700,7 @@ packages: - libstdcxx-ng >=7.5.0 license: GPL-3.0-or-later license_family: GPL + purls: [] size: 94048 timestamp: 1673473024463 - kind: pypi @@ -22693,8 +16717,8 @@ packages: - kind: pypi 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 + 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' - olefile ; extra == 'docs' @@ -22717,8 +16741,8 @@ packages: - kind: pypi 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 + 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' - olefile ; extra == 'docs' @@ -22741,8 +16765,8 @@ packages: - kind: pypi 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 + 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' - olefile ; extra == 'docs' @@ -22765,8 +16789,8 @@ packages: - kind: pypi 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 + 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' - olefile ; extra == 'docs' @@ -22789,8 +16813,8 @@ packages: - kind: pypi 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 + 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' - olefile ; extra == 'docs' @@ -22813,8 +16837,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: 1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd + url: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22841,8 +16865,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl - sha256: 8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d + url: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl + sha256: 5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22869,8 +16893,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57 + url: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl + sha256: 8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22897,8 +16921,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl - sha256: 5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795 + url: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: 1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22928,27 +16952,6 @@ packages: url: https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl sha256: ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc requires_python: '>=3.7' -- kind: conda - name: pip - version: 23.2.1 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - md5: e2783aa3f9235225eec92f9081c5b801 - depends: - - python >=3.7 - - setuptools * - - wheel * - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/pip - size: 1386212 - timestamp: 1690024763393 - kind: conda name: pip version: '24.0' @@ -22965,26 +16968,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pip + - pkg:pypi/pip?source=conda-forge-mapping size: 1398245 timestamp: 1706960660581 -- kind: pypi - name: platformdirs - version: 4.2.1 - url: https://files.pythonhosted.org/packages/b0/15/1691fa5aaddc0c4ea4901c26f6137c29d5f6673596fe960a0340e8c308e1/platformdirs-4.2.1-py3-none-any.whl - sha256: 17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1 - requires_dist: - - furo>=2023.9.10 ; extra == 'docs' - - proselint>=0.13 ; extra == 'docs' - - sphinx-autodoc-typehints>=1.25.2 ; extra == 'docs' - - sphinx>=7.2.6 ; extra == 'docs' - - appdirs==1.4.4 ; extra == 'test' - - covdefaults>=2.3 ; extra == 'test' - - pytest-cov>=4.1 ; extra == 'test' - - pytest-mock>=3.12 ; extra == 'test' - - pytest>=7.4.3 ; extra == 'test' - - mypy>=1.8 ; extra == 'type' - requires_python: '>=3.8' - kind: pypi name: platformdirs version: 4.2.2 @@ -23013,40 +16999,29 @@ packages: editable: true - kind: conda name: pluggy - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - depends: - - python >=3.8 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/pluggy - size: 22548 - timestamp: 1693086745921 -- kind: conda - name: pluggy - version: 1.4.0 + version: 1.5.0 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda - sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 - md5: 139e9feb65187e916162917bb2484976 + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 + md5: d3483c8fc2dc2cc3f5cf43e26d60cabf depends: - python >=3.8 license: MIT license_family: MIT purls: - - pkg:pypi/pluggy@1.4.0 - size: 23384 - timestamp: 1706116931972 + - pkg:pypi/pluggy?source=conda-forge-mapping + size: 23815 + timestamp: 1713667175451 +- kind: pypi + name: plyfile + version: '0.9' + url: https://files.pythonhosted.org/packages/fa/ce/f149b1801566aef6746554d4217f9517fac87cf5caa792b2793b6ccb52ce/plyfile-0.9-py3-none-any.whl + sha256: 5f5bb9396c3c22f055677b5d0c7224271b81d8acd227c85d3357aa821fad2060 + requires_dist: + - numpy>=1.17 + requires_python: '>=3.7' - kind: conda name: prettier version: 2.8.8 @@ -23060,6 +17035,7 @@ packages: - nodejs >=18.16.1,<19.0a0 license: MIT license_family: MIT + purls: [] size: 12678689 timestamp: 1691677487574 - kind: conda @@ -23076,6 +17052,7 @@ packages: - nodejs >=18.16.1,<19.0a0 license: MIT license_family: MIT + purls: [] size: 12599147 timestamp: 1691677147431 - kind: conda @@ -23091,6 +17068,7 @@ packages: - nodejs >=18.16.1,<19.0a0 license: MIT license_family: MIT + purls: [] size: 12979886 timestamp: 1691677482320 - kind: conda @@ -23106,6 +17084,7 @@ packages: - nodejs >=18.16.1,<19.0a0 license: MIT license_family: MIT + purls: [] size: 12873889 timestamp: 1691677118975 - kind: conda @@ -23121,6 +17100,7 @@ packages: - nodejs >=18.16.1,<19.0a0 license: MIT license_family: MIT + purls: [] size: 1398331 timestamp: 1691677409088 - kind: pypi @@ -23141,32 +17121,32 @@ packages: - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - sha256: f1279ab38ecbfae7e456a108c5c0681e4956d5b1090027c1de0f934dfdb4b35c + url: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl + sha256: 7c8daa26095f82482307bc717364e7c13f4f1c99659be82890dcfc215194554d requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl - sha256: e7cb0ae90dd83727f0c0718634ed56837bfeeee29a5f82a7514c03ee1364c019 + url: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl + sha256: 209ba4cc916bab46f64e56b85b090607a676f66b473e6b762e6f1d9d591eb2e8 requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl - sha256: 7c8daa26095f82482307bc717364e7c13f4f1c99659be82890dcfc215194554d + url: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl + sha256: f1279ab38ecbfae7e456a108c5c0681e4956d5b1090027c1de0f934dfdb4b35c requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl - sha256: 209ba4cc916bab46f64e56b85b090607a676f66b473e6b762e6f1d9d591eb2e8 + url: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl + sha256: e7cb0ae90dd83727f0c0718634ed56837bfeeee29a5f82a7514c03ee1364c019 requires_python: '>=3.8' - kind: pypi name: psutil version: 5.9.8 - url: https://files.pythonhosted.org/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4 + url: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl + sha256: d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23177,8 +17157,8 @@ packages: - kind: pypi name: psutil version: 5.9.8 - url: https://files.pythonhosted.org/packages/93/52/3e39d26feae7df0aa0fd510b14012c3678b36ed068f7d78b8d8784d61f0e/psutil-5.9.8-cp37-abi3-win_amd64.whl - sha256: 8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf + url: https://files.pythonhosted.org/packages/e7/e3/07ae864a636d70a8a6f58da27cb1179192f1140d5d1da10886ade9405797/psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl + sha256: aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23189,8 +17169,8 @@ packages: - kind: pypi name: psutil version: 5.9.8 - url: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl - sha256: d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8 + url: https://files.pythonhosted.org/packages/93/52/3e39d26feae7df0aa0fd510b14012c3678b36ed068f7d78b8d8784d61f0e/psutil-5.9.8-cp37-abi3-win_amd64.whl + sha256: 8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23201,8 +17181,8 @@ packages: - kind: pypi name: psutil version: 5.9.8 - url: https://files.pythonhosted.org/packages/e7/e3/07ae864a636d70a8a6f58da27cb1179192f1140d5d1da10886ade9405797/psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl - sha256: aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81 + url: https://files.pythonhosted.org/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23225,7 +17205,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil@5.9.8 + - pkg:pypi/psutil?source=conda-forge-mapping size: 513415 timestamp: 1705722847446 - kind: conda @@ -23243,7 +17223,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil@5.9.8 + - pkg:pypi/psutil?source=conda-forge-mapping size: 505516 timestamp: 1705722586221 - kind: conda @@ -23263,7 +17243,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil@5.9.8 + - pkg:pypi/psutil?source=conda-forge-mapping size: 520242 timestamp: 1705723070638 - kind: conda @@ -23282,7 +17262,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil@5.9.8 + - pkg:pypi/psutil?source=conda-forge-mapping size: 506604 timestamp: 1705722743163 - kind: conda @@ -23299,7 +17279,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil@5.9.8 + - pkg:pypi/psutil?source=conda-forge-mapping size: 513371 timestamp: 1705722716862 - kind: conda @@ -23314,6 +17294,7 @@ packages: depends: - vc 14.* license: LGPL 2 + purls: [] size: 144301 timestamp: 1537755684331 - kind: conda @@ -23330,412 +17311,209 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/py-cpuinfo@9.0.0 + - pkg:pypi/py-cpuinfo?source=conda-forge-mapping size: 24947 timestamp: 1666774595872 +- kind: pypi + name: pyarrow + version: 16.1.0 + url: https://files.pythonhosted.org/packages/f3/94/4e2a579bbac1adb19e63b054b300f6f7fa04f32f212ce86c18727bdda698/pyarrow-16.1.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 2e73cfc4a99e796727919c5541c65bb88b973377501e39b9842ea71401ca6c1c + requires_dist: + - numpy>=1.16.6 + requires_python: '>=3.8' +- kind: pypi + name: pyarrow + version: 16.1.0 + url: https://files.pythonhosted.org/packages/28/17/a12aaddb818b7b73d17f3304afc22bce32ccb26723b507cc9c267aa809f3/pyarrow-16.1.0-cp311-cp311-macosx_10_15_x86_64.whl + sha256: d0ebea336b535b37eee9eee31761813086d33ed06de9ab6fc6aaa0bace7b250c + requires_dist: + - numpy>=1.16.6 + requires_python: '>=3.8' +- kind: pypi + name: pyarrow + version: 16.1.0 + url: https://files.pythonhosted.org/packages/49/4d/62a09116ec357ade462fac4086e0711457a87177bea25ae46b25897d6d7c/pyarrow-16.1.0-cp311-cp311-win_amd64.whl + sha256: 185d121b50836379fe012753cf15c4ba9638bda9645183ab36246923875f8d1b + requires_dist: + - numpy>=1.16.6 + requires_python: '>=3.8' +- kind: pypi + name: pyarrow + version: 16.1.0 + url: https://files.pythonhosted.org/packages/fa/15/48a68b30542a0231a75c26d8661bc5c9bbc07b42c5b219e929adba814ba7/pyarrow-16.1.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: a33a64576fddfbec0a44112eaf844c20853647ca833e9a647bfae0582b2ff94b + requires_dist: + - numpy>=1.16.6 + requires_python: '>=3.8' - kind: conda name: pyarrow version: 14.0.2 - build: py311h05400ba_16_cpu - build_number: 16 + build: py311h6d3785f_24_cpu + build_number: 24 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h05400ba_16_cpu.conda - sha256: e7ae2e78a52e7c986fd8260ab9cbb33c483f0997bf24f8c2cdc24c28c49428c7 - md5: 13eea94cd11c751009580c32ce6056cc - depends: - - libarrow 14.0.2 h45212c0_16_cpu - - libarrow-acero 14.0.2 h8681a6d_16_cpu - - libarrow-dataset 14.0.2 h8681a6d_16_cpu - - libarrow-flight 14.0.2 h83a3238_16_cpu - - libarrow-flight-sql 14.0.2 h21569af_16_cpu - - libarrow-gandiva 14.0.2 h4e6a3a4_16_cpu - - libarrow-substrait 14.0.2 hea7f8fd_16_cpu - - libparquet 14.0.2 h39135fc_16_cpu + url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6d3785f_24_cpu.conda + sha256: 7abaa68c397cdf9c8c87971cb99c0053351cda49c22be495fcd56d203c036ddb + md5: 6d8614fbfb7239798fffae9e04a33a69 + depends: + - libarrow 14.0.2 h5e8bd17_24_cpu + - libarrow-acero 14.0.2 he0c23c2_24_cpu + - libarrow-dataset 14.0.2 he0c23c2_24_cpu + - libarrow-flight 14.0.2 ha7f4a34_24_cpu + - libarrow-flight-sql 14.0.2 hdeef14f_24_cpu + - libarrow-gandiva 14.0.2 h34286b4_24_cpu + - libarrow-substrait 14.0.2 h1f0e801_24_cpu + - libparquet 14.0.2 h178134c_24_cpu + - libzlib >=1.2.13,<2.0.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 + - tzdata - 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@14.0.2 - size: 3469033 - timestamp: 1712761753340 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h1eb6f34_12_cpu - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311h1eb6f34_12_cpu.conda - sha256: b8946dd95fe52d3b11332738f9a14191590d7c53820de424e43209ed7b94066c - md5: f99ad4baaa57ab44e9af3aaa89c7bfc3 - depends: - - libarrow 14.0.2 h25df049_12_cpu - - libarrow-acero 14.0.2 h2f0025b_12_cpu - - libarrow-dataset 14.0.2 h2f0025b_12_cpu - - libarrow-flight 14.0.2 h2f4a9e5_12_cpu - - libarrow-flight-sql 14.0.2 hc81a7a7_12_cpu - - libarrow-gandiva 14.0.2 h3a2b1eb_12_cpu - - libarrow-substrait 14.0.2 hd45466a_12_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 hb18b541_12_cpu - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 4398440 - timestamp: 1710295377459 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h39c9aba_10_cpu - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h39c9aba_10_cpu.conda - sha256: c6146c95029e6c6cb32ca85e7da45d0f2a22ccca1ec8c311cff90ecf8655f48f - md5: 0c28389e869c69ae71f8edc9590949b7 - depends: - - libarrow 14.0.2 h5001e6d_10_cpu - - libarrow-acero 14.0.2 h59595ed_10_cpu - - libarrow-dataset 14.0.2 h59595ed_10_cpu - - libarrow-flight 14.0.2 hf334d8d_10_cpu - - libarrow-flight-sql 14.0.2 h469e5c9_10_cpu - - libarrow-gandiva 14.0.2 h3f306ff_10_cpu - - libarrow-substrait 14.0.2 h469e5c9_10_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_10_cpu - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/pyarrow - size: 4524767 - timestamp: 1708692350829 + - pkg:pypi/pyarrow?source=conda-forge-mapping + size: 3520040 + timestamp: 1716498817433 - kind: conda name: pyarrow version: 14.0.2 - build: py311h39c9aba_3_cpu - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h39c9aba_3_cpu.conda - sha256: a8f069f07bc7945a82f0ae396e537f79b0a1fb41c376587fc04899117d7c7ab8 - md5: 9059da4dfbc4927c9d5448efa71767ae - depends: - - libarrow 14.0.2 h84dd17c_3_cpu - - libarrow-acero 14.0.2 h59595ed_3_cpu - - libarrow-dataset 14.0.2 h59595ed_3_cpu - - libarrow-flight 14.0.2 h120cb0d_3_cpu - - libarrow-flight-sql 14.0.2 h61ff412_3_cpu - - libarrow-gandiva 14.0.2 hacb8726_3_cpu - - libarrow-substrait 14.0.2 h61ff412_3_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_3_cpu - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 4511688 - timestamp: 1706611416247 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h4c23913_16_cpu - build_number: 16 + build: py311hba79771_24_cpu + build_number: 24 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311h4c23913_16_cpu.conda - sha256: 166d22fcb756ae4b627d6c11a7539bba6513982bea03e1f5101575ac486fdf22 - md5: 72676f83b15af074051028a3d87f2dd7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hba79771_24_cpu.conda + sha256: ea058d3da990bef2fe30cce60da59334726482b94ea5c47fab6f7690b50335dd + md5: d319221fb1027b72e6c43c6e22e0e3c5 depends: - __osx >=11.0 - - libarrow 14.0.2 h3fc723a_16_cpu - - libarrow-acero 14.0.2 h43a2c78_16_cpu - - libarrow-dataset 14.0.2 h43a2c78_16_cpu - - libarrow-flight 14.0.2 h161034a_16_cpu - - libarrow-flight-sql 14.0.2 h32643e2_16_cpu - - libarrow-gandiva 14.0.2 ha803c60_16_cpu - - libarrow-substrait 14.0.2 h7a0fec1_16_cpu + - libarrow 14.0.2 h416b5a9_24_cpu + - libarrow-acero 14.0.2 h7f2d090_24_cpu + - libarrow-dataset 14.0.2 h7f2d090_24_cpu + - libarrow-flight 14.0.2 h995e30c_24_cpu + - libarrow-flight-sql 14.0.2 hb50bbf7_24_cpu + - libarrow-gandiva 14.0.2 h854e664_24_cpu + - libarrow-substrait 14.0.2 hfe31399_24_cpu - libcxx >=14 - - libparquet 14.0.2 he0622da_16_cpu + - libparquet 14.0.2 h7c5c30a_24_cpu + - libzlib >=1.2.13,<2.0.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 + - tzdata constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/pyarrow@14.0.2 - size: 4085287 - timestamp: 1712761619928 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h54e7ce8_10_cpu - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311h54e7ce8_10_cpu.conda - sha256: 4b7f04ab561aed48f7ddc5a948b8a531a7a570913b7cf1d70137d55d0a0752cc - md5: a8fab1011f90fa282b60b14bbf08c30e - depends: - - libarrow 14.0.2 hd2c9378_10_cpu - - libarrow-acero 14.0.2 h000cb23_10_cpu - - libarrow-dataset 14.0.2 h000cb23_10_cpu - - libarrow-flight 14.0.2 h7656fc6_10_cpu - - libarrow-flight-sql 14.0.2 h54f281b_10_cpu - - libarrow-gandiva 14.0.2 hdf5a02d_10_cpu - - libarrow-substrait 14.0.2 h54f281b_10_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_10_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 4009410 - timestamp: 1708691836141 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h54e7ce8_3_cpu - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311h54e7ce8_3_cpu.conda - sha256: e628efb0e32ef1bb1e242c0fae345de13e00f3a09fad829c40d8f151ee2214fe - md5: 2f7eeb58249319e17eb1607f382f018f - depends: - - libarrow 14.0.2 h1aaacd4_3_cpu - - libarrow-acero 14.0.2 h000cb23_3_cpu - - libarrow-dataset 14.0.2 h000cb23_3_cpu - - libarrow-flight 14.0.2 ha1803ca_3_cpu - - libarrow-flight-sql 14.0.2 h8ec153b_3_cpu - - libarrow-gandiva 14.0.2 h01dce7f_3_cpu - - libarrow-substrait 14.0.2 h8ec153b_3_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_3_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 4013259 - timestamp: 1706613498055 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311h6a6099b_10_cpu - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.2-py311h6a6099b_10_cpu.conda - sha256: eb0908c181266a344ef0b3e57cdee471fba09e839e0d9cea0ece7afb158ea512 - md5: ae00706627622e00cda914c7de0d3eba - depends: - - libarrow 14.0.2 hd01637b_10_cpu - - libarrow-acero 14.0.2 h63175ca_10_cpu - - libarrow-dataset 14.0.2 h63175ca_10_cpu - - libarrow-flight 14.0.2 hca4e5ea_10_cpu - - libarrow-flight-sql 14.0.2 h1ef3bed_10_cpu - - libarrow-gandiva 14.0.2 h6d0e577_10_cpu - - libarrow-substrait 14.0.2 hf368baa_10_cpu - - libparquet 14.0.2 h7ec3a38_10_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 3465525 - timestamp: 1708693288111 + - pkg:pypi/pyarrow?source=conda-forge-mapping + size: 4108974 + timestamp: 1716499624787 - kind: conda name: pyarrow version: 14.0.2 - build: py311h78dcc79_16_cpu - build_number: 16 + build: py311hd5e4297_24_cpu + build_number: 24 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311h78dcc79_16_cpu.conda - sha256: b1902c06a4269496fe4e5b1d93167df5de7a63e4cc17148fb363a0769f458036 - md5: d2c07999b8658fa0052c41ffbe85e3a0 - depends: - - libarrow 14.0.2 he70291f_16_cpu - - libarrow-acero 14.0.2 hac33072_16_cpu - - libarrow-dataset 14.0.2 hac33072_16_cpu - - libarrow-flight 14.0.2 hd42f311_16_cpu - - libarrow-flight-sql 14.0.2 h9241762_16_cpu - - libarrow-gandiva 14.0.2 hd4ab825_16_cpu - - libarrow-substrait 14.0.2 h9241762_16_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h6a7eafb_16_cpu + url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.2-py311hd5e4297_24_cpu.conda + sha256: 5774bcb5283e6f219caa9d82c14a89369c742ac848e217b42ee6cc0ed6633c69 + md5: 8811464b01206ade7bbb36ef413ca12c + depends: + - libarrow 14.0.2 hcb6531f_24_cpu + - libarrow-acero 14.0.2 hbabe93e_24_cpu + - libarrow-dataset 14.0.2 hbabe93e_24_cpu + - libarrow-flight 14.0.2 he07691f_24_cpu + - libarrow-flight-sql 14.0.2 he4f5ca8_24_cpu + - libarrow-gandiva 14.0.2 hc1954e9_24_cpu + - libarrow-substrait 14.0.2 he4f5ca8_24_cpu + - libgcc-ng >=12 + - libparquet 14.0.2 hacf5a1f_24_cpu - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 + - tzdata constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/pyarrow@14.0.2 - size: 4497078 - timestamp: 1712756648356 + - pkg:pypi/pyarrow?source=conda-forge-mapping + size: 4542715 + timestamp: 1716497580114 - kind: conda name: pyarrow version: 14.0.2 - build: py311hb0c4a44_16_cpu - build_number: 16 + build: py311hd83363f_24_cpu + build_number: 24 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hb0c4a44_16_cpu.conda - sha256: fdf91161069ef925975a4706da24185d62b45d702c7e3e954e2c3851ce31eea0 - md5: 63c818d925da4ce74da9ff6e4ebaea94 + url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.2-py311hd83363f_24_cpu.conda + sha256: 7c066f5e919c624a02b39128231ce7d114b892745081992ffa16241596045f02 + md5: ca9b3be38c95713f7fb28e86dde23d89 depends: - __osx >=10.13 - - libarrow 14.0.2 hf13115f_16_cpu - - libarrow-acero 14.0.2 hcdcf8f8_16_cpu - - libarrow-dataset 14.0.2 hcdcf8f8_16_cpu - - libarrow-flight 14.0.2 hcd10e87_16_cpu - - libarrow-flight-sql 14.0.2 hd7485ff_16_cpu - - libarrow-gandiva 14.0.2 h1359b85_16_cpu - - libarrow-substrait 14.0.2 hd7485ff_16_cpu - - libcxx >=14 - - libparquet 14.0.2 h4aea69c_16_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - purls: - - pkg:pypi/pyarrow@14.0.2 - size: 4011396 - timestamp: 1712760246531 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311hd7bc329_10_cpu - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hd7bc329_10_cpu.conda - sha256: f14dd3ed79b814849d1f778b11e50ff1a153245fcff2b74a3b32059951e31262 - md5: 16bca180394fa4dcddb7d1126e3af1e3 - depends: - - libarrow 14.0.2 h4c2354f_10_cpu - - libarrow-acero 14.0.2 h13dd4ca_10_cpu - - libarrow-dataset 14.0.2 h13dd4ca_10_cpu - - libarrow-flight 14.0.2 hc99bc2f_10_cpu - - libarrow-flight-sql 14.0.2 h5f273fa_10_cpu - - libarrow-gandiva 14.0.2 h45483b4_10_cpu - - libarrow-substrait 14.0.2 h3e46f79_10_cpu - - libcxx >=14 - - libparquet 14.0.2 hf6ce1d5_10_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/pyarrow - size: 4094429 - timestamp: 1708693258443 -- kind: conda - name: pyarrow - version: 14.0.2 - build: py311hd7bc329_3_cpu - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.2-py311hd7bc329_3_cpu.conda - sha256: c8fbd3df04eecf72d7bd494294871b4c4ab12d0e4e34fa8e0f8f9816f3794bcf - md5: d51128d8bb207d76a1b59b944948ba89 - depends: - - libarrow 14.0.2 h4ce3932_3_cpu - - libarrow-acero 14.0.2 h13dd4ca_3_cpu - - libarrow-dataset 14.0.2 h13dd4ca_3_cpu - - libarrow-flight 14.0.2 ha94d253_3_cpu - - libarrow-flight-sql 14.0.2 h39a9b85_3_cpu - - libarrow-gandiva 14.0.2 hf757142_3_cpu - - libarrow-substrait 14.0.2 h7fd9903_3_cpu + - libarrow 14.0.2 hdcc59cd_24_cpu + - libarrow-acero 14.0.2 h5768557_24_cpu + - libarrow-dataset 14.0.2 h5768557_24_cpu + - libarrow-flight 14.0.2 h0503de3_24_cpu + - libarrow-flight-sql 14.0.2 h35165ce_24_cpu + - libarrow-gandiva 14.0.2 hde8f4f9_24_cpu + - libarrow-substrait 14.0.2 h35165ce_24_cpu - libcxx >=14 - - libparquet 14.0.2 hf6ce1d5_3_cpu + - libparquet 14.0.2 h99dd538_24_cpu + - libzlib >=1.2.13,<2.0.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 + - tzdata constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/pyarrow - size: 4074654 - timestamp: 1706611920192 + - pkg:pypi/pyarrow?source=conda-forge-mapping + size: 4036576 + timestamp: 1716498580288 - kind: conda name: pyarrow version: 14.0.2 - build: py311hf60b7a8_16_cpu - build_number: 16 + build: py311hfc23d97_24_cpu + build_number: 24 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hf60b7a8_16_cpu.conda - sha256: cfe2988de02922323fea070d1a520a07fc5626db58f908e6f531d763a4802941 - md5: 92eebc9a1f517898d5c1d82ceee0978e - depends: - - libarrow 14.0.2 h520d24b_16_cpu - - libarrow-acero 14.0.2 h0a1ffab_16_cpu - - libarrow-dataset 14.0.2 h0a1ffab_16_cpu - - libarrow-flight 14.0.2 hbf3f4d3_16_cpu - - libarrow-flight-sql 14.0.2 h7624240_16_cpu - - libarrow-gandiva 14.0.2 h1eebba3_16_cpu - - libarrow-substrait 14.0.2 h9b67ed8_16_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h70b04f6_16_cpu - - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyarrow-14.0.2-py311hfc23d97_24_cpu.conda + sha256: 7de1ede185593ae7bafc35cc566aa1a2e939da8ab071522b441f383e48abfb31 + md5: 078c683ea1f207ce8a46d416b5d7e8bb + depends: + - libarrow 14.0.2 ha197d68_24_cpu + - libarrow-acero 14.0.2 h8b12148_24_cpu + - libarrow-dataset 14.0.2 h8b12148_24_cpu + - libarrow-flight 14.0.2 hf5755da_24_cpu + - libarrow-flight-sql 14.0.2 hd65ccc5_24_cpu + - libarrow-gandiva 14.0.2 hb8d7e52_24_cpu + - libarrow-substrait 14.0.2 h848f5c6_24_cpu + - libgcc-ng >=13 + - libparquet 14.0.2 hc6232f2_24_cpu + - libstdcxx-ng >=13 + - libzlib >=1.2.13,<2.0.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 + - tzdata constrains: - apache-arrow-proc =*=cpu license: Apache-2.0 + license_family: APACHE purls: - - pkg:pypi/pyarrow@14.0.2 - size: 4395299 - timestamp: 1712757143110 + - pkg:pypi/pyarrow?source=conda-forge-mapping + size: 4409518 + timestamp: 1716498484445 - kind: pypi name: pyasn1 version: 0.6.0 @@ -23823,8 +17601,8 @@ packages: - kind: pypi 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 + 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' @@ -23835,8 +17613,8 @@ packages: - kind: pypi 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 + 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' @@ -23847,8 +17625,8 @@ packages: - kind: pypi 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 + 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' @@ -23859,8 +17637,8 @@ packages: - kind: pypi 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 + 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' @@ -23887,18 +17665,20 @@ packages: sha256: 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf - kind: pypi 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 + version: 1.2.0 + url: https://files.pythonhosted.org/packages/b8/f1/6cfc6a3d57ddf4f2079afbca7aa516aeab1882c867da70a4e4905787b8bd/pyopf-1.2.0-py3-none-any.whl + sha256: 328d88ff6d767948da1ca505399c6aec3059ef6be7e59f92fb34dc6c779899dd requires_dist: - - argparse>=1.4.0 - - numpy>=1.24.1 - - pillow>=9.5.0 - - pygltflib>=1.15.3 - - python-dateutil>=2.8.2 - - shapely>=2.0.1 - - tqdm>=4.65.0 - - simplejson>=18.3 ; extra == 'tests' + - laspy==2.4.1 + - numpy + - pillow>=10,<11 + - plyfile==0.9 + - pygltflib + - pyproj==3.6.0 + - python-dateutil + - shapely + - simplejson + - tqdm>=4.65.0,<5.0.0 requires_python: '>=3.10' - kind: pypi name: pyparsing @@ -23910,96 +17690,76 @@ packages: - jinja2 ; extra == 'diagrams' requires_python: '>=3.6.8' - kind: pypi - 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 + name: pyproj + version: 3.6.0 + url: https://files.pythonhosted.org/packages/1a/07/2f1975c98c840eb4fa54fb95c3070c4255bdf41fd6866e05cffff41b4f4e/pyproj-3.6.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: ba5e7c8ddd6ed5a3f9fcf95ea80ba44c931913723de2ece841c94bb38b200c4a requires_dist: - - freetype-py - - imageio - - networkx - - numpy - - pillow - - pyglet>=1.4.10 - - pyopengl==3.1.0 - - scipy - - six - - trimesh - - flake8 ; extra == 'dev' - - pre-commit ; extra == 'dev' - - pytest ; extra == 'dev' - - pytest-cov ; extra == 'dev' - - tox ; extra == 'dev' - - sphinx ; extra == 'docs' - - sphinx-rtd-theme ; extra == 'docs' - - sphinx-automodapi ; extra == 'docs' -- kind: conda - name: pytest - version: 7.4.2 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda - sha256: 150bfb2a86dffd4ce1e91c2d61dde5779fb3ee338675e210fec4ef508ffff28c - md5: 6dd662ff5ac9a783e5c940ce9f3fe649 - depends: - - colorama * - - exceptiongroup >=1.0.0rc8 - - iniconfig * - - packaging * - - pluggy >=0.12,<2.0 - - python >=3.7 - - tomli >=1.0.0 - constrains: - - pytest-faulthandler >=2 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest - size: 244691 - timestamp: 1694128618921 -- kind: conda - name: pytest - version: 8.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda - sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 - md5: 5ba1cc5b924226349d4a49fb547b7579 - depends: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2.0,>=1.4.0 - - python >=3.8 - - tomli >=1.0.0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest - size: 251713 - timestamp: 1706448088334 + - certifi + requires_python: '>=3.9' +- kind: pypi + name: pyproj + version: 3.6.0 + url: https://files.pythonhosted.org/packages/1b/d7/df8483715560c7a4f060774171c5ef75360d73da6b7a1b7768037885a6b4/pyproj-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 00fab048596c17572fa8980014ef117dbb2a445e6f7ba3b9ddfcc683efc598e7 + requires_dist: + - certifi + requires_python: '>=3.9' +- kind: pypi + name: pyproj + version: 3.6.0 + url: https://files.pythonhosted.org/packages/c8/5a/215a1894e50167d91b471d8fc413ca30034c48e5d3dfac78d12df4c840d5/pyproj-3.6.0-cp311-cp311-win_amd64.whl + sha256: 8fbac2eb9a0e425d7d6b7c6f4ebacd675cf3bdef0c59887057b8b4b0374e7c12 + requires_dist: + - certifi + requires_python: '>=3.9' +- kind: pypi + name: pyproj + version: 3.6.0 + url: https://files.pythonhosted.org/packages/81/eb/3e31e15fdee9d54bdbc575b6384bd7e54f63590fcb4d5c247ad38a81eb44/pyproj-3.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: dfe392dfc0eba2248dc08c976a72f52ff9da2bddfddfd9ff5dcf18e8e88200c7 + requires_dist: + - certifi + requires_python: '>=3.9' +- kind: pypi + 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 + - imageio + - networkx + - numpy + - pillow + - pyglet>=1.4.10 + - pyopengl==3.1.0 + - scipy + - six + - trimesh + - flake8 ; extra == 'dev' + - pre-commit ; extra == 'dev' + - pytest ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - tox ; extra == 'dev' + - sphinx ; extra == 'docs' + - sphinx-rtd-theme ; extra == 'docs' + - sphinx-automodapi ; extra == 'docs' - kind: conda name: pytest - version: 8.1.1 + version: 8.2.1 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.1.1-pyhd8ed1ab_0.conda - sha256: 3c481d6b54af1a33c32a3f3eaa3e0971955431e7023db55808740cd062271c73 - md5: 94ff09cdedcb7b17e9cd5097ee2cfcff + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.2.1-pyhd8ed1ab_0.conda + sha256: b48cbecf03f26b4a50a5852b12ff6b24e8d35ffc3562ef484db0efb38d504b25 + md5: e4418e8bdbaa8eea28e047531e6763c8 depends: - colorama - exceptiongroup >=1.0.0rc8 - iniconfig - packaging - - pluggy <2.0,>=1.4 + - pluggy <2.0,>=1.5 - python >=3.8 - tomli >=1 constrains: @@ -24007,9 +17767,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pytest@8.1.1 - size: 255523 - timestamp: 1709992719691 + - pkg:pypi/pytest?source=conda-forge-mapping + size: 257189 + timestamp: 1716221414386 - kind: conda name: pytest-benchmark version: 4.0.0 @@ -24026,145 +17786,9 @@ packages: license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/pytest-benchmark@4.0.0 + - pkg:pypi/pytest-benchmark?source=conda-forge-mapping size: 39571 timestamp: 1666782598879 -- kind: conda - name: python - version: 3.11.8 - build: h2628c8c_0_cpython - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.8-h2628c8c_0_cpython.conda - sha256: 8b2db64acfd351f4281d75465b09109f4b51096d5e58128cb7a4c1d2ade47203 - md5: 5af649cf283ec4c1ffff5c4fe0cec12b - depends: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.1,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.1,<4.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 18096526 - timestamp: 1708116524168 -- kind: conda - name: python - version: 3.11.8 - build: h43d1f9e_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.8-h43d1f9e_0_cpython.conda - sha256: 4dbd3ac5f760cbf8c613df0a29d970ed1e8235101be1fa74ccd833300661706f - md5: fec01f7d8fdfec9c4881a1c9bdbc959e - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 15317480 - timestamp: 1708116052369 -- kind: conda - name: python - version: 3.11.8 - build: h9f0c242_0_cpython - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.8-h9f0c242_0_cpython.conda - sha256: 645dad20b46041ecd6a85eccbb3291fa1ad7921eea065c0081efff78c3d7e27a - md5: 22bda10a0f425564a538aed9a0e8a9df - depends: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.1,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 14067894 - timestamp: 1708117836907 -- kind: conda - name: python - version: 3.11.8 - build: hab00c5b_0_cpython - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.8-hab00c5b_0_cpython.conda - sha256: f33559d7127b6a892854bc3b2b4be1406c3be9537d658cb13edae57c8c0b5a11 - md5: 2fdc314ee058eda0114738a9309d3683 - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-64 >=2.36.1 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 30754113 - timestamp: 1708118457486 -- kind: conda - name: python - version: 3.11.8 - build: hdf0ec26_0_cpython - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.8-hdf0ec26_0_cpython.conda - sha256: 6c9bbac137759e013e6a50593c7cf10a06032fcb1ef3a994c598c7a95e73a8e1 - md5: 8f4076d960f17f19ae8b2f66727ea1c6 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.1,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 14623079 - timestamp: 1708116925163 - kind: conda name: python version: 3.11.9 @@ -24178,7 +17802,7 @@ packages: - libexpat >=2.6.2,<3.0a0 - libffi >=3.4,<4.0a0 - libsqlite >=3.45.3,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata @@ -24189,6 +17813,7 @@ packages: constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 + purls: [] size: 18232422 timestamp: 1713551717924 - kind: conda @@ -24205,7 +17830,7 @@ packages: - libexpat >=2.6.2,<3.0a0 - libffi >=3.4,<4.0a0 - libsqlite >=3.45.3,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ncurses >=6.4.20240210,<7.0a0 - openssl >=3.2.1,<4.0a0 - readline >=8.2,<9.0a0 @@ -24215,6 +17840,7 @@ packages: constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 + purls: [] size: 15503226 timestamp: 1713553747073 - kind: conda @@ -24231,7 +17857,7 @@ packages: - libexpat >=2.6.2,<3.0a0 - libffi >=3.4,<4.0a0 - libsqlite >=3.45.3,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ncurses >=6.4.20240210,<7.0a0 - openssl >=3.2.1,<4.0a0 - readline >=8.2,<9.0a0 @@ -24241,6 +17867,7 @@ packages: constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 + purls: [] size: 14644189 timestamp: 1713552154779 - kind: conda @@ -24261,7 +17888,7 @@ packages: - libsqlite >=3.45.3,<4.0a0 - libuuid >=2.38.1,<3.0a0 - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ncurses >=6.4.20240210,<7.0a0 - openssl >=3.2.1,<4.0a0 - readline >=8.2,<9.0a0 @@ -24271,8 +17898,40 @@ packages: constrains: - python_abi 3.11.* *_cp311 license: Python-2.0 + purls: [] size: 30884494 timestamp: 1713553104915 +- kind: conda + name: python + version: 3.11.9 + build: hddfb980_0_cpython + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.9-hddfb980_0_cpython.conda + sha256: 522ae1bc43929198e72643046e82362f80f2d70f4dbe8ac810d9ce2ba983fb2f + md5: 4846e936e27dd709ad78f91fa33a48e8 + depends: + - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.45.3,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 + - openssl >=3.2.1,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata + - xz >=5.2.6,<6.0a0 + constrains: + - python_abi 3.11.* *_cp311 + license: Python-2.0 + purls: [] + size: 15304491 + timestamp: 1713551266002 - kind: pypi name: python-dateutil version: 2.9.0.post0 @@ -24294,6 +17953,7 @@ packages: - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD + purls: [] size: 6385 timestamp: 1695147338551 - kind: conda @@ -24309,6 +17969,7 @@ packages: - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD + purls: [] size: 6384 timestamp: 1695147390555 - kind: conda @@ -24324,6 +17985,7 @@ packages: - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD + purls: [] size: 6478 timestamp: 1695147518012 - kind: conda @@ -24339,6 +18001,7 @@ packages: - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD + purls: [] size: 6492 timestamp: 1695147509940 - kind: conda @@ -24354,6 +18017,7 @@ packages: - python 3.11.* *_cpython license: BSD-3-Clause license_family: BSD + purls: [] size: 6755 timestamp: 1695147711935 - kind: pypi @@ -24364,26 +18028,26 @@ packages: - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 + url: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl - sha256: bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 + url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab + url: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl + sha256: bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 + url: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 requires_python: '>=3.6' - kind: pypi name: raw-mesh @@ -24396,59 +18060,6 @@ packages: - rerun-sdk - trimesh==3.15.2 editable: true -- kind: conda - name: rdma-core - version: '28.9' - build: h59595ed_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda - sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 - md5: aeffb7c06b5f65e55e6c637408dc4100 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - arch: x86_64 - platform: linux - license: Linux-OpenIB - license_family: BSD - size: 3735644 - timestamp: 1684785130341 -- kind: conda - name: rdma-core - version: '50.0' - build: h0425590_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rdma-core-50.0-h0425590_1.conda - sha256: 146c5f5c0162b39508b0f8d5b87e01e788ff6d553165e901e813afbf3b81ab50 - md5: 0e2cbcc4194d73065fcad8a4fb049893 - depends: - - libgcc-ng >=12 - - libnl >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - license: Linux-OpenIB - license_family: BSD - size: 4744617 - timestamp: 1710157969911 -- kind: conda - name: rdma-core - version: '50.0' - build: hd3aeb46_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-50.0-hd3aeb46_0.conda - sha256: 7cc75473895aa7d4fa1824ef94bd451768fa4a36a5046b3281ed2b1a6787853d - md5: 4594b391274e38f07c668acb45285a1f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libnl >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - license: Linux-OpenIB - license_family: BSD - size: 4724921 - timestamp: 1706524445013 - kind: conda name: rdma-core version: '51.0' @@ -24463,6 +18074,7 @@ packages: - libstdcxx-ng >=12 license: Linux-OpenIB license_family: BSD + purls: [] size: 4745994 timestamp: 1711958372271 - kind: conda @@ -24480,50 +18092,9 @@ packages: - libstdcxx-ng >=12 license: Linux-OpenIB license_family: BSD + purls: [] size: 4734659 timestamp: 1711958296706 -- kind: conda - name: re2 - version: 2023.06.02 - build: h2873b5e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.06.02-h2873b5e_0.conda - sha256: 3e0bfb04b6d43312d711c5b49dbc3c7660b2e6e681ed504b1b322794462a1bcd - md5: bb2d5e593ef13fe4aff0bc9440f945ae - depends: - - libre2-11 2023.06.02 h7a70373_0 - license: BSD-3-Clause - license_family: BSD - size: 26953 - timestamp: 1697065840782 -- kind: conda - name: re2 - version: 2023.06.02 - build: h6135d0a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.06.02-h6135d0a_0.conda - sha256: 963847258a82d9647311c5eb8829a49ac2161df12a304d5d6e61f788f0563442 - md5: 8f23674174b155300696a2be8b5c1407 - depends: - - libre2-11 2023.06.02 h1753957_0 - license: BSD-3-Clause - license_family: BSD - size: 27073 - timestamp: 1697065856329 -- kind: conda - name: re2 - version: 2023.06.02 - build: hd34609a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.06.02-hd34609a_0.conda - sha256: dd749346b868ac9a8765cd18e102f808103330b3fc1fac5d267fbf4257ea31c9 - md5: e498042c254db56d398b6ee858888b9d - depends: - - libre2-11 2023.06.02 h4694dbf_0 - license: BSD-3-Clause - license_family: BSD - size: 27005 - timestamp: 1697065900029 - kind: conda name: re2 version: 2023.09.01 @@ -24537,6 +18108,7 @@ packages: - libre2-11 2023.09.01 h7b2c953_2 license: BSD-3-Clause license_family: BSD + purls: [] size: 26770 timestamp: 1708947220914 - kind: conda @@ -24552,6 +18124,7 @@ packages: - libre2-11 2023.09.01 h5a48ba9_2 license: BSD-3-Clause license_family: BSD + purls: [] size: 26617 timestamp: 1708946796423 - kind: conda @@ -24567,6 +18140,7 @@ packages: - libre2-11 2023.09.01 h9d008c2_2 license: BSD-3-Clause license_family: BSD + purls: [] size: 26726 timestamp: 1708946863063 - kind: conda @@ -24582,6 +18156,7 @@ packages: - libre2-11 2023.09.01 h81f5012_2 license: BSD-3-Clause license_family: BSD + purls: [] size: 26814 timestamp: 1708947195067 - kind: conda @@ -24597,6 +18172,7 @@ packages: - libre2-11 2023.09.01 hf8d8778_2 license: BSD-3-Clause license_family: BSD + purls: [] size: 207315 timestamp: 1708947529390 - kind: conda @@ -24613,6 +18189,7 @@ packages: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL + purls: [] size: 281456 timestamp: 1679532220005 - kind: conda @@ -24629,6 +18206,7 @@ packages: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL + purls: [] size: 294092 timestamp: 1679532238805 - kind: conda @@ -24644,6 +18222,7 @@ packages: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL + purls: [] size: 250351 timestamp: 1679532511311 - kind: conda @@ -24659,37 +18238,38 @@ packages: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL + purls: [] size: 255870 timestamp: 1679532707590 - kind: pypi name: regex - version: 2024.5.10 - url: https://files.pythonhosted.org/packages/a4/06/c5d4eb73c1f1335a2447b1de9411014e3bb12331c8c32eaa26a4ae318e54/regex-2024.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 7467ad8b0eac0b28e52679e972b9b234b3de0ea5cee12eb50091d2b68145fe36 + version: 2024.5.15 + url: https://files.pythonhosted.org/packages/c3/43/29ef9c42ae1e764a98510af1c610bf9f4b90a97a04fabe9396d6b73b0cc4/regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl + sha256: a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f requires_python: '>=3.8' - kind: pypi name: regex - version: 2024.5.10 - url: https://files.pythonhosted.org/packages/47/34/8dd49be3224d010479c80b5e758a5a25322cb2d082eb7ecb0e9e29738dc4/regex-2024.5.10-cp311-cp311-win_amd64.whl - sha256: 12446827f43c7881decf2c126762e11425de5eb93b3b0d8b581344c16db7047a + version: 2024.5.15 + url: https://files.pythonhosted.org/packages/2b/8b/1801c93783cc86bc72ed96f836ee81ea1e42c9f7bbf193aece9878c3fae5/regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl + sha256: c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656 requires_python: '>=3.8' - kind: pypi name: regex - version: 2024.5.10 - url: https://files.pythonhosted.org/packages/da/34/3f219ae001d3f52d1567dbeae7ff8d9f08696006989d59ace7cc7c63800c/regex-2024.5.10-cp311-cp311-macosx_11_0_arm64.whl - sha256: ad45f3bccfcb00868f2871dce02a755529838d2b86163ab8a246115e80cfb7d6 + version: 2024.5.15 + url: https://files.pythonhosted.org/packages/ef/9b/0aa55fc101c803869c13b389b718b15810592d2df35b1af15ff5b6f48e16/regex-2024.5.15-cp311-cp311-win_amd64.whl + sha256: 9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201 requires_python: '>=3.8' - kind: pypi name: regex - version: 2024.5.10 - url: https://files.pythonhosted.org/packages/6c/99/152009b8f39e38c03dafa07ffdbc1027981dc2249d42919ed54eaeb9450b/regex-2024.5.10-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 45cc13d398b6359a7708986386f72bd156ae781c3e83a68a6d4cee5af04b1ce9 + version: 2024.5.15 + url: https://files.pythonhosted.org/packages/39/29/8158a6e69e97b9c72fab0b46fe4d57c789d07ef91fe4afde23721e7cac61/regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f requires_python: '>=3.8' - kind: pypi name: requests - version: 2.31.0 - url: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - sha256: 58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f + 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 @@ -24697,12 +18277,73 @@ packages: - certifi>=2017.4.17 - pysocks!=1.5.7,>=1.5.6 ; extra == 'socks' - chardet<6,>=3.0.2 ; extra == 'use_chardet_on_py3' - requires_python: '>=3.7' + requires_python: '>=3.8' +- kind: pypi + name: rerun-sdk + version: 0.16.1 + url: https://files.pythonhosted.org/packages/62/97/4f61141d7dcadc30f5e4f6279823068b3a96e42acb3245544dd4e156c8cc/rerun_sdk-0.16.1-cp38-abi3-macosx_10_12_x86_64.whl + sha256: 170c6976634008611753e10dfef8cdc395ce8180e634c169e7c61cef2f89a277 + requires_dist: + - attrs>=23.1.0 + - numpy>=1.23,<2 + - pillow>=8.0.0 + - pyarrow>=14.0.2 + - typing-extensions>=4.5 + - pytest==7.1.2 ; extra == 'tests' + requires_python: '>=3.8,<3.13' +- kind: pypi + name: rerun-sdk + version: 0.16.1 + url: https://files.pythonhosted.org/packages/34/cd/2165450a91cdaac5a9a09862e81f2f44a61fc902751954b3f6ddc113c729/rerun_sdk-0.16.1-cp38-abi3-manylinux_2_31_x86_64.whl + sha256: 37b7b47948471873e84f224b16f417a94a91c7cbd6c72c68281eeff1ba414b8f + requires_dist: + - attrs>=23.1.0 + - numpy>=1.23,<2 + - pillow>=8.0.0 + - pyarrow>=14.0.2 + - typing-extensions>=4.5 + - pytest==7.1.2 ; extra == 'tests' + requires_python: '>=3.8,<3.13' +- kind: pypi + name: rerun-sdk + version: 0.16.1 + url: https://files.pythonhosted.org/packages/08/69/be7810460a7b739034c951ab7c2d89f5648cf55d61e468fb3cb2260f5bb8/rerun_sdk-0.16.1-cp38-abi3-win_amd64.whl + sha256: be88799c8afdf68eafa99e64e2e4f0a484e187e017a180219abbe6bb988acd4e + requires_dist: + - attrs>=23.1.0 + - numpy>=1.23,<2 + - pillow>=8.0.0 + - pyarrow>=14.0.2 + - typing-extensions>=4.5 + - pytest==7.1.2 ; extra == 'tests' + requires_python: '>=3.8,<3.13' - kind: pypi name: rerun-sdk - version: 0.10.0 - path: examples/python/_empty_rerun_sdk - sha256: 18090caf9159f9156f3ce1e74bff8bc02f4ae66a72b3c82fb0a86812a3829087 + version: 0.16.1 + url: https://files.pythonhosted.org/packages/2a/b3/1fdad82b064d8bab5f06f5baa33a7e4db475514c14f876d72182404df0ff/rerun_sdk-0.16.1-cp38-abi3-macosx_11_0_arm64.whl + sha256: c9a76eab7eb5559276737dad655200e9350df0837158dbc5a896970ab4201454 + requires_dist: + - attrs>=23.1.0 + - numpy>=1.23,<2 + - pillow>=8.0.0 + - pyarrow>=14.0.2 + - typing-extensions>=4.5 + - pytest==7.1.2 ; extra == 'tests' + requires_python: '>=3.8,<3.13' +- kind: pypi + name: rerun-sdk + version: 0.17.0a3 + path: rerun_py + sha256: 5a4deec4e3b3a5f71ff611062b63fd060de89e408181bc15d741eddc871b2471 + requires_dist: + - attrs>=23.1.0 + - numpy>=1.23,<2 + - pillow>=8.0.0 + - pyarrow>=14.0.2 + - typing-extensions>=4.5 + - pytest==7.1.2 ; extra == 'tests' + requires_python: '>=3.8,<3.13' + editable: true - kind: pypi name: rgbd version: 0.1.0 @@ -24725,6 +18366,7 @@ packages: md5: 55a2ada70c8a208c01f77978f2783121 license: MIT license_family: MIT + purls: [] size: 177229 timestamp: 1693456080514 - kind: conda @@ -24739,6 +18381,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 199565 timestamp: 1693455889616 - kind: conda @@ -24751,6 +18394,7 @@ packages: md5: 710c4b1abf65b697c1d9716eba16dbb0 license: MIT license_family: MIT + purls: [] size: 177491 timestamp: 1693456037505 - kind: conda @@ -24765,6 +18409,7 @@ packages: - libgcc-ng >=12 license: MIT license_family: MIT + purls: [] size: 185144 timestamp: 1693455923632 - kind: pypi @@ -24800,7 +18445,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruff@0.3.5 + - pkg:pypi/ruff?source=conda-forge-mapping size: 6286425 timestamp: 1711999691593 - kind: conda @@ -24821,7 +18466,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruff@0.3.5 + - pkg:pypi/ruff?source=conda-forge-mapping size: 5764786 timestamp: 1712000852408 - kind: conda @@ -24841,7 +18486,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruff@0.3.5 + - pkg:pypi/ruff?source=conda-forge-mapping size: 6257429 timestamp: 1712000640263 - kind: conda @@ -24861,7 +18506,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruff@0.3.5 + - pkg:pypi/ruff?source=conda-forge-mapping size: 5937629 timestamp: 1711999839570 - kind: conda @@ -24874,98 +18519,53 @@ packages: md5: b5410e0ebf58e4444b4659b1f3ee21fc depends: - libcxx >=16 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - constrains: - - __osx >=10.12 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruff@0.3.5 - size: 6083087 - timestamp: 1712000648440 -- kind: conda - name: s2n - version: 1.4.1 - build: h06160fa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.1-h06160fa_0.conda - sha256: 6f21a270e5fcf824d71b637ea26e389e469b3dc44a7e51062c27556c6e771b37 - md5: 54ae57d17d038b6a7aa7fdb55350d338 - depends: - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - arch: x86_64 - platform: linux - license: Apache-2.0 - license_family: Apache - size: 331403 - timestamp: 1703228891919 -- kind: conda - name: s2n - version: 1.4.5 - build: h06160fa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.5-h06160fa_0.conda - sha256: aecba3f3884e01a730d3c332ff6cf311793bd01374e14715d55f522147bac77a - md5: 0d3d9c621239b674ac1b738df00a0793 - depends: - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 337907 - timestamp: 1708664518615 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + constrains: + - __osx >=10.12 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruff?source=conda-forge-mapping + size: 6083087 + timestamp: 1712000648440 - kind: conda name: s2n - version: 1.4.5 - build: h5a25046_0 + version: 1.4.15 + build: h52a6840_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.5-h5a25046_0.conda - sha256: a72687e4bab7c9a0f2b502335f93daa84e3a8fcec0787e08923a62607cf01191 - md5: a7fa2e8f06035a24564ff3a7b84d2bd3 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.15-h52a6840_0.conda + sha256: 70d0842e60840e8e037888d07a7eedf0d05aabc5f0efa9b162be9d74a99b7548 + md5: 3bf0e01d41c6f88d5555161d3d03d5ec depends: - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 license: Apache-2.0 license_family: Apache - size: 333810 - timestamp: 1708664562153 + purls: [] + size: 345522 + timestamp: 1716349526648 - kind: conda name: s2n - version: 1.4.9 - build: h06160fa_0 + version: 1.4.15 + build: he19d79f_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.9-h06160fa_0.conda - sha256: b362a2663a64806ddfa65672647526e0c08a24dc8ecc9365e85d6f971378e2c7 - md5: ffc686f7f4b7eb48910602b8e147250e - depends: - - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 341275 - timestamp: 1712101692146 -- kind: conda - name: s2n - version: 1.4.9 - build: h5a25046_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.9-h5a25046_0.conda - sha256: f40732795f2bf2a7a5388ee723b63ab88fdcb26e8506e7214adcffa3106bbf3c - md5: c4e90602214e63865064f4ab1942a24a + url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.15-he19d79f_0.conda + sha256: e19fb5bfef25ebfcdb56c87f4c9f2b4e04933ae227f0803443e1539f7f59722a + md5: 4c7cc3fa1d2c5a63f9e2b1e2980a1672 depends: - libgcc-ng >=12 - - openssl >=3.2.1,<4.0a0 + - openssl >=3.3.0,<4.0a0 license: Apache-2.0 license_family: Apache - size: 339709 - timestamp: 1712101772538 + purls: [] + size: 349545 + timestamp: 1716349473707 - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b + url: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl + sha256: 7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25004,8 +18604,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl - sha256: 840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67 + url: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25044,8 +18644,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl - sha256: 7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe + url: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl + sha256: 840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25084,8 +18684,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a + url: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25124,8 +18724,8 @@ packages: - kind: pypi name: scikit-image version: 0.23.2 - url: https://files.pythonhosted.org/packages/0a/40/2c57864acd77c168b96cb6e4e62651b9c98733962793293991ef55e2982c/scikit_image-0.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: fce619a6d84fe40c1208fa579b646e93ce13ef0afc3652a23e9782b2c183291a + url: https://files.pythonhosted.org/packages/b9/cf/9e5828fa29791bf7ac5c3fad3637ebb02f237a1c3de8233bd6a33c2c4aac/scikit_image-0.23.2-cp311-cp311-macosx_12_0_arm64.whl + sha256: a158f50d3df4867bbd1c698520ede8bc493e430ad83f54ac1f0d8f57b328779b requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25191,8 +18791,8 @@ packages: - kind: pypi name: scikit-image version: 0.23.2 - url: https://files.pythonhosted.org/packages/eb/ab/8791ce3063e6d4ac7f8efe3c993fd2e911c9e08f4c7dd05b603eaa2493b2/scikit_image-0.23.2-cp311-cp311-win_amd64.whl - sha256: ee65669aa586e110346f567ed5c92d1bd63799a19e951cb83da3f54b0caf7c52 + url: https://files.pythonhosted.org/packages/78/2b/5f985cf4cf59378f80dc212004a7692b7b49b2a3910c3584d70284db5b89/scikit_image-0.23.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: ee83fdb1843ee938eabdfeb9498623282935ea30aa20dffc5d5d16698efb4b2a requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25258,8 +18858,8 @@ packages: - kind: pypi name: scikit-image version: 0.23.2 - url: https://files.pythonhosted.org/packages/b9/cf/9e5828fa29791bf7ac5c3fad3637ebb02f237a1c3de8233bd6a33c2c4aac/scikit_image-0.23.2-cp311-cp311-macosx_12_0_arm64.whl - sha256: a158f50d3df4867bbd1c698520ede8bc493e430ad83f54ac1f0d8f57b328779b + url: https://files.pythonhosted.org/packages/eb/ab/8791ce3063e6d4ac7f8efe3c993fd2e911c9e08f4c7dd05b603eaa2493b2/scikit_image-0.23.2-cp311-cp311-win_amd64.whl + sha256: ee65669aa586e110346f567ed5c92d1bd63799a19e951cb83da3f54b0caf7c52 requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25325,8 +18925,8 @@ packages: - kind: pypi name: scikit-image version: 0.23.2 - url: https://files.pythonhosted.org/packages/78/2b/5f985cf4cf59378f80dc212004a7692b7b49b2a3910c3584d70284db5b89/scikit_image-0.23.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: ee83fdb1843ee938eabdfeb9498623282935ea30aa20dffc5d5d16698efb4b2a + url: https://files.pythonhosted.org/packages/0a/40/2c57864acd77c168b96cb6e4e62651b9c98733962793293991ef55e2982c/scikit_image-0.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: fce619a6d84fe40c1208fa579b646e93ce13ef0afc3652a23e9782b2c183291a requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25391,14 +18991,22 @@ packages: requires_python: '>=3.10' - kind: pypi name: scikit-learn - version: 1.4.2 - url: https://files.pythonhosted.org/packages/4e/53/14405a47292b59235d811a2af8634aba188ccfd1a38ef4b8042f3447d79a/scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 44c62f2b124848a28fd695db5bc4da019287abf390bfce602ddc8aa1ec186aae + version: 1.5.0 + url: https://files.pythonhosted.org/packages/6c/97/dfc635bd435655c1216756b543e0427579df144914a055a188d3c0ffd52f/scikit_learn-1.5.0-cp311-cp311-macosx_12_0_arm64.whl + sha256: 4c0c56c3005f2ec1db3787aeaabefa96256580678cec783986836fc64f8ff622 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 - joblib>=1.2.0 - - threadpoolctl>=2.0.0 + - threadpoolctl>=3.1.0 + - numpy>=1.19.5 ; extra == 'build' + - scipy>=1.6.0 ; extra == 'build' + - cython>=3.0.10 ; extra == 'build' + - meson-python>=0.15.0 ; extra == 'build' + - numpy>=1.19.5 ; extra == 'install' + - scipy>=1.6.0 ; extra == 'install' + - joblib>=1.2.0 ; extra == 'install' + - threadpoolctl>=3.1.0 ; extra == 'install' - matplotlib>=3.3.4 ; extra == 'benchmark' - pandas>=1.1.5 ; extra == 'benchmark' - memory-profiler>=0.57.0 ; extra == 'benchmark' @@ -25416,6 +19024,7 @@ packages: - sphinx-prompt>=1.3.0 ; extra == 'docs' - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - plotly>=5.14.0 ; extra == 'docs' + - polars>=0.20.23 ; extra == 'docs' - matplotlib>=3.3.4 ; extra == 'examples' - scikit-image>=0.17.2 ; extra == 'examples' - pandas>=1.1.5 ; extra == 'examples' @@ -25427,25 +19036,34 @@ packages: - pandas>=1.1.5 ; extra == 'tests' - pytest>=7.1.2 ; extra == 'tests' - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' + - ruff>=0.2.1 ; extra == 'tests' + - black>=24.3.0 ; extra == 'tests' + - mypy>=1.9 ; extra == 'tests' - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' + - polars>=0.20.23 ; extra == 'tests' - pyarrow>=12.0.0 ; extra == 'tests' - numpydoc>=1.2.0 ; extra == 'tests' - pooch>=1.6.0 ; extra == 'tests' + - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' - kind: pypi name: scikit-learn - version: 1.4.2 - url: https://files.pythonhosted.org/packages/79/3d/02d5d3ed359498fec3abdf65407d3c07e3b8765af17464969055aaec5171/scikit_learn-1.4.2-cp311-cp311-win_amd64.whl - sha256: 5cd7b524115499b18b63f0c96f4224eb885564937a0b3477531b2b63ce331904 + version: 1.5.0 + url: https://files.pythonhosted.org/packages/50/d4/70a9393ab88862c070a263a464042ab4e572a1353b4c3c308bc72a5b68cf/scikit_learn-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 2a65af2d8a6cce4e163a7951a4cfbfa7fceb2d5c013a4b593686c7f16445cf9d requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 - joblib>=1.2.0 - - threadpoolctl>=2.0.0 + - threadpoolctl>=3.1.0 + - numpy>=1.19.5 ; extra == 'build' + - scipy>=1.6.0 ; extra == 'build' + - cython>=3.0.10 ; extra == 'build' + - meson-python>=0.15.0 ; extra == 'build' + - numpy>=1.19.5 ; extra == 'install' + - scipy>=1.6.0 ; extra == 'install' + - joblib>=1.2.0 ; extra == 'install' + - threadpoolctl>=3.1.0 ; extra == 'install' - matplotlib>=3.3.4 ; extra == 'benchmark' - pandas>=1.1.5 ; extra == 'benchmark' - memory-profiler>=0.57.0 ; extra == 'benchmark' @@ -25463,6 +19081,7 @@ packages: - sphinx-prompt>=1.3.0 ; extra == 'docs' - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - plotly>=5.14.0 ; extra == 'docs' + - polars>=0.20.23 ; extra == 'docs' - matplotlib>=3.3.4 ; extra == 'examples' - scikit-image>=0.17.2 ; extra == 'examples' - pandas>=1.1.5 ; extra == 'examples' @@ -25474,25 +19093,34 @@ packages: - pandas>=1.1.5 ; extra == 'tests' - pytest>=7.1.2 ; extra == 'tests' - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' + - ruff>=0.2.1 ; extra == 'tests' + - black>=24.3.0 ; extra == 'tests' + - mypy>=1.9 ; extra == 'tests' - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' + - polars>=0.20.23 ; extra == 'tests' - pyarrow>=12.0.0 ; extra == 'tests' - numpydoc>=1.2.0 ; extra == 'tests' - pooch>=1.6.0 ; extra == 'tests' + - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' - kind: pypi name: scikit-learn - version: 1.4.2 - url: https://files.pythonhosted.org/packages/f2/30/1299e84d2ba3bc735baf17cebbf5b9d55144243c41b3ec6559ce3cf61e23/scikit_learn-1.4.2-cp311-cp311-macosx_12_0_arm64.whl - sha256: 1d0b25d9c651fd050555aadd57431b53d4cf664e749069da77f3d52c5ad14b3b + version: 1.5.0 + url: https://files.pythonhosted.org/packages/ae/20/6d1a0a61d468b37a142fd90bb93c73bc1c2205db4a69ac630ed218c31612/scikit_learn-1.5.0-cp311-cp311-win_amd64.whl + sha256: a03b09f9f7f09ffe8c5efffe2e9de1196c696d811be6798ad5eddf323c6f4d40 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 - joblib>=1.2.0 - - threadpoolctl>=2.0.0 + - threadpoolctl>=3.1.0 + - numpy>=1.19.5 ; extra == 'build' + - scipy>=1.6.0 ; extra == 'build' + - cython>=3.0.10 ; extra == 'build' + - meson-python>=0.15.0 ; extra == 'build' + - numpy>=1.19.5 ; extra == 'install' + - scipy>=1.6.0 ; extra == 'install' + - joblib>=1.2.0 ; extra == 'install' + - threadpoolctl>=3.1.0 ; extra == 'install' - matplotlib>=3.3.4 ; extra == 'benchmark' - pandas>=1.1.5 ; extra == 'benchmark' - memory-profiler>=0.57.0 ; extra == 'benchmark' @@ -25510,6 +19138,7 @@ packages: - sphinx-prompt>=1.3.0 ; extra == 'docs' - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - plotly>=5.14.0 ; extra == 'docs' + - polars>=0.20.23 ; extra == 'docs' - matplotlib>=3.3.4 ; extra == 'examples' - scikit-image>=0.17.2 ; extra == 'examples' - pandas>=1.1.5 ; extra == 'examples' @@ -25521,25 +19150,34 @@ packages: - pandas>=1.1.5 ; extra == 'tests' - pytest>=7.1.2 ; extra == 'tests' - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' + - ruff>=0.2.1 ; extra == 'tests' + - black>=24.3.0 ; extra == 'tests' + - mypy>=1.9 ; extra == 'tests' - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' + - polars>=0.20.23 ; extra == 'tests' - pyarrow>=12.0.0 ; extra == 'tests' - numpydoc>=1.2.0 ; extra == 'tests' - pooch>=1.6.0 ; extra == 'tests' + - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' - kind: pypi name: scikit-learn - version: 1.4.2 - url: https://files.pythonhosted.org/packages/59/11/63de36e6933b03490fdfe5cbc9b5a68870a1281d8e705a23b33076dc82fb/scikit_learn-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 45dee87ac5309bb82e3ea633955030df9bbcb8d2cdb30383c6cd483691c546cc + version: 1.5.0 + url: https://files.pythonhosted.org/packages/46/c0/63d3a8da39a2ee051df229111aa93f6dca2b56f8080abd34993938166455/scikit_learn-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 118a8d229a41158c9f90093e46b3737120a165181a1b58c03461447aa4657415 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 - joblib>=1.2.0 - - threadpoolctl>=2.0.0 + - threadpoolctl>=3.1.0 + - numpy>=1.19.5 ; extra == 'build' + - scipy>=1.6.0 ; extra == 'build' + - cython>=3.0.10 ; extra == 'build' + - meson-python>=0.15.0 ; extra == 'build' + - numpy>=1.19.5 ; extra == 'install' + - scipy>=1.6.0 ; extra == 'install' + - joblib>=1.2.0 ; extra == 'install' + - threadpoolctl>=3.1.0 ; extra == 'install' - matplotlib>=3.3.4 ; extra == 'benchmark' - pandas>=1.1.5 ; extra == 'benchmark' - memory-profiler>=0.57.0 ; extra == 'benchmark' @@ -25557,6 +19195,7 @@ packages: - sphinx-prompt>=1.3.0 ; extra == 'docs' - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - plotly>=5.14.0 ; extra == 'docs' + - polars>=0.20.23 ; extra == 'docs' - matplotlib>=3.3.4 ; extra == 'examples' - scikit-image>=0.17.2 ; extra == 'examples' - pandas>=1.1.5 ; extra == 'examples' @@ -25568,20 +19207,21 @@ packages: - pandas>=1.1.5 ; extra == 'tests' - pytest>=7.1.2 ; extra == 'tests' - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' + - ruff>=0.2.1 ; extra == 'tests' + - black>=24.3.0 ; extra == 'tests' + - mypy>=1.9 ; extra == 'tests' - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' + - polars>=0.20.23 ; extra == 'tests' - pyarrow>=12.0.0 ; extra == 'tests' - numpydoc>=1.2.0 ; extra == 'tests' - pooch>=1.6.0 ; extra == 'tests' + - conda-lock==2.5.6 ; extra == 'maintenance' requires_python: '>=3.9' - kind: pypi name: scipy - version: 1.13.0 - url: https://files.pythonhosted.org/packages/e8/fb/e5955e2ddbdf2baee461eb53ec8d0adedd20a6dfc5510ef8d5e7e44ba461/scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 9ff7dad5d24a8045d836671e082a490848e8639cabb3dbdacb29f943a678683d + version: 1.13.1 + url: https://files.pythonhosted.org/packages/ba/92/42476de1af309c27710004f5cdebc27bec62c204db42e05b23a302cb0c9a/scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl + sha256: 54f430b00f0133e2224c3ba42b805bfd0086fe488835effa33fa291561932326 requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25618,9 +19258,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: scipy - version: 1.13.0 - url: https://files.pythonhosted.org/packages/d4/a1/d4adf25b6d2bef8d0ad1682829dcfcba97f3f96bb5b6f137bc3e41003cc7/scipy-1.13.0-cp311-cp311-win_amd64.whl - sha256: a2f471de4d01200718b2b8927f7d76b5d9bde18047ea0fa8bd15c5ba3f26a1d6 + version: 1.13.1 + url: https://files.pythonhosted.org/packages/b4/15/4a4bb1b15bbd2cd2786c4f46e76b871b28799b67891f23f455323a0cdcfb/scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 27e52b09c0d3a1d5b63e1105f24177e544a222b43611aaf5bc44d4a0979e32f9 requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25657,9 +19297,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: scipy - version: 1.13.0 - url: https://files.pythonhosted.org/packages/51/b6/188c8974d747b2998d672040c5b62a635a72240c515dc4577a28e1dedc80/scipy-1.13.0-cp311-cp311-macosx_12_0_arm64.whl - sha256: 5e4a756355522eb60fcd61f8372ac2549073c8788f6114449b37e9e8104f15a5 + version: 1.13.1 + url: https://files.pythonhosted.org/packages/4a/48/4513a1a5623a23e95f94abd675ed91cfb19989c58e9f6f7d03990f6caf3d/scipy-1.13.1-cp311-cp311-win_amd64.whl + sha256: 5713f62f781eebd8d597eb3f88b8bf9274e79eeabf63afb4a737abc6c84ad37b requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25696,9 +19336,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: scipy - version: 1.13.0 - url: https://files.pythonhosted.org/packages/be/e3/236639c51636ec7e678f2aa608fe89acb9d02ef64e1fe1d8eb40373bc62b/scipy-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 0fbcf8abaf5aa2dc8d6400566c1a727aed338b5fe880cde64907596a89d576fa + version: 1.13.1 + url: https://files.pythonhosted.org/packages/36/07/035d22ff9795129c5a847c64cb43c1fa9188826b59344fee28a3ab02e283/scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: a78b4b3345f1b6f68a763c6e25c0c9a23a9fd0f39f5f3d200efe8feda560a5fa requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25766,79 +19406,41 @@ packages: name: semver version: 2.13.0 build: pyh9f0ad1d_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 sha256: 673ef5ef04cef60c3584b1d9b81024646b9d9a4c50749356c7ba5cede755e61d md5: 2cab9f3a9683cb40a2176ccaf76e66c6 depends: - - python * - arch: x86_64 - platform: win + - python license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/semver + - pkg:pypi/semver?source=conda-forge-mapping size: 15712 timestamp: 1603697876069 - kind: conda name: setuptools - version: 68.2.2 - build: pyhd8ed1ab_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - md5: fc2166155db840c634a1291a5c35a709 - depends: - - python >=3.7 - arch: x86_64 - platform: win - license: MIT - license_family: MIT - purls: - - pkg:pypi/setuptools - size: 464399 - timestamp: 1694548452441 -- kind: conda - name: setuptools - version: 69.2.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda - sha256: 78a75c75a5dacda6de5f4056c9c990141bdaf4f64245673a590594d00bc63713 - md5: da214ecd521a720a9d521c68047682dc - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/setuptools@69.2.0 - size: 471183 - timestamp: 1710344615844 -- kind: conda - name: setuptools - version: 69.5.1 + version: 70.0.0 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.5.1-pyhd8ed1ab_0.conda - sha256: 72d143408507043628b32bed089730b6d5f5445eccc44b59911ec9f262e365e7 - md5: 7462280d81f639363e6e63c81276bd9e + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-70.0.0-pyhd8ed1ab_0.conda + sha256: daa4638d288cfdf3b0ecea395d8efa25cafc4ebf4026464a36c797c84541d2be + md5: c8ddb4f34a208df4dd42509a0f6a1c89 depends: - python >=3.8 license: MIT license_family: MIT purls: - - pkg:pypi/setuptools - size: 501790 - timestamp: 1713094963112 + - pkg:pypi/setuptools?source=conda-forge-mapping + size: 483015 + timestamp: 1716368141661 - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 4310b5494271e18580d61022c0857eb85d30510d88606fa3b8314790df7f367d + url: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl + sha256: 58b0ecc505bbe49a99551eea3f2e8a9b3b24b3edd2a4de1ac0dc17bc75c9ec07 requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -25852,8 +19454,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl - sha256: c52ed79f683f721b69a10fb9e3d940a468203f5054927215586c5d49a072de8d + url: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 7d56ce3e2a6a556b59a288771cf9d091470116867e578bebced8bfc4147fbfd7 requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -25867,8 +19469,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl - sha256: 58b0ecc505bbe49a99551eea3f2e8a9b3b24b3edd2a4de1ac0dc17bc75c9ec07 + url: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl + sha256: c52ed79f683f721b69a10fb9e3d940a468203f5054927215586c5d49a072de8d requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -25882,8 +19484,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 7d56ce3e2a6a556b59a288771cf9d091470116867e578bebced8bfc4147fbfd7 + url: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 4310b5494271e18580d61022c0857eb85d30510d88606fa3b8314790df7f367d requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -25927,6 +19529,7 @@ packages: - openssl >=3.0.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 210264 timestamp: 1643442231687 - kind: conda @@ -25941,8 +19544,33 @@ packages: - openssl >=3.0.0,<4.0a0 license: MIT license_family: MIT + purls: [] size: 213817 timestamp: 1643442169866 +- kind: pypi + name: simplejson + version: 3.19.2 + url: https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba + requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' +- kind: pypi + name: simplejson + version: 3.19.2 + url: https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4 + requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' +- kind: pypi + name: simplejson + version: 3.19.2 + url: https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl + sha256: 9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589 + requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' +- kind: pypi + name: simplejson + version: 3.19.2 + url: https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9 + requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' - kind: pypi name: six version: 1.16.0 @@ -25953,95 +19581,19 @@ packages: name: smmap version: 5.0.0 build: pyhd8ed1ab_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 md5: 62f26a3d1387acee31322208f0cfa3e0 depends: - python >=3.5 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/smmap + - pkg:pypi/smmap?source=conda-forge-mapping size: 22483 timestamp: 1634310465482 -- kind: conda - name: snappy - version: 1.1.10 - build: h17c5cce_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda - sha256: dfae03cd2339587871e53b42833657faa4c9e42e3e2c56ee9e32bc60797c7f62 - md5: ac82a611d1a67a598096ebaa857198e3 - depends: - - libcxx >=14.0.6 - license: BSD-3-Clause - license_family: BSD - size: 33879 - timestamp: 1678534968831 -- kind: conda - name: snappy - version: 1.1.10 - build: h225ccf5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda - sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b - md5: 4320a8781f14cd959689b86e349f3b73 - depends: - - libcxx >=14.0.6 - license: BSD-3-Clause - license_family: BSD - size: 34657 - timestamp: 1678534768395 -- kind: conda - name: snappy - version: 1.1.10 - build: h9fff704_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda - sha256: 02219f2382b4fe39250627dade087a4412d811936a5a445636b7260477164eac - md5: e6d228cd0bb74a51dd18f5bfce0b4115 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 38865 - timestamp: 1678534590321 -- kind: conda - name: snappy - version: 1.1.10 - build: he8610fa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.1.10-he8610fa_0.conda - sha256: 5a7d6cf781cbaaea4effce4d8f2677cd6173af5e8b744912e1283a704eb91946 - md5: 11c25e55894bb8207a81a87e6a32b6e7 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 38265 - timestamp: 1678534683114 -- kind: conda - name: snappy - version: 1.1.10 - build: hfb803bf_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda - sha256: 2a195b38cb63f03ad9f73a82db52434ebefe216fb70f7ea3defe4ddf263d408a - md5: cff1df79c9cff719460eb2dd172568de - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 57065 - timestamp: 1678534804734 - kind: conda name: snappy version: 1.2.0 @@ -26055,6 +19607,7 @@ packages: - libcxx >=16 license: BSD-3-Clause license_family: BSD + purls: [] size: 36881 timestamp: 1712591355487 - kind: conda @@ -26071,6 +19624,7 @@ packages: - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] size: 43307 timestamp: 1712591095967 - kind: conda @@ -26086,6 +19640,7 @@ packages: - libcxx >=16 license: BSD-3-Clause license_family: BSD + purls: [] size: 35655 timestamp: 1712591484831 - kind: conda @@ -26102,6 +19657,7 @@ packages: - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] size: 42334 timestamp: 1712591084054 - kind: conda @@ -26119,31 +19675,32 @@ packages: - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD + purls: [] size: 59510 timestamp: 1712591680669 - kind: pypi name: sounddevice - version: 0.4.6 - url: https://files.pythonhosted.org/packages/d7/d5/f0a0aba169f23657c7af3f0c878db7413a9a3b113026fc759862a697c611/sounddevice-0.4.6-py3-none-any.whl - sha256: 5de768ba6fe56ad2b5aaa2eea794b76b73e427961c95acad2ee2ed7f866a4b20 + version: 0.4.7 + url: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + sha256: d6ddfd341ad7412b14ca001f2c4dbf5fa2503bdc9eb15ad2c3105f6c260b698a requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' - kind: pypi name: sounddevice - version: 0.4.6 - url: https://files.pythonhosted.org/packages/39/ae/5e84220bfca4256e4ca2a62a174636089ab6ff671b5f9ddd7e8238587acd/sounddevice-0.4.6-py3-none-win_amd64.whl - sha256: 7830d4f8f8570f2e5552942f81d96999c5fcd9a0b682d6fc5d5c5529df23be2c + version: 0.4.7 + url: https://files.pythonhosted.org/packages/d4/09/bfdd393f1bb1b90b4a6849b84972b7059c95e36818cc489922228d58cc63/sounddevice-0.4.7-py3-none-win_amd64.whl + sha256: 0c8b3543da1496f282b66a7bc54b755577ba638b1af06c146d4ac7f39d86b548 requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' - kind: pypi name: sounddevice - version: 0.4.6 - url: https://files.pythonhosted.org/packages/24/5a/c0b9066fcaf783054b3f35254938dcba2d8cf02576ebdc56b6b4e85661f2/sounddevice-0.4.6-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl - sha256: 8b0b806c205dd3e3cd5a97262b2482624fd21db7d47083b887090148a08051c8 + version: 0.4.7 + url: https://files.pythonhosted.org/packages/46/ea/e9196f01ec3c5ad537e1bb83fe08da3bacfbdfee8a872c461e491f489801/sounddevice-0.4.7-py3-none-any.whl + sha256: 1c3f18bfa4d9a257f5715f2ab83f2c0eb412a09f3e6a9fa73720886ca88f6bc7 requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' @@ -26181,28 +19738,29 @@ packages: editable: true - kind: pypi name: sympy - version: '1.12' - url: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl - sha256: c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5 + version: 1.12.1 + url: https://files.pythonhosted.org/packages/61/53/e18c8c97d0b2724d85c9830477e3ebea3acf1dcdc6deb344d5d9c93a9946/sympy-1.12.1-py3-none-any.whl + sha256: 9b2cbc7f1a640289430e13d2a56f02f867a1da0190f2f99d8968c2f74da0e515 requires_dist: - - mpmath>=0.19 + - mpmath<1.4.0,>=1.1.0 requires_python: '>=3.8' - kind: conda name: sysroot_linux-64 version: '2.12' - build: he073ed8_16 - build_number: 16 + build: he073ed8_17 + build_number: 17 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda - sha256: 4c024b2eee24c6da7d3e08723111ec02665c578844c5b3e9e6b38f89000bec41 - md5: 071ea8dceff4d30ac511f4a2f8437cd1 + url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda + sha256: b4e4d685e41cb36cfb16f0cb15d2c61f8f94f56fab38987a44eff95d8a673fb5 + md5: 595db67e32b276298ff3d94d07d47fbf depends: - - kernel-headers_linux-64 2.6.32 he073ed8_16 + - kernel-headers_linux-64 2.6.32 he073ed8_17 license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 license_family: GPL - size: 15277813 - timestamp: 1689214980563 + purls: [] + size: 15127123 + timestamp: 1708000843849 - kind: conda name: sysroot_linux-aarch64 version: '2.17' @@ -26218,6 +19776,7 @@ packages: - kernel-headers_linux-aarch64 4.18.0 h5b4a56d_14 license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 license_family: GPL + purls: [] size: 16253097 timestamp: 1708000911838 - kind: conda @@ -26232,6 +19791,7 @@ packages: - libcxx >=10.0.0.a0 license: NCSA license_family: MIT + purls: [] size: 201044 timestamp: 1602664232074 - kind: conda @@ -26246,6 +19806,7 @@ packages: - libcxx >=11.0.0.a0 license: NCSA license_family: MIT + purls: [] size: 191416 timestamp: 1602687595316 - kind: conda @@ -26262,6 +19823,7 @@ packages: - __osx >=11.0 license: MIT license_family: MIT + purls: [] size: 3560280 timestamp: 1710793219601 - kind: conda @@ -26277,6 +19839,7 @@ packages: - openssl >=3.2.1,<4.0a0 license: MIT license_family: MIT + purls: [] size: 3877123 timestamp: 1710792099600 - kind: conda @@ -26293,6 +19856,7 @@ packages: - __osx >=10.12 license: MIT license_family: MIT + purls: [] size: 3773670 timestamp: 1710793055293 - kind: conda @@ -26308,6 +19872,7 @@ packages: - m2w64-gcc-libs-core license: MIT license_family: MIT + purls: [] size: 3924159 timestamp: 1710794002174 - kind: conda @@ -26323,46 +19888,28 @@ packages: - openssl >=3.2.1,<4.0a0 license: MIT license_family: MIT + purls: [] size: 3717546 timestamp: 1710801928738 - kind: conda name: tbb - version: 2021.10.0 - build: h91493d7_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_1.conda - sha256: 492c57a480ad283e467c0bdfc8ea55eaf20c4c7e73340a0c1b200a077c9ba2d9 - md5: 57ea1be8408c5a9a737648b5f919e725 - depends: - - libhwloc >=2.9.3,<2.9.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win - license: Apache-2.0 - license_family: APACHE - size: 156524 - timestamp: 1695626239415 -- kind: conda - name: tbb - version: 2021.11.0 - build: h91493d7_1 + version: 2021.12.0 + build: hc790b64_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_1.conda - sha256: aa30c089fdd6f66c7808592362e29963586e094159964a5fb61fb8efa9e349bc - md5: 21069f3ed16812f9f4f2700667b6ec86 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_1.conda + sha256: 87461c83a4f0d4f119af7368f20c47bbe0c27d963a7c22a3d08c71075077f855 + md5: e98333643abc739ebea1bac97a479828 depends: - - libhwloc >=2.9.3,<2.9.4.0a0 + - libhwloc >=2.10.0,<2.10.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: APACHE - size: 161382 - timestamp: 1706164225098 + purls: [] + size: 161771 + timestamp: 1716031112705 - kind: pypi name: threadpoolctl version: 3.5.0 @@ -26371,9 +19918,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: tifffile - version: 2024.5.10 - url: https://files.pythonhosted.org/packages/c1/79/29d0fa40017f7b749ce344759dcc21e2ec9bbb81fc69ca2ce06e261f83f0/tifffile-2024.5.10-py3-none-any.whl - sha256: 4154f091aa24d4e75bfad9ab2d5424a68c70e67b8220188066dc61946d4551bd + version: 2024.5.22 + url: https://files.pythonhosted.org/packages/d9/6c/740c07588434e86028c24b0653c1eb6b46904d9ce585a20f07590620ec41/tifffile-2024.5.22-py3-none-any.whl + sha256: e281781c15d7d197d7e12749849c965651413aa905f97a48b0f84bd90a3b4c6f requires_dist: - numpy - imagecodecs>=2023.8.12 ; extra == 'all' @@ -26408,6 +19955,7 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: TCL license_family: BSD + purls: [] size: 3351802 timestamp: 1695506242997 - kind: conda @@ -26423,25 +19971,9 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: TCL license_family: BSD + purls: [] size: 3270220 timestamp: 1699202389792 -- kind: conda - name: tk - version: 8.6.13 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda - sha256: 679e944eb93fde45d0963a22598fafacbb429bb9e7ee26009ba81c4e0c435055 - md5: 513336054f884f95d9fd925748f41ef3 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - arch: x86_64 - platform: linux - license: TCL - license_family: BSD - size: 3290187 - timestamp: 1695506262576 - kind: conda name: tk version: 8.6.13 @@ -26455,6 +19987,7 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: TCL license_family: BSD + purls: [] size: 3145523 timestamp: 1699202432999 - kind: conda @@ -26472,58 +20005,9 @@ packages: - vc14_runtime >=14.29.30139 license: TCL license_family: BSD + purls: [] size: 3503410 timestamp: 1699202577803 -- kind: conda - name: tk - version: 8.6.13 - build: hb31c410_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-hb31c410_0.conda - sha256: 6df6ff49dba487eb891ddc0099642a36af2fe3929ed8023f76b745f0485c54a6 - md5: aa913a828b65f30ee3aba9c59bb0b514 - depends: - - libzlib >=1.2.13,<1.3.0a0 - arch: aarch64 - platform: osx - license: TCL - license_family: BSD - size: 3223549 - timestamp: 1695506653047 -- kind: conda - name: tk - version: 8.6.13 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda - sha256: 7e42db6b5f1c5ef8d4660e6ce41b52802b6c2fdc270d5e1eccc0048d0a3f03a8 - md5: 74405f2ccbb40af409fee1a71ce70dc6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win - license: TCL - license_family: BSD - size: 3478482 - timestamp: 1695506766462 -- kind: conda - name: tk - version: 8.6.13 - build: hef22860_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda - sha256: 573e5d7dde0a63b06ceef2c574295cbc2ec8668ec08e35d2f2c6220f4aa7fb98 - md5: 0c25eedcc888b6d765948ab62a18c03e - depends: - - libzlib >=1.2.13,<1.3.0a0 - arch: x86_64 - platform: osx - license: TCL - license_family: BSD - size: 3273909 - timestamp: 1695506576288 - kind: conda name: tk version: 8.6.13 @@ -26538,13 +20022,14 @@ packages: - libzlib >=1.2.13,<1.3.0a0 license: TCL license_family: BSD + purls: [] size: 3318875 timestamp: 1699202167581 - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa + url: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26561,8 +20046,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl - sha256: ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66 + url: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26579,8 +20064,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14 + url: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl + sha256: ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26597,8 +20082,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059 + url: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26616,45 +20101,41 @@ packages: name: tomli version: 2.0.1 build: pyhd8ed1ab_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f md5: 5844808ffab9ebdb694585b50ba02a96 depends: - python >=3.7 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/tomli + - pkg:pypi/tomli?source=conda-forge-mapping size: 15940 timestamp: 1644342331069 - kind: conda name: tomlkit version: 0.12.3 build: pyha770c72_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.3-pyha770c72_0.conda sha256: 53cc436ab92d38683df1320e4468a8b978428e800195bf1c8c2460e90b0bc117 md5: 074d0ce7a6261ab8b497c3518796ef3e depends: - python >=3.7 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/tomlkit + - pkg:pypi/tomlkit?source=conda-forge-mapping size: 37132 timestamp: 1700046842169 - kind: pypi 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 + url: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl + sha256: 32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26680,8 +20161,8 @@ packages: - kind: pypi 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 + 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 - typing-extensions>=4.8.0 @@ -26707,8 +20188,8 @@ packages: - kind: pypi 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 + url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl + sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26734,8 +20215,8 @@ packages: - kind: pypi 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 + 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 - typing-extensions>=4.8.0 @@ -26761,8 +20242,8 @@ packages: - kind: pypi 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 + url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl + sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26788,8 +20269,8 @@ packages: - kind: pypi 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 + 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 @@ -26799,8 +20280,8 @@ packages: - kind: pypi 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 + 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 @@ -26810,8 +20291,8 @@ packages: - kind: pypi 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 + 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 @@ -26821,8 +20302,8 @@ packages: - kind: pypi 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 + 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 @@ -26846,29 +20327,29 @@ packages: requires_python: '>=3.7' - kind: conda name: tqdm - version: 4.66.2 + version: 4.66.4 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.2-pyhd8ed1ab_0.conda - sha256: 416d1d9318f3267325ad7e2b8a575df20ff9031197b30c0222c3d3b023877260 - md5: 2b8dfb969f984497f3f98409a9545776 + url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.4-pyhd8ed1ab_0.conda + sha256: 75342f40a69e434a1a23003c3e254a95dca695fb14955bc32f1819cd503964b2 + md5: e74cd796e70a4261f86699ee0a3a7a24 depends: - colorama - python >=3.7 license: MPL-2.0 or MIT purls: - - pkg:pypi/tqdm - size: 89567 - timestamp: 1707598746354 + - pkg:pypi/tqdm?source=conda-forge-mapping + size: 89452 + timestamp: 1714855008479 - kind: pypi name: transformers - version: 4.40.2 - url: https://files.pythonhosted.org/packages/05/23/ba02efa28518557e0cfe0ce5c1170000dd7501ed02ac865fc90cbe3daa93/transformers-4.40.2-py3-none-any.whl - sha256: 71cb94301ec211a2e1d4b8c8d18dcfaa902dfa00a089dceca167a8aa265d6f2d + version: 4.41.2 + url: https://files.pythonhosted.org/packages/d9/b7/98f821d70102e2d38483bbb7013a689d2d646daa4495377bc910374ad727/transformers-4.41.2-py3-none-any.whl + sha256: 05555d20e43f808de1ef211ab64803cdb513170cef70d29a888b589caebefc67 requires_dist: - filelock - - huggingface-hub<1.0,>=0.19.3 + - huggingface-hub<1.0,>=0.23.0 - numpy>=1.17 - packaging>=20.0 - pyyaml>=5.1 @@ -26885,7 +20366,7 @@ packages: - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'agents' - opencv-python ; extra == 'agents' - pillow<=15.0,>=10.0.1 ; extra == 'agents' - - tensorflow<2.16,>=2.6 ; extra == 'all' + - tensorflow<2.16,>2.9 ; extra == 'all' - onnxconverter-common ; extra == 'all' - tf2onnx ; extra == 'all' - tensorflow-text<2.16 ; extra == 'all' @@ -26896,6 +20377,7 @@ packages: - jaxlib<=0.4.13,>=0.4.1 ; extra == 'all' - flax<=0.7.0,>=0.4.1 ; extra == 'all' - optax<=0.1.4,>=0.0.8 ; extra == 'all' + - scipy<1.13.0 ; extra == 'all' - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'all' - protobuf ; extra == 'all' - tokenizers<0.20,>=0.19 ; extra == 'all' @@ -26923,6 +20405,7 @@ packages: - deepspeed>=0.9.3 ; extra == 'deepspeed-testing' - accelerate>=0.21.0 ; extra == 'deepspeed-testing' - pytest<8.0.0,>=7.2.0 ; extra == 'deepspeed-testing' + - pytest-rich ; extra == 'deepspeed-testing' - pytest-xdist ; extra == 'deepspeed-testing' - timeout-decorator ; extra == 'deepspeed-testing' - parameterized ; extra == 'deepspeed-testing' @@ -26936,8 +20419,6 @@ packages: - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'deepspeed-testing' - nltk ; extra == 'deepspeed-testing' - gitpython<3.1.19 ; extra == 'deepspeed-testing' - - hf-doc-builder>=0.3.0 ; extra == 'deepspeed-testing' - - protobuf ; extra == 'deepspeed-testing' - sacremoses ; extra == 'deepspeed-testing' - rjieba ; extra == 'deepspeed-testing' - beautifulsoup4 ; extra == 'deepspeed-testing' @@ -26947,7 +20428,8 @@ packages: - faiss-cpu ; extra == 'deepspeed-testing' - cookiecutter==1.7.3 ; extra == 'deepspeed-testing' - optuna ; extra == 'deepspeed-testing' - - tensorflow<2.16,>=2.6 ; extra == 'dev' + - protobuf ; extra == 'deepspeed-testing' + - tensorflow<2.16,>2.9 ; extra == 'dev' - onnxconverter-common ; extra == 'dev' - tf2onnx ; extra == 'dev' - tensorflow-text<2.16 ; extra == 'dev' @@ -26958,6 +20440,7 @@ packages: - jaxlib<=0.4.13,>=0.4.1 ; extra == 'dev' - flax<=0.7.0,>=0.4.1 ; extra == 'dev' - optax<=0.1.4,>=0.0.8 ; extra == 'dev' + - scipy<1.13.0 ; extra == 'dev' - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev' - protobuf ; extra == 'dev' - tokenizers<0.20,>=0.19 ; extra == 'dev' @@ -26976,6 +20459,7 @@ packages: - decord==0.6.0 ; extra == 'dev' - av==9.2.0 ; extra == 'dev' - pytest<8.0.0,>=7.2.0 ; extra == 'dev' + - pytest-rich ; extra == 'dev' - pytest-xdist ; extra == 'dev' - timeout-decorator ; extra == 'dev' - parameterized ; extra == 'dev' @@ -26989,7 +20473,6 @@ packages: - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev' - nltk ; extra == 'dev' - gitpython<3.1.19 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' - sacremoses ; extra == 'dev' - rjieba ; extra == 'dev' - beautifulsoup4 ; extra == 'dev' @@ -27006,9 +20489,9 @@ packages: - sudachipy>=0.6.6 ; extra == 'dev' - sudachidict-core>=20220729 ; extra == 'dev' - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev' - - hf-doc-builder ; extra == 'dev' - scikit-learn ; extra == 'dev' - pytest<8.0.0,>=7.2.0 ; extra == 'dev-tensorflow' + - pytest-rich ; extra == 'dev-tensorflow' - pytest-xdist ; extra == 'dev-tensorflow' - timeout-decorator ; extra == 'dev-tensorflow' - parameterized ; extra == 'dev-tensorflow' @@ -27022,8 +20505,6 @@ packages: - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-tensorflow' - nltk ; extra == 'dev-tensorflow' - gitpython<3.1.19 ; extra == 'dev-tensorflow' - - hf-doc-builder>=0.3.0 ; extra == 'dev-tensorflow' - - protobuf ; extra == 'dev-tensorflow' - sacremoses ; extra == 'dev-tensorflow' - rjieba ; extra == 'dev-tensorflow' - beautifulsoup4 ; extra == 'dev-tensorflow' @@ -27032,16 +20513,16 @@ packages: - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev-tensorflow' - faiss-cpu ; extra == 'dev-tensorflow' - cookiecutter==1.7.3 ; extra == 'dev-tensorflow' - - tensorflow<2.16,>=2.6 ; extra == 'dev-tensorflow' + - tensorflow<2.16,>2.9 ; extra == 'dev-tensorflow' - onnxconverter-common ; extra == 'dev-tensorflow' - tf2onnx ; extra == 'dev-tensorflow' - tensorflow-text<2.16 ; extra == 'dev-tensorflow' - keras-nlp>=0.3.1 ; extra == 'dev-tensorflow' + - protobuf ; extra == 'dev-tensorflow' - tokenizers<0.20,>=0.19 ; extra == 'dev-tensorflow' - pillow<=15.0,>=10.0.1 ; extra == 'dev-tensorflow' - isort>=5.5.4 ; extra == 'dev-tensorflow' - urllib3<2.0.0 ; extra == 'dev-tensorflow' - - hf-doc-builder ; extra == 'dev-tensorflow' - scikit-learn ; extra == 'dev-tensorflow' - onnxruntime>=1.4.0 ; extra == 'dev-tensorflow' - onnxruntime-tools>=1.4.2 ; extra == 'dev-tensorflow' @@ -27050,6 +20531,7 @@ packages: - phonemizer ; extra == 'dev-tensorflow' - kenlm ; extra == 'dev-tensorflow' - pytest<8.0.0,>=7.2.0 ; extra == 'dev-torch' + - pytest-rich ; extra == 'dev-torch' - pytest-xdist ; extra == 'dev-torch' - timeout-decorator ; extra == 'dev-torch' - parameterized ; extra == 'dev-torch' @@ -27063,8 +20545,6 @@ packages: - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-torch' - nltk ; extra == 'dev-torch' - gitpython<3.1.19 ; extra == 'dev-torch' - - hf-doc-builder>=0.3.0 ; extra == 'dev-torch' - - protobuf ; extra == 'dev-torch' - sacremoses ; extra == 'dev-torch' - rjieba ; extra == 'dev-torch' - beautifulsoup4 ; extra == 'dev-torch' @@ -27075,6 +20555,7 @@ packages: - cookiecutter==1.7.3 ; extra == 'dev-torch' - torch ; extra == 'dev-torch' - accelerate>=0.21.0 ; extra == 'dev-torch' + - protobuf ; extra == 'dev-torch' - tokenizers<0.20,>=0.19 ; extra == 'dev-torch' - torchaudio ; extra == 'dev-torch' - librosa ; extra == 'dev-torch' @@ -27097,44 +20578,14 @@ packages: - sudachipy>=0.6.6 ; extra == 'dev-torch' - sudachidict-core>=20220729 ; extra == 'dev-torch' - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev-torch' - - hf-doc-builder ; extra == 'dev-torch' - scikit-learn ; extra == 'dev-torch' - onnxruntime>=1.4.0 ; extra == 'dev-torch' - onnxruntime-tools>=1.4.2 ; extra == 'dev-torch' - - tensorflow<2.16,>=2.6 ; extra == 'docs' - - onnxconverter-common ; extra == 'docs' - - tf2onnx ; extra == 'docs' - - tensorflow-text<2.16 ; extra == 'docs' - - keras-nlp>=0.3.1 ; extra == 'docs' - - torch ; extra == 'docs' - - accelerate>=0.21.0 ; extra == 'docs' - - jax<=0.4.13,>=0.4.1 ; extra == 'docs' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'docs' - - flax<=0.7.0,>=0.4.1 ; extra == 'docs' - - optax<=0.1.4,>=0.0.8 ; extra == 'docs' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'docs' - - protobuf ; extra == 'docs' - - tokenizers<0.20,>=0.19 ; extra == 'docs' - - torchaudio ; extra == 'docs' - - librosa ; extra == 'docs' - - pyctcdecode>=0.4.0 ; extra == 'docs' - - phonemizer ; extra == 'docs' - - kenlm ; extra == 'docs' - - pillow<=15.0,>=10.0.1 ; extra == 'docs' - - optuna ; extra == 'docs' - - ray[tune]>=2.7.0 ; extra == 'docs' - - sigopt ; extra == 'docs' - - timm ; extra == 'docs' - - torchvision ; extra == 'docs' - - codecarbon==1.2.0 ; extra == 'docs' - - decord==0.6.0 ; extra == 'docs' - - av==9.2.0 ; extra == 'docs' - - hf-doc-builder ; extra == 'docs' - - hf-doc-builder ; extra == 'docs_specific' - jax<=0.4.13,>=0.4.1 ; extra == 'flax' - jaxlib<=0.4.13,>=0.4.1 ; extra == 'flax' - flax<=0.7.0,>=0.4.1 ; extra == 'flax' - optax<=0.1.4,>=0.0.8 ; extra == 'flax' + - scipy<1.13.0 ; extra == 'flax' - librosa ; extra == 'flax-speech' - pyctcdecode>=0.4.0 ; extra == 'flax-speech' - phonemizer ; extra == 'flax-speech' @@ -27163,7 +20614,6 @@ packages: - isort>=5.5.4 ; extra == 'quality' - ruff==0.1.5 ; extra == 'quality' - gitpython<3.1.19 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - urllib3<2.0.0 ; extra == 'quality' - ray[tune]>=2.7.0 ; extra == 'ray' - faiss-cpu ; extra == 'retrieval' @@ -27183,6 +20633,7 @@ packages: - phonemizer ; extra == 'speech' - kenlm ; extra == 'speech' - pytest<8.0.0,>=7.2.0 ; extra == 'testing' + - pytest-rich ; extra == 'testing' - pytest-xdist ; extra == 'testing' - timeout-decorator ; extra == 'testing' - parameterized ; extra == 'testing' @@ -27196,8 +20647,6 @@ packages: - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'testing' - nltk ; extra == 'testing' - gitpython<3.1.19 ; extra == 'testing' - - hf-doc-builder>=0.3.0 ; extra == 'testing' - - protobuf ; extra == 'testing' - sacremoses ; extra == 'testing' - rjieba ; extra == 'testing' - beautifulsoup4 ; extra == 'testing' @@ -27206,16 +20655,18 @@ packages: - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'testing' - faiss-cpu ; extra == 'testing' - cookiecutter==1.7.3 ; extra == 'testing' - - tensorflow<2.16,>=2.6 ; extra == 'tf' + - tensorflow<2.16,>2.9 ; extra == 'tf' - onnxconverter-common ; extra == 'tf' - tf2onnx ; extra == 'tf' - tensorflow-text<2.16 ; extra == 'tf' - keras-nlp>=0.3.1 ; extra == 'tf' - - tensorflow-cpu<2.16,>=2.6 ; extra == 'tf-cpu' + - keras<2.16,>2.9 ; extra == 'tf-cpu' + - tensorflow-cpu<2.16,>2.9 ; extra == 'tf-cpu' - onnxconverter-common ; extra == 'tf-cpu' - tf2onnx ; extra == 'tf-cpu' - tensorflow-text<2.16 ; extra == 'tf-cpu' - keras-nlp>=0.3.1 ; extra == 'tf-cpu' + - tensorflow-probability<2.16 ; extra == 'tf-cpu' - librosa ; extra == 'tf-speech' - pyctcdecode>=0.4.0 ; extra == 'tf-speech' - phonemizer ; extra == 'tf-speech' @@ -27232,7 +20683,7 @@ packages: - torchvision ; extra == 'torch-vision' - pillow<=15.0,>=10.0.1 ; extra == 'torch-vision' - filelock ; extra == 'torchhub' - - huggingface-hub<1.0,>=0.19.3 ; extra == 'torchhub' + - huggingface-hub<1.0,>=0.23.0 ; extra == 'torchhub' - importlib-metadata ; extra == 'torchhub' - numpy>=1.17 ; extra == 'torchhub' - packaging>=20.0 ; extra == 'torchhub' @@ -27328,17 +20779,17 @@ packages: sha256: 327783e137353b0ef9cf47a8cd4b1c0b8ae72f6554eb25820783c6a81a3d556f - kind: pypi name: types-requests - version: 2.31.0.20240406 - url: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl - sha256: 6216cdac377c6b9a040ac1c0404f7284bd13199c0e1bb235f4324627e8898cf5 + version: 2.32.0.20240523 + url: https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl + sha256: f19ed0e2daa74302069bbbbf9e82902854ffa780bc790742a810a9aaa52f65ec requires_dist: - urllib3>=2 requires_python: '>=3.8' - kind: pypi name: typing-extensions - version: 4.11.0 - url: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl - sha256: c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a + version: 4.12.0 + url: https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl + sha256: b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594 requires_python: '>=3.8' - kind: pypi name: typing-inspect @@ -27349,59 +20800,6 @@ packages: - mypy-extensions>=0.3.0 - typing-extensions>=3.7.4 - typing>=3.7.4 ; python_version < '3.5' -- kind: conda - name: typing_extensions - version: 4.8.0 - build: pyha770c72_0 - subdir: win-64 - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - depends: - - python >=3.8 - arch: x86_64 - platform: win - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/typing-extensions - size: 35108 - timestamp: 1695040948828 -- kind: conda - name: typing_extensions - version: 4.9.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda - sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 - md5: a92a6440c3fe7052d63244f3aba2a4a7 - depends: - - python >=3.8 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/typing-extensions - size: 36058 - timestamp: 1702176292645 -- kind: conda - name: typing_extensions - version: 4.10.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda - sha256: 4be24d557897b2f6609f5d5f7c437833c62f4d4a96581e39530067e96a2d0451 - md5: 16ae769069b380646c47142d719ef466 - depends: - - python >=3.8 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/typing-extensions - size: 37018 - timestamp: 1708904796013 - kind: conda name: typing_extensions version: 4.11.0 @@ -27416,212 +20814,98 @@ packages: license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/typing-extensions@4.11.0 + - pkg:pypi/typing-extensions?source=conda-forge-mapping size: 37583 timestamp: 1712330089194 - kind: conda name: typos - version: 1.16.20 - build: h5ef7bb8_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.16.20-h5ef7bb8_0.conda - sha256: 97a5ea5c6594eb18ff0fba16f833c971d08c524e1b14d68235a874f4b4233bd7 - md5: 1556f9ec74d6d4324d0914eb87bacb2f - arch: aarch64 - platform: osx - license: MIT - license_family: MIT - size: 3313786 - timestamp: 1697489550453 -- kind: conda - name: typos - version: 1.16.20 - build: h63b85fc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.16.20-h63b85fc_0.conda - sha256: 25db319c9a9ab2f15a25195f29f2606769974a6ade7acf0e5b546ff010a51188 - md5: 0a1d328583703fd1b2b24d840ede73c2 - arch: x86_64 - platform: osx - license: MIT - license_family: MIT - size: 3329339 - timestamp: 1697489265161 -- kind: conda - name: typos - version: 1.16.20 - build: h7f3b576_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/typos-1.16.20-h7f3b576_0.conda - sha256: c0adea11c394812d068a1ab14bb2d58ae01dd9b2f2d1be1c934367908eb520d0 - md5: f651424355b19e3af998a185d52d14ca - depends: - - m2w64-gcc-libs * - - m2w64-gcc-libs-core * - arch: x86_64 - platform: win - license: MIT - license_family: MIT - size: 2575765 - timestamp: 1697490297038 -- kind: conda - name: typos - version: 1.16.20 - build: he8a937b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.16.20-he8a937b_0.conda - sha256: 7d62a430a0b2265405db223bccfc5cf72f28953bc64617a2cb2ea5ba5e78fbd2 - md5: 947fb92bd27a9b50f3595110b383cda1 + version: 1.21.0 + build: h09b8157_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.21.0-h09b8157_0.conda + sha256: fb79c6a80865a7f9fd1a67172fbddf458fcc3bd31280192c71931d58873b1938 + md5: 3dbe055a2acc90527b1b1be9c30ea168 depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - size: 3604039 - timestamp: 1697488922704 -- kind: conda - name: typos - version: 1.18.1 - build: h11a7dfb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.18.1-h11a7dfb_0.conda - sha256: b179684f7949bdad25ffc388e3dba3a3c70533159277edb7dde5639d6713b090 - md5: 90e3521693995427f96b451f9caedaa0 - constrains: - - __osx >=10.12 - license: MIT - license_family: MIT - size: 3269962 - timestamp: 1707162296130 -- kind: conda - name: typos - version: 1.18.1 - build: h5ef7bb8_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.18.1-h5ef7bb8_0.conda - sha256: dcbc274756eeac7723a7a37b3c4f342b4f504eba1cb92d95f8d16d01c406a619 - md5: 68b25702171ccba75d4aa61f30c7c6f0 - constrains: - - __osx >=11.0 license: MIT license_family: MIT - size: 3283989 - timestamp: 1707162365332 + purls: [] + size: 3626158 + timestamp: 1714548962658 - kind: conda name: typos - version: 1.18.1 - build: h7f3b576_0 + version: 1.21.0 + build: h813c833_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/typos-1.18.1-h7f3b576_0.conda - sha256: e9d57853904fda241b696a30298e71f5eeb2aa6e888e71b323de2fd92cea2bc0 - md5: aa94e9acbb4989960806f5608fc97175 + url: https://conda.anaconda.org/conda-forge/win-64/typos-1.21.0-h813c833_0.conda + sha256: 1ed19822d21f4f9fbb00b2fadea6324c3853ae83dae814ec996d5473ab3d20e4 + md5: 1c8b427f4811fe4c1ce4c795b311de51 depends: - m2w64-gcc-libs - m2w64-gcc-libs-core + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.38.33130 license: MIT license_family: MIT - size: 2565182 - timestamp: 1707163935740 + purls: [] + size: 2600014 + timestamp: 1714550007814 - kind: conda name: typos - version: 1.18.1 - build: he8a937b_0 + version: 1.21.0 + build: he9194b0_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.18.1-he8a937b_0.conda - sha256: 966ac6f92552aa59e3059b13d5dda9e823381b54900d58352608ab002d9a036a - md5: d23ae035cc9916983a2784e5d0b002bd - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 3652168 - timestamp: 1707161817201 -- kind: conda - name: typos - version: 1.19.0 - build: h1d8f897_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.19.0-h1d8f897_0.conda - sha256: 3cb7579ee8924d3fb0ba10ae42620aec9f6decaf8499510910ce8052ba269b82 - md5: 1b4263817ba9418e1c6bd7547028eef3 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 3607084 - timestamp: 1709332306391 -- kind: conda - name: typos - version: 1.20.7 - build: h11a7dfb_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.20.7-h11a7dfb_0.conda - sha256: a4de400c80172ce7f100cd3d8fe19943e7dd4c0fa75f6e9a50dbd186a66e73aa - md5: 9b2115e71e00296f11689ecf0df9224a - constrains: - - __osx >=10.12 - license: MIT - license_family: MIT - size: 3342096 - timestamp: 1712710826635 -- kind: conda - name: typos - version: 1.20.7 - build: h1d8f897_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.20.7-h1d8f897_0.conda - sha256: 836ae2a2266f02ebd5edd157079c5b2d08a28c4e370669beb1fe3c5ecaa5a0c6 - md5: e7f3bbd5dd6548dbc1be5d34ed61144b + url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.21.0-he9194b0_0.conda + sha256: 4a4283efe1b500089155ef5abbf0c6277f6955eef12fc3f80ab2151bb8bbcf62 + md5: 00f340c60e5593d4ae6da541963006e4 depends: - libgcc-ng >=12 license: MIT license_family: MIT - size: 3616005 - timestamp: 1712710058497 + purls: [] + size: 3726414 + timestamp: 1714548874541 - kind: conda name: typos - version: 1.20.7 - build: h5ef7bb8_0 + version: 1.21.0 + build: hec2fcff_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.20.7-h5ef7bb8_0.conda - sha256: c1f1516d2e335337851ac7b546e004f799a42e14b583e0f5e13592a2cd781004 - md5: 8d515ea542d427bf30b2a39e9f1ad288 + url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.21.0-hec2fcff_0.conda + sha256: b9b438d39b386cbeb342ffe8f46f3f6662dda103d917f13ccb133030f3d607b2 + md5: 3a82a6a396844a8c484c96858f9f69a5 + depends: + - __osx >=11.0 constrains: - __osx >=11.0 license: MIT license_family: MIT - size: 3342866 - timestamp: 1712710918246 -- kind: conda - name: typos - version: 1.20.7 - build: h7f3b576_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/typos-1.20.7-h7f3b576_0.conda - sha256: 38b16d4c1828b4beab55883788b327947ec301b6f933178d27a15e12bb421aed - md5: eb6d6cffe69958f533801a7e5ac27219 - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - license: MIT - license_family: MIT - size: 2592225 - timestamp: 1712711322837 + purls: [] + size: 3331366 + timestamp: 1714549702618 - kind: conda name: typos - version: 1.20.7 - build: he8a937b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.20.7-he8a937b_0.conda - sha256: 1741094e0fb1dd3a264868c900964afe5a5a6efed0e751e563b8cb98cb57f0a9 - md5: e9d28760759e3771a106fc30bc259591 + version: 1.21.0 + build: hf95049f_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.21.0-hf95049f_0.conda + sha256: f20e0a994a6c4f47d24bc1f84b3fc8a104d3d653223fd1ef6267f04a773dbd37 + md5: d671d66aa2ce5e4c21f3fb8c01e289ab depends: - - libgcc-ng >=12 + - __osx >=10.12 + constrains: + - __osx >=10.12 license: MIT license_family: MIT - size: 3769604 - timestamp: 1712709868814 + purls: [] + size: 3341025 + timestamp: 1714549800380 +- kind: pypi + name: tzdata + version: '2024.1' + url: https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl + sha256: 9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252 + requires_python: '>=2' - kind: conda name: tzdata version: 2024a @@ -27632,6 +20916,7 @@ packages: sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 md5: 161081fc7cec0bfda0d86d7cb595f8d8 license: LicenseRef-Public-Domain + purls: [] size: 119815 timestamp: 1706886945727 - kind: conda @@ -27646,106 +20931,54 @@ packages: - vs2015_runtime >=14.29.30037 license: LicenseRef-Proprietary license_family: PROPRIETARY + purls: [] size: 1283972 timestamp: 1666630199266 - kind: conda name: ucx - version: 1.15.0 - build: h64cca9d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h64cca9d_0.conda - sha256: 8a4dce10304fee0df715addec3d078421aa7aa0824422a6630d621d15bd98e5f - md5: b35b1f1a9fdbf93266c91f297dc9060e - depends: - - libgcc-ng >=12 - - libnuma >=2.0.16,<3.0a0 - - libstdcxx-ng >=12 - - rdma-core >=28.9,<29.0a0 - constrains: - - cuda-version >=11.2,<12 - arch: x86_64 - platform: linux - license: BSD-3-Clause - license_family: BSD - size: 15425900 - timestamp: 1696028080367 -- kind: conda - name: ucx - version: 1.15.0 - build: h75e419f_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_3.conda - sha256: 7b5ccea54cac81bda2704e1c4cf06dba17dd683871e785fa11a1788ed289be9a - md5: 5baf4efbca923cdf73490c62cc7de1e2 - depends: - - libgcc-ng >=12 - - libnuma >=2.0.16,<3.0a0 - - libstdcxx-ng >=12 - - rdma-core >=49 - constrains: - - cuda-version >=11.2,<12 - license: BSD-3-Clause - license_family: BSD - size: 15172395 - timestamp: 1705978902381 -- kind: conda - name: ucx - version: 1.15.0 - build: ha691c75_8 - build_number: 8 + version: 1.16.0 + build: h209287a_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-ha691c75_8.conda - sha256: 85b40ac6607c9e4e32bcb13e95da41ff48a10f813df0c1e74ff32412e1f7da35 - md5: 3f9bc6137b240642504a6c9b07a10c25 + url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.16.0-h209287a_5.conda + sha256: 9e6a347f0a04a773469f7ec44d50216080892c291286aec64755100419282da9 + md5: 1bd6b5d51b155a3c03b6aa2702d37f3f depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 - libgcc-ng >=12 - libstdcxx-ng >=12 - rdma-core >=51.0 constrains: - cuda-version >=11.2,<12 + - cudatoolkit license: BSD-3-Clause license_family: BSD - size: 6842006 - timestamp: 1712025621683 + purls: [] + size: 7039370 + timestamp: 1715100568290 - kind: conda name: ucx - version: 1.15.0 - build: hb4872d8_8 - build_number: 8 + version: 1.16.0 + build: h256f45e_5 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.15.0-hb4872d8_8.conda - sha256: 6d1a9d9acc71a6ec2b9e47f27c1a0de26897227024e54da4da17721e9c97a5d7 - md5: 1274eb3c2d2a374de8004c1e2d7886b1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.16.0-h256f45e_5.conda + sha256: f5a1df22c0c33bcce33acb52c9ebe94adedd941e3299b9116d32290556fb3475 + md5: 39b815c19daf886ff02ba9ac8ffd0f0b depends: + - _openmp_mutex >=4.5 - libgcc-ng >=12 - libstdcxx-ng >=12 - rdma-core >=51.0 constrains: - - cuda-version >=11.2,<12 - license: BSD-3-Clause - license_family: BSD - size: 6865940 - timestamp: 1712025533832 -- kind: conda - name: ucx - version: 1.15.0 - build: hcf8619e_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ucx-1.15.0-hcf8619e_7.conda - sha256: a22855693b154dc1a691d93b2acf21b3b485c355535d2f5bc23981fb6e330b53 - md5: 1c7268d3f881267e4f3c181257b3ad41 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - rdma-core >=50.0 - constrains: - - cuda-version >=11.2,<12 + - cuda-cudart + - cuda-version >=12,<13 license: BSD-3-Clause license_family: BSD - size: 6868398 - timestamp: 1710357060520 + purls: [] + size: 7070567 + timestamp: 1715100461306 - kind: pypi name: umap-learn version: 0.5.6 @@ -27783,80 +21016,44 @@ packages: - kind: conda name: vc version: '14.3' - build: h64f974e_17 - build_number: 17 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda - sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 - md5: 67ff6791f235bb606659bf2a5c169191 - depends: - - vc14_runtime >=14.36.32532 - arch: x86_64 - platform: win - track_features: - - vc14 - license: BSD-3-Clause - license_family: BSD - size: 17176 - timestamp: 1688020629925 -- kind: conda - name: vc - version: '14.3' - build: hcf57466_18 - build_number: 18 + build: ha32ba9b_20 + build_number: 20 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda - sha256: 447a8d8292a7b2107dcc18afb67f046824711a652725fc0f522c368e7a7b8318 - md5: 20e1e652a4c740fa719002a8449994a2 + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_20.conda + sha256: 16cb562ce210ee089060f4aa52f3225a571c83885632a870ea2297d460e3bb00 + md5: 2abfb5cb1b9d41a50f765d60f0be563d depends: - - vc14_runtime >=14.38.33130 + - vc14_runtime >=14.38.33135 track_features: - vc14 license: BSD-3-Clause license_family: BSD - size: 16977 - timestamp: 1702511255313 -- kind: conda - name: vc14_runtime - version: 14.36.32532 - build: hdcecf7f_17 - build_number: 17 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda - sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e - md5: d0de20f2f3fc806a81b44fcdd941aaf7 - depends: - - ucrt >=10.0.20348.0 - constrains: - - vs2015_runtime 14.36.32532.* *_17 - arch: x86_64 - platform: win - license: LicenseRef-ProprietaryMicrosoft - license_family: Proprietary - size: 739437 - timestamp: 1694292382336 + purls: [] + size: 17122 + timestamp: 1716231244564 - kind: conda name: vc14_runtime - version: 14.38.33130 - build: h82b7239_18 - build_number: 18 + version: 14.38.33135 + build: h835141b_20 + build_number: 20 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda - sha256: bf94c9af4b2e9cba88207001197e695934eadc96a5c5e4cd7597e950aae3d8ff - md5: 8be79fdd2725ddf7bbf8a27a4c1f79ba + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33135-h835141b_20.conda + sha256: 05b07e0dd3fd49dcc98a365ff661ed6b65e2f0266b4bb03d273131ffdba663be + md5: e971b35a5765862fabc4ba6e5ddf9470 depends: - ucrt >=10.0.20348.0 constrains: - - vs2015_runtime 14.38.33130.* *_18 + - vs2015_runtime 14.38.33135.* *_20 license: LicenseRef-ProprietaryMicrosoft license_family: Proprietary - size: 749868 - timestamp: 1702511239004 + purls: [] + size: 744189 + timestamp: 1716231234745 - kind: pypi name: virtualenv - version: 20.26.1 - url: https://files.pythonhosted.org/packages/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl - sha256: 7aa9982a728ae5892558bff6a2839c00b9ed145523ece2274fad6f414690ae75 + version: 20.26.2 + url: https://files.pythonhosted.org/packages/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl + sha256: a624db5e94f01ad993d476b9ee5346fdf7b9de43ccaee0e0197012dc838a0e9b requires_dist: - distlib<1,>=0.3.7 - filelock<4,>=3.12.2 @@ -27884,36 +21081,20 @@ packages: requires_python: '>=3.7' - kind: conda name: vs2015_runtime - version: 14.36.32532 - build: h05e6639_17 - build_number: 17 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda - sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - md5: 4618046c39f7c81861e53ded842e738a - depends: - - vc14_runtime >=14.36.32532 - arch: x86_64 - platform: win - license: BSD-3-Clause - license_family: BSD - size: 17207 - timestamp: 1688020635322 -- kind: conda - name: vs2015_runtime - version: 14.38.33130 - build: hcb4865c_18 - build_number: 18 + version: 14.38.33135 + build: h22015db_20 + build_number: 20 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda - sha256: a2fec221f361d6263c117f4ea6d772b21c90a2f8edc6f3eb0eadec6bfe8843db - md5: 10d42885e3ed84e575b454db30f1aa93 + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33135-h22015db_20.conda + sha256: 2cebabc39766ea051e577762d813ad4151e9d0ff96f3ff3374d575a272951416 + md5: bb4f5ab332e46e1b022d8842e72905b1 depends: - - vc14_runtime >=14.38.33130 + - vc14_runtime >=14.38.33135 license: BSD-3-Clause license_family: BSD - size: 16988 - timestamp: 1702511261442 + purls: [] + size: 17124 + timestamp: 1716231247457 - kind: conda name: vs2022_win-64 version: 19.37.32822 @@ -27925,10 +21106,13 @@ packages: md5: 8b02594cf497f7516a3ed20a164de75e depends: - vswhere + constrains: + - vs_win-64 2022.* track_features: - vc14 license: BSD-3-Clause license_family: BSD + purls: [] size: 19405 timestamp: 1694292390059 - kind: conda @@ -27941,6 +21125,7 @@ packages: md5: b1d1d6a1f874d8c93a57b5efece52f03 license: MIT license_family: MIT + purls: [] size: 218421 timestamp: 1682376911339 - kind: pypi @@ -27952,19 +21137,17 @@ packages: name: wheel version: 0.38.4 build: pyhd8ed1ab_0 - subdir: win-64 + subdir: noarch noarch: python url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 sha256: bd4f11ff075ff251ade9f57686f31473e25be46ab282d9603f551401250f9f44 md5: c829cfb8cb826acb9de0ac1a2df0a940 depends: - python >=3.7 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/wheel + - pkg:pypi/wheel?source=conda-forge-mapping size: 32521 timestamp: 1668051714265 - kind: conda @@ -27982,38 +21165,38 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/wheel + - pkg:pypi/wheel?source=conda-forge-mapping size: 57963 timestamp: 1711546009410 - kind: pypi 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 + 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 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 + 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 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 + 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 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 + 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: pypi 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 + 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: conda name: xz @@ -28026,6 +21209,7 @@ packages: depends: - libgcc-ng >=12 license: LGPL-2.1 and GPL-2.0 + purls: [] size: 418368 timestamp: 1660346797927 - kind: conda @@ -28037,6 +21221,7 @@ packages: sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec md5: 39c6b54e94014701dd157f4f576ed211 license: LGPL-2.1 and GPL-2.0 + purls: [] size: 235693 timestamp: 1660346961024 - kind: conda @@ -28048,6 +21233,7 @@ packages: sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 md5: a72f9d4ea13d55d745ff1ed594747f10 license: LGPL-2.1 and GPL-2.0 + purls: [] size: 238119 timestamp: 1660346964847 - kind: conda @@ -28062,6 +21248,7 @@ packages: - vc >=14.1,<15 - vs2015_runtime >=14.16.27033 license: LGPL-2.1 and GPL-2.0 + purls: [] size: 217804 timestamp: 1660346976440 - kind: conda @@ -28075,6 +21262,7 @@ packages: depends: - libgcc-ng >=12 license: LGPL-2.1 and GPL-2.0 + purls: [] size: 440555 timestamp: 1660348056328 - kind: conda @@ -28094,7 +21282,7 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/yarl + - pkg:pypi/yarl?source=conda-forge-mapping size: 113463 timestamp: 1705508875443 - kind: conda @@ -28114,7 +21302,7 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/yarl + - pkg:pypi/yarl?source=conda-forge-mapping size: 122372 timestamp: 1705508480013 - kind: conda @@ -28136,7 +21324,7 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/yarl + - pkg:pypi/yarl?source=conda-forge-mapping size: 113426 timestamp: 1705509198913 - kind: conda @@ -28157,7 +21345,7 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/yarl + - pkg:pypi/yarl?source=conda-forge-mapping size: 120752 timestamp: 1705508610476 - kind: conda @@ -28176,21 +21364,21 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/yarl + - pkg:pypi/yarl?source=conda-forge-mapping size: 112887 timestamp: 1705508591601 - kind: pypi name: yfinance - version: 0.2.38 - url: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - sha256: 07525cf84414272723a3e2b9d4c0a2898ddb60cc0828aa190de26664fac6f676 + version: 0.2.40 + url: https://files.pythonhosted.org/packages/7d/76/31fb9c58398f4cbdde4a0831d0407a1ca987fe828c7da9ce80969014a5a1/yfinance-0.2.40-py2.py3-none-any.whl + sha256: 328176b5690de7aa192456a15b351c20ddde31b35d479f8179f5325bd340fc0b requires_dist: - pandas>=1.3.0 - numpy>=1.16.5 - requests>=2.31 - multitasking>=0.0.7 - lxml>=4.9.1 - - appdirs>=1.4.4 + - platformdirs>=2.0.0 - pytz>=2022.5 - frozendict>=2.3.4 - peewee>=3.16.2 @@ -28201,9 +21389,9 @@ packages: - scipy>=1.6.3 ; extra == 'repair' - kind: pypi name: zipp - version: 3.18.1 - url: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl - sha256: 206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b + version: 3.19.0 + url: https://files.pythonhosted.org/packages/7f/2d/670176f39d6613af2908b5bc31c9974588208de1fcc4117dfae08623d188/zipp-3.19.0-py3-none-any.whl + sha256: 96dc6ad62f1441bcaccef23b274ec471518daf4fbbc580341204936a5a3dddec requires_dist: - sphinx>=3.5 ; extra == 'docs' - jaraco-packaging>=9.3 ; extra == 'docs' @@ -28211,9 +21399,10 @@ packages: - furo ; extra == 'docs' - sphinx-lint ; extra == 'docs' - jaraco-tidelift>=1.4 ; extra == 'docs' - - pytest>=6 ; extra == 'testing' + - pytest!=8.1.*,>=6 ; extra == 'testing' - pytest-checkdocs>=2.4 ; extra == 'testing' - pytest-cov ; extra == 'testing' + - pytest-mypy ; extra == 'testing' - pytest-enabler>=2.2 ; extra == 'testing' - pytest-ruff>=0.2.1 ; extra == 'testing' - jaraco-itertools ; extra == 'testing' @@ -28221,144 +21410,157 @@ packages: - more-itertools ; extra == 'testing' - big-o ; extra == 'testing' - pytest-ignore-flaky ; extra == 'testing' - - pytest-mypy ; platform_python_implementation != 'PyPy' and extra == 'testing' + - jaraco-test ; extra == 'testing' requires_python: '>=3.8' - kind: conda name: zlib version: 1.2.13 - build: h31becfc_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda - sha256: aa3e9d46b13d1959faf634f03d929d7dec950dc1b84a8ff109f7f0e3f364b562 - md5: 96866c7301479abaf8308c50958c71a4 + build: h4ab18f5_6 + build_number: 6 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda + sha256: 534824ea44939f3e59ca8ebb95e3ece6f50f9d2a0e69999fbc692311252ed6ac + md5: 559d338a4234c2ad6e676f460a093e67 depends: - libgcc-ng >=12 - - libzlib 1.2.13 h31becfc_5 + - libzlib 1.2.13 h4ab18f5_6 license: Zlib license_family: Other - size: 95842 - timestamp: 1686575155348 + purls: [] + size: 92883 + timestamp: 1716874088980 - kind: conda name: zlib version: 1.2.13 - build: h53f4e23_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe - md5: a08383f223b10b71492d27566fafbf6c + build: h68df207_6 + build_number: 6 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h68df207_6.conda + sha256: 67d2e05bb76308ad2e6d8bd27d54e5f8d866d7900826a13f22b66ecacce02fed + md5: 11012f81be8e7dae8495df7ec17c0cc5 depends: - - libzlib 1.2.13 h53f4e23_5 + - libgcc-ng >=12 + - libzlib 1.2.13 h68df207_6 license: Zlib license_family: Other - size: 79577 - timestamp: 1686575471024 + purls: [] + size: 95937 + timestamp: 1716874085408 - kind: conda name: zlib version: 1.2.13 - build: h8a1eda9_5 - build_number: 5 + build: h87427d6_6 + build_number: 6 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 - md5: 75a8a98b1c4671c5d2897975731da42d + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h87427d6_6.conda + sha256: 3091d48a579c08ba20885bc8856def925e9dee9d1a7d8713e3ce002eb29fcd19 + md5: 700b922d6d22e7deb5fb2964d0c8cf6a depends: - - libzlib 1.2.13 h8a1eda9_5 + - __osx >=10.13 + - libzlib 1.2.13 h87427d6_6 license: Zlib license_family: Other - size: 90764 - timestamp: 1686575574678 + purls: [] + size: 88732 + timestamp: 1716874218187 - kind: conda name: zlib version: 1.2.13 - build: hd590300_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b - md5: 68c34ec6149623be41a1933ab996a209 + build: hfb2fe0b_6 + build_number: 6 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-hfb2fe0b_6.conda + sha256: c09c9cb6de86d87b9267a6331c74cc8fb05bae5ee7749070a5e8883c3eff5424 + md5: 88cf27df3eff5813734b538461f4c8cf depends: - - libgcc-ng >=12 - - libzlib 1.2.13 hd590300_5 + - __osx >=11.0 + - libzlib 1.2.13 hfb2fe0b_6 license: Zlib license_family: Other - size: 92825 - timestamp: 1686575231103 -- kind: conda - name: zstd - version: 1.5.5 - build: h12be248_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda - sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 - md5: 792bb5da68bf0a6cac6a6072ecb8dbeb - depends: - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 343428 - timestamp: 1693151615801 + purls: [] + size: 78193 + timestamp: 1716874169064 - kind: conda name: zstd - version: 1.5.5 - build: h4c53e97_0 + version: 1.5.6 + build: h02f22dd_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.5-h4c53e97_0.conda - sha256: d1e070029e9d07a3f25e6ed082d507b0f3cff1b109dd18d0b091a5c7b86dd07b - md5: b74eb9dbb5c3c15cb3cee7cbdf198c75 + url: 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,<1.3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD - size: 528989 - timestamp: 1693151197934 + purls: [] + size: 539937 + timestamp: 1714723130243 - kind: conda name: zstd - version: 1.5.5 - build: h4f39d0f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda - sha256: 7e1fe6057628bbb56849a6741455bbb88705bae6d6646257e57904ac5ee5a481 - md5: 5b212cfb7f9d71d603ad891879dc7933 + 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 depends: - - libzlib >=1.2.13,<1.3.0a0 + - 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 - size: 400508 - timestamp: 1693151393180 + purls: [] + size: 349143 + timestamp: 1714723445995 - kind: conda name: zstd - version: 1.5.5 - build: h829000d_0 + version: 1.5.6 + build: h915ae27_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda - sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c - md5: 80abc41d0c48b82fe0f04e7f42f5cb7e + url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda + sha256: efa04a98cb149643fa54c4dad5a0179e36a5fbc88427ea0eec88ceed87fd0f96 + md5: 4cb2cd56f039b129bb0e491c1164167e depends: - - libzlib >=1.2.13,<1.3.0a0 + - __osx >=10.9 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD - size: 499383 - timestamp: 1693151312586 + purls: [] + size: 498900 + timestamp: 1714723303098 - kind: conda name: zstd - version: 1.5.5 - build: hfc55251_0 + version: 1.5.6 + build: ha6fb4c9_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda - sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 - md5: 04b88013080254850d6c01ed54810589 + 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,<1.3.0a0 + - 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 + sha256: 2d4fd1ff7ee79cd954ca8e81abf11d9d49954dd1fef80f27289e2402ae9c2e09 + md5: d96942c06c3e84bfcc5efb038724a7fd + depends: + - __osx >=11.0 + - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD - size: 545199 - timestamp: 1693151163452 + purls: [] + size: 405089 + timestamp: 1714723101397 diff --git a/pixi.toml b/pixi.toml index e59ea9096ac3..68714ce116a8 100644 --- a/pixi.toml +++ b/pixi.toml @@ -36,9 +36,16 @@ default = ["base", "maturin-build"] cpp = ["cpp", "base"] wheel-test = ["wheel-test", "base"] -# Example environment (WIP) -examples = ["examples-common", "maturin-build"] +# Example environments +# This environment uses the dev version of the python package. +# The package will be installed in editable mode, so changes to the python code will be reflected immediately. +# However, any changes to do the rust bindings will require running `pixi run -e examples py-build`. +examples = ["examples-common", "maturin-build", "python-dev"] + +# This environment uses the pypi-published version of the python package. This avoids the need to +# build the package from source if you just want to try running the examples locally. +examples-pypi = ["examples-common", "python-pypi"] [tasks] # Note: extra CLI argument after `pixi run TASK` are passed to the task cmd. @@ -348,12 +355,37 @@ cxx-compiler = "1.6.0.*" [feature.cpp.target.win-64.dependencies] vs2022_win-64 = "19.37.32822" +# PYTHON DEV ENVIRONMENT +[feature.python-dev] +platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"] + +[feature.python-dev.activation] +# Set up environment variables so maturin will do the right thing when +# installing the python package. +scripts = ["pixi/maturin_config.sh"] -# EXAMPLES ENVIRONMENT (WIP) +[feature.python-dev.target.win-64.activation] +scripts = ["pixi/maturin_config.bat"] +# Install the `rerun_py` as a package in editable mode. +# This is very similar to `pixi run py-build`, and dispatches to maturin by way of PEP621. +# However, pixi doesn't know how to track the rust dependencies of the python package, so +# you still need to `pixi run py-build` in the correct environment if you change the rust code. +[feature.python-dev.pypi-dependencies] +rerun-sdk = { path = "rerun_py", editable = true } + +# PYTHON PYPI ENVIRONMENT +[feature.python-pypi] +platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"] + +[feature.python-pypi.pypi-dependencies] +rerun-sdk = "==0.16.1" + +# EXAMPLES ENVIRONMENT [feature.examples-common] platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"] + [feature.examples-common.system-requirements] macos = "12.0" # needed for scipy @@ -394,9 +426,6 @@ signed_distance_fields = { path = "examples/python/signed_distance_fields", edit stdio = { path = "examples/python/stdio", editable = true } structure_from_motion = { path = "examples/python/structure_from_motion", editable = true } -# Force pixi to depend on this (fake) rerun-sdk package, as this one can be overridden with `py-build` -rerun-sdk = { path = "examples/python/_empty_rerun_sdk" } - # TODO(ab): reactivate these examples when they no-longer trigger the pixi perma-lock-invalidate bug #nuscenes_dataset = { path = "examples/python/nuscenes_dataset", editable = true } #lidar = { path = "examples/python/lidar", editable = true } diff --git a/pixi/maturin_config.bat b/pixi/maturin_config.bat new file mode 100644 index 000000000000..1c441cd1384d --- /dev/null +++ b/pixi/maturin_config.bat @@ -0,0 +1,2 @@ +:: RERUN_ALLOW_MISSING_BIN is needed to allow maturin to run without the `rerun` binary being part of the rerun-sdk. +set RERUN_ALLOW_MISSING_BIN=1 diff --git a/pixi/maturin_config.sh b/pixi/maturin_config.sh new file mode 100644 index 000000000000..7fda8186462c --- /dev/null +++ b/pixi/maturin_config.sh @@ -0,0 +1,2 @@ +# RERUN_ALLOW_MISSING_BIN is needed to allow maturin to run without the `rerun` binary being part of the rerun-sdk. +export RERUN_ALLOW_MISSING_BIN=1