From 3d51900f9e3f14c837f53b6ee669c96549434f8c Mon Sep 17 00:00:00 2001 From: Huite Bootsma Date: Thu, 11 Apr 2024 16:41:46 +0200 Subject: [PATCH] Make things better --- .github/workflows/ci.yml | 28 +- .github/workflows/dependabot.yml | 7 + .gitignore | 6 +- pixi.lock | 30431 +++-------------------------- pixi.toml | 49 - pyproject.toml | 61 +- 6 files changed, 2872 insertions(+), 27710 deletions(-) create mode 100644 .github/workflows/dependabot.yml delete mode 100644 pixi.toml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e66f0354..83cc5da09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,32 +18,34 @@ jobs: uses: actions/setup-python@v2 - name: Run pre-commit uses: pre-commit/action@v2.0.3 - test: - runs-on: ubuntu-latest + name: ${{ matrix.pixi-environment }} - ${{ matrix.os }} + runs-on: ${{ matrix.os }} strategy: matrix: - python-version: - - "3.9" - - "3.10" - - "3.12" + os: + - ubuntu-latest + - macOS-latest + - windows-latest + pixi-environment: + - py312 + - py311 + - py310 steps: - name: Check out repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.3.0 - - name: Setup older Python versions - run: pixi add python=${{ matrix.python-version }} + uses: prefix-dev/setup-pixi@v0.5.1 - name: Run Tests - run: pixi run test + run: pixi run --environment ${{ matrix.pixi-environment }} test build: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.3.0 + uses: prefix-dev/setup-pixi@v0.5.1 - name: Run Tests run: pixi run test - name: Publish Code Coverage diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 000000000..700707ced --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,7 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.gitignore b/.gitignore index 00c90d7d3..9f4e96543 100644 --- a/.gitignore +++ b/.gitignore @@ -96,7 +96,6 @@ venv/ ENV/ env.bak/ venv.bak/ -.pixi/ # Spyder project settings .spyderproject @@ -116,3 +115,8 @@ venv.bak/ # mypy .mypy_cache/ + +# pixi environments +.pixi +*.egg-info + diff --git a/pixi.lock b/pixi.lock index f6c6fabda..a26e9e1b8 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,27786 +1,2927 @@ -version: 3 -metadata: - content_hash: - linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - channels: - - url: https://conda.anaconda.org/conda-forge/ - used_env_vars: [] - platforms: - - linux-64 - - osx-64 - - osx-arm64 - - win-64 - sources: [] - time_metadata: null - git_metadata: null - inputs_metadata: null - custom_metadata: null -package: -- platform: linux-64 +version: 4 +environments: + default: + channels: + - url: https://conda.anaconda.org/conda-forge/ + 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-h41732ed_0.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/libgomp-13.2.0-h807b86a_5.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.2-h2797004_0.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/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/python-3.12.2-hab00c5b_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/tk-8.6.13-noxft_h4845f30_101.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ee/fb/14d30eb4956408ee3ae09ad34299131fb383c47df355ddb428a7331cfa1e/charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/62/af/c3df8a3f26c3cff7730ab1cb7c7a4c899f8c4fb4acd9020150d1599575ac/llvmlite-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/47/ab/ef2605f0463889ea8934feb84ac71c3b3c562bd25bb0fda690ba46ee2fbe/numba-0.59.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/87/8c/97e545034c94d0bbbc3af3202551c3d6020e5f8d2ee37ebcabd9a2048174/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/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/python-3.12.2-h9f0c242_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/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2e/7d/2259318c202f3d17f3fe6438149b3b9e706d1070fe3fcbb28049730bb25c/charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/94/2d3a9d784738947462c3f2c761c5ced225866f7e762ce4253c6cc2c4c4e5/llvmlite-0.42.0-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/50/40/307a1481286185415aadfe0f4d41bff87cdcf33d075fadab08dc03ac46cf/numba-0.59.1-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/95/12/8f2020a8e8b8383ac0177dc9570aad031a3beb12e38847f7129bacd96228/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dd/49/de869130028fb8d90e25da3b7d8fb13e40f5afa4c4af1781583eb1ff3839/pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/4e/67541c3d681bb6fb96acbc3581fb155c881a0d993d0aa3e8708493b70e79/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/openssl-3.2.1-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_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/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/xz-5.2.6-h8d14728_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b6/7c/8debebb4f90174074b827c63242c23851bdf00a532489fba57fef3416e40/charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/53/01/cdd6dc60080f94fdec506cfbc4044277b6abc90862ba3fc32e1b4f4f54f6/llvmlite-0.42.0-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/50/68/d58351398ae9c6796fd010f9cf820db4c4a78ff0acb0aa02d940aa08a61e/numba-0.59.1-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/22/a5/a0b255295406ed54269814bc93723cfd1a0da63fb9aaf99e1364f07923e5/pandas-2.2.2-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ed/6f/ba2b2f14391291dd47d17da78c3ee644fb3a2fd6bddde664381c1968eda9/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + py310: + channels: + - url: https://conda.anaconda.org/conda-forge/ + 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-h41732ed_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/libgomp-13.2.0-h807b86a_5.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.2-h2797004_0.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/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/python-3.10.14-hd12c33a_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/tk-8.6.13-noxft_h4845f30_101.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/da/f1/3702ba2a7470666a62fd81c58a4c40be00670e5006a67f4d626e57f013ae/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2b/01/764489e364948f52aa7cb958a91a8dafd489357d2401f66946542bbc1764/llvmlite-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f6/2d/f8cdcf325c8fbdfff911607d184e28eb7c94ca5c4760d7f149323404778a/numba-0.59.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/4b/d7/ecf66c1cd12dc28b4040b15ab4d17b773b87fa9d29ca16125de01adb36cd/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/89/1b/12521efcbc6058e2673583bb096c2b5046a9df39bd73eca392c1efed24e5/pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b9/9d/39dbcf49a793157f9d4f5b8961855677eb4dbb4b82700dcee7042ad2310c/scipy-1.13.0-cp310-cp310-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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/libffi-3.4.2-h0d85af4_5.tar.bz2 + - 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/libzlib-1.2.13-h8a1eda9_5.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/python-3.10.14-h00d2728_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/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/94/f7cf5e5134175de79ad2059edf2adce18e0685ebdb9227ff0139975d0e93/charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/38/99/d5058a83c9e4c3ed9d895b5fcbcd805bea83f4a38cda90a29dd778ff755e/llvmlite-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/f1/4b/ef5dc0fdd8255742b1906ab434fbac425616c429b7b6e0bf87340f453919/numba-0.59.1-cp310-cp310-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/a7/94/ace0fdea5241a27d13543ee117cbc65868e82213fb31a8eb7fe9ff23f313/numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/2d/39600d073ea70b9cafdc51fab91d69c72b49dd92810f24cb5ac6631f387f/pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/5d/caf936934535fcb5c5e2f3f0f6730e073ee0a4ce329f7b0332869e867d47/scipy-1.13.0-cp310-cp310-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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/libffi-3.4.2-h8ffe710_5.tar.bz2 + - 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/libzlib-1.2.13-hcfcfb64_5.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/python-3.10.14-h4de0772_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/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/xz-5.2.6-h8d14728_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/a0/4af29e22cb5942488cf45630cbdd7cefd908768e69bdd90280842e4e8529/charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e0/a2/70e18cab31b707ff62c5dd4f5ed6ea88f553ba3a8e40ce99aefb8e056af1/llvmlite-0.42.0-cp310-cp310-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/0c/fc/aecc9db1cb2707cede48779a50a67fdee270dc171e833027e5afda747701/numba-0.59.1-cp310-cp310-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/19/77/538f202862b9183f54108557bfda67e17603fc560c384559e769321c9d92/numpy-1.26.4-cp310-cp310-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/69/a6/81d5dc9a612cf0c1810c2ebc4f2afddb900382276522b18d128213faeae3/pandas-2.2.2-cp310-cp310-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c5/97/0894cf6226508f9c8300447641f8f63d04d90617e27f0e6253d1ea299196/scipy-1.13.0-cp310-cp310-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + py311: + channels: + - url: https://conda.anaconda.org/conda-forge/ + 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-h41732ed_0.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/libgomp-13.2.0-h807b86a_5.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.2-h2797004_0.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/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/python-3.11.8-hab00c5b_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/tk-8.6.13-noxft_h4845f30_101.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.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/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-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/54/f2/7d1579037643c874fa73516ea84c07e8d30ea347fb1a88c03b198447655d/numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - 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/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/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.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/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.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/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/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/python-3.11.8-h9f0c242_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/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.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/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-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/5f/2d/085c21f3086eff0b830e5d03d084a1b4b10dfde0c65feeac6be8c361265c/numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - 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/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/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.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/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.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/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/openssl-3.2.1-hcfcfb64_1.conda + - 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/tk-8.6.13-h5226925_1.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/xz-5.2.6-h8d14728_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.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/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-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/38/f0/ad848815b0adafcf5f238e728933950034355a8d59969772be1cd57606d8/numba-0.59.1-cp311-cp311-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.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/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.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/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.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/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + py312: + channels: + - url: https://conda.anaconda.org/conda-forge/ + 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-h41732ed_0.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/libgomp-13.2.0-h807b86a_5.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.2-h2797004_0.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/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/python-3.12.2-hab00c5b_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/tk-8.6.13-noxft_h4845f30_101.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ee/fb/14d30eb4956408ee3ae09ad34299131fb383c47df355ddb428a7331cfa1e/charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/62/af/c3df8a3f26c3cff7730ab1cb7c7a4c899f8c4fb4acd9020150d1599575ac/llvmlite-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/47/ab/ef2605f0463889ea8934feb84ac71c3b3c562bd25bb0fda690ba46ee2fbe/numba-0.59.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/87/8c/97e545034c94d0bbbc3af3202551c3d6020e5f8d2ee37ebcabd9a2048174/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/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/python-3.12.2-h9f0c242_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/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2e/7d/2259318c202f3d17f3fe6438149b3b9e706d1070fe3fcbb28049730bb25c/charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/94/2d3a9d784738947462c3f2c761c5ced225866f7e762ce4253c6cc2c4c4e5/llvmlite-0.42.0-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/50/40/307a1481286185415aadfe0f4d41bff87cdcf33d075fadab08dc03ac46cf/numba-0.59.1-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/95/12/8f2020a8e8b8383ac0177dc9570aad031a3beb12e38847f7129bacd96228/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dd/49/de869130028fb8d90e25da3b7d8fb13e40f5afa4c4af1781583eb1ff3839/pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/4e/67541c3d681bb6fb96acbc3581fb155c881a0d993d0aa3e8708493b70e79/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . + 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.2-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/openssl-3.2.1-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_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/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/xz-5.2.6-h8d14728_0.tar.bz2 + - pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b6/7c/8debebb4f90174074b827c63242c23851bdf00a532489fba57fef3416e40/charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/53/01/cdd6dc60080f94fdec506cfbc4044277b6abc90862ba3fc32e1b4f4f54f6/llvmlite-0.42.0-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/50/68/d58351398ae9c6796fd010f9cf820db4c4a78ff0acb0aa02d940aa08a61e/numba-0.59.1-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + - pypi: https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/22/a5/a0b255295406ed54269814bc93723cfd1a0da63fb9aaf99e1364f07923e5/pandas-2.2.2-cp312-cp312-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-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/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ed/6f/ba2b2f14391291dd47d17da78c3ee644fb3a2fd6bddde664381c1968eda9/scipy-1.13.0-cp312-cp312-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/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + - pypi: . +packages: +- kind: conda name: _libgcc_mutex version: '0.1' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - hash: - md5: d7c89558ba9fa0495403155b64376d81 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 build: conda_forge - arch: x86_64 subdir: linux-64 - build_number: 0 + 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 -- platform: linux-64 +- kind: conda name: _openmp_mutex version: '4.5' - category: main - manager: conda - dependencies: - - _libgcc_mutex ==0.1 conda_forge - - libgomp >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - hash: - md5: 73aaf86a425cc6e73fcf236a5a46396d - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 build: 2_gnu - arch: x86_64 - subdir: linux-64 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 -- platform: linux-64 - name: accessible-pygments - version: 0.0.4 - category: main - manager: conda - dependencies: - - pygments * - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda - hash: - md5: 46a2e6e3dfa718ce3492018d5a110dd6 - sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 15626 - timestamp: 1679583960534 -- platform: osx-64 - name: accessible-pygments - version: 0.0.4 - category: main - manager: conda - dependencies: - - pygments * - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda - hash: - md5: 46a2e6e3dfa718ce3492018d5a110dd6 - sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d - build: pyhd8ed1ab_0 - arch: x86_64 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h10d778d_5 + build_number: 5 subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 15626 - timestamp: 1679583960534 -- platform: osx-arm64 - name: accessible-pygments - version: 0.0.4 - category: main - manager: conda - dependencies: - - pygments * - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda - hash: - md5: 46a2e6e3dfa718ce3492018d5a110dd6 - sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause + 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 - noarch: python - size: 15626 - timestamp: 1679583960534 -- platform: win-64 - name: accessible-pygments - version: 0.0.4 - category: main - manager: conda - dependencies: - - pygments * - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda - hash: - md5: 46a2e6e3dfa718ce3492018d5a110dd6 - sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d - build: pyhd8ed1ab_0 - arch: x86_64 + size: 127885 + timestamp: 1699280178474 +- kind: conda + name: bzip2 + version: 1.0.8 + build: hcfcfb64_5 + build_number: 5 subdir: win-64 - build_number: 0 - license: BSD-3-Clause + 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 - noarch: python - size: 15626 - timestamp: 1679583960534 -- platform: linux-64 - name: alabaster - version: 0.7.13 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda - hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 - build: pyhd8ed1ab_0 - arch: x86_64 + size: 124580 + timestamp: 1699280668742 +- kind: conda + name: bzip2 + version: 1.0.8 + build: hd590300_5 + build_number: 5 subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18154 - timestamp: 1673645756302 -- platform: osx-64 - name: alabaster - version: 0.7.13 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda - hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18154 - timestamp: 1673645756302 -- platform: osx-arm64 - name: alabaster - version: 0.7.13 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda - hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause + 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 - noarch: python - size: 18154 - timestamp: 1673645756302 -- platform: win-64 - name: alabaster - version: 0.7.13 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda - hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 - build: pyhd8ed1ab_0 - arch: x86_64 + size: 254228 + timestamp: 1699279927352 +- kind: conda + name: ca-certificates + version: 2024.2.2 + build: h56e8100_0 subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18154 - timestamp: 1673645756302 -- platform: osx-64 - name: appnope - version: 0.1.3 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 54ac328d703bff191256ffa1183126d1 - sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 - build: pyhd8ed1ab_0 - arch: x86_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 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8095 - timestamp: 1649077760928 -- platform: osx-arm64 - name: appnope - version: 0.1.3 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 54ac328d703bff191256ffa1183126d1 - sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8095 - timestamp: 1649077760928 -- platform: linux-64 - name: asciitree - version: 0.3.3 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2 - hash: - md5: c0481c9de49f040272556e2cedf42816 - sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560 - build: py_2 - arch: x86_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 +- kind: conda + name: ca-certificates + version: 2024.2.2 + build: hbcca054_0 subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - noarch: python - size: 6164 - timestamp: 1531050741142 -- platform: osx-64 - name: asciitree - version: 0.3.3 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2 - hash: - md5: c0481c9de49f040272556e2cedf42816 - sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560 - build: py_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: MIT - license_family: MIT - noarch: python - size: 6164 - timestamp: 1531050741142 -- platform: osx-arm64 - name: asciitree - version: 0.3.3 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2 - hash: - md5: c0481c9de49f040272556e2cedf42816 - sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560 - build: py_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 + 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 +- 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: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/2e/7d/2259318c202f3d17f3fe6438149b3b9e706d1070fe3fcbb28049730bb25c/charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl + sha256: ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/b6/7c/8debebb4f90174074b827c63242c23851bdf00a532489fba57fef3416e40/charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl + sha256: 96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/ee/fb/14d30eb4956408ee3ae09ad34299131fb383c47df355ddb428a7331cfa1e/charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b + 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' +- 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/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/cc/94/f7cf5e5134175de79ad2059edf2adce18e0685ebdb9227ff0139975d0e93/charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl + sha256: 06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/a2/a0/4af29e22cb5942488cf45630cbdd7cefd908768e69bdd90280842e4e8529/charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl + sha256: 10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 + requires_python: '>=3.7.0' +- kind: pypi + name: charset-normalizer + version: 3.3.2 + url: https://files.pythonhosted.org/packages/da/f1/3702ba2a7470666a62fd81c58a4c40be00670e5006a67f4d626e57f013ae/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 + requires_python: '>=3.7.0' +- 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: ld_impl_linux-64 + version: '2.40' + build: h41732ed_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 +- kind: conda + name: libexpat + version: 2.6.2 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda + sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 + md5: e7ba12deb7020dd080c6c70e7b6f6a3d + depends: + - libgcc-ng >=12 + constrains: + - expat 2.6.2.* license: MIT license_family: MIT - noarch: python - size: 6164 - timestamp: 1531050741142 -- platform: win-64 - name: asciitree - version: 0.3.3 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2 - hash: - md5: c0481c9de49f040272556e2cedf42816 - sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560 - build: py_2 - arch: x86_64 + size: 73730 + timestamp: 1710362120304 +- kind: conda + name: libexpat + version: 2.6.2 + build: h63175ca_0 subdir: win-64 - build_number: 2 + url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 + md5: bc592d03f62779511d392c175dcece64 + constrains: + - expat 2.6.2.* license: MIT license_family: MIT - noarch: python - size: 6164 - timestamp: 1531050741142 -- platform: linux-64 - name: asttokens - version: 2.4.1 - category: main - manager: conda - dependencies: - - python >=3.5 - - six >=1.12.0 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 28922 - timestamp: 1698341257884 -- platform: osx-64 - name: asttokens - version: 2.4.1 - category: main - manager: conda - dependencies: - - python >=3.5 - - six >=1.12.0 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - build: pyhd8ed1ab_0 - arch: x86_64 + size: 139224 + timestamp: 1710362609641 +- kind: conda + name: libexpat + version: 2.6.2 + build: h73e2aa4_0 subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 28922 - timestamp: 1698341257884 -- platform: osx-arm64 - name: asttokens - version: 2.4.1 - category: main - manager: conda - dependencies: - - python >=3.5 - - six >=1.12.0 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 28922 - timestamp: 1698341257884 -- platform: win-64 - name: asttokens - version: 2.4.1 - category: main - manager: conda - dependencies: - - python >=3.5 - - six >=1.12.0 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 28922 - timestamp: 1698341257884 -- platform: linux-64 - name: attrs - version: 23.1.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 + url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 + md5: 3d1d51c8f716d97c864d12f7af329526 + constrains: + - expat 2.6.2.* license: MIT license_family: MIT - noarch: python - size: 55022 - timestamp: 1683424195402 -- platform: osx-64 - name: attrs - version: 23.1.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 - arch: x86_64 + size: 69246 + timestamp: 1710362566073 +- kind: conda + name: libffi + version: 3.4.2 + build: h0d85af4_5 + build_number: 5 subdir: osx-64 - build_number: 1 + url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT license_family: MIT - noarch: python - size: 55022 - timestamp: 1683424195402 -- platform: osx-arm64 - name: attrs - version: 23.1.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 + size: 51348 + timestamp: 1636488394370 +- kind: conda + name: libffi + version: 3.4.2 + build: h7f98852_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 + depends: + - libgcc-ng >=9.4.0 license: MIT license_family: MIT - noarch: python - size: 55022 - timestamp: 1683424195402 -- platform: win-64 - name: attrs - version: 23.1.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - build: pyh71513ae_1 - arch: x86_64 + size: 58292 + timestamp: 1636488182923 +- kind: conda + name: libffi + version: 3.4.2 + build: h8ffe710_5 + build_number: 5 subdir: win-64 - build_number: 1 + url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 + md5: 2c96d1b6915b408893f9472569dee135 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: MIT license_family: MIT - noarch: python - size: 55022 - timestamp: 1683424195402 -- platform: linux-64 - name: aws-c-auth - version: 0.7.5 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.5-h2acc10b_2.conda - hash: - md5: 832940247afa1a5f6c8506e138141cd3 - sha256: 058e0e1dfdee03a4fcee37d276f26844bd0fb60ea37cec248c88119e6e087c66 - build: h2acc10b_2 - arch: x86_64 + size: 42063 + timestamp: 1636489106777 +- kind: conda + name: libgcc-ng + version: 13.2.0 + build: h807b86a_5 + build_number: 5 subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 102073 - timestamp: 1698823900839 -- platform: osx-64 - name: aws-c-auth - version: 0.7.5 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.5-h45736e2_2.conda - hash: - md5: e908400edf9ce919c3d89d5f8a005d95 - sha256: 146d559363592f9298f2f3cd70dd18cb71815588a53d6724a2c885de658db061 - build: h45736e2_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 89289 - timestamp: 1698824101563 -- platform: osx-arm64 - name: aws-c-auth - version: 0.7.5 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.5-h7a53df1_2.conda - hash: - md5: dc4c7c7de6ce3c6789913486f437546c - sha256: 08757d8e25217dbad6aa88012e71a0ffd575ab86237ad8f5993a7ad48df429ae - build: h7a53df1_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 87622 - timestamp: 1698824131024 -- platform: win-64 - name: aws-c-auth - version: 0.7.5 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.5-hf425296_2.conda - hash: - md5: f869ca2f2125a8ab439090e0327c709c - sha256: 56838da1c75514023d679a9a845873ce48a133ddf485cfc35606f5be60ae7a0f - build: hf425296_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 97895 - timestamp: 1698824372763 -- platform: linux-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h0fad3b2_0.conda - hash: - md5: fb2e57e277d6f22fd3ad63aaa4353f1f - sha256: 88bd3173d7079f86973d9fdc46e42850746004b92b62348dc40f957eeab18aee - build: h0fad3b2_0 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda + sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4 + md5: d4ff227c46917d3b4565302a2bbb276b + depends: + - _libgcc_mutex 0.1 conda_forge + - _openmp_mutex >=4.5 + constrains: + - libgomp 13.2.0 h807b86a_5 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 770506 + timestamp: 1706819192021 +- kind: conda + name: libgomp + version: 13.2.0 + build: h807b86a_5 + build_number: 5 subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 55576 - timestamp: 1698723210863 -- platform: osx-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-h01c20f0_0.conda - hash: - md5: f2e9b329a90095a855e3ad14b63d5ffe - sha256: f430e96964bba6108dfc3bbd177932d6691a822518cc29b037ba6cfbfe74b79d - build: h01c20f0_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 45656 - timestamp: 1698723511528 -- platform: osx-arm64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.9-he63e28a_0.conda - hash: - md5: ee1d0219702c1b9fef1fe726d8c42607 - sha256: 365948c17452e3974cccb8d9debca4fce768ba7793420b5766b1b7de6526ce41 - build: he63e28a_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 39565 - timestamp: 1698723617668 -- platform: win-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.9-h6f45060_0.conda - hash: - md5: 4eedbc42e1b7538ff814795fb6f108ed - sha256: d0b60235841a8e5ec387d6f50534ba7613139d9dacafdfa294a41980780318e0 - build: h6f45060_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 55274 - timestamp: 1698723449078 -- platform: linux-64 - name: aws-c-common - version: 0.9.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.5-hd590300_0.conda - hash: - md5: 122ea634665516ff5af2f21c816fbe33 - sha256: be392c2287ff96b47425b6e27e06305360f2eefc850b443db4e91313963c6e57 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda + sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e + md5: d211c42b9ce49aee3734fdc828731689 + 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: libnsl + version: 2.0.1 build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 222208 - timestamp: 1698608142340 -- platform: osx-64 - name: aws-c-common - version: 0.9.5 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.5-h10d778d_0.conda - hash: - md5: 86cd033730d619e4c1a4d02c0f362055 - sha256: a3081b4dd057046f89001a6b70a190abd8ea396f46b6224b1dc88727d76c7737 - build: h10d778d_0 - arch: x86_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: 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 + 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 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 206303 - timestamp: 1698608208428 -- platform: osx-arm64 - name: aws-c-common - version: 0.9.5 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.5-h93a5062_0.conda - hash: - md5: 670b887541c5cee02511e39e29e509ae - sha256: 5c46363060b9cd15a1e45f9c03a7252f8e40c66e594d6696f7f2a1c37c14af54 - build: h93a5062_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 201197 - timestamp: 1698608212743 -- platform: win-64 - name: aws-c-common - version: 0.9.5 - category: main - manager: conda - dependencies: + 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 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.5-hcfcfb64_0.conda - hash: - md5: 292211bae5e16575ed3a0daa96bd4506 - sha256: fdb9cebe93ca2c2c4eb2fa3c3fb350a33628f70b11ba7adb9bb9e0283ac3bf85 - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 218817 - timestamp: 1698608623257 -- platform: linux-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + license: Unlicense + size: 869606 + timestamp: 1710255095740 +- kind: conda + name: libuuid + version: 2.38.1 + build: h0b41bf4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + depends: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h3e65c2a_5.conda - hash: - md5: e80b852f5333dd56353beb73f0fecd43 - sha256: d791fe3a0ce361b37e00b7e796a4db13408cddaa31c7991617ca5f5dca213895 - build: h3e65c2a_5 - arch: x86_64 + license: BSD-3-Clause + license_family: BSD + size: 33601 + timestamp: 1680112270483 +- 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: libzlib + version: 1.2.13 + build: h8a1eda9_5 build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 19086 - timestamp: 1698701411987 -- platform: osx-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-ha78fcfa_5.conda - hash: - md5: 074f9f22878842c644cd1c7ea57cc6fa - sha256: 7de1d89825d5ddc9143f1d7b6a44e8bf978ce5556f27c48a092b31071ef2495d - build: ha78fcfa_5 - arch: x86_64 subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 + md5: 4a3ad23f6e16f99c04e166767193d700 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 59404 + timestamp: 1686575566695 +- kind: conda + name: libzlib + version: 1.2.13 + build: hcfcfb64_5 build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 18097 - timestamp: 1698701646677 -- platform: osx-arm64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-he63e28a_5.conda - hash: - md5: 7e6495024259d31bd33a0f43620f238a - sha256: 06f77f7b9a176c7a57683e11b47c022a14bee574b09259675427d0b65c3be604 - build: he63e28a_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 18149 - timestamp: 1698701642078 -- platform: win-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 + md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 + depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-h6f45060_5.conda - hash: - md5: 733834c9c9d08bdc86d0b64df82dc68b - sha256: 4d65b1ed46e8b4a219e2dfabc002577505d4ce803178e66971cc8d468fe3dca5 - build: h6f45060_5 - arch: x86_64 - subdir: win-64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 22636 - timestamp: 1698702029337 -- platform: linux-64 - name: aws-c-event-stream - version: 0.3.2 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hc1d3383_5.conda - hash: - md5: 9064e3f924fe776f23197ac09e178915 - sha256: 754ce138ad461df1ec81cfce817479af10cc3e2514eb265d16b277091fae8af4 - build: hc1d3383_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 53918 - timestamp: 1698738745123 -- platform: osx-64 - name: aws-c-event-stream - version: 0.3.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-h1738cac_5.conda - hash: - md5: ce2268bc63d3936eb7520b6b12997ee2 - sha256: 15d0b1bf644a89461efa2f6a206f7c31caa3c605920da1645798379b06b36cfa - build: h1738cac_5 - arch: x86_64 - subdir: osx-64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 47220 - timestamp: 1698738960192 -- platform: osx-arm64 - name: aws-c-event-stream - version: 0.3.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.2-h1dc1696_5.conda - hash: - md5: 4455748c072e91880008764d2bc7d5ae - sha256: d72e8eec3dba375236245a05dec61d6424fc891cd166eec04300d4d443157ee2 - build: h1dc1696_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 47449 - timestamp: 1698739002903 -- platform: win-64 - name: aws-c-event-stream - version: 0.3.2 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-h65f5141_5.conda - hash: - md5: 235e8c9fa5aa698a6003357a55d0e711 - sha256: 15bf9ba1bbc4f8b5e5e1edca49b9a6cd44bb5794536353080f1eadfc3b5991a5 - build: h65f5141_5 - arch: x86_64 - subdir: win-64 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 55800 + timestamp: 1686575452215 +- kind: conda + name: libzlib + version: 1.2.13 + build: hd590300_5 build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 54785 - timestamp: 1698739263144 -- platform: linux-64 - name: aws-c-http - version: 0.7.13 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-h858fa18_9.conda - hash: - md5: efa9ab8629f45e3a4d0e0e7c1f5d16d4 - sha256: 702fe5fb0d5f010d843dcc31af6d85f72e00356ce62ac9be076329440e15088b - build: h858fa18_9 - arch: x86_64 subdir: linux-64 - build_number: 9 - license: Apache-2.0 - license_family: Apache - size: 193665 - timestamp: 1698808273432 -- platform: osx-64 - name: aws-c-http - version: 0.7.13 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-hbc44fbd_9.conda - hash: - md5: 0295ca70aaefb33913318ea6cc91c3e0 - sha256: 658ed02d3da9ccafb39cdf5387d74e01c93f3b906a8eb5cd0d58d934ad83b944 - build: hbc44fbd_9 - arch: x86_64 - subdir: osx-64 - build_number: 9 - license: Apache-2.0 - license_family: Apache - size: 161965 - timestamp: 1698808587582 -- platform: osx-arm64 - name: aws-c-http - version: 0.7.13 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.13-h883952f_9.conda - hash: - md5: 66c46757d1b2915411f621a74bb87328 - sha256: bea86cca478b4428710218189f2613dc51e251f60ca06a1e1da4a44d62ecfeb7 - build: h883952f_9 - arch: aarch64 - subdir: osx-arm64 - build_number: 9 - license: Apache-2.0 - license_family: Apache - size: 151153 - timestamp: 1698808529128 -- platform: win-64 - name: aws-c-http - version: 0.7.13 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-h4076b5e_9.conda - hash: - md5: 4f3481d4335ac3f89b62cfcdf92c8dd2 - sha256: 167d1a1704a7ca156ebc414d7bbdf29682223d67688981fa952011235f3ae512 - build: h4076b5e_9 - arch: x86_64 - subdir: win-64 - build_number: 9 - license: Apache-2.0 - license_family: Apache - size: 179792 - timestamp: 1698808582078 -- platform: linux-64 - name: aws-c-io - version: 0.13.35 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 + md5: f36c115f1ee199da648e0597ec2047ad + depends: - libgcc-ng >=12 - - s2n >=1.3.56,<1.3.57.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.35-hf90439a_7.conda - hash: - md5: 53c7db6199c129a61dfb3b8cb32bdc34 - sha256: 2eecf18936cdfe470236d7b1ecd904017336a540f9705c3493e8462e88d51028 - build: hf90439a_7 - arch: x86_64 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 61588 + timestamp: 1686575217516 +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/dc/94/2d3a9d784738947462c3f2c761c5ced225866f7e762ce4253c6cc2c4c4e5/llvmlite-0.42.0-cp312-cp312-macosx_10_9_x86_64.whl + sha256: 08fa9ab02b0d0179c688a4216b8939138266519aaa0aa94f1195a8542faedb56 + requires_python: '>=3.9' +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/53/01/cdd6dc60080f94fdec506cfbc4044277b6abc90862ba3fc32e1b4f4f54f6/llvmlite-0.42.0-cp312-cp312-win_amd64.whl + sha256: 05cb7e9b6ce69165ce4d1b994fbdedca0c62492e537b0cc86141b6e2c78d5888 + requires_python: '>=3.9' +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/62/af/c3df8a3f26c3cff7730ab1cb7c7a4c899f8c4fb4acd9020150d1599575ac/llvmlite-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d47494552559e00d81bfb836cf1c4d5a5062e54102cc5767d5aa1e77ccd2505c + 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 + 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 + requires_python: '>=3.9' +- 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 + requires_python: '>=3.9' +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/38/99/d5058a83c9e4c3ed9d895b5fcbcd805bea83f4a38cda90a29dd778ff755e/llvmlite-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl + sha256: 3366938e1bf63d26c34fbfb4c8e8d2ded57d11e0567d5bb243d89aab1eb56098 + requires_python: '>=3.9' +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/e0/a2/70e18cab31b707ff62c5dd4f5ed6ea88f553ba3a8e40ce99aefb8e056af1/llvmlite-0.42.0-cp310-cp310-win_amd64.whl + sha256: 8d90edf400b4ceb3a0e776b6c6e4656d05c7187c439587e06f86afceb66d2be5 + requires_python: '>=3.9' +- kind: pypi + name: llvmlite + version: 0.42.0 + url: https://files.pythonhosted.org/packages/2b/01/764489e364948f52aa7cb958a91a8dafd489357d2401f66946542bbc1764/llvmlite-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 763f8d8717a9073b9e0246998de89929071d15b47f254c10eef2310b9aac033d + requires_python: '>=3.9' +- kind: conda + name: ncurses + version: 6.4.20240210 + build: h59595ed_0 subdir: linux-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 156440 - timestamp: 1699362826884 -- platform: osx-64 - name: aws-c-io - version: 0.13.35 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.35-ha5bf2a1_7.conda - hash: - md5: 6136be3da640eb5236c87c7c81d190b3 - sha256: 0966a4263cf8b30cee9265c60b49a59d17f5723b385ae92a7953c24892e5dc9f - build: ha5bf2a1_7 - arch: x86_64 - subdir: osx-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 137623 - timestamp: 1699362970908 -- platform: osx-arm64 - name: aws-c-io - version: 0.13.35 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.35-hc042dea_7.conda - hash: - md5: 77ba8c6681ba3cbe58d95053bed475ba - sha256: f00571ed7d9ec2592ff8349f2decb54e52b3937a1e27ea4395f8f937ca740e8c - build: hc042dea_7 - arch: aarch64 - subdir: osx-arm64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 136004 - timestamp: 1699363132815 -- platform: win-64 - name: aws-c-io - version: 0.13.35 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.35-he032580_7.conda - hash: - md5: e5b72b99c896b3b2c92520726a13ad37 - sha256: 5faa13f659a3be86dde3bda43de2beee8d588f96011694d3d390c1e7e53e7c9d - build: he032580_7 - arch: x86_64 - subdir: win-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 158540 - timestamp: 1699363418327 -- platform: linux-64 - name: aws-c-mqtt - version: 0.9.8 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda + sha256: aa0f005b6727aac6507317ed490f0904430584fa8ca722657e7f0fb94741de81 + md5: 97da8860a0da5413c7c98a3b3838a645 + depends: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.8-hd23f6f0_1.conda - hash: - md5: aedca538d49a9381a87af7fe3fd5a901 - sha256: 152312e7b4ea690cb04f27721ef34e7d0759d9e15137f7ceaabcc903c40225be - build: hd23f6f0_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 162204 - timestamp: 1698756089326 -- platform: osx-64 - name: aws-c-mqtt - version: 0.9.8 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.8-h6908946_1.conda - hash: - md5: 0c65393682cea50cf042879025a4bc31 - sha256: 15e2b762ff970b3ba04ca4e6ac0f0f70c8c60c55e06ee0d2ccd4f1cc6af91c17 - build: h6908946_1 - arch: x86_64 + license: X11 AND BSD-3-Clause + size: 895669 + timestamp: 1710866638986 +- 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 + license: X11 AND BSD-3-Clause + size: 823010 + timestamp: 1710866856626 +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/50/40/307a1481286185415aadfe0f4d41bff87cdcf33d075fadab08dc03ac46cf/numba-0.59.1-cp312-cp312-macosx_10_9_x86_64.whl + sha256: 1cce206a3b92836cdf26ef39d3a3242fec25e07f020cc4feec4c4a865e340569 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/50/68/d58351398ae9c6796fd010f9cf820db4c4a78ff0acb0aa02d940aa08a61e/numba-0.59.1-cp312-cp312-win_amd64.whl + sha256: 5bf68f4d69dd3a9f26a9b23548fa23e3bcb9042e2935257b471d2a8d3c424b7f + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/47/ab/ef2605f0463889ea8934feb84ac71c3b3c562bd25bb0fda690ba46ee2fbe/numba-0.59.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + sha256: f7ad1d217773e89a9845886401eaaab0a156a90aa2f179fdc125261fd1105096 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- 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 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- 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 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- 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 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/f1/4b/ef5dc0fdd8255742b1906ab434fbac425616c429b7b6e0bf87340f453919/numba-0.59.1-cp310-cp310-macosx_10_9_x86_64.whl + sha256: 97385a7f12212c4f4bc28f648720a92514bee79d7063e40ef66c2d30600fd18e + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/0c/fc/aecc9db1cb2707cede48779a50a67fdee270dc171e833027e5afda747701/numba-0.59.1-cp310-cp310-win_amd64.whl + sha256: 990e395e44d192a12105eca3083b61307db7da10e093972ca285c85bef0963d6 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba + version: 0.59.1 + url: https://files.pythonhosted.org/packages/f6/2d/f8cdcf325c8fbdfff911607d184e28eb7c94ca5c4760d7f149323404778a/numba-0.59.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + sha256: 525ef3f820931bdae95ee5379c670d5c97289c6520726bc6937a4a7d4230ba24 + requires_dist: + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 + requires_python: '>=3.9' +- kind: pypi + name: numba-celltree + version: 0.1.6 + url: https://files.pythonhosted.org/packages/bc/82/6aaf4441b35c6aef25435e64d6ffd4919c794114849a687807f555cb5c9c/numba_celltree-0.1.6.tar.gz + sha256: 2bfc722e0e039e73ac04c3cd7151309c12f57f1d7d9b68fbc206aeb0d0ce665b + requires_dist: + - numba + - numpy + - matplotlib ; extra == 'all' + - matplotlib ; extra == 'docs' + - pydata-sphinx-theme ; extra == 'docs' + - sphinx ; extra == 'docs' + - sphinx-gallery ; extra == 'docs' + requires_python: '>=3.7' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/95/12/8f2020a8e8b8383ac0177dc9570aad031a3beb12e38847f7129bacd96228/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl + sha256: b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218 + requires_python: '>=3.9' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl + sha256: 08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818 + requires_python: '>=3.9' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed + 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 + 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 + requires_python: '>=3.9' +- 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 + requires_python: '>=3.9' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/a7/94/ace0fdea5241a27d13543ee117cbc65868e82213fb31a8eb7fe9ff23f313/numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl + sha256: 9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0 + requires_python: '>=3.9' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/19/77/538f202862b9183f54108557bfda67e17603fc560c384559e769321c9d92/numpy-1.26.4-cp310-cp310-win_amd64.whl + sha256: b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5 + requires_python: '>=3.9' +- kind: pypi + name: numpy + version: 1.26.4 + url: https://files.pythonhosted.org/packages/4b/d7/ecf66c1cd12dc28b4040b15ab4d17b773b87fa9d29ca16125de01adb36cd/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f + requires_python: '>=3.9' +- kind: conda + name: openssl + version: 3.2.1 + build: hcfcfb64_1 build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 138680 - timestamp: 1699302952292 -- platform: osx-arm64 - name: aws-c-mqtt - version: 0.9.8 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.8-hc220e0c_1.conda - hash: - md5: aaa552dd7135e305483655e5fafd482f - sha256: 236fbcf76836637e8ba77f3bfa5d3e7fa49de502c41b420ef42d2fc0acde5217 - build: hc220e0c_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 117704 - timestamp: 1698756136052 -- platform: win-64 - name: aws-c-mqtt - version: 0.9.8 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.8-he63eff1_1.conda - hash: - md5: e0fec5556826eea2cd81f8d984db402b - sha256: ffd002fb3aabb6bcfbf1412472c5a22349875a1b9ec6e29e3790510d502d6ef5 - build: he63eff1_1 - arch: x86_64 subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 157355 - timestamp: 1698756593585 -- platform: linux-64 - name: aws-c-s3 - version: 0.3.22 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.22-h2de862a_1.conda - hash: - md5: 0184241e36cc8af2bbd4ec24914458b1 - sha256: f3114c0f70d0ac0cefd6bf7e21d6f10f24ecf9b8b6dc84bba60b993e6aebebf9 - build: h2de862a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 88307 - timestamp: 1699302223367 -- platform: osx-64 - name: aws-c-s3 - version: 0.3.22 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.22-hb08bd98_1.conda - hash: - md5: 80640a254eeb5b56573edb85cfe00062 - sha256: dd769cb5c1d5d9b55b7d08f0b72915762f7c2eb1f141c1222b6acd4bf57d0619 - build: hb08bd98_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 76491 - timestamp: 1699302437165 -- platform: osx-arm64 - name: aws-c-s3 - version: 0.3.22 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.3.22-hc2675ac_1.conda - hash: - md5: 9e6f29c7a8cb94a2ba759e180ea12b4c - sha256: 22c31e2206459c81b5505fa709d1836b76d0e402e0a67f1efb8c52be35c35a14 - build: hc2675ac_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 75981 - timestamp: 1699302662869 -- platform: win-64 - name: aws-c-s3 - version: 0.3.22 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda + sha256: 61ce4e11c3c26ed4e4d9b7e7e2483121a1741ad0f9c8db0a91a28b6e05182ce6 + md5: 958e0418e93e50c575bff70fbcaa12d8 + depends: + - ca-certificates - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.22-h40b9648_1.conda - hash: - md5: d400be7212083d130c72cd7a51b92fd8 - sha256: 1dcab8026b49c7a47fd054cb0c93cbe346744154267cf623d72e5e28923e1baf - build: h40b9648_1 - arch: x86_64 - subdir: win-64 - build_number: 1 + constrains: + - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 85555 - timestamp: 1699302868391 -- platform: linux-64 - name: aws-c-sdkutils - version: 0.1.12 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h3e65c2a_4.conda - hash: - md5: 5fcc2df6693583ee38eb075555956392 - sha256: 2041b37443b686aa60ca6b34ae86e54af6458c23e0bbc32de1ea0665eb191789 - build: h3e65c2a_4 - arch: x86_64 + size: 8230112 + timestamp: 1710796158475 +- kind: conda + name: openssl + version: 3.2.1 + build: hd590300_1 + build_number: 1 subdir: linux-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 53076 - timestamp: 1698710311053 -- platform: osx-64 - name: aws-c-sdkutils - version: 0.1.12 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-ha78fcfa_4.conda - hash: - md5: e309c5244f3912ac92a0b2313b2d5876 - sha256: 0e417e207f96f3d588c0be748bfaf42ab0d94636cbf17a2fd5051ea7a41cdbf1 - build: ha78fcfa_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 47404 - timestamp: 1698710545856 -- platform: osx-arm64 - name: aws-c-sdkutils - version: 0.1.12 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.12-he63e28a_4.conda - hash: - md5: b7fad8d42a716920a4c6cee7d97a6be3 - sha256: 584db23dd2d577445929572c4330863735fb4d27523abd1bc697379bf00fdce5 - build: he63e28a_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 46919 - timestamp: 1698710580834 -- platform: win-64 - name: aws-c-sdkutils - version: 0.1.12 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-h6f45060_4.conda - hash: - md5: 2ed18bb39f2e35b0de017637b4e267f3 - sha256: 976e697ca7d9e85fd6291f4d047a353fc750bc1f10331134d72ca1cef186fc75 - build: h6f45060_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 51749 - timestamp: 1698710874007 -- platform: linux-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda + sha256: 2c689444ed19a603be457284cf2115ee728a3fafb7527326e96054dee7cdc1a7 + md5: 9d731343cff6ee2e5a25c4a091bf8e2a + depends: + - ca-certificates - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h3e65c2a_4.conda - hash: - md5: c01f89cb1a7ed2e1f37a72ffede9b870 - sha256: fa7b6bd4557d117c3d8667166c7011e8df8423602eeeb734ec096897b77ec50b - build: h3e65c2a_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 + constrains: + - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 50231 - timestamp: 1698710226989 -- platform: osx-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-ha78fcfa_4.conda - hash: - md5: 6e6254ef456413dfee737de75fd419bb - sha256: 6c34fe8de60d70ad5cdf19e3a90a68e61f4007b68e6c66eea2ee73dfb7bdce84 - build: ha78fcfa_4 - arch: x86_64 + size: 2865379 + timestamp: 1710793235846 +- kind: conda + name: openssl + version: 3.2.1 + build: hd75f5a5_1 + build_number: 1 subdir: osx-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 48771 - timestamp: 1698710387219 -- platform: osx-arm64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-he63e28a_4.conda - hash: - md5: 137e2a6fbd1a9af10327431a058995ea - sha256: 01a7df193c9f5ed33094d228cb58af8bf5975d369c8da2271756fad0914eef7c - build: he63e28a_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 49162 - timestamp: 1698710623741 -- platform: win-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-h6f45060_4.conda - hash: - md5: 586ec2148c315b5cb6833999a894dae8 - sha256: ada1fa9736841e568f15ba015d200deaaa4a7f33acbaa36309d490037aee6970 - build: h6f45060_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 52227 - timestamp: 1698710697630 -- platform: linux-64 - name: aws-crt-cpp - version: 0.24.5 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.24.5-h233f1e4_0.conda - hash: - md5: e9f5e06da0c5f8d7d2c2586fc73da179 - sha256: 34393500f79ab2d524469d5423b66f615061d3365cc6c5ff5a1bb951af3ea374 - build: h233f1e4_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda + sha256: 7ae0ac6a1673584a8a380c2ff3d46eca48ed53bc7174c0d4eaa0dd2f247a0984 + md5: 570a6f04802df580be529f3a72d2bbf7 + depends: + - ca-certificates + constrains: + - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache - size: 326237 - timestamp: 1699407113143 -- platform: osx-64 - name: aws-crt-cpp - version: 0.24.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.24.5-hbf586ac_0.conda - hash: - md5: 3bdeae35228c198f6d1e4b5cb670e23b - sha256: 982a38ef39081d31786b3e6a20d379b840f65c3aeedd0ae7ae3e733ce9f35e09 - build: hbf586ac_0 - arch: x86_64 + size: 2506344 + timestamp: 1710793930515 +- kind: pypi + name: packaging + version: '24.0' + url: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl + sha256: 2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 + requires_python: '>=3.7' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/dd/49/de869130028fb8d90e25da3b7d8fb13e40f5afa4c4af1781583eb1ff3839/pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl + sha256: 9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/22/a5/a0b255295406ed54269814bc93723cfd1a0da63fb9aaf99e1364f07923e5/pandas-2.2.2-cp312-cp312-win_amd64.whl + sha256: d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- 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 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- 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 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- 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 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/d1/2d/39600d073ea70b9cafdc51fab91d69c72b49dd92810f24cb5ac6631f387f/pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl + sha256: 90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/69/a6/81d5dc9a612cf0c1810c2ebc4f2afddb900382276522b18d128213faeae3/pandas-2.2.2-cp310-cp310-win_amd64.whl + sha256: ddf818e4e6c7c6f4f7c8a12709696d193976b591cc7dc50588d3d1a6b5dc8772 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: pandas + version: 2.2.2 + url: https://files.pythonhosted.org/packages/89/1b/12521efcbc6058e2673583bb096c2b5046a9df39bd73eca392c1efed24e5/pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0 + requires_dist: + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' + requires_python: '>=3.9' +- kind: pypi + name: platformdirs + version: 4.2.0 + url: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl + sha256: 0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068 + 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' + requires_python: '>=3.8' +- kind: pypi + name: pooch + version: 1.8.1 + url: https://files.pythonhosted.org/packages/f4/72/8ae0f1ba4ce6a4f6d4d01a60a9fdf690fde188c45c1872b0b4ddb0607ace/pooch-1.8.1-py3-none-any.whl + sha256: 6b56611ac320c239faece1ac51a60b25796792599ce5c0b1bb87bf01df55e0a9 + requires_dist: + - platformdirs >=2.5.0 + - packaging >=20.0 + - requests >=2.19.0 + - tqdm <5.0.0, >=4.41.0 ; extra == 'progress' + - paramiko >=2.7.0 ; extra == 'sftp' + - xxhash >=1.4.3 ; extra == 'xxhash' + requires_python: '>=3.7' +- kind: conda + name: python + version: 3.10.14 + build: h00d2728_0_cpython subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 275174 - timestamp: 1699407633422 -- platform: osx-arm64 - name: aws-crt-cpp - version: 0.24.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.24.5-hf5813d2_0.conda - hash: - md5: 09438e8e0ecec4f558ab23bd014ddc4e - sha256: e17b0175b6a656f5339d064309bcf59d329d4df404bb929173bef672bb2450ea - build: hf5813d2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 212810 - timestamp: 1699407399098 -- platform: win-64 - name: aws-crt-cpp - version: 0.24.5 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.5,<0.7.6.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-c-http >=0.7.13,<0.7.14.0a0 - - aws-c-io >=0.13.35,<0.13.36.0a0 - - aws-c-mqtt >=0.9.8,<0.9.9.0a0 - - aws-c-s3 >=0.3.22,<0.3.23.0a0 - - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.24.5-hd12f32e_0.conda - hash: - md5: aa8ebc693704ef26e7fa922e7465e413 - sha256: d2456d8a1c985aec1917a6ed114a517c188f4dd046ae5a7985b45669bb7e8ec5 - build: hd12f32e_0 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.10.14-h00d2728_0_cpython.conda + sha256: 00c1de2d46ede26609ef4e84a44b83be7876ba6a0215b7c83bff41a0656bf694 + md5: 0a1cddc4382c5c171e791c70740546dd + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libzlib >=1.2.13,<1.3.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.10.* *_cp310 + license: Python-2.0 + size: 11890228 + timestamp: 1710940046031 +- kind: conda + name: python + version: 3.10.14 + build: h4de0772_0_cpython subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 237054 - timestamp: 1699407610849 -- platform: linux-64 - name: aws-sdk-cpp - version: 1.11.182 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - libcurl >=8.4.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.10.14-h4de0772_0_cpython.conda + sha256: 332f97d9927b65857d6d2d4d50d66dce9b37da81edb67833ae6b88ad52acbd0c + md5: 4a00e84f29d1eb418d84970598c444e1 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.45.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.182-h2b8e6fb_4.conda - hash: - md5: 804fb841eea68c47961461df8797c197 - sha256: abb165dd2fd1f461cd83f6ef5e1632b0b4feb7fc912c7d67baafe3a36cf49f37 - build: h2b8e6fb_4 - arch: x86_64 + - openssl >=3.2.1,<4.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata + - vc >=14.1,<15 + - vc14_runtime >=14.16.27033 + - xz >=5.2.6,<6.0a0 + constrains: + - python_abi 3.10.* *_cp310 + license: Python-2.0 + size: 15864027 + timestamp: 1710938888352 +- kind: conda + name: python + version: 3.10.14 + build: hd12c33a_0_cpython subdir: linux-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 3444820 - timestamp: 1699443413009 -- platform: osx-64 - name: aws-sdk-cpp - version: 1.11.182 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.182-h8a7c8da_4.conda - hash: - md5: 702f9438f2b9e754a0657a3024bd05a2 - sha256: 307a84c04bcec2b0ea9b70a2466c9a6f3a28d4e9aea686db5d1fca84464248b3 - build: h8a7c8da_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 3164674 - timestamp: 1699443981539 -- platform: osx-arm64 - name: aws-sdk-cpp - version: 1.11.182 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.182-h0c1a885_4.conda - hash: - md5: 4a69ed767d116ecf65943436ed6a8623 - sha256: fd13b7aa184d8bb3135c70a53c5e076d7b38461d737f49ca198e3b835af71469 - build: h0c1a885_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 3182890 - timestamp: 1699444269012 -- platform: win-64 - name: aws-sdk-cpp - version: 1.11.182 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.5,<0.9.6.0a0 - - aws-c-event-stream >=0.3.2,<0.3.3.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.10.14-hd12c33a_0_cpython.conda + sha256: 76a5d12e73542678b70a94570f7b0f7763f9a938f77f0e75d9ea615ef22aa84c + md5: 2b4ba962994e8bd4be9ff5b64b75aff2 + depends: + - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-64 >=2.36.1 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.182-hf4894ff_4.conda - hash: - md5: 27b9c5f743fd82c166445d1c02c3cebc - sha256: 794bf88e22b1b617340b3f993d30739cc5a3e4402f446aaa2f107b094641e4d6 - build: hf4894ff_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 3237710 - timestamp: 1699444829349 -- platform: linux-64 - name: babel - version: 2.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - pytz * - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 6948100 - timestamp: 1698174685067 -- platform: osx-64 - name: babel - version: 2.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - pytz * - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 6948100 - timestamp: 1698174685067 -- platform: osx-arm64 - name: babel - version: 2.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - pytz * - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 6948100 - timestamp: 1698174685067 -- platform: win-64 - name: babel - version: 2.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - pytz * - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 6948100 - timestamp: 1698174685067 -- platform: linux-64 - name: beautifulsoup4 - version: 4.12.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - build: pyha770c72_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 115011 - timestamp: 1680888259061 -- platform: osx-64 - name: beautifulsoup4 - version: 4.12.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - build: pyha770c72_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 115011 - timestamp: 1680888259061 -- platform: osx-arm64 - name: beautifulsoup4 - version: 4.12.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 115011 - timestamp: 1680888259061 -- platform: win-64 - name: beautifulsoup4 - version: 4.12.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - build: pyha770c72_0 - arch: x86_64 + - 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.10.* *_cp310 + license: Python-2.0 + size: 25517742 + timestamp: 1710939725109 +- kind: conda + name: python + version: 3.11.8 + build: h2628c8c_0_cpython subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 115011 - timestamp: 1680888259061 -- platform: linux-64 - name: blosc - version: 1.21.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda - hash: - md5: 009521b7ed97cca25f8f997f9e745976 - sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731 - build: h0f2a231_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 48692 - timestamp: 1693657088079 -- platform: osx-64 - name: blosc - version: 1.21.5 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda - hash: - md5: 3003fa6dd18769db1a616982dcee5b40 - sha256: db629047f1721d5a6e3bd41b07c1a3bacd0dee70f4063b61db2aa46f19a0b8b4 - build: heccf04b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 49891 - timestamp: 1693657206065 -- platform: osx-arm64 - name: blosc - version: 1.21.5 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.5-hc338f07_0.conda - hash: - md5: 93fccb1150aa377576107ecd0ad375b3 - sha256: 81f206dd843fe0da894d0480ea9d689fe948fa4b3cad060f97b016af4ac7b3a1 - build: hc338f07_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 33450 - timestamp: 1693657320331 -- platform: win-64 - name: blosc - version: 1.21.5 - category: main - manager: conda - dependencies: + 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 - - 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 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.5-hdccc3a2_0.conda - hash: - md5: 77a5cea2ce92907b7d1e7954457a526a - sha256: 73cee35e5366ce998ef36ccccb4c11ef9ead297886cc08269379f91539131288 - build: hdccc3a2_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 50069 - timestamp: 1693657396550 -- platform: linux-64 - name: bokeh - version: 3.3.0 - category: main - manager: conda - dependencies: - - contourpy >=1 - - jinja2 >=2.9 - - numpy >=1.16 - - packaging >=16.8 - - pandas >=1.2 - - pillow >=7.1.0 - - python >=3.9 - - pyyaml >=3.10 - - tornado >=5.1 - - xyzservices >=2021.9.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: 5d6ff9d18f0b611a7dc131f4a7444c2e - sha256: c007fed947070f21bbb73340cfad70a55e8fb1e48c01a4ac977ff53c636329cb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4895188 - timestamp: 1697011616787 -- platform: osx-64 - name: bokeh - version: 3.3.0 - category: main - manager: conda - dependencies: - - contourpy >=1 - - jinja2 >=2.9 - - numpy >=1.16 - - packaging >=16.8 - - pandas >=1.2 - - pillow >=7.1.0 - - python >=3.9 - - pyyaml >=3.10 - - tornado >=5.1 - - xyzservices >=2021.9.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: 5d6ff9d18f0b611a7dc131f4a7444c2e - sha256: c007fed947070f21bbb73340cfad70a55e8fb1e48c01a4ac977ff53c636329cb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4895188 - timestamp: 1697011616787 -- platform: osx-arm64 - name: bokeh - version: 3.3.0 - category: main - manager: conda - dependencies: - - contourpy >=1 - - jinja2 >=2.9 - - numpy >=1.16 - - packaging >=16.8 - - pandas >=1.2 - - pillow >=7.1.0 - - python >=3.9 - - pyyaml >=3.10 - - tornado >=5.1 - - xyzservices >=2021.9.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: 5d6ff9d18f0b611a7dc131f4a7444c2e - sha256: c007fed947070f21bbb73340cfad70a55e8fb1e48c01a4ac977ff53c636329cb - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4895188 - timestamp: 1697011616787 -- platform: win-64 - name: bokeh - version: 3.3.0 - category: main - manager: conda - dependencies: - - contourpy >=1 - - jinja2 >=2.9 - - numpy >=1.16 - - packaging >=16.8 - - pandas >=1.2 - - pillow >=7.1.0 - - python >=3.9 - - pyyaml >=3.10 - - tornado >=5.1 - - xyzservices >=2021.9.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: 5d6ff9d18f0b611a7dc131f4a7444c2e - sha256: c007fed947070f21bbb73340cfad70a55e8fb1e48c01a4ac977ff53c636329cb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4895188 - timestamp: 1697011616787 -- platform: linux-64 - name: branca - version: 0.7.0 - category: main - manager: conda - dependencies: - - jinja2 * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.0-pyhd8ed1ab_1.conda - hash: - md5: 980ae382aec2ebb7c20e8848f4d695d7 - sha256: 9013b381e6745a7f717b7f742d3fe366ba619f1670da0d849ae589c4e88b0dbc - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 29178 - timestamp: 1699296133785 -- platform: osx-64 - name: branca - version: 0.7.0 - category: main - manager: conda - dependencies: - - jinja2 * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.0-pyhd8ed1ab_1.conda - hash: - md5: 980ae382aec2ebb7c20e8848f4d695d7 - sha256: 9013b381e6745a7f717b7f742d3fe366ba619f1670da0d849ae589c4e88b0dbc - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 29178 - timestamp: 1699296133785 -- platform: osx-arm64 - name: branca - version: 0.7.0 - category: main - manager: conda - dependencies: - - jinja2 * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.0-pyhd8ed1ab_1.conda - hash: - md5: 980ae382aec2ebb7c20e8848f4d695d7 - sha256: 9013b381e6745a7f717b7f742d3fe366ba619f1670da0d849ae589c4e88b0dbc - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 29178 - timestamp: 1699296133785 -- platform: win-64 - name: branca - version: 0.7.0 - category: main - manager: conda - dependencies: - - jinja2 * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.0-pyhd8ed1ab_1.conda - hash: - md5: 980ae382aec2ebb7c20e8848f4d695d7 - sha256: 9013b381e6745a7f717b7f742d3fe366ba619f1670da0d849ae589c4e88b0dbc - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 29178 - timestamp: 1699296133785 -- platform: linux-64 - name: brotli - version: 1.1.0 - category: main - manager: conda - dependencies: - - brotli-bin ==1.1.0 hd590300_1 - - libbrotlidec ==1.1.0 hd590300_1 - - libbrotlienc ==1.1.0 hd590300_1 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda - hash: - md5: f27a24d46e3ea7b70a1f98e50c62508f - sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 19383 - timestamp: 1695990069230 -- platform: osx-64 - name: brotli - version: 1.1.0 - category: main - manager: conda - dependencies: - - brotli-bin ==1.1.0 h0dc2134_1 - - libbrotlidec ==1.1.0 h0dc2134_1 - - libbrotlienc ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda - hash: - md5: 9272dd3b19c4e8212f8542cefd5c3d67 - sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 19530 - timestamp: 1695990310168 -- platform: osx-arm64 - name: brotli - version: 1.1.0 - category: main - manager: conda - dependencies: - - brotli-bin ==1.1.0 hb547adb_1 - - libbrotlidec ==1.1.0 hb547adb_1 - - libbrotlienc ==1.1.0 hb547adb_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - hash: - md5: a33aa58d448cbc054f887e39dd1dfaea - sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 19506 - timestamp: 1695990588610 -- platform: win-64 - name: brotli - version: 1.1.0 - category: main - manager: conda - dependencies: - - brotli-bin ==1.1.0 hcfcfb64_1 - - libbrotlidec ==1.1.0 hcfcfb64_1 - - libbrotlienc ==1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - hash: - md5: f47f6db2528e38321fb00ae31674c133 - sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 19772 - timestamp: 1695990547936 -- platform: linux-64 - name: brotli-bin - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlidec ==1.1.0 hd590300_1 - - libbrotlienc ==1.1.0 hd590300_1 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda - hash: - md5: 39f910d205726805a958da408ca194ba - sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 18980 - timestamp: 1695990054140 -- platform: osx-64 - name: brotli-bin - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlidec ==1.1.0 h0dc2134_1 - - libbrotlienc ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda - hash: - md5: ece565c215adcc47fc1db4e651ee094b - sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 16660 - timestamp: 1695990286737 -- platform: osx-arm64 - name: brotli-bin - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlidec ==1.1.0 hb547adb_1 - - libbrotlienc ==1.1.0 hb547adb_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - hash: - md5: 990d04f8c017b1b77103f9a7730a5f12 - sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 17001 - timestamp: 1695990551239 -- platform: win-64 - name: brotli-bin - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlidec ==1.1.0 hcfcfb64_1 - - libbrotlienc ==1.1.0 hcfcfb64_1 + - 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 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - hash: - md5: 0105229d7c5fabaa840043a86c10ec64 - sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 20885 - timestamp: 1695990517506 -- platform: linux-64 - name: brotli-python - version: 1.1.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311hb755f60_1.conda - hash: - md5: cce9e7c3f1c307f2a5fb08a2922d6164 - sha256: 559093679e9fdb6061b7b80ca0f9a31fe6ffc213f1dae65bc5c82e2cd1a94107 - build: py311hb755f60_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 + - xz >=5.2.6,<6.0a0 constrains: - - libbrotlicommon 1.1.0 hd590300_1 - license: MIT - license_family: MIT - size: 351340 - timestamp: 1695990160360 -- platform: osx-64 - name: brotli-python - version: 1.1.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py311hdf8f085_1.conda - hash: - md5: 546fdccabb90492fbaf2da4ffb78f352 - sha256: 0f5e0a7de58006f349220365e32db521a1fe494c37ee455e5ecf05b8fe567dcc - build: py311hdf8f085_1 - arch: x86_64 + license: Python-2.0 + size: 18096526 + timestamp: 1708116524168 +- kind: conda + name: python + version: 3.11.8 + build: h9f0c242_0_cpython subdir: osx-64 - build_number: 1 + 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: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - size: 366864 - timestamp: 1695990449997 -- platform: osx-arm64 - name: brotli-python - version: 1.1.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py311ha891d26_1.conda - hash: - md5: 5e802b015e33447d1283d599d21f052b - sha256: 2d78c79ccf2c17236c52ef217a4c34b762eb7908a6903d94439f787aac1c8f4b - build: py311ha891d26_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 + 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: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - size: 343332 - timestamp: 1695991223439 -- platform: win-64 - name: brotli-python - version: 1.1.0 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 + license: Python-2.0 + size: 30754113 + timestamp: 1708118457486 +- kind: conda + name: python + version: 3.12.2 + build: h2628c8c_0_cpython + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_0_cpython.conda + sha256: b8eda863b48ae4531635e23fd15e759d93212b6204c6847d591e25fa5fd67477 + md5: be8803e9f75a477df61d4aabea3c1246 + 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 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py311h12c1d0e_1.conda - hash: - md5: 42fbf4e947c17ea605e6a4d7f526669a - sha256: 5390e1e5e8e159d4893ecbfd2c08ca75ef51bdce1a4a44ff4ee9e2d596004aac - build: py311h12c1d0e_1 - arch: x86_64 - subdir: win-64 - build_number: 1 + - xz >=5.2.6,<6.0a0 constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 - license: MIT - license_family: MIT - size: 322086 - timestamp: 1695990976742 -- platform: linux-64 - name: build - version: 0.7.0 - category: main - manager: conda - dependencies: - - importlib-metadata - - packaging - - pep517 >=0.9.1 - - python >=3.6 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 17759 - timestamp: 1631843776429 -- platform: osx-64 - name: build - version: 0.7.0 - category: main - manager: conda - dependencies: - - importlib-metadata - - packaging - - pep517 >=0.9.1 - - python >=3.6 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - build: pyhd8ed1ab_0 - arch: x86_64 + - python_abi 3.12.* *_cp312 + license: Python-2.0 + size: 16083296 + timestamp: 1708116662336 +- kind: conda + name: python + version: 3.12.2 + build: h9f0c242_0_cpython subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 17759 - timestamp: 1631843776429 -- platform: osx-arm64 - name: build - version: 0.7.0 - category: main - manager: conda - dependencies: - - importlib-metadata - - packaging - - pep517 >=0.9.1 - - python >=3.6 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 17759 - timestamp: 1631843776429 -- platform: win-64 - name: build - version: 0.7.0 - category: main - manager: conda - dependencies: - - importlib-metadata - - packaging - - pep517 >=0.9.1 - - python >=3.6 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 17759 - timestamp: 1631843776429 -- platform: linux-64 - name: bzip2 - version: 1.0.8 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda - hash: - md5: 69b8b6202a07720f448be700e300ccf4 - sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 - build: hd590300_5 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.2-h9f0c242_0_cpython.conda + sha256: 7647ac06c3798a182a4bcb1ff58864f1ef81eb3acea6971295304c23e43252fb + md5: 0179b8007ba008cf5bec11f3b3853902 + 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.12.* *_cp312 + license: Python-2.0 + size: 14596811 + timestamp: 1708118065292 +- kind: conda + name: python + version: 3.12.2 + build: hab00c5b_0_cpython subdir: linux-64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 254228 - timestamp: 1699279927352 -- platform: osx-64 - name: bzip2 - version: 1.0.8 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda - hash: - md5: 6097a6ca9ada32699b5fc4312dd6ef18 - sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 - build: h10d778d_5 - arch: x86_64 - subdir: osx-64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 127885 - timestamp: 1699280178474 -- platform: osx-arm64 - name: bzip2 - version: 1.0.8 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda - hash: - md5: 1bbc659ca658bfd49a481b5ef7a0f40f - sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f - build: h93a5062_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 122325 - timestamp: 1699280294368 -- platform: win-64 - name: bzip2 - version: 1.0.8 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda - hash: - md5: 26eb8ca6ea332b675e11704cce84a3be - sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 - build: hcfcfb64_5 - arch: x86_64 - subdir: win-64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 124580 - timestamp: 1699280668742 -- platform: linux-64 - name: c-ares - version: 1.21.0 - category: main - manager: conda - dependencies: + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.2-hab00c5b_0_cpython.conda + sha256: ddb7a2d8d78046bda5d7631e6814f9468d2eb054e10f86f4648c9d1fdaa30c0f + md5: ad7b68400f3a6ebe72b00be093c7f301 + 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 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.21.0-hd590300_0.conda - hash: - md5: c06fa0440048270817b9e3142cc661bf - sha256: dfe0e81d5462fced79fd0f99edeec94c9b27268cb04238638180981af2f889f1 - build: hd590300_0 - arch: x86_64 + - 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.12.* *_cp312 + license: Python-2.0 + size: 32312631 + timestamp: 1708118077305 +- kind: pypi + name: python-dateutil + version: 2.9.0.post0 + url: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl + sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 + requires_dist: + - six >=1.5 + requires_python: '!=3.0.*,!=3.1.*,!=3.2.*,>=2.7' +- kind: pypi + name: pytz + version: '2024.1' + url: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl + sha256: 328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319 +- kind: conda + name: readline + version: '8.2' + build: h8228510_1 + build_number: 1 subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 121680 - timestamp: 1698936210587 -- platform: osx-64 - name: c-ares - version: 1.21.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.21.0-h10d778d_0.conda - hash: - md5: 88426162f781739069a6bd178841ed5d - sha256: 7450d861c07e74b10dfcf3ba680b384cf22f1c2dd34c3eba763ab5920376bf79 - build: h10d778d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 108924 - timestamp: 1698936476851 -- platform: osx-arm64 - name: c-ares - version: 1.21.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.21.0-h93a5062_0.conda - hash: - md5: b3679505660f03e94430de5ea72114bd - sha256: 1f6436eb0bc3c6d6e14ae83610f821b2d55c4b1fd343bbeefd60a0e48fabe63d - build: h93a5062_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 106281 - timestamp: 1698936482295 -- platform: win-64 - name: c-ares - version: 1.21.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.21.0-hcfcfb64_0.conda - hash: - md5: 834ab09083aa903a2a22574d92ab872e - sha256: 7a261653adc286949de3aa5bf742dff978f2f1355330b00687500a18022e6e2d - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 115123 - timestamp: 1698936959417 -- platform: linux-64 - name: ca-certificates - version: 2023.7.22 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda - hash: - md5: a73ecd2988327ad4c8f2c331482917f2 - sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 - build: hbcca054_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: ISC - size: 149515 - timestamp: 1690026108541 -- platform: osx-64 - name: ca-certificates - version: 2023.7.22 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda - hash: - md5: bf2c54c18997bf3542af074c10191771 - sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b - build: h8857fd0_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: ISC - size: 149911 - timestamp: 1690026363769 -- platform: osx-arm64 - name: ca-certificates - version: 2023.7.22 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda - hash: - md5: e1b99ac4dbcee71a71682996f67f7965 - sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4 - build: hf0a4a13_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: ISC - size: 149918 - timestamp: 1690026385821 -- platform: win-64 - name: ca-certificates - version: 2023.7.22 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda - hash: - md5: b1c2327b36f1a25d96f2039b0d3e3739 - sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0 - build: h56e8100_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: ISC - size: 150013 - timestamp: 1690026269050 -- platform: linux-64 - name: cairo - version: 1.18.0 - category: main - manager: conda - dependencies: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.78.0,<3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.15,<1.16.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.42.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda - hash: - md5: f907bb958910dc404647326ca80c263e - sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e - build: h3faef2a_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-only or MPL-1.1 - size: 982351 - timestamp: 1697028423052 -- platform: osx-64 - name: cairo - version: 1.18.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.0,<3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.42.2,<1.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h99e66fa_0.conda - hash: - md5: 13f830b1bf46018f7062d1b798d53eca - sha256: f8d1142cf244eadcbc44e8ca2266aa61a05b6cda5571f9b745ba32c7ebbfdfba - build: h99e66fa_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LGPL-2.1-only or MPL-1.1 - size: 885311 - timestamp: 1697028802967 -- platform: osx-arm64 - name: cairo - version: 1.18.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.0,<3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.42.2,<1.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hd1e100b_0.conda - hash: - md5: 3fa6eebabb77f65e82f86b72b95482db - sha256: 599f8820553b3a3405706d9cad390ac199e24515a0a82c87153c9b5b5fdba3b8 - build: hd1e100b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LGPL-2.1-only or MPL-1.1 - size: 897919 - timestamp: 1697028755150 -- platform: win-64 - name: cairo - version: 1.18.0 - category: main - manager: conda - dependencies: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libglib >=2.78.0,<3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pixman >=0.42.2,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib * - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h1fef639_0.conda - hash: - md5: b3fe2c6381ec74afe8128e16a11eee02 - sha256: 451e714f065b5dd0c11169058be56b10973dfd7d9a0fccf9c6a05d1e09995730 - build: h1fef639_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: LGPL-2.1-only or MPL-1.1 - size: 1520159 - timestamp: 1697029136038 -- platform: linux-64 - name: certifi - version: 2023.7.22 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: ISC - noarch: python - size: 153791 - timestamp: 1690024617757 -- platform: osx-64 - name: certifi - version: 2023.7.22 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: ISC - noarch: python - size: 153791 - timestamp: 1690024617757 -- platform: osx-arm64 - name: certifi - version: 2023.7.22 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: ISC - noarch: python - size: 153791 - timestamp: 1690024617757 -- platform: win-64 - name: certifi - version: 2023.7.22 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: ISC - noarch: python - size: 153791 - timestamp: 1690024617757 -- platform: linux-64 - name: cffi - version: 1.16.0 - category: main - manager: conda - dependencies: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - pycparser * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py311hb3a22ac_0.conda - hash: - md5: b3469563ac5e808b0cd92810d0697043 - sha256: b71c94528ca0c35133da4b7ef69b51a0b55eeee570376057f3d2ad60c3ab1444 - build: py311hb3a22ac_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 300207 - timestamp: 1696001873452 -- platform: osx-64 - name: cffi - version: 1.16.0 - category: main - manager: conda - dependencies: - - libffi >=3.4,<4.0a0 - - pycparser * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py311hc0b63fd_0.conda - hash: - md5: 15d07b82223cac96af629e5e747ba27a - sha256: 1f13a5fa7f310fdbd27f5eddceb9e62cfb10012c58a58c923dd6f51fa979748a - build: py311hc0b63fd_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 289932 - timestamp: 1696002096156 -- platform: osx-arm64 - name: cffi - version: 1.16.0 - category: main - manager: conda - dependencies: - - libffi >=3.4,<4.0a0 - - pycparser * - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py311h4a08483_0.conda - hash: - md5: cbdde0484a47b40e6ce2a4e5aaeb48d7 - sha256: 9430416328fe2a28e206e703de771817064c8613a79a6a21fe7107f6a783104c - build: py311h4a08483_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 292511 - timestamp: 1696002194472 -- platform: win-64 - name: cffi - version: 1.16.0 - category: main - manager: conda - dependencies: - - pycparser * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py311ha68e1ae_0.conda - hash: - md5: d109d6e767c4890ea32880b8bfa4a3b6 - sha256: eb7463fe3785dd9ac0b3b1e5fea3b721d20eb082e194cab0af8d9ff28c28934f - build: py311ha68e1ae_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 297043 - timestamp: 1696002186279 -- platform: linux-64 - name: cfgv - version: 3.3.1 - category: main - manager: conda - dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10788 - timestamp: 1629909423398 -- platform: osx-64 - name: cfgv - version: 3.3.1 - category: main - manager: conda - dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10788 - timestamp: 1629909423398 -- platform: osx-arm64 - name: cfgv - version: 3.3.1 - category: main - manager: conda - dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10788 - timestamp: 1629909423398 -- platform: win-64 - name: cfgv - version: 3.3.1 - category: main - manager: conda - dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10788 - timestamp: 1629909423398 -- platform: linux-64 - name: cfitsio - version: 4.3.0 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng * - - libgfortran5 >=12.3.0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.3.0-hbdc6101_0.conda - hash: - md5: 797554b8b7603011e8677884381fbcc5 - sha256: c74938f1ade9b8f37b9fa8cc98a5b9262b325506f41d7492ad1d00146e0f1d08 - build: hbdc6101_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LicenseRef-fitsio - size: 887615 - timestamp: 1690377677271 -- platform: osx-64 - name: cfitsio - version: 4.3.0 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.2.0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.3.0-h66f91ea_0.conda - hash: - md5: f540472ad8a8ea2b39a4c6ca14ebc1b5 - sha256: 0246d80ce305609c7e810514d1aa578ef498a1f05fd2dba5fa46ea845e4e57b9 - build: h66f91ea_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LicenseRef-fitsio - size: 843556 - timestamp: 1690378027019 -- platform: osx-arm64 - name: cfitsio - version: 4.3.0 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.2.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.3.0-hca87796_0.conda - hash: - md5: a5a1019a6405052124e97999a5204a74 - sha256: 5d03f8d484d29f8d3bdd64afe22ed29d75c639834b40382f8a520f96a7af27c4 - build: hca87796_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LicenseRef-fitsio - size: 786305 - timestamp: 1690378144618 -- platform: win-64 - name: cfitsio - version: 4.3.0 - category: main - manager: conda - dependencies: - - libcurl >=8.2.0,<9.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.3.0-h9b0cee5_0.conda - hash: - md5: a04c557207fa9fc6f663ae1e4768d321 - sha256: b941249b2254939a180922d7639e1517feae71d61bcca86788fb953202e2b103 - build: h9b0cee5_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: LicenseRef-fitsio - size: 563108 - timestamp: 1690378239344 -- platform: linux-64 - name: cftime - version: 1.6.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cftime-1.6.3-py311h1f0f07a_0.conda - hash: - md5: b7e6d52b39e199238c3400cafaabafb3 - sha256: 733698aeaba7e86de82300e016f5a7ee16875d5cf21b927fe6c6f183e6f0d57f - build: py311h1f0f07a_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 248470 - timestamp: 1698610153918 -- platform: osx-64 - name: cftime - version: 1.6.3 - category: main - manager: conda - dependencies: - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/cftime-1.6.3-py311hc9a392d_0.conda - hash: - md5: 1ff674a61d45e398cc4bf75a116d6a32 - sha256: d3f434996bed1f94b193eaa6d74faf84860fa485ce1ae5e3dabb99053e9c7a98 - build: py311hc9a392d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 211864 - timestamp: 1698610262887 -- platform: osx-arm64 - name: cftime - version: 1.6.3 - category: main - manager: conda - dependencies: - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cftime-1.6.3-py311h9ea6feb_0.conda - hash: - md5: a6953d69d4f0fbd72436b3b8cb51f04a - sha256: 662d97c84192831aa0322d46432dab89e549a89383fdccf90caed33edcffc009 - build: py311h9ea6feb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 206114 - timestamp: 1698610333282 -- platform: win-64 - name: cftime - version: 1.6.3 - category: main - manager: conda - dependencies: - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/cftime-1.6.3-py311h59ca53f_0.conda - hash: - md5: a1eeb8f4a2bf8b01c4b7ef15dad96e4b - sha256: 845a5bbafacf1a47fd4682cd558e36d98ee7fa4de9ebfa0ff605c9e9db3c441f - build: py311h59ca53f_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 186745 - timestamp: 1698610652141 -- platform: linux-64 - name: charset-normalizer - version: 3.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 46597 - timestamp: 1698833765762 -- platform: osx-64 - name: charset-normalizer - version: 3.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 46597 - timestamp: 1698833765762 -- platform: osx-arm64 - name: charset-normalizer - version: 3.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 46597 - timestamp: 1698833765762 -- platform: win-64 - name: charset-normalizer - version: 3.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 46597 - timestamp: 1698833765762 -- platform: linux-64 - name: click - version: 8.1.7 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - hash: - md5: f3ad426304898027fc619827ff428eca - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - build: unix_pyh707e725_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 84437 - timestamp: 1692311973840 -- platform: osx-64 - name: click - version: 8.1.7 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - hash: - md5: f3ad426304898027fc619827ff428eca - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - build: unix_pyh707e725_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 84437 - timestamp: 1692311973840 -- platform: osx-arm64 - name: click - version: 8.1.7 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - hash: - md5: f3ad426304898027fc619827ff428eca - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - build: unix_pyh707e725_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 84437 - timestamp: 1692311973840 -- platform: win-64 - name: click - version: 8.1.7 - category: main - manager: conda - dependencies: - - __win * - - colorama * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda - hash: - md5: 3549ecbceb6cd77b91a105511b7d0786 - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - build: win_pyh7428d3b_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 85051 - timestamp: 1692312207348 -- platform: linux-64 - name: click-plugins - version: 1.1.1 - category: main - manager: conda - dependencies: - - click >=3.0 - - python * - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - hash: - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - build: py_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 8992 - timestamp: 1554588104889 -- platform: osx-64 - name: click-plugins - version: 1.1.1 - category: main - manager: conda - dependencies: - - click >=3.0 - - python * - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - hash: - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - build: py_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 8992 - timestamp: 1554588104889 -- platform: osx-arm64 - name: click-plugins - version: 1.1.1 - category: main - manager: conda - dependencies: - - click >=3.0 - - python * - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - hash: - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - build: py_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 8992 - timestamp: 1554588104889 -- platform: win-64 - name: click-plugins - version: 1.1.1 - category: main - manager: conda - dependencies: - - click >=3.0 - - python * - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - hash: - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - build: py_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 8992 - timestamp: 1554588104889 -- platform: linux-64 - name: cligj - version: 0.7.2 - category: main - manager: conda - dependencies: - - click >=4.0 - - python <4.0 - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: a29b7c141d6b2de4bb67788a5f107734 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 10255 - timestamp: 1633637895378 -- platform: osx-64 - name: cligj - version: 0.7.2 - category: main - manager: conda - dependencies: - - click >=4.0 - - python <4.0 - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: a29b7c141d6b2de4bb67788a5f107734 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 10255 - timestamp: 1633637895378 -- platform: osx-arm64 - name: cligj - version: 0.7.2 - category: main - manager: conda - dependencies: - - click >=4.0 - - python <4.0 - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: a29b7c141d6b2de4bb67788a5f107734 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 10255 - timestamp: 1633637895378 -- platform: win-64 - name: cligj - version: 0.7.2 - category: main - manager: conda - dependencies: - - click >=4.0 - - python <4.0 - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: a29b7c141d6b2de4bb67788a5f107734 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 10255 - timestamp: 1633637895378 -- platform: linux-64 - name: cloudpickle - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 753d29fe41bb881e4b9c004f0abf973f - sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 24746 - timestamp: 1697464875382 -- platform: osx-64 - name: cloudpickle - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 753d29fe41bb881e4b9c004f0abf973f - sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 24746 - timestamp: 1697464875382 -- platform: osx-arm64 - name: cloudpickle - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 753d29fe41bb881e4b9c004f0abf973f - sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 24746 - timestamp: 1697464875382 -- platform: win-64 - name: cloudpickle - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 753d29fe41bb881e4b9c004f0abf973f - sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 24746 - timestamp: 1697464875382 -- platform: linux-64 - name: cmarkgfm - version: 0.8.0 - category: main - manager: conda - dependencies: - - cffi >=1.0.0 - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cmarkgfm-0.8.0-py311h459d7ec_3.conda - hash: - md5: 5090d5a3ab2580cabb17a3ae965e257f - sha256: 01316757b817f21ec8c901ecdd1cf60141a80ea5bfddf352846ba85f4c7a3e9d - build: py311h459d7ec_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: MIT - license_family: MIT - size: 136524 - timestamp: 1695669889658 -- platform: osx-64 - name: cmarkgfm - version: 0.8.0 - category: main - manager: conda - dependencies: - - cffi >=1.0.0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/cmarkgfm-0.8.0-py311h2725bcf_3.conda - hash: - md5: 3a4ef0858a3fae7e61ae9cdf72adefd1 - sha256: a8036546261cc57f5383f9fcacaedd3c8aed76ca03c05fa5955fcd0a0707ff45 - build: py311h2725bcf_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: MIT - license_family: MIT - size: 113116 - timestamp: 1695670250339 -- platform: osx-arm64 - name: cmarkgfm - version: 0.8.0 - category: main - manager: conda - dependencies: - - cffi >=1.0.0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-0.8.0-py311heffc1b2_3.conda - hash: - md5: 5cb88950ae060fe9220ed27c2d06987d - sha256: d27c4d0cf73cd86551a403fa8363f61bdd270418a348aebbd51f5ca26be0661e - build: py311heffc1b2_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: MIT - license_family: MIT - size: 114180 - timestamp: 1695670152127 -- platform: win-64 - name: cmarkgfm - version: 0.8.0 - category: main - manager: conda - dependencies: - - cffi >=1.0.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 - url: https://conda.anaconda.org/conda-forge/win-64/cmarkgfm-0.8.0-py311ha68e1ae_3.conda - hash: - md5: 489e7c645da48b8c19f8232d70b45ec8 - sha256: 8fe56f677ec4b47043170d2437ce020c204c88a56895c58490e89277af93a2ca - build: py311ha68e1ae_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: MIT - license_family: MIT - size: 120405 - timestamp: 1695670523318 -- platform: linux-64 - name: colorama - version: 0.4.6 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 25170 - timestamp: 1666700778190 -- platform: osx-64 - name: colorama - version: 0.4.6 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 25170 - timestamp: 1666700778190 -- platform: osx-arm64 - name: colorama - version: 0.4.6 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 25170 - timestamp: 1666700778190 -- platform: win-64 - name: colorama - version: 0.4.6 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 25170 - timestamp: 1666700778190 -- platform: linux-64 - name: comm - version: 0.1.4 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 11682 - timestamp: 1691045097208 -- platform: osx-64 - name: comm - version: 0.1.4 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 11682 - timestamp: 1691045097208 -- platform: osx-arm64 - name: comm - version: 0.1.4 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 11682 - timestamp: 1691045097208 -- platform: win-64 - name: comm - version: 0.1.4 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 11682 - timestamp: 1691045097208 -- platform: linux-64 - name: contourpy - version: 1.2.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.20,<2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.0-py311h9547e67_0.conda - hash: - md5: 40828c5b36ef52433e21f89943e09f33 - sha256: 2c76e2a970b74eef92ef9460aa705dbdc506dd59b7382bfbedce39d9c189d7f4 - build: py311h9547e67_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 255843 - timestamp: 1699041590533 -- platform: osx-64 - name: contourpy - version: 1.2.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - numpy >=1.20,<2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.0-py311h7bea37d_0.conda - hash: - md5: 6711c052d956af4973a16749236a0387 - sha256: 40bca4a644e0c0b0e6d58cef849ba02d4f218af715f7a5787d41845797f3b8a9 - build: py311h7bea37d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 248078 - timestamp: 1699042040747 -- platform: osx-arm64 - name: contourpy - version: 1.2.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - numpy >=1.20,<2 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.0-py311hd03642b_0.conda - hash: - md5: c0fa0bea0af7ecdea23bf983655fa2d0 - sha256: 3ec341c3a33bbb7f60e9a96214e0e08c4ba9e4a553b18104194e7843abbb4ef4 - build: py311hd03642b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 240223 - timestamp: 1699041881051 -- platform: win-64 - name: contourpy - version: 1.2.0 - category: main - manager: conda - dependencies: - - numpy >=1.20,<2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.0-py311h005e61a_0.conda - hash: - md5: 6e36537c6d0c16d2ee8ba8c3dd847662 - sha256: d043a1cc9157ee25319fa85271cba38fc4c51caf4d38354176659d95629d04ab - build: py311h005e61a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 206078 - timestamp: 1699042419820 -- platform: linux-64 - name: coverage - version: 7.3.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tomli * - url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py311h459d7ec_0.conda - hash: - md5: 7b3145fed7adc7c63a0e08f6f29f5480 - sha256: 8b56edd4336e7fc6ff9b73436a3a270cf835f57cf4d0565c6e240c40f1981085 - build: py311h459d7ec_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 355132 - timestamp: 1696281925482 -- platform: osx-64 - name: coverage - version: 7.3.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tomli * - url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py311h2725bcf_0.conda - hash: - md5: 0ce651c68a0322a6eacef726025b938a - sha256: ada34f95907fe0cd98d4d12e439bd1508363738f8b0fbe88d14cb398f4235af6 - build: py311h2725bcf_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 352862 - timestamp: 1696282084699 -- platform: osx-arm64 - name: coverage - version: 7.3.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - tomli * - url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.3.2-py311heffc1b2_0.conda - hash: - md5: 75928ad6625a73ff93f08be98014248c - sha256: 88d116c4c51a106c43937b950d3fd14007800fb7b3945573a5a117533c450e6b - build: py311heffc1b2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 353390 - timestamp: 1696282185517 -- platform: win-64 - name: coverage - version: 7.3.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tomli * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py311ha68e1ae_0.conda - hash: - md5: 6d0d75c92bdf393a2dd818b7fe6615a0 - sha256: 1025c5a4da262a05563b7067101dd2fa9ef36b6f9c31e6c1df05db800375e18d - build: py311ha68e1ae_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 372107 - timestamp: 1696282186892 -- platform: linux-64 - name: cryptography - version: 41.0.7 - category: main - manager: conda - dependencies: - - cffi >=1.12 - - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.7-py311hcb13ee4_1.conda - hash: - md5: ca6e04ac7262ecaec846e483d6fdc6c8 - sha256: 0959d015727ae5f55f385556a0a19b9f6036752ea05f78a99cb534803e325cab - build: py311hcb13ee4_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT - license_family: BSD - size: 2044035 - timestamp: 1701563449491 -- platform: linux-64 - name: cycler - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 13458 - timestamp: 1696677888423 -- platform: osx-64 - name: cycler - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 13458 - timestamp: 1696677888423 -- platform: osx-arm64 - name: cycler - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 13458 - timestamp: 1696677888423 -- platform: win-64 - name: cycler - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 13458 - timestamp: 1696677888423 -- platform: linux-64 - name: cytoolz - version: 0.12.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/linux-64/cytoolz-0.12.2-py311h459d7ec_1.conda - hash: - md5: afe341dbe834ae76d2c23157ff00e633 - sha256: 96efb822226a57f15a97b07626602b74bcf204a13fa55c63664496718496da41 - build: py311h459d7ec_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 393997 - timestamp: 1695545323707 -- platform: osx-64 - name: cytoolz - version: 0.12.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/osx-64/cytoolz-0.12.2-py311h2725bcf_1.conda - hash: - md5: d9c0b3f76158bab142e87173de61aae2 - sha256: 58861b45b3075ad0fd012137b6f4435ef4734c5b7a4a806c92a8e9bac81567f4 - build: py311h2725bcf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 344463 - timestamp: 1695545474783 -- platform: osx-arm64 - name: cytoolz - version: 0.12.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cytoolz-0.12.2-py311heffc1b2_1.conda - hash: - md5: 9ba273ea58e52932188ac9a701c65e1c - sha256: 983165d18666b71476211ce574a8c574e9e8f549ec069a4ee8fe0eb629278ad6 - build: py311heffc1b2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 351392 - timestamp: 1695545581191 -- platform: win-64 - name: cytoolz - version: 0.12.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - toolz >=0.10.0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/cytoolz-0.12.2-py311ha68e1ae_1.conda - hash: - md5: 428d339fa2522d956fca378fdc148fa4 - sha256: 650c43315379b69fdf4dd7c210cebd50b792ea3a2b870c84021f856de088e93d - build: py311ha68e1ae_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 321377 - timestamp: 1695545585126 -- platform: linux-64 - name: dask - version: 2023.10.1 - category: main - manager: conda - dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - distributed >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - lz4 >=4.3.2 - - numpy >=1.21 - - pandas >=1.3 - - pyarrow >=7.0 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 5b5af2efa7659441a9967734d046fecf - sha256: a31f8d1479585f1418e4e0f1594669278590e9bf7240fb9787e1e972935575c2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7467 - timestamp: 1698451780224 -- platform: osx-64 - name: dask - version: 2023.10.1 - category: main - manager: conda - dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - distributed >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - lz4 >=4.3.2 - - numpy >=1.21 - - pandas >=1.3 - - pyarrow >=7.0 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 5b5af2efa7659441a9967734d046fecf - sha256: a31f8d1479585f1418e4e0f1594669278590e9bf7240fb9787e1e972935575c2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7467 - timestamp: 1698451780224 -- platform: osx-arm64 - name: dask - version: 2023.10.1 - category: main - manager: conda - dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - distributed >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - lz4 >=4.3.2 - - numpy >=1.21 - - pandas >=1.3 - - pyarrow >=7.0 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 5b5af2efa7659441a9967734d046fecf - sha256: a31f8d1479585f1418e4e0f1594669278590e9bf7240fb9787e1e972935575c2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7467 - timestamp: 1698451780224 -- platform: win-64 - name: dask - version: 2023.10.1 - category: main - manager: conda - dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - distributed >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - lz4 >=4.3.2 - - numpy >=1.21 - - pandas >=1.3 - - pyarrow >=7.0 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 5b5af2efa7659441a9967734d046fecf - sha256: a31f8d1479585f1418e4e0f1594669278590e9bf7240fb9787e1e972935575c2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7467 - timestamp: 1698451780224 -- platform: linux-64 - name: dask-core - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - fsspec >=2021.9.0 - - importlib_metadata >=4.13.0 - - packaging >=20.0 - - partd >=1.2.0 - - python >=3.9 - - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: cf1f26a9e21311f10cfe9dbf0e0d99bc - sha256: e8322cce6f097b188a5c1fa2dfb14ea26f841dd33bc965036a5236e84d455ad8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 862751 - timestamp: 1698445693753 -- platform: osx-64 - name: dask-core - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - fsspec >=2021.9.0 - - importlib_metadata >=4.13.0 - - packaging >=20.0 - - partd >=1.2.0 - - python >=3.9 - - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: cf1f26a9e21311f10cfe9dbf0e0d99bc - sha256: e8322cce6f097b188a5c1fa2dfb14ea26f841dd33bc965036a5236e84d455ad8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 862751 - timestamp: 1698445693753 -- platform: osx-arm64 - name: dask-core - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - fsspec >=2021.9.0 - - importlib_metadata >=4.13.0 - - packaging >=20.0 - - partd >=1.2.0 - - python >=3.9 - - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: cf1f26a9e21311f10cfe9dbf0e0d99bc - sha256: e8322cce6f097b188a5c1fa2dfb14ea26f841dd33bc965036a5236e84d455ad8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 862751 - timestamp: 1698445693753 -- platform: win-64 - name: dask-core - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - fsspec >=2021.9.0 - - importlib_metadata >=4.13.0 - - packaging >=20.0 - - partd >=1.2.0 - - python >=3.9 - - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: cf1f26a9e21311f10cfe9dbf0e0d99bc - sha256: e8322cce6f097b188a5c1fa2dfb14ea26f841dd33bc965036a5236e84d455ad8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 862751 - timestamp: 1698445693753 -- platform: linux-64 - name: dbus - version: 1.13.6 - category: main - manager: conda - dependencies: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - hash: - md5: ecfff944ba3960ecb334b9a2663d708d - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - build: h5008d03_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: GPL-2.0-or-later - license_family: GPL - size: 618596 - timestamp: 1640112124844 -- platform: linux-64 - name: debugpy - version: 1.8.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py311hb755f60_1.conda - hash: - md5: 2c241533b8eafe8028442d46ef41eb13 - sha256: f18492ebfaea54bbbeaec0ae207851f711ff589f60f2cc9b8a689f88b2442171 - build: py311hb755f60_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 3001696 - timestamp: 1695534493087 -- platform: osx-64 - name: debugpy - version: 1.8.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py311hdf8f085_1.conda - hash: - md5: 7f20ef8a63be62d1bcdaa8136ec09647 - sha256: 93e94c9077b13f3dde47794bb6ca02f9c3174c794edf889158306a54764a075c - build: py311hdf8f085_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 2939392 - timestamp: 1695534639423 -- platform: osx-arm64 - name: debugpy - version: 1.8.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.0-py311ha891d26_1.conda - hash: - md5: 575b875f1e7901213e9a0f44db9deccc - sha256: a7c3b4abf2d3d5256be7e891e76c86dd52e3893e9495d468e3c95e82932b9d7b - build: py311ha891d26_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 2957693 - timestamp: 1695534717336 -- platform: win-64 - name: debugpy - version: 1.8.0 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py311h12c1d0e_1.conda - hash: - md5: 8f521f35a7544cbf058b24e11561d53a - sha256: df14ab3bfa7864fedda2d45b16057792ad29dd607f0ff9a86b3e9cfbd0c41332 - build: py311h12c1d0e_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 3870801 - timestamp: 1695534773660 -- platform: linux-64 - name: decorator - version: 5.1.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 12072 - timestamp: 1641555714315 -- platform: osx-64 - name: decorator - version: 5.1.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 12072 - timestamp: 1641555714315 -- platform: osx-arm64 - name: decorator - version: 5.1.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 12072 - timestamp: 1641555714315 -- platform: win-64 - name: decorator - version: 5.1.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 12072 - timestamp: 1641555714315 -- platform: linux-64 - name: distlib - version: 0.3.7 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda - hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 273692 - timestamp: 1689598624555 -- platform: osx-64 - name: distlib - version: 0.3.7 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda - hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 273692 - timestamp: 1689598624555 -- platform: osx-arm64 - name: distlib - version: 0.3.7 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda - hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 273692 - timestamp: 1689598624555 -- platform: win-64 - name: distlib - version: 0.3.7 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda - hash: - md5: 12d8aae6994f342618443a8f05c652a0 - sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 273692 - timestamp: 1689598624555 -- platform: linux-64 - name: distributed - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - cytoolz >=0.10.1 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - locket >=1.0.0 - - msgpack-python >=1.0.0 - - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 - - pyyaml >=5.3.1 - - sortedcontainers >=2.0.5 - - tblib >=1.6.0 - - toolz >=0.10.0 - - tornado >=6.0.4 - - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9fc9e3eacf6e23f902408d38198880de - sha256: 47cd01df6449f922e37ce644c815eaf04ce2a7b106da90df1ab36889aa4af787 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 790972 - timestamp: 1698448652741 -- platform: osx-64 - name: distributed - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - cytoolz >=0.10.1 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - locket >=1.0.0 - - msgpack-python >=1.0.0 - - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 - - pyyaml >=5.3.1 - - sortedcontainers >=2.0.5 - - tblib >=1.6.0 - - toolz >=0.10.0 - - tornado >=6.0.4 - - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9fc9e3eacf6e23f902408d38198880de - sha256: 47cd01df6449f922e37ce644c815eaf04ce2a7b106da90df1ab36889aa4af787 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 790972 - timestamp: 1698448652741 -- platform: osx-arm64 - name: distributed - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - cytoolz >=0.10.1 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - locket >=1.0.0 - - msgpack-python >=1.0.0 - - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 - - pyyaml >=5.3.1 - - sortedcontainers >=2.0.5 - - tblib >=1.6.0 - - toolz >=0.10.0 - - tornado >=6.0.4 - - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9fc9e3eacf6e23f902408d38198880de - sha256: 47cd01df6449f922e37ce644c815eaf04ce2a7b106da90df1ab36889aa4af787 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 790972 - timestamp: 1698448652741 -- platform: win-64 - name: distributed - version: 2023.10.1 - category: main - manager: conda - dependencies: - - click >=8.0 - - cloudpickle >=1.5.0 - - cytoolz >=0.10.1 - - dask-core >=2023.10.1,<2023.10.2.0a0 - - jinja2 >=2.10.3 - - locket >=1.0.0 - - msgpack-python >=1.0.0 - - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 - - pyyaml >=5.3.1 - - sortedcontainers >=2.0.5 - - tblib >=1.6.0 - - toolz >=0.10.0 - - tornado >=6.0.4 - - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9fc9e3eacf6e23f902408d38198880de - sha256: 47cd01df6449f922e37ce644c815eaf04ce2a7b106da90df1ab36889aa4af787 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - openssl !=1.1.1e - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 790972 - timestamp: 1698448652741 -- platform: linux-64 - name: docutils - version: 0.20.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_2.conda - hash: - md5: 33f8066e53679dd4be2355fec849bf01 - sha256: 4e90bbc89f9ab192cb247d8b8ebe54c33e57652f8a057f9f176d9d9dd32993b9 - build: py311h38be061_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 915810 - timestamp: 1695300614781 -- platform: osx-64 - name: docutils - version: 0.20.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py311h6eed73b_2.conda - hash: - md5: d56b49f1a2c908d05d1ca6b3f85d0fd5 - sha256: 869e919066b308794e399bc551fc508c175da5f9324b7a324eb259cef8adabf2 - build: py311h6eed73b_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 921558 - timestamp: 1695300850498 -- platform: osx-arm64 - name: docutils - version: 0.20.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py311h267d04e_2.conda - hash: - md5: e82ee6e9db96d5f7ddf289399744240d - sha256: 3bc810b946ef8f87681ea4bee2610e8c418f9f61772f5d1ff3ffa803ae7cfbb6 - build: py311h267d04e_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 921098 - timestamp: 1695300974246 -- platform: win-64 - name: docutils - version: 0.20.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py311h1ea47a8_2.conda - hash: - md5: 6b90695c3fc8616b09e3fabc77f816df - sha256: 56c6737d61281897eee17947361704eed48b1cddaf2a9df4e0e10757852622c6 - build: py311h1ea47a8_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 - size: 972760 - timestamp: 1695301035902 -- platform: linux-64 - name: editables - version: '0.3' - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 8431 - timestamp: 1649618340031 -- platform: osx-64 - name: editables - version: '0.3' - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 8431 - timestamp: 1649618340031 -- platform: osx-arm64 - name: editables - version: '0.3' - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 8431 - timestamp: 1649618340031 -- platform: win-64 - name: editables - version: '0.3' - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/editables-0.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: ce5a846b6282ad352022dac9510e8fd6 - sha256: 6d46237b3feafc1617705c9cf243b1dc79968842eec46e8ded6bb72bd60f5a00 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 8431 - timestamp: 1649618340031 -- platform: linux-64 - name: exceptiongroup - version: 1.1.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 19262 - timestamp: 1692026296517 -- platform: osx-64 - name: exceptiongroup - version: 1.1.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 19262 - timestamp: 1692026296517 -- platform: osx-arm64 - name: exceptiongroup - version: 1.1.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 19262 - timestamp: 1692026296517 -- platform: win-64 - name: exceptiongroup - version: 1.1.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 19262 - timestamp: 1692026296517 -- platform: linux-64 - name: executing - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27689 - timestamp: 1698580072627 -- platform: osx-64 - name: executing - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27689 - timestamp: 1698580072627 -- platform: osx-arm64 - name: executing - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27689 - timestamp: 1698580072627 -- platform: win-64 - name: executing - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27689 - timestamp: 1698580072627 -- platform: linux-64 - name: expat - version: 2.5.0 - category: main - manager: conda - dependencies: - - libexpat ==2.5.0 hcb278e6_1 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda - hash: - md5: 8b9b5aca60558d02ddaa09d599e55920 - sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f - build: hcb278e6_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 136778 - timestamp: 1680190541750 -- platform: osx-64 - name: expat - version: 2.5.0 - category: main - manager: conda - dependencies: - - libexpat ==2.5.0 hf0c8a7f_1 - url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.5.0-hf0c8a7f_1.conda - hash: - md5: e12630038077877cbb6c7851e139c17c - sha256: 15c04a5a690b337b50fb7550cce057d843cf94dd0109d576ec9bc3448a8571d0 - build: hf0c8a7f_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 120323 - timestamp: 1680191057827 -- platform: osx-arm64 - name: expat - version: 2.5.0 - category: main - manager: conda - dependencies: - - libexpat ==2.5.0 hb7217d7_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.5.0-hb7217d7_1.conda - hash: - md5: 624fa0dd6fdeaa650b71a62296fdfedf - sha256: 9f06afbe4604decf6a2e8e7e87f5ca218a3e9049d57d5b3fcd538ca6240d21a0 - build: hb7217d7_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 117851 - timestamp: 1680190940654 -- platform: win-64 - name: expat - version: 2.5.0 - category: main - manager: conda - dependencies: - - libexpat ==2.5.0 h63175ca_1 - url: https://conda.anaconda.org/conda-forge/win-64/expat-2.5.0-h63175ca_1.conda - hash: - md5: 87c77fe1b445aedb5c6d207dd236fa3e - sha256: 3bcd88290cd462d5573c2923c796599d0dece2ff9d9c9d6c914d31e9c5881aaf - build: h63175ca_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 226571 - timestamp: 1680190888036 -- platform: linux-64 - name: fasteners - version: 0.17.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/fasteners-0.17.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 348e27e78a5e39090031448c72f66d5e - sha256: 42be6ac8478051b26751d778490d6a71de12e5c6443e145ff3eddbc577d9bcda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 19975 - timestamp: 1643971626978 -- platform: osx-64 - name: fasteners - version: 0.17.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/fasteners-0.17.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 348e27e78a5e39090031448c72f66d5e - sha256: 42be6ac8478051b26751d778490d6a71de12e5c6443e145ff3eddbc577d9bcda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 19975 - timestamp: 1643971626978 -- platform: osx-arm64 - name: fasteners - version: 0.17.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/fasteners-0.17.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 348e27e78a5e39090031448c72f66d5e - sha256: 42be6ac8478051b26751d778490d6a71de12e5c6443e145ff3eddbc577d9bcda - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 19975 - timestamp: 1643971626978 -- platform: win-64 - name: fasteners - version: 0.17.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/fasteners-0.17.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 348e27e78a5e39090031448c72f66d5e - sha256: 42be6ac8478051b26751d778490d6a71de12e5c6443e145ff3eddbc577d9bcda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 19975 - timestamp: 1643971626978 -- platform: linux-64 - name: filelock - version: 3.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda - hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Unlicense - noarch: python - size: 15605 - timestamp: 1698715139726 -- platform: osx-64 - name: filelock - version: 3.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda - hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Unlicense - noarch: python - size: 15605 - timestamp: 1698715139726 -- platform: osx-arm64 - name: filelock - version: 3.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda - hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Unlicense - noarch: python - size: 15605 - timestamp: 1698715139726 -- platform: win-64 - name: filelock - version: 3.13.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda - hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Unlicense - noarch: python - size: 15605 - timestamp: 1698715139726 -- platform: linux-64 - name: fiona - version: 1.9.5 - category: main - manager: conda - dependencies: - - attrs >=17 - - click >=4.0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal * - - importlib-metadata * - - libgcc-ng >=12 - - libgdal >=3.7.2,<3.8.0a0 - - libstdcxx-ng >=12 - - munch * - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - - shapely * - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.5-py311hbac4ec9_0.conda - hash: - md5: 786d3808394b1bdfd3f41f2e2c67279e - sha256: 529600df1964a94c7745b87e31f432ddc03c7b5fd652c193c594c995e1964c6b - build: py311hbac4ec9_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 988348 - timestamp: 1697078517209 -- platform: osx-64 - name: fiona - version: 1.9.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - attrs >=17 - - click >=4.0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal * - - importlib-metadata * - - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch * - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - - shapely * - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311hf14a637_0.conda - hash: - md5: b0a818c3ad6768567ea7e72ca7a777f7 - sha256: ce1888df0112ab2405e6f30f04a208fab379a9598e7b7c89289fb3bbc5b4950c - build: py311hf14a637_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 871895 - timestamp: 1697078935194 -- platform: osx-arm64 - name: fiona - version: 1.9.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - attrs >=17 - - click >=4.0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal * - - importlib-metadata * - - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch * - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - setuptools * - - shapely * - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py311h45231e3_0.conda - hash: - md5: 50d570663d8aca587902d0f3642f17ac - sha256: 008993778253638c048f61ed90fded9f3090dd2fbeb5b9c48f5a6a8ac382e4cf - build: py311h45231e3_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 873617 - timestamp: 1697078901418 -- platform: win-64 - name: fiona - version: 1.9.5 - category: main - manager: conda - dependencies: - - attrs >=17 - - click >=4.0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal * - - importlib-metadata * - - libgdal >=3.7.2,<3.8.0a0 - - munch * - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - - shapely * - - six >=1.7 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311h4e4dc46_0.conda - hash: - md5: aaed872a9994c6c92cc9c5ffacbf6dc0 - sha256: ef190c4e1db9ecdcff2af1dbfa86ae445a26e5fc2c55e377b80232db4d8b2730 - build: py311h4e4dc46_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 837890 - timestamp: 1697079199653 -- platform: linux-64 - name: folium - version: 0.15.0 - category: main - manager: conda - dependencies: - - branca >=0.7.0 - - jinja2 >=2.9 - - numpy * - - python >=3.7 - - requests * - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda - hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73353 - timestamp: 1699298809319 -- platform: osx-64 - name: folium - version: 0.15.0 - category: main - manager: conda - dependencies: - - branca >=0.7.0 - - jinja2 >=2.9 - - numpy * - - python >=3.7 - - requests * - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda - hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73353 - timestamp: 1699298809319 -- platform: osx-arm64 - name: folium - version: 0.15.0 - category: main - manager: conda - dependencies: - - branca >=0.7.0 - - jinja2 >=2.9 - - numpy * - - python >=3.7 - - requests * - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda - hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73353 - timestamp: 1699298809319 -- platform: win-64 - name: folium - version: 0.15.0 - category: main - manager: conda - dependencies: - - branca >=0.7.0 - - jinja2 >=2.9 - - numpy * - - python >=3.7 - - requests * - url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.0-pyhd8ed1ab_0.conda - hash: - md5: 25f5dbce4f946240dea7d2ee79d34254 - sha256: afe869f136fca1dbda8be0c342392fda99d951c4c4612f134a70efbf5449ef30 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73353 - timestamp: 1699298809319 -- platform: linux-64 - name: font-ttf-dejavu-sans-mono - version: '2.37' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - build: hab24e00_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 397370 - timestamp: 1566932522327 -- platform: osx-64 - name: font-ttf-dejavu-sans-mono - version: '2.37' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - build: hab24e00_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 397370 - timestamp: 1566932522327 -- platform: osx-arm64 - name: font-ttf-dejavu-sans-mono - version: '2.37' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - build: hab24e00_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 397370 - timestamp: 1566932522327 -- platform: win-64 - name: font-ttf-dejavu-sans-mono - version: '2.37' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - build: hab24e00_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 397370 - timestamp: 1566932522327 -- platform: linux-64 - name: font-ttf-inconsolata - version: '3.000' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - build: h77eed37_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 96530 - timestamp: 1620479909603 -- platform: osx-64 - name: font-ttf-inconsolata - version: '3.000' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - build: h77eed37_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 96530 - timestamp: 1620479909603 -- platform: osx-arm64 - name: font-ttf-inconsolata - version: '3.000' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - build: h77eed37_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 96530 - timestamp: 1620479909603 -- platform: win-64 - name: font-ttf-inconsolata - version: '3.000' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - build: h77eed37_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 96530 - timestamp: 1620479909603 -- platform: linux-64 - name: font-ttf-source-code-pro - version: '2.038' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - build: h77eed37_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 700814 - timestamp: 1620479612257 -- platform: osx-64 - name: font-ttf-source-code-pro - version: '2.038' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - build: h77eed37_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 700814 - timestamp: 1620479612257 -- platform: osx-arm64 - name: font-ttf-source-code-pro - version: '2.038' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - build: h77eed37_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 700814 - timestamp: 1620479612257 -- platform: win-64 - name: font-ttf-source-code-pro - version: '2.038' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - build: h77eed37_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: OFL-1.1 - license_family: Other - noarch: generic - size: 700814 - timestamp: 1620479612257 -- platform: linux-64 - name: font-ttf-ubuntu - version: '0.83' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - build: hab24e00_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Ubuntu Font Licence Version 1.0 - license_family: Other - noarch: generic - size: 1961279 - timestamp: 1566932680646 -- platform: osx-64 - name: font-ttf-ubuntu - version: '0.83' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - build: hab24e00_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Ubuntu Font Licence Version 1.0 - license_family: Other - noarch: generic - size: 1961279 - timestamp: 1566932680646 -- platform: osx-arm64 - name: font-ttf-ubuntu - version: '0.83' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - build: hab24e00_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Ubuntu Font Licence Version 1.0 - license_family: Other - noarch: generic - size: 1961279 - timestamp: 1566932680646 -- platform: win-64 - name: font-ttf-ubuntu - version: '0.83' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - build: hab24e00_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Ubuntu Font Licence Version 1.0 - license_family: Other - noarch: generic - size: 1961279 - timestamp: 1566932680646 -- platform: linux-64 - name: fontconfig - version: 2.14.2 - category: main - manager: conda - dependencies: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libgcc-ng >=12 - - libuuid >=2.32.1,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - hash: - md5: 0f69b688f52ff6da70bccb7ff7001d1d - sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 - build: h14ed4e7_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 272010 - timestamp: 1674828850194 -- platform: osx-64 - name: fontconfig - version: 2.14.2 - category: main - manager: conda - dependencies: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - hash: - md5: 86cc5867dfbee4178118392bae4a3c89 - sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 - build: h5bb23bf_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 237068 - timestamp: 1674829100063 -- platform: osx-arm64 - name: fontconfig - version: 2.14.2 - category: main - manager: conda - dependencies: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - hash: - md5: f77d47ddb6d3cc5b39b9bdf65635afbb - sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b - build: h82840c6_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 237668 - timestamp: 1674829263740 -- platform: win-64 - name: fontconfig - version: 2.14.2 - category: main - manager: conda - dependencies: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - hash: - md5: 08767992f1a4f1336a257af1241034bd - sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - build: hbde0cde_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 190111 - timestamp: 1674829354122 -- platform: linux-64 - name: fonts-conda-ecosystem - version: '1' - category: main - manager: conda - dependencies: - - fonts-conda-forge * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - build: '0' - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 3667 - timestamp: 1566974674465 -- platform: osx-64 - name: fonts-conda-ecosystem - version: '1' - category: main - manager: conda - dependencies: - - fonts-conda-forge * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - build: '0' - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 3667 - timestamp: 1566974674465 -- platform: osx-arm64 - name: fonts-conda-ecosystem - version: '1' - category: main - manager: conda - dependencies: - - fonts-conda-forge * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - build: '0' - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 3667 - timestamp: 1566974674465 -- platform: win-64 - name: fonts-conda-ecosystem - version: '1' - category: main - manager: conda - dependencies: - - fonts-conda-forge * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - build: '0' - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 3667 - timestamp: 1566974674465 -- platform: linux-64 - name: fonts-conda-forge - version: '1' - category: main - manager: conda - dependencies: - - font-ttf-dejavu-sans-mono * - - font-ttf-inconsolata * - - font-ttf-source-code-pro * - - font-ttf-ubuntu * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - build: '0' - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 4102 - timestamp: 1566932280397 -- platform: osx-64 - name: fonts-conda-forge - version: '1' - category: main - manager: conda - dependencies: - - font-ttf-dejavu-sans-mono * - - font-ttf-inconsolata * - - font-ttf-source-code-pro * - - font-ttf-ubuntu * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - build: '0' - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 4102 - timestamp: 1566932280397 -- platform: osx-arm64 - name: fonts-conda-forge - version: '1' - category: main - manager: conda - dependencies: - - font-ttf-dejavu-sans-mono * - - font-ttf-inconsolata * - - font-ttf-source-code-pro * - - font-ttf-ubuntu * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - build: '0' - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 4102 - timestamp: 1566932280397 -- platform: win-64 - name: fonts-conda-forge - version: '1' - category: main - manager: conda - dependencies: - - font-ttf-dejavu-sans-mono * - - font-ttf-inconsolata * - - font-ttf-source-code-pro * - - font-ttf-ubuntu * - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - build: '0' - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: generic - size: 4102 - timestamp: 1566932280397 -- platform: linux-64 - name: fonttools - version: 4.44.0 - category: main - manager: conda - dependencies: - - brotli * - - libgcc-ng >=12 - - munkres * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.44.0-py311h459d7ec_0.conda - hash: - md5: f12f4d7361178f94df1052d6b63fd868 - sha256: d1a0023bc0a35b9e3f9be10b6fe5f305a0e14fe4e956d688304413f4234ae286 - build: py311h459d7ec_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 2750270 - timestamp: 1699023759636 -- platform: osx-64 - name: fonttools - version: 4.44.0 - category: main - manager: conda - dependencies: - - brotli * - - munkres * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.44.0-py311he705e18_0.conda - hash: - md5: 548f6770647b112d218577be7c10f644 - sha256: 30a7405f8689032835c34efae453af26ae5fb8750a90fe4eb907686bc2468902 - build: py311he705e18_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 2652986 - timestamp: 1699023878757 -- platform: osx-arm64 - name: fonttools - version: 4.44.0 - category: main - manager: conda - dependencies: - - brotli * - - munkres * - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.44.0-py311h05b510d_0.conda - hash: - md5: b39a3eefda8e93bbdf5be812e17bf521 - sha256: eefa9107f6b33d65b951aec2f3022da94c146656d55e66fbdceb6e36f2a9cde4 - build: py311h05b510d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 2673474 - timestamp: 1699024060218 -- platform: win-64 - name: fonttools - version: 4.44.0 - category: main - manager: conda - dependencies: - - brotli * - - munkres * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.44.0-py311ha68e1ae_0.conda - hash: - md5: 38ee0d81d9573521c9ce09c70a3f92fd - sha256: 477acc5cf0cd3503b457d893998aea30d59d8a46ee92015987ed0bb7ffe984af - build: py311ha68e1ae_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 2341510 - timestamp: 1699024310629 -- platform: linux-64 - name: freetype - version: 2.12.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda - hash: - md5: 9ae35c3d96db2c94ce0cef86efdfa2cb - sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 - build: h267a509_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: GPL-2.0-only OR FTL - size: 634972 - timestamp: 1694615932610 -- platform: osx-64 - name: freetype - version: 2.12.1 - category: main - manager: conda - dependencies: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda - hash: - md5: 25152fce119320c980e5470e64834b50 - sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e - build: h60636b9_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: GPL-2.0-only OR FTL - size: 599300 - timestamp: 1694616137838 -- platform: osx-arm64 - name: freetype - version: 2.12.1 - category: main - manager: conda - dependencies: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - hash: - md5: e6085e516a3e304ce41a8ee08b9b89ad - sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 - build: hadb7bae_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: GPL-2.0-only OR FTL - size: 596430 - timestamp: 1694616332835 -- platform: win-64 - name: freetype - version: 2.12.1 - category: main - manager: conda - dependencies: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda - hash: - md5: 3761b23693f768dc75a8fd0a73ca053f - sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 - build: hdaf720e_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: GPL-2.0-only OR FTL - size: 510306 - timestamp: 1694616398888 -- platform: linux-64 - name: freexl - version: 2.0.0 - category: main - manager: conda - dependencies: - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - hash: - md5: 12e6988845706b2cfbc3bc35c9a61a95 - sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - build: h743c826_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-1.1 - license_family: MOZILLA - size: 59769 - timestamp: 1694952692595 -- platform: osx-64 - name: freexl - version: 2.0.0 - category: main - manager: conda - dependencies: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - hash: - md5: 640c34a8084e2a812bcee5b804597fc9 - sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - build: h3ec172f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-1.1 - license_family: MOZILLA - size: 54007 - timestamp: 1694952882265 -- platform: osx-arm64 - name: freexl - version: 2.0.0 - category: main - manager: conda - dependencies: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda - hash: - md5: 40722e5f48287567cda6fb2ec1f7891b - sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 - build: hfbad9fb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MPL-1.1 - license_family: MOZILLA - size: 55132 - timestamp: 1694952828719 -- platform: win-64 - name: freexl - version: 2.0.0 - category: main - manager: conda - dependencies: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - hash: - md5: 8e02e06229c677cbc9f5dc69ba49052c - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - build: h8276f4a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MPL-1.1 - license_family: MOZILLA - size: 77439 - timestamp: 1694953013560 -- platform: linux-64 - name: fsspec - version: 2023.10.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.10.0-pyhca7485f_0.conda - hash: - md5: 5b86cf1ceaaa9be2ec4627377e538db1 - sha256: 1bbdfadb93cc768252fd207dca406cde928f9a81ff985ea1760b6539c55923e6 - build: pyhca7485f_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 124907 - timestamp: 1697919506326 -- platform: osx-64 - name: fsspec - version: 2023.10.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.10.0-pyhca7485f_0.conda - hash: - md5: 5b86cf1ceaaa9be2ec4627377e538db1 - sha256: 1bbdfadb93cc768252fd207dca406cde928f9a81ff985ea1760b6539c55923e6 - build: pyhca7485f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 124907 - timestamp: 1697919506326 -- platform: osx-arm64 - name: fsspec - version: 2023.10.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.10.0-pyhca7485f_0.conda - hash: - md5: 5b86cf1ceaaa9be2ec4627377e538db1 - sha256: 1bbdfadb93cc768252fd207dca406cde928f9a81ff985ea1760b6539c55923e6 - build: pyhca7485f_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 124907 - timestamp: 1697919506326 -- platform: win-64 - name: fsspec - version: 2023.10.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.10.0-pyhca7485f_0.conda - hash: - md5: 5b86cf1ceaaa9be2ec4627377e538db1 - sha256: 1bbdfadb93cc768252fd207dca406cde928f9a81ff985ea1760b6539c55923e6 - build: pyhca7485f_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 124907 - timestamp: 1697919506326 -- platform: linux-64 - name: gdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - libgcc-ng >=12 - - libgdal ==3.7.3 h6f3d308_2 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.4,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.7.3-py311h815a124_2.conda - hash: - md5: 4811114768487ae6118e8068d0247ecb - sha256: 86a29ae673bb2fa82f28bca77f9c9be47f284728c7584bdf3a189e124c82c897 - build: py311h815a124_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - size: 1625735 - timestamp: 1699112276489 -- platform: osx-64 - name: gdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libcxx >=16.0.6 - - libgdal ==3.7.3 h926149b_2 - - libxml2 >=2.11.5,<2.12.0a0 - - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.4,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.7.3-py311h5646c56_2.conda - hash: - md5: 6742cacdaf346b849be88a87aac67f73 - sha256: 24d2d2567afc3be05a1fca9a8a55a6f4a24680fd1af77c4dd448794847d75deb - build: py311h5646c56_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: MIT - license_family: MIT - size: 1634663 - timestamp: 1699113889566 -- platform: osx-arm64 - name: gdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libcxx >=16.0.6 - - libgdal ==3.7.3 h116f65a_2 - - libxml2 >=2.11.5,<2.12.0a0 - - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.4,<4.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.7.3-py311h32a4f3d_2.conda - hash: - md5: 2524c7bddcc1cdae315c698423bb351e - sha256: fcd41f2b33cd7f8cb574428106b5afe9355dcf09b72a9bf9b27e2094ac6509c8 - build: py311h32a4f3d_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: MIT - license_family: MIT - size: 1617737 - timestamp: 1699113964198 -- platform: win-64 - name: gdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - libgdal ==3.7.3 h3217549_2 - - libxml2 >=2.11.5,<2.12.0a0 - - numpy >=1.23.5,<2.0a0 - - openssl >=3.1.4,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.7.3-py311h9601e46_2.conda - hash: - md5: e3954e8ada1c877c31b6d281868a36da - sha256: 32d30ac0771ec7af08a348acf8a51cb56b6f627c0c96fb92abb26df69f91f717 - build: py311h9601e46_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: MIT - license_family: MIT - size: 1598898 - timestamp: 1699114244458 -- platform: linux-64 - name: geopandas - version: 0.14.0 - category: main - manager: conda - dependencies: - - fiona >=1.8.21 - - folium * - - geopandas-base ==0.14.0 pyha770c72_1 - - mapclassify >=2.4.0 - - matplotlib-base * - - python >=3.9 - - rtree * - - xyzservices * - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_1.conda - hash: - md5: d3617cddba7ea3dd3234d28faa3bc3b4 - sha256: 2acdc39438b7152da0a08b3daad9b5b066d7b6005beb4cb176c0ef654ef79668 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7566 - timestamp: 1697032162340 -- platform: osx-64 - name: geopandas - version: 0.14.0 - category: main - manager: conda - dependencies: - - fiona >=1.8.21 - - folium * - - geopandas-base ==0.14.0 pyha770c72_1 - - mapclassify >=2.4.0 - - matplotlib-base * - - python >=3.9 - - rtree * - - xyzservices * - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_1.conda - hash: - md5: d3617cddba7ea3dd3234d28faa3bc3b4 - sha256: 2acdc39438b7152da0a08b3daad9b5b066d7b6005beb4cb176c0ef654ef79668 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7566 - timestamp: 1697032162340 -- platform: osx-arm64 - name: geopandas - version: 0.14.0 - category: main - manager: conda - dependencies: - - fiona >=1.8.21 - - folium * - - geopandas-base ==0.14.0 pyha770c72_1 - - mapclassify >=2.4.0 - - matplotlib-base * - - python >=3.9 - - rtree * - - xyzservices * - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_1.conda - hash: - md5: d3617cddba7ea3dd3234d28faa3bc3b4 - sha256: 2acdc39438b7152da0a08b3daad9b5b066d7b6005beb4cb176c0ef654ef79668 - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7566 - timestamp: 1697032162340 -- platform: win-64 - name: geopandas - version: 0.14.0 - category: main - manager: conda - dependencies: - - fiona >=1.8.21 - - folium * - - geopandas-base ==0.14.0 pyha770c72_1 - - mapclassify >=2.4.0 - - matplotlib-base * - - python >=3.9 - - rtree * - - xyzservices * - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_1.conda - hash: - md5: d3617cddba7ea3dd3234d28faa3bc3b4 - sha256: 2acdc39438b7152da0a08b3daad9b5b066d7b6005beb4cb176c0ef654ef79668 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 7566 - timestamp: 1697032162340 -- platform: linux-64 - name: geopandas-base - version: 0.14.0 - category: main - manager: conda - dependencies: - - packaging * - - pandas >=1.4.0 - - pyproj >=3.3.0 - - python >=3.9 - - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_1.conda - hash: - md5: 614a383c5f4350e0606689f54c6497b1 - sha256: 97fe438e399d9106998e38fc700fdd6f90f15ea92d1e20cf0a01e74436aa24ba - build: pyha770c72_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1017514 - timestamp: 1697032153699 -- platform: osx-64 - name: geopandas-base - version: 0.14.0 - category: main - manager: conda - dependencies: - - packaging * - - pandas >=1.4.0 - - pyproj >=3.3.0 - - python >=3.9 - - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_1.conda - hash: - md5: 614a383c5f4350e0606689f54c6497b1 - sha256: 97fe438e399d9106998e38fc700fdd6f90f15ea92d1e20cf0a01e74436aa24ba - build: pyha770c72_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1017514 - timestamp: 1697032153699 -- platform: osx-arm64 - name: geopandas-base - version: 0.14.0 - category: main - manager: conda - dependencies: - - packaging * - - pandas >=1.4.0 - - pyproj >=3.3.0 - - python >=3.9 - - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_1.conda - hash: - md5: 614a383c5f4350e0606689f54c6497b1 - sha256: 97fe438e399d9106998e38fc700fdd6f90f15ea92d1e20cf0a01e74436aa24ba - build: pyha770c72_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1017514 - timestamp: 1697032153699 -- platform: win-64 - name: geopandas-base - version: 0.14.0 - category: main - manager: conda - dependencies: - - packaging * - - pandas >=1.4.0 - - pyproj >=3.3.0 - - python >=3.9 - - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_1.conda - hash: - md5: 614a383c5f4350e0606689f54c6497b1 - sha256: 97fe438e399d9106998e38fc700fdd6f90f15ea92d1e20cf0a01e74436aa24ba - build: pyha770c72_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1017514 - timestamp: 1697032153699 -- platform: linux-64 - name: geos - version: 3.12.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.0-h59595ed_0.conda - hash: - md5: 3fdf79ef322c8379ae83be491d805369 - sha256: c80ff0ed71db0d56567ee87df28bc442b596330ac241ab86f488e3139f0e2cae - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-only - size: 1731484 - timestamp: 1687938888266 -- platform: osx-64 - name: geos - version: 3.12.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.0-he965462_0.conda - hash: - md5: 264a53af0fb378e81b44e45e5ab5aff1 - sha256: e84ff98270717ae49aeba6788476d3569ad33993a46d33d727ee528fb3386a58 - build: he965462_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LGPL-2.1-only - size: 1484046 - timestamp: 1687940076636 -- platform: osx-arm64 - name: geos - version: 3.12.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.0-h13dd4ca_0.conda - hash: - md5: 18eb5904d2561c782e71bfe05b2ad755 - sha256: 8c21acd399d7509f6a7c7b65d5415e9500333a043f44dee063942d724adffc4a - build: h13dd4ca_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LGPL-2.1-only - size: 1441490 - timestamp: 1687940009438 -- platform: win-64 - name: geos - version: 3.12.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.0-h1537add_0.conda - hash: - md5: 78119c25e59de33135b673375c6fa126 - sha256: 096c45cb03240ae67ff9e09166110a3bd19a5ab20bf7deea8be55557792b9924 - build: h1537add_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: LGPL-2.1-only - size: 1557552 - timestamp: 1687939460054 -- platform: linux-64 - name: geotiff - version: 1.7.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hf074850_14.conda - hash: - md5: 1d53ee057d8481bd2b4c2c34c8e92aac - sha256: b00958767cb5607bdb3bbcec0b2056b3e48c0f9e34c31ed8ac01c9bd36704dab - build: hf074850_14 - arch: x86_64 - subdir: linux-64 - build_number: 14 - license: MIT - license_family: MIT - size: 133225 - timestamp: 1695943012677 -- platform: osx-64 - name: geotiff - version: 1.7.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h889ec99_14.conda - hash: - md5: c994aeaa43a92403ecc723dba66b3f1f - sha256: 2d6d54763b4cc41a90d7ca810681c44eaff077027a7b6f5df676736fa0299746 - build: h889ec99_14 - arch: x86_64 - subdir: osx-64 - build_number: 14 - license: MIT - license_family: MIT - size: 118139 - timestamp: 1695943158175 -- platform: osx-arm64 - name: geotiff - version: 1.7.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h71398c0_14.conda - hash: - md5: f2a5ed847c17df7b45467210f5a7c15d - sha256: 0af388cc45d1813c57ba5f30032b22a8fdf9bc2762bacf4101168009d51d24ce - build: h71398c0_14 - arch: aarch64 - subdir: osx-arm64 - build_number: 14 - license: MIT - license_family: MIT - size: 118458 - timestamp: 1695943465844 -- platform: win-64 - name: geotiff - version: 1.7.1 - category: main - manager: conda - dependencies: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib * - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-hcf4a93f_14.conda - hash: - md5: ba4fadef391cfecb95ad9dc8617fe481 - sha256: 12f8e01f8cb4dccfbd16af9f88f81aa6ccda8607d98a9eb1f7f305c3f455439f - build: hcf4a93f_14 - arch: x86_64 - subdir: win-64 - build_number: 14 - license: MIT - license_family: MIT - size: 125625 - timestamp: 1695943530332 -- platform: linux-64 - name: gettext - version: 0.21.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 - hash: - md5: 14947d8770185e5153fdd04d4673ed37 - sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a - build: h27087fc_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 4320628 - timestamp: 1665673494324 -- platform: osx-64 - name: gettext - version: 0.21.1 - category: main - manager: conda - dependencies: - - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 - hash: - md5: 1e3aff29ce703d421c43f371ad676cc5 - sha256: 915d3cd2d777b9b3fc2e87a25901b8e4a6aa1b2b33cf2ba54e9e9ed4f6b67d94 - build: h8a4c099_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 4153781 - timestamp: 1665674106245 -- platform: osx-arm64 - name: gettext - version: 0.21.1 - category: main - manager: conda - dependencies: - - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 - hash: - md5: 63d2ff6fddfa74e5458488fd311bf635 - sha256: 093b2f96dc4b48e4952ab8946facec98b34b708a056251fc19c23c3aad30039e - build: h0186832_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 4021036 - timestamp: 1665674192347 -- platform: win-64 - name: gettext - version: 0.21.1 - category: main - manager: conda - dependencies: - - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/gettext-0.21.1-h5728263_0.tar.bz2 - hash: - md5: 299d4fd6798a45337042ff5a48219e5f - sha256: 71c75b0a4dc2cf95d2860ea0076edf9f5558baeb4dacaeecb32643b199074616 - build: h5728263_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 5579416 - timestamp: 1665676022441 -- platform: linux-64 - name: gflags - version: 2.2.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - - libstdcxx-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - hash: - md5: cddaf2c63ea4a5901cf09524c490ecdc - sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - build: he1b5a44_1004 - arch: x86_64 - subdir: linux-64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 116549 - timestamp: 1594303828933 -- platform: osx-64 - name: gflags - version: 2.2.2 - category: main - manager: conda - dependencies: - - libcxx >=10.0.1 - url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - hash: - md5: 3f59cc77a929537e42120faf104e0d16 - sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 - build: hb1e8313_1004 - arch: x86_64 - subdir: osx-64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 94612 - timestamp: 1599590973213 -- platform: osx-arm64 - name: gflags - version: 2.2.2 - category: main - manager: conda - dependencies: - - libcxx >=11.0.0.rc1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - hash: - md5: aab9ddfad863e9ef81229a1f8852211b - sha256: 25d4a20af2e5ace95fdec88970f6d190e77e20074d2f6d3cef766198b76a4289 - build: hc88da5d_1004 - arch: aarch64 - subdir: osx-arm64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 86690 - timestamp: 1599590990520 -- platform: linux-64 - name: giflib - version: 5.2.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda - hash: - md5: 96f3b11872ef6fad973eac856cd2624f - sha256: 41ec165704ccce2faa0437f4f53c03c06261a2cc9ff7614828e51427d9261f4b - build: h0b41bf4_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: MIT - license_family: MIT - size: 77385 - timestamp: 1678717794467 -- platform: osx-64 - name: giflib - version: 5.2.1 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda - hash: - md5: aca150b0186836f893ebac79019e5498 - sha256: 47515e0874bcf67e438e1d5d093b074c1781f055067195f0d00a7790a56d446d - build: hb7f2c08_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: MIT - license_family: MIT - size: 76514 - timestamp: 1678717973971 -- platform: osx-arm64 - name: giflib - version: 5.2.1 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.1-h1a8c8d9_3.conda - hash: - md5: f39a05d3dbb0e5024b7deabb2c0993f1 - sha256: dbf1e431d3e5e03f8eeb77ec08a4c5d6d5d9af84dbef13d4365e397dd389beb8 - build: h1a8c8d9_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: MIT - license_family: MIT - size: 71963 - timestamp: 1678718059849 -- platform: linux-64 - name: glog - version: 0.6.0 - category: main - manager: conda - dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 - hash: - md5: b31f3565cb84435407594e548a2fb7b2 - sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - build: h6f12383_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 114321 - timestamp: 1649143789233 -- platform: osx-64 - name: glog - version: 0.6.0 - category: main - manager: conda - dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=12.0.1 - url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 - hash: - md5: 69eb97ca709a136c53fdca1f2fd33ddf - sha256: fdb38560094fb4a952346dc72a79b3cb09e23e4d0cae9ba4f524e6e88203d3c8 - build: h8ac2a54_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 100624 - timestamp: 1649143914155 -- platform: osx-arm64 - name: glog - version: 0.6.0 - category: main - manager: conda - dependencies: - - gflags >=2.2.2,<2.3.0a0 - - libcxx >=12.0.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 - hash: - md5: 5a570729c7709399cf8511aeeda6f989 - sha256: 4d772c42477f64be708594ac45870feba3e838977871118eb25e00deb0e9a73c - build: h6da1cb0_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 97658 - timestamp: 1649144191039 -- platform: linux-64 - name: hatchling - version: 1.21.0 - category: main - manager: conda - dependencies: - - editables >=0.3 - - importlib-metadata - - packaging >=21.3 - - pathspec >=0.10.1 - - pluggy >=1.0.0 - - python >=3.7 - - tomli >=1.2.2 - - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda - hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 58703 - timestamp: 1702967711898 -- platform: osx-64 - name: hatchling - version: 1.21.0 - category: main - manager: conda - dependencies: - - editables >=0.3 - - importlib-metadata - - packaging >=21.3 - - pathspec >=0.10.1 - - pluggy >=1.0.0 - - python >=3.7 - - tomli >=1.2.2 - - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda - hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 58703 - timestamp: 1702967711898 -- platform: osx-arm64 - name: hatchling - version: 1.21.0 - category: main - manager: conda - dependencies: - - editables >=0.3 - - importlib-metadata - - packaging >=21.3 - - pathspec >=0.10.1 - - pluggy >=1.0.0 - - python >=3.7 - - tomli >=1.2.2 - - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda - hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 58703 - timestamp: 1702967711898 -- platform: win-64 - name: hatchling - version: 1.21.0 - category: main - manager: conda - dependencies: - - editables >=0.3 - - importlib-metadata - - packaging >=21.3 - - pathspec >=0.10.1 - - pluggy >=1.0.0 - - python >=3.7 - - tomli >=1.2.2 - - trove-classifiers - url: https://conda.anaconda.org/conda-forge/noarch/hatchling-1.21.0-pyhd8ed1ab_0.conda - hash: - md5: 3a7957d6f4c1bff9a055eba725a6550b - sha256: c445953db5ab087a4cd378c149db48ee4a886b0e6ce0ce469d779458ac251bc8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 58703 - timestamp: 1702967711898 -- platform: linux-64 - name: hdf4 - version: 4.2.15 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - hash: - md5: bd77f8da987968ec3927990495dc22e4 - sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 - build: h2a13503_7 - arch: x86_64 - subdir: linux-64 - build_number: 7 - license: BSD-3-Clause - license_family: BSD - size: 756742 - timestamp: 1695661547874 -- platform: osx-64 - name: hdf4 - version: 4.2.15 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - hash: - md5: 7ce543bf38dbfae0de9af112ee178af2 - sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d - build: h8138101_7 - arch: x86_64 - subdir: osx-64 - build_number: 7 - license: BSD-3-Clause - license_family: BSD - size: 724103 - timestamp: 1695661907511 -- platform: osx-arm64 - name: hdf4 - version: 4.2.15 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - hash: - md5: ff5d749fd711dc7759e127db38005924 - sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 - build: h2ee6834_7 - arch: aarch64 - subdir: osx-arm64 - build_number: 7 - license: BSD-3-Clause - license_family: BSD - size: 762257 - timestamp: 1695661864625 -- platform: win-64 - name: hdf4 - version: 4.2.15 - category: main - manager: conda - dependencies: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - hash: - md5: 84344a916a73727c1326841007b52ca8 - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - build: h5557f11_7 - arch: x86_64 - subdir: win-64 - build_number: 7 - license: BSD-3-Clause - license_family: BSD - size: 779637 - timestamp: 1695662145568 -- platform: linux-64 - name: hdf5 - version: 1.14.2 - category: main - manager: conda - dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng * - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.2-nompi_h4f84152_100.conda - hash: - md5: 2de6a9bc8083b49f09b2f6eb28d3ba3c - sha256: f70f18291f912ba019cbb736bb87b6487021154733cd109147a6d9672790b6b8 - build: nompi_h4f84152_100 - arch: x86_64 - subdir: linux-64 - build_number: 100 - license: LicenseRef-HDF5 - license_family: BSD - size: 3726636 - timestamp: 1692563074131 -- platform: osx-64 - name: hdf5 - version: 1.14.2 - category: main - manager: conda - dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.2-nompi_hedada53_100.conda - hash: - md5: 2b1d4f355b60eb10c5cb435b9f0e664f - sha256: 08ab97d63ab4be60c92d3f5931effc565ae6ee0cd686eba81b9d20daf5f181ff - build: nompi_hedada53_100 - arch: x86_64 - subdir: osx-64 - build_number: 100 - license: LicenseRef-HDF5 - license_family: BSD - size: 3564108 - timestamp: 1692563939275 -- platform: osx-arm64 - name: hdf5 - version: 1.14.2 - category: main - manager: conda - dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.2-nompi_h3aba7b3_100.conda - hash: - md5: 842c5b010b219058098ebfe5aa5891b9 - sha256: 2749910e21a7d1f88a81dc4709fc3565a4a3954eadb4409e7a5be1fc13a5b7ca - build: nompi_h3aba7b3_100 - arch: aarch64 - subdir: osx-arm64 - build_number: 100 - license: LicenseRef-HDF5 - license_family: BSD - size: 3408759 - timestamp: 1692562818610 -- platform: win-64 - name: hdf5 - version: 1.14.2 - category: main - manager: conda - dependencies: - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.2-nompi_h73e8ff5_100.conda - hash: - md5: 7fc095c23e4519a8df15c09f3671d09a - sha256: 86bab02f1dbc658a15719b27ca5dcd2b50c22905cc2296a31a0ed220dac746f9 - build: nompi_h73e8ff5_100 - arch: x86_64 - subdir: win-64 - build_number: 100 - license: LicenseRef-HDF5 - license_family: BSD - size: 2044096 - timestamp: 1692562772245 -- platform: linux-64 - name: icu - version: '73.2' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - hash: - md5: cc47e1facc155f91abd89b11e48e72ff - sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 12089150 - timestamp: 1692900650789 -- platform: osx-64 - name: icu - version: '73.2' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - hash: - md5: 5cc301d759ec03f28328428e28f65591 - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - build: hf5e326d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 11787527 - timestamp: 1692901622519 -- platform: osx-arm64 - name: icu - version: '73.2' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - hash: - md5: 8521bd47c0e11c5902535bb1a17c565f - sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 - build: hc8870d7_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 11997841 - timestamp: 1692902104771 -- platform: win-64 - name: icu - version: '73.2' - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - hash: - md5: 0f47d9e3192d9e09ae300da0d28e0f56 - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - build: h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 13422193 - timestamp: 1692901469029 -- platform: linux-64 - name: identify - version: 2.5.31 - category: main - manager: conda - dependencies: - - python >=3.6 - - ukkonen * - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.31-pyhd8ed1ab_0.conda - hash: - md5: fea10604a45e974b110ea15a88913ebc - sha256: a56ec678a4e58d0a450174fd813581e961829def274453e093c9dae836b80cee - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 78180 - timestamp: 1698519650371 -- platform: osx-64 - name: identify - version: 2.5.31 - category: main - manager: conda - dependencies: - - python >=3.6 - - ukkonen * - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.31-pyhd8ed1ab_0.conda - hash: - md5: fea10604a45e974b110ea15a88913ebc - sha256: a56ec678a4e58d0a450174fd813581e961829def274453e093c9dae836b80cee - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 78180 - timestamp: 1698519650371 -- platform: osx-arm64 - name: identify - version: 2.5.31 - category: main - manager: conda - dependencies: - - python >=3.6 - - ukkonen * - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.31-pyhd8ed1ab_0.conda - hash: - md5: fea10604a45e974b110ea15a88913ebc - sha256: a56ec678a4e58d0a450174fd813581e961829def274453e093c9dae836b80cee - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 78180 - timestamp: 1698519650371 -- platform: win-64 - name: identify - version: 2.5.31 - category: main - manager: conda - dependencies: - - python >=3.6 - - ukkonen * - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.31-pyhd8ed1ab_0.conda - hash: - md5: fea10604a45e974b110ea15a88913ebc - sha256: a56ec678a4e58d0a450174fd813581e961829def274453e093c9dae836b80cee - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 78180 - timestamp: 1698519650371 -- platform: linux-64 - name: idna - version: '3.4' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 56742 - timestamp: 1663625484114 -- platform: osx-64 - name: idna - version: '3.4' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 56742 - timestamp: 1663625484114 -- platform: osx-arm64 - name: idna - version: '3.4' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 56742 - timestamp: 1663625484114 -- platform: win-64 - name: idna - version: '3.4' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 56742 - timestamp: 1663625484114 -- platform: linux-64 - name: imagesize - version: 1.4.1 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10164 - timestamp: 1656939625410 -- platform: osx-64 - name: imagesize - version: 1.4.1 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10164 - timestamp: 1656939625410 -- platform: osx-arm64 - name: imagesize - version: 1.4.1 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10164 - timestamp: 1656939625410 -- platform: win-64 - name: imagesize - version: 1.4.1 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 10164 - timestamp: 1656939625410 -- platform: linux-64 - name: importlib-metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - build: pyha770c72_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 25910 - timestamp: 1688754651944 -- platform: osx-64 - name: importlib-metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - build: pyha770c72_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 25910 - timestamp: 1688754651944 -- platform: osx-arm64 - name: importlib-metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 25910 - timestamp: 1688754651944 -- platform: win-64 - name: importlib-metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - build: pyha770c72_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 25910 - timestamp: 1688754651944 -- platform: linux-64 - name: importlib_metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - build: hd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: generic - size: 9428 - timestamp: 1688754660209 -- platform: osx-64 - name: importlib_metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - build: hd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: generic - size: 9428 - timestamp: 1688754660209 -- platform: osx-arm64 - name: importlib_metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - build: hd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: generic - size: 9428 - timestamp: 1688754660209 -- platform: win-64 - name: importlib_metadata - version: 6.8.0 - category: main - manager: conda - dependencies: - - importlib-metadata >=6.8.0,<6.8.1.0a0 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - build: hd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: generic - size: 9428 - timestamp: 1688754660209 -- platform: linux-64 - name: iniconfig - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11101 - timestamp: 1673103208955 -- platform: osx-64 - name: iniconfig - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11101 - timestamp: 1673103208955 -- platform: osx-arm64 - name: iniconfig - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11101 - timestamp: 1673103208955 -- platform: win-64 - name: iniconfig - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11101 - timestamp: 1673103208955 -- platform: win-64 - name: intel-openmp - version: 2023.2.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda - hash: - md5: a401f3cae152deb75bbed766a90a6312 - sha256: dd9fded25ebe5c66af30ac6e3685146efdc2d7787035f01bfb546b347f138f6f - build: h57928b3_50497 - arch: x86_64 - subdir: win-64 - build_number: 50497 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 2523079 - timestamp: 1698351323119 -- platform: linux-64 - name: ipykernel - version: 6.26.0 - category: main - manager: conda - dependencies: - - __linux - - comm >=0.1.1 - - debugpy >=1.6.5 - - ipython >=7.23.1 - - jupyter_client >=6.1.12 - - jupyter_core >=4.12,!=5.0.* - - matplotlib-inline >=0.1 - - nest-asyncio - - packaging - - psutil - - python >=3.8 - - pyzmq >=20 - - tornado >=6.1 - - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda - hash: - md5: 2307f71f5f0896d4b91b93e6b468abff - sha256: 9e647454f7572101657a07820ebed294df9a6a527b041cd5e4dd98b8aa3db625 - build: pyhf8b6a83_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 116210 - timestamp: 1698244196564 -- platform: osx-64 - name: ipykernel - version: 6.26.0 - category: main - manager: conda - dependencies: - - __osx - - appnope - - comm >=0.1.1 - - debugpy >=1.6.5 - - ipython >=7.23.1 - - jupyter_client >=6.1.12 - - jupyter_core >=4.12,!=5.0.* - - matplotlib-inline >=0.1 - - nest-asyncio - - packaging - - psutil - - python >=3.8 - - pyzmq >=20 - - tornado >=6.1 - - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda - hash: - md5: 3c6e2148d30e6a762d8327a433ebfb5a - sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa - build: pyh3cd1d5f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 116536 - timestamp: 1698244546989 -- platform: osx-arm64 - name: ipykernel - version: 6.26.0 - category: main - manager: conda - dependencies: - - __osx - - appnope - - comm >=0.1.1 - - debugpy >=1.6.5 - - ipython >=7.23.1 - - jupyter_client >=6.1.12 - - jupyter_core >=4.12,!=5.0.* - - matplotlib-inline >=0.1 - - nest-asyncio - - packaging - - psutil - - python >=3.8 - - pyzmq >=20 - - tornado >=6.1 - - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda - hash: - md5: 3c6e2148d30e6a762d8327a433ebfb5a - sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa - build: pyh3cd1d5f_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 116536 - timestamp: 1698244546989 -- platform: win-64 - name: ipykernel - version: 6.26.0 - category: main - manager: conda - dependencies: - - __win - - comm >=0.1.1 - - debugpy >=1.6.5 - - ipython >=7.23.1 - - jupyter_client >=6.1.12 - - jupyter_core >=4.12,!=5.0.* - - matplotlib-inline >=0.1 - - nest-asyncio - - packaging - - psutil - - python >=3.8 - - pyzmq >=20 - - tornado >=6.1 - - traitlets >=5.4.0 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyha63f2e9_0.conda - hash: - md5: 10e1de12f78f0fedb82ff723f602b5c5 - sha256: 7208f5ae35c321d03c71e4072c959c60f877d1b9cc2fb32d805972b54123fb95 - build: pyha63f2e9_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 116868 - timestamp: 1698244441309 -- platform: linux-64 - name: ipython - version: 8.18.1 - category: main - manager: conda - dependencies: - - __unix - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pexpect >4.3 - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - hash: - md5: 15c6f45a45f7ac27f6d60b0b084f6761 - sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b - build: pyh707e725_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 591040 - timestamp: 1701831872415 -- platform: osx-64 - name: ipython - version: 8.18.1 - category: main - manager: conda - dependencies: - - __unix - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pexpect >4.3 - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - hash: - md5: 15c6f45a45f7ac27f6d60b0b084f6761 - sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b - build: pyh707e725_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 591040 - timestamp: 1701831872415 -- platform: osx-arm64 - name: ipython - version: 8.18.1 - category: main - manager: conda - dependencies: - - __unix - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pexpect >4.3 - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - hash: - md5: 15c6f45a45f7ac27f6d60b0b084f6761 - sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b - build: pyh707e725_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 591040 - timestamp: 1701831872415 -- platform: win-64 - name: ipython - version: 8.18.1 - category: main - manager: conda - dependencies: - - __win - - colorama - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - hash: - md5: 656a798e52fbe1ca72f7d97b3c36aeff - sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 - build: pyh7428d3b_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 590143 - timestamp: 1701832398069 -- platform: linux-64 - name: jaraco.classes - version: 3.3.0 - category: main - manager: conda - dependencies: - - more-itertools - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: e9f79248d30e942f7c358ff21a1790f5 - sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11288 - timestamp: 1689112573324 -- platform: osx-64 - name: jaraco.classes - version: 3.3.0 - category: main - manager: conda - dependencies: - - more-itertools - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: e9f79248d30e942f7c358ff21a1790f5 - sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11288 - timestamp: 1689112573324 -- platform: osx-arm64 - name: jaraco.classes - version: 3.3.0 - category: main - manager: conda - dependencies: - - more-itertools - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: e9f79248d30e942f7c358ff21a1790f5 - sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11288 - timestamp: 1689112573324 -- platform: win-64 - name: jaraco.classes - version: 3.3.0 - category: main - manager: conda - dependencies: - - more-itertools - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda - hash: - md5: e9f79248d30e942f7c358ff21a1790f5 - sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11288 - timestamp: 1689112573324 -- platform: linux-64 - name: jedi - version: 0.19.1 - category: main - manager: conda - dependencies: - - parso >=0.8.3,<0.9.0 - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 841312 - timestamp: 1696326218364 -- platform: osx-64 - name: jedi - version: 0.19.1 - category: main - manager: conda - dependencies: - - parso >=0.8.3,<0.9.0 - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 841312 - timestamp: 1696326218364 -- platform: osx-arm64 - name: jedi - version: 0.19.1 - category: main - manager: conda - dependencies: - - parso >=0.8.3,<0.9.0 - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 841312 - timestamp: 1696326218364 -- platform: win-64 - name: jedi - version: 0.19.1 - category: main - manager: conda - dependencies: - - parso >=0.8.3,<0.9.0 - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 841312 - timestamp: 1696326218364 -- platform: linux-64 - name: jeepney - version: 0.8.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jeepney-0.8.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 9800ad1699b42612478755a2d26c722d - sha256: 16639759b811866d63315fe1391f6fb45f5478b823972f4d3d9f0392b7dd80b8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 36895 - timestamp: 1649085298891 -- platform: linux-64 - name: jinja2 - version: 3.1.2 - category: main - manager: conda - dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 101443 - timestamp: 1654302514195 -- platform: osx-64 - name: jinja2 - version: 3.1.2 - category: main - manager: conda - dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 101443 - timestamp: 1654302514195 -- platform: osx-arm64 - name: jinja2 - version: 3.1.2 - category: main - manager: conda - dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 101443 - timestamp: 1654302514195 -- platform: win-64 - name: jinja2 - version: 3.1.2 - category: main - manager: conda - dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 101443 - timestamp: 1654302514195 -- platform: linux-64 - name: joblib - version: 1.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda - hash: - md5: 4da50d410f553db77e62ab62ffaa1abc - sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 221200 - timestamp: 1691577306309 -- platform: osx-64 - name: joblib - version: 1.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda - hash: - md5: 4da50d410f553db77e62ab62ffaa1abc - sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 221200 - timestamp: 1691577306309 -- platform: osx-arm64 - name: joblib - version: 1.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda - hash: - md5: 4da50d410f553db77e62ab62ffaa1abc - sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 221200 - timestamp: 1691577306309 -- platform: win-64 - name: joblib - version: 1.3.2 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda - hash: - md5: 4da50d410f553db77e62ab62ffaa1abc - sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 221200 - timestamp: 1691577306309 -- platform: linux-64 - name: json-c - version: '0.17' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h7ab15ed_0.conda - hash: - md5: 9961b1f100c3b6852bd97c9233d06979 - sha256: 5646496ca07dfa1486d27ed07282967007811dfc63d6394652e87f94166ecae3 - build: h7ab15ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 83050 - timestamp: 1691933952501 -- platform: osx-64 - name: json-c - version: '0.17' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h8e11ae5_0.conda - hash: - md5: 266d2e4ebbf37091c8322937392bb540 - sha256: 2a493095fe1292108ff1799a1b47ababe82d844bfa3abcf2252676c1017a1e04 - build: h8e11ae5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 71671 - timestamp: 1691934144512 -- platform: osx-arm64 - name: json-c - version: '0.17' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-h40ed0f5_0.conda - hash: - md5: 7de5604deb99090c8e8c4863f60568d1 - sha256: d47138a2829ce47d2e9ec1dbe108d1a6fe58c5d8724ea904985a420ad760f93f - build: h40ed0f5_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 76941 - timestamp: 1691934174484 -- platform: linux-64 - name: jupyter_client - version: 8.6.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.8.3 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-dateutil >=2.8.2 - - pyzmq >=23.0 - - tornado >=6.2 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda - hash: - md5: 6bd3f1069cdebb44c7ae9efb900e312d - sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 105838 - timestamp: 1699284056169 -- platform: osx-64 - name: jupyter_client - version: 8.6.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.8.3 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-dateutil >=2.8.2 - - pyzmq >=23.0 - - tornado >=6.2 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda - hash: - md5: 6bd3f1069cdebb44c7ae9efb900e312d - sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 105838 - timestamp: 1699284056169 -- platform: osx-arm64 - name: jupyter_client - version: 8.6.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.8.3 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-dateutil >=2.8.2 - - pyzmq >=23.0 - - tornado >=6.2 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda - hash: - md5: 6bd3f1069cdebb44c7ae9efb900e312d - sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 105838 - timestamp: 1699284056169 -- platform: win-64 - name: jupyter_client - version: 8.6.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.8.3 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-dateutil >=2.8.2 - - pyzmq >=23.0 - - tornado >=6.2 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda - hash: - md5: 6bd3f1069cdebb44c7ae9efb900e312d - sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 105838 - timestamp: 1699284056169 -- platform: linux-64 - name: jupyter_core - version: 5.5.0 - category: main - manager: conda - dependencies: - - platformdirs >=2.5 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.5.0-py311h38be061_0.conda - hash: - md5: cee83be29258275f75029125e186ab6d - sha256: 60bfaec278b3ea4462abd8321b47412864c54bd63575e2698da81c5755e617c1 - build: py311h38be061_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 93811 - timestamp: 1698673782880 -- platform: osx-64 - name: jupyter_core - version: 5.5.0 - category: main - manager: conda - dependencies: - - platformdirs >=2.5 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.5.0-py311h6eed73b_0.conda - hash: - md5: d7ee59df3fd2eec8dd60c1fcfa29a73d - sha256: d570b1554e3fd90085db1eb23ba61d595f1e588865b603ab193c73a2db50b64d - build: py311h6eed73b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 94066 - timestamp: 1698675917939 -- platform: osx-arm64 - name: jupyter_core - version: 5.5.0 - category: main - manager: conda - dependencies: - - platformdirs >=2.5 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.5.0-py311h267d04e_0.conda - hash: - md5: e8e88dea6f85c4efad941afd8c972376 - sha256: 447426241b1d8dc1a468ecd4501469f39e2f6967a9c8698edbe20615ba8735ad - build: py311h267d04e_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 93517 - timestamp: 1698674151360 -- platform: win-64 - name: jupyter_core - version: 5.5.0 - category: main - manager: conda - dependencies: - - platformdirs >=2.5 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - pywin32 >=300 - - traitlets >=5.3 - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.5.0-py311h1ea47a8_0.conda - hash: - md5: 8204454e085013b1b6908f04c63eaa36 - sha256: 2cddd12760fa4a14eb5f448e7e3f961b835b8c7ef4bc47e89a9fdd03f4ffac04 - build: py311h1ea47a8_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 110149 - timestamp: 1698674340148 -- platform: linux-64 - name: kealib - version: 1.5.2 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.2-hcd42e92_1.conda - hash: - md5: b04c039f0bd511533a0d8bc8a7b6835e - sha256: 1278aaba7bfd9a143a58a2d5e13296702b6bd77f7b43f6ecace555a55579bdad - build: hcd42e92_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 170496 - timestamp: 1696011266380 -- platform: osx-64 - name: kealib - version: 1.5.2 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.2-h052fcf7_1.conda - hash: - md5: 346aec056b5619302c4aa538fbee4bdf - sha256: b3982fad0bcbe07a8129d93b1977f3a8a26ea96aa5aae7ee1395917a2cac2db2 - build: h052fcf7_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 150105 - timestamp: 1696011567365 -- platform: osx-arm64 - name: kealib - version: 1.5.2 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.2-h47b5e36_1.conda - hash: - md5: 88abe34211296bbc0ba1871fd2b13962 - sha256: 93e9b03cd9035766c43e5f7f851fc07a4f68b79fd48c1306280f17093a8ae746 - build: h47b5e36_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 142226 - timestamp: 1696011534810 -- platform: win-64 - name: kealib - version: 1.5.2 - category: main - manager: conda - dependencies: - - hdf5 >=1.14.2,<1.14.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.2-ha10e780_1.conda - hash: - md5: b6e313824859a2408b77a0a3811a6311 - sha256: 1c7ee8618ca79a0738b42df539407ca4ecb16a704cc48312c3b337bcc97ec346 - build: ha10e780_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 133341 - timestamp: 1696011596185 -- platform: linux-64 - name: keyring - version: 24.3.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.11.4 - - jaraco.classes - - jeepney >=0.4.2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - secretstorage >=3.2 - url: https://conda.anaconda.org/conda-forge/linux-64/keyring-24.3.0-py311h38be061_0.conda - hash: - md5: 09e27eb40c88f732a4e0ea5b70f63ae0 - sha256: 29909aa6935d34f46b9121bfb504e8305af525a27639bbf5d2692fce2935e9bc - build: py311h38be061_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 77400 - timestamp: 1699923975834 -- platform: osx-64 - name: keyring - version: 24.3.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.11.4 - - jaraco.classes - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/keyring-24.3.0-py311h6eed73b_0.conda - hash: - md5: 2477bfca2a6eae7d1b72530225febae6 - sha256: 1cafeae8549f6f04da024dd2863f027b587018c7a1a570399e366053bc2cf16c - build: py311h6eed73b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 78460 - timestamp: 1699924265903 -- platform: osx-arm64 - name: keyring - version: 24.3.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.11.4 - - jaraco.classes - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py311h267d04e_0.conda - hash: - md5: 3ef01ab147d3d43bb0990eba7a1fcaec - sha256: f7791c4a77253a2278eaa3dad298f578af5af4f5e8e69e46c6dca23259dd949a - build: py311h267d04e_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 78964 - timestamp: 1699924228781 -- platform: win-64 - name: keyring - version: 24.3.0 - category: main - manager: conda - dependencies: - - importlib_metadata >=4.11.4 - - jaraco.classes - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - pywin32-ctypes >=0.2.0 - url: https://conda.anaconda.org/conda-forge/win-64/keyring-24.3.0-py311h1ea47a8_0.conda - hash: - md5: 36b1b2b2889d253cb8bb0b80a9cb1493 - sha256: 31a737db3d02c5ab7a63f4d9da6f8cc73d76df9e0c41c9057b1cd631526aca8d - build: py311h1ea47a8_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 94691 - timestamp: 1699924273245 -- platform: linux-64 - name: keyutils - version: 1.6.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=10.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - hash: - md5: 30186d27e2c9fa62b45fb1476b7200e3 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - build: h166bdaf_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-or-later - size: 117831 - timestamp: 1646151697040 -- platform: linux-64 - name: kiwisolver - version: 1.4.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py311h9547e67_1.conda - hash: - md5: 2c65bdf442b0d37aad080c8a4e0d452f - sha256: 723b0894d2d2b05a38f9c5a285d5a0a5baa27235ceab6531dbf262ba7c6955c1 - build: py311h9547e67_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 73273 - timestamp: 1695380140676 -- platform: osx-64 - name: kiwisolver - version: 1.4.5 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py311h5fe6e05_1.conda - hash: - md5: 24305b23f7995de72bbd53b7c01242a2 - sha256: 586a4d0a17e6cfd9f8fdee56106d263ee40ca156832774d6e899f82ad68ac8d0 - build: py311h5fe6e05_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 60694 - timestamp: 1695380246398 -- platform: osx-arm64 - name: kiwisolver - version: 1.4.5 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py311he4fd1f5_1.conda - hash: - md5: 4c871d65040b8c7bbb914df7f8f11492 - sha256: 907af50734789d47b3e8b2148dde763699dc746c64e5849baf6bd720c8cd0235 - build: py311he4fd1f5_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 61946 - timestamp: 1695380538042 -- platform: win-64 - name: kiwisolver - version: 1.4.5 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py311h005e61a_1.conda - hash: - md5: de0b3f37405f8386ac8be18fdc06ff92 - sha256: 8fdd1bff75c24ac6a2a13be4db1c9abcfa39ab50b81539e8bd01131141df271a - build: py311h005e61a_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 55822 - timestamp: 1695380386563 -- platform: linux-64 - name: krb5 - version: 1.21.2 - category: main - manager: conda - dependencies: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda - hash: - md5: cd95826dbd331ed1be26bdf401432844 - sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 - build: h659d440_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 1371181 - timestamp: 1692097755782 -- platform: osx-64 - name: krb5 - version: 1.21.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - hash: - md5: 80505a68783f01dc8d7308c075261b2f - sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 - build: hb884880_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 1183568 - timestamp: 1692098004387 -- platform: osx-arm64 - name: krb5 - version: 1.21.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - hash: - md5: 92f1cff174a538e0722bf2efb16fc0b2 - sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 - build: h92f50d5_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 1195575 - timestamp: 1692098070699 -- platform: win-64 - name: krb5 - version: 1.21.2 - category: main - manager: conda - dependencies: - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - hash: - md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 - sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b - build: heb0366b_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 710894 - timestamp: 1692098129546 -- platform: linux-64 - name: lcms2 - version: '2.15' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-hb7c19ff_3.conda - hash: - md5: e96637dd92c5f340215c753a5c9a22d7 - sha256: cc0b2ddab52b20698b26fe8622ebe37e0d462d8691a1f324e7b00f7d904765e3 - build: hb7c19ff_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: MIT - license_family: MIT - size: 239723 - timestamp: 1695969712554 -- platform: osx-64 - name: lcms2 - version: '2.15' - category: main - manager: conda - dependencies: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-hd6ba6f3_3.conda - hash: - md5: 8059507d52f477fbd4b81841e085e25b - sha256: b2234f24e3b0030762430ec3414410119d1129804a95ef65af50ad36cabd9bd5 - build: hd6ba6f3_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: MIT - license_family: MIT - size: 224895 - timestamp: 1695969874291 -- platform: osx-arm64 - name: lcms2 - version: '2.15' - category: main - manager: conda - dependencies: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.15-hf2736f0_3.conda - hash: - md5: bbaac531169fed3e09ae31aff80aa069 - sha256: 3d07ba04602617c3084b302c8a6fa30b2e4b20511180f45992b289c312298018 - build: hf2736f0_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: MIT - license_family: MIT - size: 215466 - timestamp: 1695969888308 -- platform: win-64 - name: lcms2 - version: '2.15' - category: main - manager: conda - dependencies: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-h67d730c_3.conda - hash: - md5: f92e86636451e3f6cea03e395346fa90 - sha256: 8819d74571b6321e0ed93b07c19b4fd9a9b669df3fdd797ab4798ab7c684ae1d - build: h67d730c_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: MIT - license_family: MIT - size: 498833 - timestamp: 1695969944045 -- platform: linux-64 - name: ld_impl_linux-64 - version: '2.40' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - hash: - md5: 7aca3059a1729aa76c597603f10b0dd3 - sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd - build: h41732ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 704696 - timestamp: 1674833944779 -- platform: linux-64 - name: lerc - version: 4.0.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - hash: - md5: 76bbff344f0134279f225174e9064c8f - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - build: h27087fc_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 281798 - timestamp: 1657977462600 -- platform: osx-64 - name: lerc - version: 4.0.0 - category: main - manager: conda - dependencies: - - libcxx >=13.0.1 - url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 - hash: - md5: f9d6a4c82889d5ecedec1d90eb673c55 - sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - build: hb486fe8_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 290319 - timestamp: 1657977526749 -- platform: osx-arm64 - name: lerc - version: 4.0.0 - category: main - manager: conda - dependencies: - - libcxx >=13.0.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 - hash: - md5: de462d5aacda3b30721b512c5da4e742 - sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 - build: h9a09cb3_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 215721 - timestamp: 1657977558796 -- platform: win-64 - name: lerc - version: 4.0.0 - category: main - manager: conda - dependencies: - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30037 - url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 - hash: - md5: 1900cb3cab5055833cfddb0ba233b074 - sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 - build: h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 194365 - timestamp: 1657977692274 -- platform: linux-64 - name: libabseil - version: '20230802.1' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230802.1-cxx17_h59595ed_0.conda - hash: - md5: 2785ddf4cb0e7e743477991d64353947 - sha256: 8729021a93e67bb93b4e73ef0a132499db516accfea11561b667635bcd0507e7 - build: cxx17_h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - abseil-cpp =20230802.1 - - libabseil-static =20230802.1=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1263396 - timestamp: 1695063868515 -- platform: osx-64 - name: libabseil - version: '20230802.1' - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230802.1-cxx17_h048a20a_0.conda - hash: - md5: 6554f5fb47c025273268bcdb7bf3cd48 - sha256: 05431a6adb376a865e10d4ae673399d7890083c06f61cf18edb7c6629e75f39e - build: cxx17_h048a20a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - __osx >=10.13 - - libabseil-static =20230802.1=cxx17* - - abseil-cpp =20230802.1 - license: Apache-2.0 - license_family: Apache - size: 1148356 - timestamp: 1695064289396 -- platform: osx-arm64 - name: libabseil - version: '20230802.1' - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230802.1-cxx17_h13dd4ca_0.conda - hash: - md5: fb6dfadc1898666616dfda242d8aea10 - sha256: 459a58f36607246b4483d7a370c2d9a03e7f824e79da2c6e3e9d62abf80393e7 - build: cxx17_h13dd4ca_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - libabseil-static =20230802.1=cxx17* - - abseil-cpp =20230802.1 - license: Apache-2.0 - license_family: Apache - size: 1173407 - timestamp: 1695064439482 -- platform: win-64 - name: libabseil - version: '20230802.1' - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230802.1-cxx17_h63175ca_0.conda - hash: - md5: 02674c18394394ee4f76cdbd1012f526 - sha256: 8a016d49fad3d4216ce5ae4a60869b5384d31b2009e1ed9f445b6551ce7ef9e8 - build: cxx17_h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - abseil-cpp =20230802.1 - - libabseil-static =20230802.1=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1733638 - timestamp: 1695064265262 -- platform: linux-64 - name: libaec - version: 1.1.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.2-h59595ed_1.conda - hash: - md5: 127b0be54c1c90760d7fe02ea7a56426 - sha256: fdde15e74dc099ab1083823ec0f615958e53d9a8fae10405af977de251668bea - build: h59595ed_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 35228 - timestamp: 1696474021700 -- platform: osx-64 - name: libaec - version: 1.1.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.2-he965462_1.conda - hash: - md5: faa179050abc6af1385e0fe9dd074f91 - sha256: 1b0a0b9b67e8f155ebdc7205a7421c7aff4850a740fc9f88b3fa23282c98ed72 - build: he965462_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 29027 - timestamp: 1696474151758 -- platform: osx-arm64 - name: libaec - version: 1.1.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.2-h13dd4ca_1.conda - hash: - md5: b7962cdc2cedcc9f8d12928824c11fbd - sha256: c9d6f01d511bd3686ce590addf829f34031b95e3feb34418496cbb45924c5d17 - build: h13dd4ca_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 29002 - timestamp: 1696474168895 -- platform: win-64 - name: libaec - version: 1.1.2 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.2-h63175ca_1.conda - hash: - md5: 0b252d2bf460364bccb1523bcdbe4af6 - sha256: 731dc77bce7d6425e2113b902023fba146e827cfe301bac565f92cc4e749588a - build: h63175ca_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 33554 - timestamp: 1696474526588 -- platform: linux-64 - name: libarchive - version: 3.7.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.2-h039dbb9_0.conda - hash: - md5: 611d6c83d1130ea60c916531adfb11db - sha256: b82b9f4a1515877ea65416bf7fd9cc77cae77d7b5977eada2b999ee525a0d5c9 - build: h039dbb9_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 865908 - timestamp: 1694542531202 -- platform: osx-64 - name: libarchive - version: 3.7.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.2-h0b5dc4a_0.conda - hash: - md5: 0f8458c98eaf403501e7e699d93594e7 - sha256: 77669122d52073078d55310cf21fdfc35c283243cd47a064d6dbab38d8e6ab02 - build: h0b5dc4a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 752960 - timestamp: 1694542990941 -- platform: osx-arm64 - name: libarchive - version: 3.7.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.2-h82b9b87_0.conda - hash: - md5: da6ec82a0e07f738afee1c4279778b30 - sha256: d8f2a19466f11ca9d6e1bf6a82cf84a5eb60dcf55d93fa2fbf47a503b953e348 - build: h82b9b87_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 826900 - timestamp: 1694543052074 -- platform: win-64 - name: libarchive - version: 3.7.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.2-h6f8411a_0.conda - hash: - md5: ef46bb4b1613b308b957a25407ff6f5b - sha256: b1d05d7318901605b5833cbd8a440772cc2328335523e22f04d5c1c378121adc - build: h6f8411a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 953689 - timestamp: 1694543279363 -- platform: linux-64 - name: libarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.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.0,<1.9.1.0a0 - - re2 * - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.1-h0406937_1_cpu.conda - hash: - md5: 6cd542d836507e0c9bec0c0d6112b024 - sha256: 461384bb5fba971abc5d43a986222d73ae72e15034e7b403e0ba94c5712db887 - build: h0406937_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - license: Apache-2.0 - size: 22755382 - timestamp: 1699523401334 -- platform: osx-64 - name: libarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=15.0.7 - - 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.0,<1.9.1.0a0 - - re2 * - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.1-hcf474e5_1_cpu.conda - hash: - md5: 6758ff6dd9702d433fae4f19d93fe30e - sha256: 1f3e17a1b8a32a31eb95c8300a899c6946a7677bf1351b072a270bfd2c0ceb21 - build: hcf474e5_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - license: Apache-2.0 - size: 15794001 - timestamp: 1699524184970 -- platform: osx-arm64 - name: libarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=15.0.7 - - 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.0,<1.9.1.0a0 - - re2 * - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-14.0.1-h7bb5718_1_cpu.conda - hash: - md5: 11122c7985ba7511d63df5f2cad917fa - sha256: b07036659cb3492f753c93fdd0da6b8ae177e1ec55cb1208b5d02d63bf80723d - build: h7bb5718_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 14648493 - timestamp: 1699524346022 -- platform: win-64 - name: libarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - aws-crt-cpp >=0.24.5,<0.24.6.0a0 - - aws-sdk-cpp >=1.11.182,<1.11.183.0a0 - - bzip2 >=1.0.8,<2.0a0 - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - 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 - - openssl >=3.1.4,<4.0a0 - - orc >=1.9.0,<1.9.1.0a0 - - re2 * - - snappy >=1.1.10,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-14.0.1-h85f1704_1_cpu.conda - hash: - md5: 95b0d01f541c47a64c93cb463fadb0e3 - sha256: cda792996942212f4767686243407ea85cbffbe6d68b4e84711fb4cb18fe1c2e - build: h85f1704_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - - parquet-cpp <0.0a0 - license: Apache-2.0 - size: 5006246 - timestamp: 1699523933221 -- platform: linux-64 - name: libarrow-acero - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.1-h59595ed_1_cpu.conda - hash: - md5: dc5eb5026d43d5a9cebd03b335f190c8 - sha256: 9d8e19f90f463ca85254d8e16181d65fa1c01b7a4833cbb72ed911a509dd9f12 - build: h59595ed_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 578932 - timestamp: 1699523484485 -- platform: osx-64 - name: libarrow-acero - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.1-hc222712_1_cpu.conda - hash: - md5: 83f09cbc08a7a741032aca28067aabfa - sha256: 2b47502dcefbdd645b130369515551a77ee317f133b1a0ccbb157dfdb11155d6 - build: hc222712_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 512556 - timestamp: 1699524309594 -- platform: osx-arm64 - name: libarrow-acero - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-acero-14.0.1-had9dd58_1_cpu.conda - hash: - md5: dab478b07c494888aa403fb439a5dada - sha256: c1be980876224a1de110688ae1288de10cce5a982c110341e982e6e1654ff596 - build: had9dd58_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 496611 - timestamp: 1699524481824 -- platform: win-64 - name: libarrow-acero - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.1-h63175ca_1_cpu.conda - hash: - md5: 4759a17dda5d98bb3aa8068bc13679df - sha256: e6b47b8796d1ec3b1ddc00e70a2930af89ea188a5232f0df3909aa97df629e52 - build: h63175ca_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 431380 - timestamp: 1699524017095 -- platform: linux-64 - name: libarrow-dataset - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libarrow-acero ==14.0.1 h59595ed_1_cpu - - libgcc-ng >=12 - - libparquet ==14.0.1 h352af49_1_cpu - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.1-h59595ed_1_cpu.conda - hash: - md5: b7948e05ad29fb89dfe18f23f445bc86 - sha256: 9b246befad12c156dd10b7e91d32a4515abee2fc8c5e2b408d6bc1c2ea73edb0 - build: h59595ed_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 583067 - timestamp: 1699523609562 -- platform: osx-64 - name: libarrow-dataset - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libarrow-acero ==14.0.1 hc222712_1_cpu - - libcxx >=15.0.7 - - libparquet ==14.0.1 h27bd29f_1_cpu - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.1-hc222712_1_cpu.conda - hash: - md5: 0d9e315f65d1c5c7cc63a9432203d594 - sha256: 039e4f1b794bbde296d3d774ace3e82276d1b8255bafe8e52657d2bee69d0792 - build: hc222712_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 514111 - timestamp: 1699524548663 -- platform: osx-arm64 - name: libarrow-dataset - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libarrow-acero ==14.0.1 had9dd58_1_cpu - - libcxx >=15.0.7 - - libparquet ==14.0.1 heaab74a_1_cpu - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-dataset-14.0.1-had9dd58_1_cpu.conda - hash: - md5: 710b15572b65ca7f7fae5e53ea10576a - sha256: 90230a77d8c7752ede5a3742d7e58af4da490dd0adfd6d1108b1d2b8e7f51147 - build: had9dd58_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 528859 - timestamp: 1699524826768 -- platform: win-64 - name: libarrow-dataset - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - libarrow-acero ==14.0.1 h63175ca_1_cpu - - libparquet ==14.0.1 h7ec3a38_1_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.1-h63175ca_1_cpu.conda - hash: - md5: 450f52e659888a270c3310274f5339a2 - sha256: df192d1bc9bf3b8fa7253aa74b4e6f3b1e1f323e5a950e884fbe2b3bd381d697 - build: h63175ca_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 429847 - timestamp: 1699524264104 -- platform: linux-64 - name: libarrow-flight - version: 14.0.1 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libarrow ==14.0.1 h0406937_1_cpu - - libgcc-ng >=12 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.1-h120cb0d_1_cpu.conda - hash: - md5: cf189c716cd96362c7c91d6d9fda6b0b - sha256: 7df11fe1fc0a6b8ca633c718fec92aa28a2bbe07f74d114b1bd2cd267439311c - build: h120cb0d_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 501349 - timestamp: 1699523516343 -- platform: osx-64 - name: libarrow-flight - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libcxx >=15.0.7 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.1-ha1803ca_1_cpu.conda - hash: - md5: ccd6cd093e56dbc1944e92f432fdb01d - sha256: 77cc93641b8e5bd0111f9d6c842ff88e59593130d1e6c7089b36d6def35bf24f - build: ha1803ca_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 321239 - timestamp: 1699524367520 -- platform: osx-arm64 - name: libarrow-flight - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libcxx >=15.0.7 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-14.0.1-h1011bfc_1_cpu.conda - hash: - md5: 795d8f2bb1049ab37dab1e2656df6a23 - sha256: fff9bd3f6c91f44aaa84cd4319c3ef1dd730e08108416fac7be8f70601fe176c - build: h1011bfc_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 333408 - timestamp: 1699524576779 -- platform: win-64 - name: libarrow-flight - version: 14.0.1 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libarrow ==14.0.1 h85f1704_1_cpu - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-14.0.1-h53b1db0_1_cpu.conda - hash: - md5: 684f4c0fd6e02276c4b59f446ac29cd9 - sha256: b8063a4965a612eaf8f5805a81f04c8e8c5a4b1eebd0a0644321673901934aa1 - build: h53b1db0_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 287174 - timestamp: 1699524078657 -- platform: linux-64 - name: libarrow-flight-sql - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libarrow-flight ==14.0.1 h120cb0d_1_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.1-h61ff412_1_cpu.conda - hash: - md5: fa7db8ca53a9eb0ca62893209d4a52d6 - sha256: b34f3e189572c8009b22e3920229eb8cf6e37897d632e2729a966236b5bc9746 - build: h61ff412_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 194775 - timestamp: 1699523638979 -- platform: osx-64 - name: libarrow-flight-sql - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libarrow-flight ==14.0.1 ha1803ca_1_cpu - - libcxx >=15.0.7 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.1-h8ec153b_1_cpu.conda - hash: - md5: d2a114707a9c584a92aa509227850804 - sha256: 6bf424addfea70b21d2386a8d0dd0e9ace56c47b7bbdcd9b2c7fe1ccb594aad9 - build: h8ec153b_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 155535 - timestamp: 1699524605260 -- platform: osx-arm64 - name: libarrow-flight-sql - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libarrow-flight ==14.0.1 h1011bfc_1_cpu - - libcxx >=15.0.7 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-flight-sql-14.0.1-h660fe36_1_cpu.conda - hash: - md5: 369f206a2b446232c90963a9545d3cbc - sha256: 03a96a17e0202be09864c15b4e9729c27ca15b192ad021bbdf4c5b1355fea51a - build: h660fe36_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 163720 - timestamp: 1699524909612 -- platform: win-64 - name: libarrow-flight-sql - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - libarrow-flight ==14.0.1 h53b1db0_1_cpu - - libprotobuf >=4.24.4,<4.24.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-flight-sql-14.0.1-h78eab7c_1_cpu.conda - hash: - md5: 59e97adbfb14ae97eefa91b74aa2452b - sha256: 8a784ee46a1343873495da5a96fc6598723162b909cac5014eb409510ac9c737 - build: h78eab7c_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 223652 - timestamp: 1699524315392 -- platform: linux-64 - name: libarrow-gandiva - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_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.1.4,<4.0a0 - - re2 * - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.1-hacb8726_1_cpu.conda - hash: - md5: 05d9955c98398a0978eca62e526fc0ee - sha256: 984435cf158cecf05ee9dcbaf47e0825aa4a7ae32809c7d6bf0d1d1654f2236f - build: hacb8726_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 896426 - timestamp: 1699523547937 -- platform: osx-64 - name: libarrow-gandiva - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libcxx >=15.0.7 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 * - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.1-heeebe7c_1_cpu.conda - hash: - md5: 2db588f0db2fe7c36bd1c065b52b5081 - sha256: e2eb050c553dc9be5917e35c0f661908fbf142e156cc80bc2fa792f85db7559f - build: heeebe7c_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 700841 - timestamp: 1699524428676 -- platform: osx-arm64 - name: libarrow-gandiva - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libcxx >=15.0.7 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 * - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-gandiva-14.0.1-h2b96968_1_cpu.conda - hash: - md5: 7b44f16df2e1955867a7930a9bda72c5 - sha256: f73bd5e13ff048cdc8ad5506a3fa3e8f079bb5276db080edb225c1de74abb094 - build: h2b96968_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 690114 - timestamp: 1699524663585 -- platform: win-64 - name: libarrow-gandiva - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.1-hb2eaab1_1_cpu.conda - hash: - md5: 566abbb24feff0c809560af5e7ee412e - sha256: d5a014e3af3b7480ee0140458ef6de4c96d437ea8937fbf82a3d6046692343d8 - build: hb2eaab1_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 10175063 - timestamp: 1699524142840 -- platform: linux-64 - name: libarrow-substrait - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libarrow-acero ==14.0.1 h59595ed_1_cpu - - libarrow-dataset ==14.0.1 h59595ed_1_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.1-h61ff412_1_cpu.conda - hash: - md5: 279bf5749bd65e468b2b564d29ca95c0 - sha256: 427889bb5091aaba58b3cd5d5ffbcc5936811af3084fa8a16bc885ecfee137d0 - build: h61ff412_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 510608 - timestamp: 1699523667240 -- platform: osx-64 - name: libarrow-substrait - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libarrow-acero ==14.0.1 hc222712_1_cpu - - libarrow-dataset ==14.0.1 hc222712_1_cpu - - libcxx >=15.0.7 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.1-h8ec153b_1_cpu.conda - hash: - md5: 9f5c9e8bfbbcc4f0c432bed4974ed708 - sha256: 604ef1ca26610092f29b1b2a69945158d8b7dd2ccdb3ac976d24edde6f826ea0 - build: h8ec153b_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 454310 - timestamp: 1699524662962 -- platform: osx-arm64 - name: libarrow-substrait - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libarrow-acero ==14.0.1 had9dd58_1_cpu - - libarrow-dataset ==14.0.1 had9dd58_1_cpu - - libcxx >=15.0.7 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-substrait-14.0.1-h594d712_1_cpu.conda - hash: - md5: c727e569e0812a90c7321ae79e387843 - sha256: 49c6e1477c59334222fd25730b942e0dfb4b5bfba79fc173bc5ab5ba09e7a671 - build: h594d712_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 475366 - timestamp: 1699524998776 -- platform: win-64 - name: libarrow-substrait - version: 14.0.1 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libarrow ==14.0.1 h85f1704_1_cpu - - libarrow-acero ==14.0.1 h63175ca_1_cpu - - libarrow-dataset ==14.0.1 h63175ca_1_cpu - - libprotobuf >=4.24.4,<4.24.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-substrait-14.0.1-hd4c9904_1_cpu.conda - hash: - md5: 5bdb8100ce0267c80ac3844b8486e90a - sha256: f0cb407c0ec9d2716c057317dab96cfb567601a2856cd3cf6316571a4dfec96a - build: hd4c9904_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 348656 - timestamp: 1699524367780 -- platform: linux-64 - name: libblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libopenblas >=0.3.24,<1.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-19_linux64_openblas.conda - hash: - md5: 420f4e9be59d0dc9133a0f43f7bab3f3 - sha256: b1311b9414559c5760b08a32e0382ca27fa302c967968aa6f78e042519f728ce - build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 - build_number: 19 - constrains: - - blas * openblas - - libcblas 3.9.0 19_linux64_openblas - - liblapack 3.9.0 19_linux64_openblas - - liblapacke 3.9.0 19_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14566 - timestamp: 1697484219912 -- platform: osx-64 - name: libblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libopenblas >=0.3.24,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-19_osx64_openblas.conda - hash: - md5: e932b99c38915fa2ee252cdff6ea1f01 - sha256: c2c96103aa23a65f45b76716df49940cb0722258d3e0416f8fa06ade02464b23 - build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 - build_number: 19 - constrains: - - liblapacke 3.9.0 19_osx64_openblas - - libcblas 3.9.0 19_osx64_openblas - - liblapack 3.9.0 19_osx64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14812 - timestamp: 1697484725085 -- platform: osx-arm64 - name: libblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libopenblas >=0.3.24,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-19_osxarm64_openblas.conda - hash: - md5: f50b1fd98593278e18319653cff9c475 - sha256: 51e78e3c9fa57f3fec12936b760928715ba0ab5253d02815202f9ec4c2c9255d - build: 19_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 19 - constrains: - - libcblas 3.9.0 19_osxarm64_openblas - - liblapack 3.9.0 19_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 19_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14817 - timestamp: 1697484577887 -- platform: win-64 - name: libblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - mkl ==2023.2.0 h6a75c08_50496 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-19_win64_mkl.conda - hash: - md5: 4f8a1a63cfbf74bc7b2813d9c6c205be - sha256: 915eae5e0dedbf87733a0b8c6f410678c77111a3fb26ca0a272e11ff979e7ef2 - build: 19_win64_mkl - arch: x86_64 - subdir: win-64 - build_number: 19 - constrains: - - liblapack 3.9.0 19_win64_mkl - - libcblas 3.9.0 19_win64_mkl - - liblapacke 3.9.0 19_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 4984180 - timestamp: 1697485304263 -- platform: linux-64 - name: libboost-headers - version: 1.82.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/libboost-headers-1.82.0-ha770c72_6.conda - hash: - md5: a943dcb8fd22cf23ce901ac84f6538c2 - sha256: c996950b85808115ea833e577a0af2969dbb0378c299560c2b945401a7770823 - build: ha770c72_6 - arch: x86_64 - subdir: linux-64 - build_number: 6 - constrains: - - boost-cpp =1.82.0 - license: BSL-1.0 - size: 13700720 - timestamp: 1696732043024 -- platform: osx-64 - name: libboost-headers - version: 1.82.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libboost-headers-1.82.0-h694c41f_6.conda - hash: - md5: 26a7214f82c75126cbd6d6a8e6792b31 - sha256: 84dae029e113178efa697fbbe6ff7aa270974f316fbf208a24242d35295e96a6 - build: h694c41f_6 - arch: x86_64 - subdir: osx-64 - build_number: 6 - constrains: - - boost-cpp =1.82.0 - license: BSL-1.0 - size: 13795494 - timestamp: 1696732955800 -- platform: osx-arm64 - name: libboost-headers - version: 1.82.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-headers-1.82.0-hce30654_6.conda - hash: - md5: ae7c68cf82c23fe6c68f0efa064ef41a - sha256: 19cc7fff73fda78f142a875f06f2467fcbfc5c8c3e0db92b212e425de309a27d - build: hce30654_6 - arch: aarch64 - subdir: osx-arm64 - build_number: 6 - constrains: - - boost-cpp =1.82.0 - license: BSL-1.0 - size: 13795546 - timestamp: 1696733002284 -- platform: win-64 - name: libboost-headers - version: 1.82.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/libboost-headers-1.82.0-h57928b3_6.conda - hash: - md5: 7feb05147c063f56714526c5833e10b7 - sha256: fc71380196963cde339ac002e4baab53020af401d437f0a2864ad5aa60681df0 - build: h57928b3_6 - arch: x86_64 - subdir: win-64 - build_number: 6 - constrains: - - boost-cpp =1.82.0 - license: BSL-1.0 - size: 13824625 - timestamp: 1696733710070 -- platform: linux-64 - name: libbrotlicommon - version: 1.1.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - hash: - md5: aec6c91c7371c26392a06708a73c70e5 - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 69403 - timestamp: 1695990007212 -- platform: osx-64 - name: libbrotlicommon - version: 1.1.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - hash: - md5: 9e6c31441c9aa24e41ace40d6151aab6 - sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 67476 - timestamp: 1695990207321 -- platform: osx-arm64 - name: libbrotlicommon - version: 1.1.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - hash: - md5: cd68f024df0304be41d29a9088162b02 - sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 68579 - timestamp: 1695990426128 -- platform: win-64 - name: libbrotlicommon - version: 1.1.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - hash: - md5: f77f319fb82980166569e1280d5b2864 - sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 70598 - timestamp: 1695990405143 -- platform: linux-64 - name: libbrotlidec - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hd590300_1 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - hash: - md5: f07002e225d7a60a694d42a7bf5ff53f - sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 32775 - timestamp: 1695990022788 -- platform: osx-64 - name: libbrotlidec - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - hash: - md5: 9ee0bab91b2ca579e10353738be36063 - sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 30327 - timestamp: 1695990232422 -- platform: osx-arm64 - name: libbrotlidec - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hb547adb_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - hash: - md5: ee1a519335cc10d0ec7e097602058c0a - sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 28928 - timestamp: 1695990463780 -- platform: win-64 - name: libbrotlidec - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - hash: - md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 - sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 32788 - timestamp: 1695990443165 -- platform: linux-64 - name: libbrotlienc - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hd590300_1 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - hash: - md5: 5fc11c6020d421960607d821310fcd4d - sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 282523 - timestamp: 1695990038302 -- platform: osx-64 - name: libbrotlienc - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - hash: - md5: 8a421fe09c6187f0eb5e2338a8a8be6d - sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 299092 - timestamp: 1695990259225 -- platform: osx-arm64 - name: libbrotlienc - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hb547adb_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - hash: - md5: d7e077f326a98b2cc60087eaff7c730b - sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 280943 - timestamp: 1695990509392 -- platform: win-64 - name: libbrotlienc - version: 1.1.0 - category: main - manager: conda - dependencies: - - libbrotlicommon ==1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - hash: - md5: 71e890a0b361fd58743a13f77e1506b7 - sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 246515 - timestamp: 1695990479484 -- platform: linux-64 - name: libcblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-19_linux64_openblas.conda - hash: - md5: d12374af44575413fbbd4a217d46ea33 - sha256: 84fddccaf58f42b07af7fb42512bd617efcb072f17bdef27f4c1884dbd33c86a - build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 - build_number: 19 - constrains: - - blas * openblas - - liblapack 3.9.0 19_linux64_openblas - - liblapacke 3.9.0 19_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14458 - timestamp: 1697484230827 -- platform: osx-64 - name: libcblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-19_osx64_openblas.conda - hash: - md5: 40e412c219ad8cf87ba664466071bcf6 - sha256: 70afde49736007bbb804d126a3983ba1fa04383006aae416a2971d538e274427 - build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 - build_number: 19 - constrains: - - liblapack 3.9.0 19_osx64_openblas - - liblapacke 3.9.0 19_osx64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14717 - timestamp: 1697484740520 -- platform: osx-arm64 - name: libcblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-19_osxarm64_openblas.conda - hash: - md5: 5460a8d1beffd7f63994d891e6a20da4 - sha256: 19b1c5e3ddd383ec14540336f4704938218d3c1db4707ae10d5357afb22cccc1 - build: 19_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 19 - constrains: - - liblapack 3.9.0 19_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 19_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14738 - timestamp: 1697484590682 -- platform: win-64 - name: libcblas - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-19_win64_mkl.conda - hash: - md5: 1b9ede5cff953aa1a5f4d9f8ec644972 - sha256: 66c8934bf8ead1e3ab3653155697a7d70878e96115742b681aac16d9bd25dd3d - build: 19_win64_mkl - arch: x86_64 - subdir: win-64 - build_number: 19 - constrains: - - liblapack 3.9.0 19_win64_mkl - - liblapacke 3.9.0 19_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 4984046 - timestamp: 1697485351545 -- platform: linux-64 - name: libcrc32c - version: 1.1.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - hash: - md5: c965a5aa0d5c1c37ffc62dff36e28400 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - build: h9c3ff4c_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 20440 - timestamp: 1633683576494 -- platform: osx-64 - name: libcrc32c - version: 1.1.2 - category: main - manager: conda - dependencies: - - libcxx >=11.1.0 - url: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - hash: - md5: 23d6d5a69918a438355d7cbc4c3d54c9 - sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff - build: he49afe7_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 20128 - timestamp: 1633683906221 -- platform: osx-arm64 - name: libcrc32c - version: 1.1.2 - category: main - manager: conda - dependencies: - - libcxx >=11.1.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - hash: - md5: 32bd82a6a625ea6ce090a81c3d34edeb - sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 - build: hbdafb3b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 18765 - timestamp: 1633683992603 -- platform: win-64 - name: libcrc32c - version: 1.1.2 - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - hash: - md5: cd4cc2d0c610c8cb5419ccc979f2d6ce - sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e - build: h0e60522_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 25694 - timestamp: 1633684287072 -- platform: linux-64 - name: libcurl - version: 8.4.0 - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.52.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda - hash: - md5: 1158ac1d2613b28685644931f11ee807 - sha256: 25f4b6a8827d7b17a66e0bd9b5d194bf9a9e4a46fb14e2ef472fdad4b39426a6 - build: hca28451_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: curl - license_family: MIT - size: 386160 - timestamp: 1697009208544 -- platform: osx-64 - name: libcurl - version: 8.4.0 - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.52.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.4.0-h726d00d_0.conda - hash: - md5: 2c17b4dedf0039736951471f493353bd - sha256: cd3400ecb42fc420acb18e2d836535c44ebd501ebeb4e0bf3830776e9b4ca650 - build: h726d00d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: curl - license_family: MIT - size: 366039 - timestamp: 1697009485409 -- platform: osx-arm64 - name: libcurl - version: 8.4.0 - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libnghttp2 >=1.52.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.4.0-h2d989ff_0.conda - hash: - md5: afabb3372209028627ec03e206f4d967 - sha256: 5ca24ab030b1c56ce07921bf901ea99076e8b7e45586b4a04e5187cc67c87273 - build: h2d989ff_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: curl - license_family: MIT - size: 348974 - timestamp: 1697009607821 -- platform: win-64 - name: libcurl - version: 8.4.0 - category: main - manager: conda - dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.4.0-hd5e4a3a_0.conda - hash: - md5: 13e4e3824a0212103330f57058601c21 - sha256: f1367d8a3f115ee4c16ea4bcc313c21009decb0217f65d3bb94618939c518a71 - build: hd5e4a3a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: curl - license_family: MIT - size: 321118 - timestamp: 1697009866852 -- platform: osx-64 - name: libcxx - version: 16.0.6 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda - hash: - md5: 7d6972792161077908b62971802f289a - sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 - build: hd57cbcb_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1142172 - timestamp: 1686896907750 -- platform: osx-arm64 - name: libcxx - version: 16.0.6 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda - hash: - md5: 9d7d724faf0413bf1dbc5a85935700c8 - sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 - build: h4653b0c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1160232 - timestamp: 1686896993785 -- platform: linux-64 - name: libdeflate - version: '1.19' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda - hash: - md5: 1635570038840ee3f9c71d22aa5b8b6d - sha256: 985ad27aa0ba7aad82afa88a8ede6a1aacb0aaca950d710f15d85360451e72fd - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 67080 - timestamp: 1694922285678 -- platform: osx-64 - name: libdeflate - version: '1.19' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda - hash: - md5: 6a45f543c2beb40023df5ee7e3cedfbd - sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 - build: ha4e1b8e_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 68962 - timestamp: 1694922440450 -- platform: osx-arm64 - name: libdeflate - version: '1.19' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.19-hb547adb_0.conda - hash: - md5: f8c1eb0e99e90b55965c6558578537cc - sha256: 6a3d188a6ae845a742dc85c5fb3f7eb1e252726cd74f0b8a7fa25ec09db6b87a - build: hb547adb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 52841 - timestamp: 1694924330786 -- platform: win-64 - name: libdeflate - version: '1.19' - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda - hash: - md5: 002b1b723b44dbd286b9e3708762433c - sha256: e2886a84eaa0fbeca1d1d810270f234431d190402b4a79acf756ca2d16000354 - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 153203 - timestamp: 1694922596415 -- platform: linux-64 - name: libedit - version: 3.1.20191231 - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - hash: - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - build: he28a2e2_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: BSD-2-Clause - license_family: BSD - size: 123878 - timestamp: 1597616541093 -- platform: osx-64 - name: libedit - version: 3.1.20191231 - category: main - manager: conda - dependencies: - - ncurses >=6.2,<7.0.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - hash: - md5: 6016a8a1d0e63cac3de2c352cd40208b - sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 - build: h0678c8f_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: BSD-2-Clause - license_family: BSD - size: 105382 - timestamp: 1597616576726 -- platform: osx-arm64 - name: libedit - version: 3.1.20191231 - category: main - manager: conda - dependencies: - - ncurses >=6.2,<7.0.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - hash: - md5: 30e4362988a2623e9eb34337b83e01f9 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - build: hc8eb9b7_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: BSD-2-Clause - license_family: BSD - size: 96607 - timestamp: 1597616630749 -- platform: linux-64 - name: libev - version: '4.33' - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 - hash: - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - build: h516909a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 106190 - timestamp: 1598867915 -- platform: osx-64 - name: libev - version: '4.33' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 - hash: - md5: 79dc2be110b2a3d1e97ec21f691c50ad - sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b - build: haf1e3a3_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 101424 - timestamp: 1598868359024 -- platform: osx-arm64 - name: libev - version: '4.33' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 - hash: - md5: 566dbf70fe79eacdb3c3d3d195a27f55 - sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c - build: h642e427_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 100668 - timestamp: 1598868103393 -- platform: linux-64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - hash: - md5: a1cfcc585f0c42bf8d5546bb1dfb668d - sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - build: hf998b51_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 427426 - timestamp: 1685725977222 -- platform: osx-64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda - hash: - md5: e38e467e577bd193a7d5de7c2c540b04 - sha256: e0bd9af2a29f8dd74309c0ae4f17a7c2b8c4b89f875ff1d6540c941eefbd07fb - build: ha90c15b_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 372661 - timestamp: 1685726378869 -- platform: osx-arm64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - hash: - md5: 1a109764bff3bdc7bdd84088347d71dc - sha256: 8c136d7586259bb5c0d2b913aaadc5b9737787ae4f40e3ad1beaf96c80b919b7 - build: h2757513_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 368167 - timestamp: 1685726248899 -- platform: win-64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - openssl >=3.1.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - hash: - md5: 25efbd786caceef438be46da78a7b5ef - sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 - build: h3671451_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 410555 - timestamp: 1685726568668 -- platform: linux-64 - name: libexpat - version: 2.5.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda - hash: - md5: 6305a3dd2752c76335295da4e581f2fd - sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - build: hcb278e6_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 77980 - timestamp: 1680190528313 -- platform: osx-64 - name: libexpat - version: 2.5.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda - hash: - md5: 6c81cb022780ee33435cca0127dd43c9 - sha256: 80024bd9f44d096c4cc07fb2bac76b5f1f7553390112dab3ad6acb16a05f0b96 - build: hf0c8a7f_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 69602 - timestamp: 1680191040160 -- platform: osx-arm64 - name: libexpat - version: 2.5.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda - hash: - md5: 5a097ad3d17e42c148c9566280481317 - sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 - build: hb7217d7_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 63442 - timestamp: 1680190916539 -- platform: win-64 - name: libexpat - version: 2.5.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda - hash: - md5: 636cc3cbbd2e28bcfd2f73b2044aac2c - sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf - build: h63175ca_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 138689 - timestamp: 1680190844101 -- platform: linux-64 - name: libffi - version: 3.4.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.4.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - build: h7f98852_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - license: MIT - license_family: MIT - size: 58292 - timestamp: 1636488182923 -- platform: osx-64 - name: libffi - version: 3.4.2 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - hash: - md5: ccb34fb14960ad8b125962d3d79b31a9 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - build: h0d85af4_5 - arch: x86_64 - subdir: osx-64 - build_number: 5 - license: MIT - license_family: MIT - size: 51348 - timestamp: 1636488394370 -- platform: osx-arm64 - name: libffi - version: 3.4.2 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - hash: - md5: 086914b672be056eb70fd4285b6783b6 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - build: h3422bc3_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: MIT - license_family: MIT - size: 39020 - timestamp: 1636488587153 -- platform: win-64 - name: libffi - version: 3.4.2 - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - hash: - md5: 2c96d1b6915b408893f9472569dee135 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - build: h8ffe710_5 - arch: x86_64 - subdir: win-64 - build_number: 5 - license: MIT - license_family: MIT - size: 42063 - timestamp: 1636489106777 -- platform: linux-64 - name: libgcc-ng - version: 13.2.0 - category: main - manager: conda - dependencies: - - _libgcc_mutex ==0.1 conda_forge - - _openmp_mutex >=4.5 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda - hash: - md5: c28003b0be0494f9a7664389146716ff - sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a - build: h807b86a_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - libgomp 13.2.0 h807b86a_2 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 771133 - timestamp: 1695219384393 -- platform: linux-64 - name: libgdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - geotiff >=1.7.1,<1.8.0a0 - - giflib >=5.2.1,<5.3.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.4.0,<9.0a0 - - libdeflate >=1.19,<1.20.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libpq >=16.0,<17.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.10.0,<23.11.0a0 - - postgresql * - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 - - xerces-c >=3.2.4,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.7.3-h6f3d308_2.conda - hash: - md5: 267f4fae4ab6352f9e74b06cc75d3341 - sha256: 9f5bea2846012b86693dd60f11b9cfc7f36569a6820e4ebf288288e4e7b44170 - build: h6f3d308_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - size: 10588505 - timestamp: 1699112162770 -- platform: osx-64 - name: libgdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - geotiff >=1.7.1,<1.8.0a0 - - giflib >=5.2.1,<5.3.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libdeflate >=1.19,<1.20.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libpq >=16.0,<17.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.10.0,<23.11.0a0 - - postgresql * - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 - - xerces-c >=3.2.4,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.7.3-h926149b_2.conda - hash: - md5: 6acf790f6e56f4b8c86f28fd18932af3 - sha256: 05f04a02d6fc654a60c8ef138435e9ea54938ec250876bfc5d95191cbd4c32f5 - build: h926149b_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: MIT - license_family: MIT - size: 8974975 - timestamp: 1699113079107 -- platform: osx-arm64 - name: libgdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - geotiff >=1.7.1,<1.8.0a0 - - giflib >=5.2.1,<5.3.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libdeflate >=1.19,<1.20.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libpq >=16.0,<17.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.10.0,<23.11.0a0 - - postgresql * - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 - - xerces-c >=3.2.4,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.7.3-h116f65a_2.conda - hash: - md5: 443049f0504187a1d7665ddda55aee20 - sha256: a45afe33e6969de792e704de805878a34b3641a81fc45764acb467a529f17ade - build: h116f65a_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: MIT - license_family: MIT - size: 8183216 - timestamp: 1699113267013 -- platform: win-64 - name: libgdal - version: 3.7.3 - category: main - manager: conda - dependencies: - - blosc >=1.21.5,<2.0a0 - - cfitsio >=4.3.0,<4.3.1.0a0 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - geotiff >=1.7.1,<1.8.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - kealib >=1.5.2,<1.6.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.2,<3.8.0a0 - - libcurl >=8.4.0,<9.0a0 - - libdeflate >=1.19,<1.20.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libpq >=16.0,<17.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openjpeg >=2.5.0,<3.0a0 - - openssl >=3.1.4,<4.0a0 - - pcre2 >=10.40,<10.41.0a0 - - poppler >=23.10.0,<23.11.0a0 - - postgresql * - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.16,<2.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.4,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.7.3-h3217549_2.conda - hash: - md5: fdf86abe5276a43f453e5f6f066efc98 - sha256: bf4e47c0cc1c0208ec394fe6cebf789e75b5c72555d63aff721a55e1a6be25f8 - build: h3217549_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: MIT - license_family: MIT - size: 8406778 - timestamp: 1699113058758 -- platform: osx-64 - name: libgfortran - version: 5.0.0 - category: main - manager: conda - dependencies: - - libgfortran5 ==13.2.0 h2873a65_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda - hash: - md5: b55fd11ab6318a6e67ac191309701d5a - sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - build: 13_2_0_h97931a8_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 109855 - timestamp: 1694165674845 -- platform: osx-arm64 - name: libgfortran - version: 5.0.0 - category: main - manager: conda - dependencies: - - libgfortran5 ==13.2.0 hf226fd6_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_1.conda - hash: - md5: 1ad37a5c60c250bb2b4a9f75563e181c - sha256: bc8750e7893e693fa380bf2f342d4a5ce44995467cbdf72e56a00e5106b4892d - build: 13_2_0_hd922786_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110095 - timestamp: 1694172198016 -- platform: linux-64 - name: libgfortran-ng - version: 13.2.0 - category: main - manager: conda - dependencies: - - libgfortran5 ==13.2.0 ha4646dd_2 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda - hash: - md5: e75a75a6eaf6f318dae2631158c46575 - sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 - build: h69a702a_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 23722 - timestamp: 1695219642066 -- platform: linux-64 - name: libgfortran5 - version: 13.2.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=13.2.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda - hash: - md5: 78fdab09d9138851dde2b5fe2a11019e - sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 - build: ha4646dd_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - libgfortran-ng 13.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1441830 - timestamp: 1695219403435 -- platform: osx-64 - name: libgfortran5 - version: 13.2.0 - category: main - manager: conda - dependencies: - - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda - hash: - md5: 3af564516b5163cd8cc08820413854bc - sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - build: h2873a65_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - libgfortran 5.0.0 13_2_0_*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1571764 - timestamp: 1694165583047 -- platform: osx-arm64 - name: libgfortran5 - version: 13.2.0 - category: main - manager: conda - dependencies: - - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda - hash: - md5: 4480d71b98c87faafab132d33e23135e - sha256: cb9cb11e49a6a8466ea7556a723080d3aeefd556df9b444b941afc5b54368b22 - build: hf226fd6_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - libgfortran 5.0.0 13_2_0_*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 995733 - timestamp: 1694172076009 -- platform: linux-64 - name: libglib - version: 2.78.1 - category: main - manager: conda - dependencies: - - gettext >=0.21.1,<1.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.1-hebfc3b9_0.conda - hash: - md5: ddd09e8904fde46b85f41896621803e6 - sha256: 44c5f58593b074886436db7d13fdfcba2fe3731867ea52237f049b8400341a2b - build: hebfc3b9_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - glib 2.78.1 *_0 - license: LGPL-2.1-or-later - size: 2688566 - timestamp: 1699278005640 -- platform: osx-64 - name: libglib - version: 2.78.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - gettext >=0.21.1,<1.0a0 - - libcxx >=16.0.6 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.1-h6d9ecee_0.conda - hash: - md5: 0282868f1debc145b732276b2fe40397 - sha256: b16bc30db9688d17b5d1cd9e93d0640d02a862145b072a63af6e45e91da6795c - build: h6d9ecee_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - glib 2.78.1 *_0 - license: LGPL-2.1-or-later - size: 2487882 - timestamp: 1699278098380 -- platform: osx-arm64 - name: libglib - version: 2.78.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - gettext >=0.21.1,<1.0a0 - - libcxx >=16.0.6 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.1-hd9b11f9_0.conda - hash: - md5: 4e4a9c1cf849de0f9e8b36af65f6f291 - sha256: e18656fc4c9ecfd28382c0f84286a37daf3b33544f50c046bcf93e874a6c1ec0 - build: hd9b11f9_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - glib 2.78.1 *_0 - license: LGPL-2.1-or-later - size: 2440063 - timestamp: 1699278143585 -- platform: win-64 - name: libglib - version: 2.78.1 - category: main - manager: conda - dependencies: - - gettext >=0.21.1,<1.0a0 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - pcre2 >=10.40,<10.41.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.78.1-he8f3873_0.conda - hash: - md5: 7022abdf53daa6566caebbe1c2d328ae - sha256: 5919e8f57640b142872899943ec122341ba1e19492e46ad9b47866e013224c10 - build: he8f3873_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - glib 2.78.1 *_0 - license: LGPL-2.1-or-later - size: 2633748 - timestamp: 1699278549464 -- platform: linux-64 - name: libgomp - version: 13.2.0 - category: main - manager: conda - dependencies: - - _libgcc_mutex ==0.1 conda_forge - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda - hash: - md5: e2042154faafe61969556f28bade94b9 - sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 - build: h807b86a_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 421133 - timestamp: 1695219303065 -- platform: linux-64 - name: libgoogle-cloud - version: 2.12.0 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h5206363_4.conda - hash: - md5: b5eb63d2683102be45d17c55021282f6 - sha256: 82a7d211d0df165b073f9e8ba6d789c4b1c7c4882d546ca12d40f201fc3496fc - build: h5206363_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - constrains: - - google-cloud-cpp 2.12.0 *_4 - license: Apache-2.0 - license_family: Apache - size: 43491878 - timestamp: 1698886698923 -- platform: osx-64 - name: libgoogle-cloud - version: 2.12.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - 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 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc0857f6_4.conda - hash: - md5: 976555c39f83093265491c9c081a801c - sha256: 1bf47f43796369ec85a27221ab9a84ecc848f93a88049d046cd8521c25b129f6 - build: hc0857f6_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - constrains: - - google-cloud-cpp 2.12.0 *_4 - license: Apache-2.0 - license_family: Apache - size: 30883666 - timestamp: 1698889432429 -- platform: osx-arm64 - name: libgoogle-cloud - version: 2.12.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - 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 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-hfb399a7_4.conda - hash: - md5: d62901188ab756c841cbb9a80c6c3f3c - sha256: 22122939a462f64a82ca2f305c43e5e5cf5a55f1ae12979c2445f9dc196b7047 - build: hfb399a7_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - constrains: - - google-cloud-cpp 2.12.0 *_4 - license: Apache-2.0 - license_family: Apache - size: 31440327 - timestamp: 1698982048456 -- platform: win-64 - name: libgoogle-cloud - version: 2.12.0 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - openssl >=3.1.4,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-h39f2fc6_4.conda - hash: - md5: f79cf72abe2235de65fb50b386f323a0 - sha256: 9621cb3e90aa22123cc7120bc1228df31453a390b7760773a0e5453a2718f7ef - build: h39f2fc6_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - constrains: - - google-cloud-cpp 2.12.0 *_4 - license: Apache-2.0 - license_family: Apache - size: 13270 - timestamp: 1698887885269 -- platform: linux-64 - name: libgrpc - version: 1.59.2 - category: main - manager: conda - dependencies: - - c-ares >=1.20.1,<2.0a0 - - 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 * - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.59.2-hd6c4280_0.conda - hash: - md5: dd26e7127a7b08068b52181f47849f04 - sha256: 4ac31c7667fb0940856afc4b8ea58d8f1cb18db3cdf41729aa7d2c7f7a5e6429 - build: hd6c4280_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - grpc-cpp =1.59.2 - license: Apache-2.0 - license_family: APACHE - size: 6560931 - timestamp: 1698728025596 -- platform: osx-64 - name: libgrpc - version: 1.59.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - c-ares >=1.20.1,<2.0a0 - - 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 * - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.59.2-ha7f534c_0.conda - hash: - md5: 7db1bdebc02cd6e56f9f420ac3c1e557 - sha256: 3f4e2df8760e279921adba7eba8b8b56c2b6ecde7872242ce6ae3bf55319e0b5 - build: ha7f534c_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - grpc-cpp =1.59.2 - license: Apache-2.0 - license_family: APACHE - size: 4092188 - timestamp: 1698728988823 -- platform: osx-arm64 - name: libgrpc - version: 1.59.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - c-ares >=1.20.1,<2.0a0 - - 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 * - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.59.2-hbcf6334_0.conda - hash: - md5: 773cf509934965514cc62d97fb38a2d7 - sha256: fc7d7aecf633904bd945c7e4e0620d1485e90801405eb7d12269e57242916ae0 - build: hbcf6334_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - grpc-cpp =1.59.2 - license: Apache-2.0 - license_family: APACHE - size: 4514296 - timestamp: 1698729002336 -- platform: win-64 - name: libgrpc - version: 1.59.2 - category: main - manager: conda - dependencies: - - c-ares >=1.20.1,<2.0a0 - - libabseil >=20230802.1,<20230803.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - re2 * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.59.2-h5bbd4a7_0.conda - hash: - md5: d24136f864e225e77b5869a486baf92d - sha256: ab4c1c1f5af4c2c0d13b636a10ef518085a9daa49971365e05d481a09f78513a - build: h5bbd4a7_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - grpc-cpp =1.59.2 - license: Apache-2.0 - license_family: APACHE - size: 14174665 - timestamp: 1698728835758 -- platform: win-64 - name: libhwloc - version: 2.9.3 - category: main - manager: conda - dependencies: - - libxml2 >=2.11.5,<2.12.0a0 - - pthreads-win32 * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - hash: - md5: 87da045f6d26ce9fe20ad76a18f6a18a - sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 - build: default_haede6df_1009 - arch: x86_64 - subdir: win-64 - build_number: 1009 - license: BSD-3-Clause - license_family: BSD - size: 2578462 - timestamp: 1694533393675 -- platform: linux-64 - name: libiconv - version: '1.17' - category: main - manager: conda - dependencies: - - libgcc-ng >=10.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - hash: - md5: b62b52da46c39ee2bc3c162ac7f1804d - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - build: h166bdaf_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: GPL and LGPL - size: 1450368 - timestamp: 1652700749886 -- platform: osx-64 - name: libiconv - version: '1.17' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 - hash: - md5: 691d103d11180486154af49c037b7ed9 - sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 - build: hac89ed1_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: GPL and LGPL - size: 1378276 - timestamp: 1652702364402 -- platform: osx-arm64 - name: libiconv - version: '1.17' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 - hash: - md5: 686f9c755574aa221f29fbcf36a67265 - sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec - build: he4db4b2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: GPL and LGPL - size: 1407036 - timestamp: 1652700956112 -- platform: win-64 - name: libiconv - version: '1.17' - category: main - manager: conda - dependencies: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 - hash: - md5: 050119977a86e4856f0416e2edcf81bb - sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 - build: h8ffe710_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: GPL and LGPL - size: 714518 - timestamp: 1652702326553 -- platform: linux-64 - name: libjpeg-turbo - version: 3.0.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - hash: - md5: ea25936bb4080d843790b586850f82b8 - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 618575 - timestamp: 1694474974816 -- platform: osx-64 - name: libjpeg-turbo - version: 3.0.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda - hash: - md5: 72507f8e3961bc968af17435060b6dd6 - sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 579748 - timestamp: 1694475265912 -- platform: osx-arm64 - name: libjpeg-turbo - version: 3.0.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - hash: - md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 - sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 - build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 547541 - timestamp: 1694475104253 -- platform: win-64 - name: libjpeg-turbo - version: 3.0.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda - hash: - md5: 3f1b948619c45b1ca714d60c7389092c - sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff - build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 822966 - timestamp: 1694475223854 -- platform: linux-64 - name: libkml - version: 1.3.0 - category: main - manager: conda - dependencies: - - libboost-headers * - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - uriparser >=0.9.7,<1.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-h01aab08_1018.conda - hash: - md5: 3eb5f16bcc8a02892199aa63555c731f - sha256: f67fc0be886c7eac14dbce858bfcffbc90a55b598e897e513f0979dd2caad750 - build: h01aab08_1018 - arch: x86_64 - subdir: linux-64 - build_number: 1018 - license: BSD-3-Clause - license_family: BSD - size: 513804 - timestamp: 1696451330826 -- platform: osx-64 - name: libkml - version: 1.3.0 - category: main - manager: conda - dependencies: - - libboost-headers * - - libcxx >=15.0.7 - - libexpat >=2.5.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - uriparser >=0.9.7,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hab3ca0e_1018.conda - hash: - md5: 535b1bb4896b113c14dfa64141370a12 - sha256: f546750a59b85a4b721f69e34e797ceddb93c438ee384db285e3344490d6a9b5 - build: hab3ca0e_1018 - arch: x86_64 - subdir: osx-64 - build_number: 1018 - license: BSD-3-Clause - license_family: BSD - size: 398649 - timestamp: 1696452291278 -- platform: osx-arm64 - name: libkml - version: 1.3.0 - category: main - manager: conda - dependencies: - - libboost-headers * - - libcxx >=15.0.7 - - libexpat >=2.5.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - uriparser >=0.9.7,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h1eb4d9f_1018.conda - hash: - md5: f287028317d50fa3edad9c715d22e26b - sha256: ba3833cd0c517bb7a00b235b85a35bc58096e981ef3ac392c0916d83a1abc00a - build: h1eb4d9f_1018 - arch: aarch64 - subdir: osx-arm64 - build_number: 1018 - license: BSD-3-Clause - license_family: BSD - size: 421133 - timestamp: 1696451613703 -- platform: win-64 - name: libkml - version: 1.3.0 - category: main - manager: conda - dependencies: - - libboost-headers * - - libexpat >=2.5.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.7,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-haf3e7a6_1018.conda - hash: - md5: 950e8765b20b79ecbd296543f848b4ec - sha256: 74117fe100d9aa3aaab25eb705c44165f8ff6feec2e7c058212a3f5434f85d5f - build: haf3e7a6_1018 - arch: x86_64 - subdir: win-64 - build_number: 1018 - license: BSD-3-Clause - license_family: BSD - size: 1764160 - timestamp: 1696451646350 -- platform: linux-64 - name: liblapack - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-19_linux64_openblas.conda - hash: - md5: 9f100edf65436e3eabc2a51fc00b2c37 - sha256: 58f402aae605ebd0932e1cbbf855cd49dcdfa2fcb6aab790a4f6068ec5937878 - build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 - build_number: 19 - constrains: - - blas * openblas - - libcblas 3.9.0 19_linux64_openblas - - liblapacke 3.9.0 19_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14487 - timestamp: 1697484241613 -- platform: osx-64 - name: liblapack - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-19_osx64_openblas.conda - hash: - md5: 2e714df18db99ee6d7b4ac728f53ca62 - sha256: 6a1704c43a03195fecbbb226be5c257b2e37621e793967c3f31c8521f19e18df - build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 - build_number: 19 - constrains: - - libcblas 3.9.0 19_osx64_openblas - - liblapacke 3.9.0 19_osx64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14724 - timestamp: 1697484756327 -- platform: osx-arm64 - name: liblapack - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-19_osxarm64_openblas.conda - hash: - md5: 3638eacb084c374f41f9efa40d20a47b - sha256: f19cff537403c9feed98c7e18259022102b087f2b72a757e8a417476b9cf30c1 - build: 19_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 19 - constrains: - - libcblas 3.9.0 19_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 19_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14721 - timestamp: 1697484603691 -- platform: win-64 - name: liblapack - version: 3.9.0 - category: main - manager: conda - dependencies: - - libblas ==3.9.0 19_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-19_win64_mkl.conda - hash: - md5: 574e6e8bcc85df2885eb2a87d31ae005 - sha256: e53093eab7674528e9eafbd5efa28f3170ec1388b8df6c9b8343760696f47907 - build: 19_win64_mkl - arch: x86_64 - subdir: win-64 - build_number: 19 - constrains: - - libcblas 3.9.0 19_win64_mkl - - liblapacke 3.9.0 19_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 4984073 - timestamp: 1697485397401 -- platform: linux-64 - name: libllvm14 - version: 14.0.6 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm14-14.0.6-hcd5def8_4.conda - hash: - md5: 73301c133ded2bf71906aa2104edae8b - sha256: 225cc7c3b20ac1db1bdb37fa18c95bf8aecef4388e984ab2f7540a9f4382106a - build: hcd5def8_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 31484415 - timestamp: 1690557554081 -- platform: osx-64 - name: libllvm14 - version: 14.0.6 - category: main - manager: conda - dependencies: - - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm14-14.0.6-hc8e404f_4.conda - hash: - md5: ed06753e2ba7c66ed0ca7f19578fcb68 - sha256: 0df3902a300cfe092425f86144d5e00ef67be3cd1cc89fd63084d45262a772ad - build: hc8e404f_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 22467131 - timestamp: 1690563140552 -- platform: osx-arm64 - name: libllvm14 - version: 14.0.6 - category: main - manager: conda - dependencies: - - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm14-14.0.6-hd1a9a77_4.conda - hash: - md5: 9f3dce5d26ea56a9000cd74c034582bd - sha256: 6f603914fe8633a615f0d2f1383978eb279eeb552079a78449c9fbb43f22a349 - build: hd1a9a77_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 20571387 - timestamp: 1690559110016 -- platform: linux-64 - name: libllvm15 - version: 15.0.7 - category: main - manager: conda - dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-h5cf9203_3.conda - hash: - md5: 9efe82d44b76a7529a1d702e5a37752e - sha256: bb94e7535a309c2a8d58585cb82bac954ed59f473eef2cac6ea677d6f576a3b6 - build: h5cf9203_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 33333655 - timestamp: 1690527825436 -- platform: osx-64 - name: libllvm15 - version: 15.0.7 - category: main - manager: conda - dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-he4b1e75_3.conda - hash: - md5: ecc6df80c4b0445ac0de9cabae189db3 - sha256: 02c7f5fe1ae9cdf4b0152cc76fef0ccb26137075054bdd9336ebf956fd22d8c9 - build: he4b1e75_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 23877550 - timestamp: 1690533932497 -- platform: osx-arm64 - name: libllvm15 - version: 15.0.7 - category: main - manager: conda - dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h504e6bf_3.conda - hash: - md5: cef4a00532f06f6797fbe2425d4db2a7 - sha256: 8fbe19f2133c501a43a45f4dab701adf5206ed61f4bd6317f287a8d87409fdee - build: h504e6bf_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 21956912 - timestamp: 1690530007064 -- platform: linux-64 - name: libnetcdf - version: 4.9.2 - category: main - manager: conda - dependencies: - - blosc >=1.21.4,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - - zlib * - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h80fb2b6_112.conda - hash: - md5: a19fa6cacf80c8a366572853d5890eb4 - sha256: 305ffc3ecaffce10754e4d057daa9803e8dc86d68b14524a791c7dc5598c1d2f - build: nompi_h80fb2b6_112 - arch: x86_64 - subdir: linux-64 - build_number: 112 - license: MIT - license_family: MIT - size: 848361 - timestamp: 1693581687090 -- platform: osx-64 - name: libnetcdf - version: 4.9.2 - category: main - manager: conda - dependencies: - - blosc >=1.21.4,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - - zlib * - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h6a32802_112.conda - hash: - md5: 413f9a35e9f888163b922ea6cfafb9da - sha256: 8b1bfc9322bd4f9fe770461fac5b75b1888ccdbdf72b2d2a2bec1e1c13e05f48 - build: nompi_h6a32802_112 - arch: x86_64 - subdir: osx-64 - build_number: 112 - license: MIT - license_family: MIT - size: 737489 - timestamp: 1693582116713 -- platform: osx-arm64 - name: libnetcdf - version: 4.9.2 - category: main - manager: conda - dependencies: - - blosc >=1.21.4,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - - zlib * - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_hb2fb864_112.conda - hash: - md5: fdd8c3b65f9369c4a5bbf23164ea8e19 - sha256: fef33b99225691fce165cd1aadb85c823e2a3a9e5d67c3069f1d6b9ebbf53fdf - build: nompi_hb2fb864_112 - arch: aarch64 - subdir: osx-arm64 - build_number: 112 - license: MIT - license_family: MIT - size: 706702 - timestamp: 1693582109664 -- platform: win-64 - name: libnetcdf - version: 4.9.2 - category: main - manager: conda - dependencies: - - blosc >=1.21.4,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.3.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib * - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h8284064_112.conda - hash: - md5: d13288269ee4de9079261a31028f9954 - sha256: 6694fb1a949893178c3e0c7df648f5b9875da5ba9b1d76ec5d9a5bac6647dfc6 - build: nompi_h8284064_112 - arch: x86_64 - subdir: win-64 - build_number: 112 - license: MIT - license_family: MIT - size: 625332 - timestamp: 1693582445195 -- platform: linux-64 - name: libnghttp2 - version: 1.58.0 - category: main - manager: conda - dependencies: - - c-ares >=1.21.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_0.conda - hash: - md5: 9b13d5ee90fc9f09d54fd403247342b4 - sha256: 151b18e4f92dcca263a6d23e4beb0c4e2287aa1c7d0587ff71ef50035ed34aca - build: h47da74e_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 631397 - timestamp: 1699440427647 -- platform: osx-64 - name: libnghttp2 - version: 1.58.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_0.conda - hash: - md5: 864e23fba3678000154f53bbf6d476a2 - sha256: b2b94cdaffa0d4fddd73c04262fdb1d1bcd6f8783979281ccfdb832e159cac4e - build: h64cf6d3_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 598870 - timestamp: 1699440920465 -- platform: osx-arm64 - name: libnghttp2 - version: 1.58.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_0.conda - hash: - md5: b93d94874cfd44bc96496c2ee69f82a9 - sha256: 3597032667444f91ae59343c553da6e93f2b3359bc2c0dd6b7f8260e41572e9c - build: ha4dd798_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 564395 - timestamp: 1699440818837 -- platform: linux-64 - name: libnsl - version: 2.0.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-only - license_family: GPL - size: 33408 - timestamp: 1697359010159 -- platform: linux-64 - name: libnuma - version: 2.0.16 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - hash: - md5: 28bfe2cb11357ccc5be21101a6b7ce86 - sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d - build: h0b41bf4_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: LGPL-2.1-only - size: 41107 - timestamp: 1676004391774 -- platform: linux-64 - name: libopenblas - version: 0.3.24 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libgfortran-ng * - - libgfortran5 >=12.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda - hash: - md5: 6e4ef6ca28655124dcde9bd500e44c32 - sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 - build: pthreads_h413a1c8_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5492091 - timestamp: 1693785223074 -- platform: osx-64 - name: libopenblas - version: 0.3.24 - category: main - manager: conda - dependencies: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda - hash: - md5: 077718837dd06cf0c3089070108869f6 - sha256: ff2c14f7ed121f1df3ad06bea353288eade77c12fb891212a27af88a61483490 - build: openmp_h48a4ad5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - license: BSD-3-Clause - license_family: BSD - size: 6157393 - timestamp: 1693785988209 -- platform: osx-arm64 - name: libopenblas - version: 0.3.24 - category: main - manager: conda - dependencies: - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.24-openmp_hd76b1f2_0.conda - hash: - md5: aacb05989f358affe1bafd4ea7294db4 - sha256: 21edfdf620ac5c93571aab452199b6b4622c445441dad88ab4d2eb326a7b91b3 - build: openmp_hd76b1f2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - openblas >=0.3.24,<0.3.25.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2849225 - timestamp: 1693784744674 -- platform: linux-64 - name: libparquet - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.1-h352af49_1_cpu.conda - hash: - md5: 5b5c9968e5872bc65a3f69a38c389003 - sha256: 9d3e94b10d0cf5c71420a8f22ffd9f58189bc52a937296798b9c3bb5b5c75809 - build: h352af49_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - size: 1165164 - timestamp: 1699523578961 -- platform: osx-64 - name: libparquet - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libcxx >=15.0.7 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.1-h27bd29f_1_cpu.conda - hash: - md5: cdce7ef09dd1e78dc91c7b74854f8951 - sha256: fae3fee3837aef40c973c4de0bd03d7bdcc4eeaeae65d1b8cdd0256d92284619 - build: h27bd29f_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - size: 930270 - timestamp: 1699524487672 -- platform: osx-arm64 - name: libparquet - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libcxx >=15.0.7 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libparquet-14.0.1-heaab74a_1_cpu.conda - hash: - md5: 29ec8382d4d8da63ded09a173c635087 - sha256: a9cbe2f62f01fd6ab974f3ba65995e8d64bf53b65c9fad26f9e1ad403dce0ea8 - build: heaab74a_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - size: 915916 - timestamp: 1699524745535 -- platform: win-64 - name: libparquet - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.1.4,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libparquet-14.0.1-h7ec3a38_1_cpu.conda - hash: - md5: c2290b2f18c536f1e5db23e82e6fc9a5 - sha256: 2d3410fe40bb3580788ddf48167b8e9d6a010fef15b58a0127c70ab751958e1d - build: h7ec3a38_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - size: 783950 - timestamp: 1699524211045 -- platform: linux-64 - name: libpng - version: 1.6.39 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda - hash: - md5: e1c890aebdebbfbf87e2c917187b4416 - sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 - build: h753d276_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: zlib-acknowledgement - size: 282599 - timestamp: 1669075729952 -- platform: osx-64 - name: libpng - version: 1.6.39 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.39-ha978bb4_0.conda - hash: - md5: 35e4928794c5391aec14ffdf1deaaee5 - sha256: 5ad9f5e96e6770bfc8b0a826f48835e7f337c2d2e9512d76027a62f9c120b2a3 - build: ha978bb4_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: zlib-acknowledgement - size: 271689 - timestamp: 1669075890643 -- platform: osx-arm64 - name: libpng - version: 1.6.39 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.39-h76d750c_0.conda - hash: - md5: 0078e6327c13cfdeae6ff7601e360383 - sha256: 21ab8409a8e66f9408b96428c0a36a9768faee9fe623c56614576f9e12962981 - build: h76d750c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: zlib-acknowledgement - size: 259412 - timestamp: 1669075883972 -- platform: win-64 - name: libpng - version: 1.6.39 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.39-h19919ed_0.conda - hash: - md5: ab6febdb2dbd9c00803609079db4de71 - sha256: 1f139a72109366ba1da69f5bdc569b0e6783f887615807c02d7bfcc2c7575067 - build: h19919ed_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: zlib-acknowledgement - size: 343883 - timestamp: 1669076173145 -- platform: linux-64 - name: libpq - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.0-hfc447b1_1.conda - hash: - md5: e4a9a5ba40123477db33e02a78dffb01 - sha256: 2eef51449f61f93579452715cda6b306f8e5107f9a5f8441365b8ad49095c37b - build: hfc447b1_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: PostgreSQL - size: 2570515 - timestamp: 1696003990258 -- platform: osx-64 - name: libpq - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.0-h3df487d_1.conda - hash: - md5: 0516915abcfb1cd86624f1773d12b551 - sha256: 57b674dbd88ed07b144ab49ef752c7a8dd6e01f393dada8ae496ca7659a0d4e5 - build: h3df487d_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: PostgreSQL - size: 2362584 - timestamp: 1696004192526 -- platform: osx-arm64 - name: libpq - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.0-hcea71ed_1.conda - hash: - md5: 42d504f6433024058dda89ba0e1bd2f2 - sha256: 5119880e145efca6768a79649c8ed64bfdbe2f862e05c2759240f297bf300117 - build: hcea71ed_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: PostgreSQL - size: 2461648 - timestamp: 1696004342637 -- platform: win-64 - name: libpq - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.0-h43585b0_1.conda - hash: - md5: c1d1c81e2dbcd0763b80e11ad18020bf - sha256: cac51839cfb2aac221f6e23b305877dba8716bd20e109f2477cf92780ba8d524 - build: h43585b0_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: PostgreSQL - size: 3547398 - timestamp: 1696004738683 -- platform: linux-64 - name: libprotobuf - version: 4.24.4 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.4-hf27288f_0.conda - hash: - md5: 1a0287ab734591ad63603734f923016b - sha256: 3e0f6454190abb27edd2aeb724688ee440de133edb02cbb17d5609ba36aa8be0 - build: hf27288f_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2568098 - timestamp: 1696556878001 -- platform: osx-64 - name: libprotobuf - version: 4.24.4 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda - hash: - md5: c0f2660a38d96e55c6aae15a06ee277b - sha256: 4c0cd48fa2b0ac5cad6204d686bcb8e51bc5906c25180919ecf8f3000c0eade5 - build: h0ee05dc_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2134003 - timestamp: 1696557204512 -- platform: osx-arm64 - name: libprotobuf - version: 4.24.4 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.24.4-hc9861d8_0.conda - hash: - md5: ac5438d981e105e053b341eb30c44273 - sha256: 2e81e023f463ef239e2fb7f56a4e8eed61a1d8e9ca3f2f07bec1668cc369b2ce - build: hc9861d8_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2060711 - timestamp: 1696556460522 -- platform: win-64 - name: libprotobuf - version: 4.24.4 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.24.4-hb8276f3_0.conda - hash: - md5: db95f0bafffb9a5b6b9f398d35d693ad - sha256: 2c2b9c1f65458c2f2a4b57d49bf8113781b933b63f8fc976f050627bddcf983d - build: hb8276f3_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 5281089 - timestamp: 1696556929616 -- platform: linux-64 - name: libre2-11 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.06.02-h7a70373_0.conda - hash: - md5: c0e7eacd9694db3ef5ef2979a7deea70 - sha256: 22b0b2169c80b65665ba0d6418bd5d3d4c7d89915ee0f9613403efe871c27db8 - build: h7a70373_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 232708 - timestamp: 1697065825934 -- platform: osx-64 - name: libre2-11 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.06.02-h4694dbf_0.conda - hash: - md5: d7c00395eaf2446eec6ce0f34cfd5b78 - sha256: 73acd1ade87762c3f1aacf2a7c6271dd1e1c972d46ea7c44d8781595bca9218e - build: h4694dbf_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 182813 - timestamp: 1697065869791 -- platform: osx-arm64 - name: libre2-11 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.06.02-h1753957_0.conda - hash: - md5: 3b8652db4bf4e27fa1446526f7a78498 - sha256: 8bafee8f8ef27f4cb0afffe5404dd1abfc5fd6eac1ee9b4847a756d440bd7aa7 - build: h1753957_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 169587 - timestamp: 1697065827986 -- platform: win-64 - name: libre2-11 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libabseil >=20230802.1,<20230803.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.06.02-h8c5ae5e_0.conda - hash: - md5: b5c24e75399edf13660f317f5d7d751e - sha256: c468915951532d0455737e08e5fb2a4e2a862c123a13feeaa12fe72671070e13 - build: h8c5ae5e_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - re2 2023.06.02.* - license: BSD-3-Clause - license_family: BSD - size: 253568 - timestamp: 1697066113767 -- platform: linux-64 - name: librttopo - version: 1.1.0 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hb58d41b_14.conda - hash: - md5: 264f9a3a4ea52c8f4d3e8ae1213a3335 - sha256: a87307e9c8fb446eb7a1698d9ab40e590ba7e55de669b59f5751c48c2b320827 - build: hb58d41b_14 - arch: x86_64 - subdir: linux-64 - build_number: 14 - license: GPL-2.0-or-later - license_family: GPL - size: 232585 - timestamp: 1687974082565 -- platform: osx-64 - name: librttopo - version: 1.1.0 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-h23f359d_14.conda - hash: - md5: 4cec4e76f3d1cd6ec739ca40e7e12847 - sha256: df61f3c42651fd02d2e5fbb3cd6a225df29dc91ec6c5a57d0d717dc14ee8e2dc - build: h23f359d_14 - arch: x86_64 - subdir: osx-64 - build_number: 14 - license: GPL-2.0-or-later - license_family: GPL - size: 214159 - timestamp: 1687974265453 -- platform: osx-arm64 - name: librttopo - version: 1.1.0 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h667cd51_14.conda - hash: - md5: 5dfc75562bc705e4a645eb8079139c8c - sha256: 5ed612f91b1e0bfa41dca9f6bdd9edd28039b6880c3d1b9dc40aa748b6d1d7c7 - build: h667cd51_14 - arch: aarch64 - subdir: osx-arm64 - build_number: 14 - license: GPL-2.0-or-later - license_family: GPL - size: 203261 - timestamp: 1687974499690 -- platform: win-64 - name: librttopo - version: 1.1.0 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h92c5fdb_14.conda - hash: - md5: 9d3f0c286ea2df09b2c0aefbd63769c0 - sha256: e693468c519bea531c4fa3edccb906c1de5ac35f5630a1745230b5f17ab88104 - build: h92c5fdb_14 - arch: x86_64 - subdir: win-64 - build_number: 14 - license: GPL-2.0-or-later - license_family: GPL - size: 406368 - timestamp: 1687974615867 -- platform: linux-64 - name: libsodium - version: 1.0.18 - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 - hash: - md5: c3788462a6fbddafdb413a9f9053e58d - sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 - build: h36c2ea0_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: ISC - size: 374999 - timestamp: 1605135674116 -- platform: osx-64 - name: libsodium - version: 1.0.18 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 - hash: - md5: 24632c09ed931af617fe6d5292919cab - sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 - build: hbcb3906_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: ISC - size: 528765 - timestamp: 1605135849110 -- platform: osx-arm64 - name: libsodium - version: 1.0.18 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 - hash: - md5: 90859688dbca4735b74c02af14c4c793 - sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc - build: h27ca646_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: ISC - size: 324912 - timestamp: 1605135878892 -- platform: win-64 - name: libsodium - version: 1.0.18 - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 - hash: - md5: 5c1fb45b5e2912c19098750ae8a32604 - sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 - build: h8d14728_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: ISC - size: 713431 - timestamp: 1605135918736 -- platform: linux-64 - name: libspatialindex - version: 1.9.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.3.0 - - libstdcxx-ng >=9.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialindex-1.9.3-h9c3ff4c_4.tar.bz2 - hash: - md5: d87fbe9c0ff589e802ff13872980bfd9 - sha256: 588fbd0c11bc44e354365d5f836183216a4ed17d680b565ff416a93b839f1a8b - build: h9c3ff4c_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - license: MIT - license_family: MIT - size: 4838937 - timestamp: 1626972731590 -- platform: osx-64 - name: libspatialindex - version: 1.9.3 - category: main - manager: conda - dependencies: - - libcxx >=11.1.0 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialindex-1.9.3-he49afe7_4.tar.bz2 - hash: - md5: b1c13764417c32fa87fac733caa82a64 - sha256: 443db45215e08fbf134a019486c20540d9903c1d9b14ac28ba299f8a730069da - build: he49afe7_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: MIT - license_family: MIT - size: 410011 - timestamp: 1626973076121 -- platform: osx-arm64 - name: libspatialindex - version: 1.9.3 - category: main - manager: conda - dependencies: - - libcxx >=11.1.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialindex-1.9.3-hbdafb3b_4.tar.bz2 - hash: - md5: 311816a2511df4bceeeebe7c06af63e7 - sha256: a1af21a778e7a04fd866ccd617a4503ebe8abeb4e5fe718cd219be4d6e70e778 - build: hbdafb3b_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: MIT - license_family: MIT - size: 384667 - timestamp: 1626973089078 -- platform: win-64 - name: libspatialindex - version: 1.9.3 - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialindex-1.9.3-h39d44d4_4.tar.bz2 - hash: - md5: 51c172496e828258d04eba9971f2af1a - sha256: 88af7e2c9c5fc38be7cecd6ed41abbbb9cf5924dedb9c31f9c5426cb715753bb - build: h39d44d4_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: MIT - license_family: MIT - size: 447231 - timestamp: 1626973005831 -- platform: linux-64 - name: libspatialite - version: 5.1.0 - category: main - manager: conda - dependencies: - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - sqlite * - - zlib * - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h090f1da_1.conda - hash: - md5: 9a2d6acaa8ce6d53a150248e7b11165e - sha256: c00eb70e8cf3778bffd04a9551e205e399d16e83a04f55ec392c3163b93d4feb - build: h090f1da_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MPL-1.1 - license_family: MOZILLA - size: 4066746 - timestamp: 1699355362842 -- platform: osx-64 - name: libspatialite - version: 5.1.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=16.0.6 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - sqlite * - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h4a59d8e_1.conda - hash: - md5: 606bfbfee0ea2acb14adfca6b484223e - sha256: 7857801563bc23c3bfa547aa160852b637ff9c34723bba62c566ea6d9eaaf980 - build: h4a59d8e_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MPL-1.1 - license_family: MOZILLA - size: 3145026 - timestamp: 1699355786323 -- platform: osx-arm64 - name: libspatialite - version: 5.1.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - libcxx >=16.0.6 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - sqlite * - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-h5b80306_1.conda - hash: - md5: eb794aae59c5b3b475a42809a5240a73 - sha256: 21c40582abf3b8125b810873e434dc3c8bc4fc024b92ebd25f9a549154791919 - build: h5b80306_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MPL-1.1 - license_family: MOZILLA - size: 3010868 - timestamp: 1699355581557 -- platform: win-64 - name: libspatialite - version: 5.1.0 - category: main - manager: conda - dependencies: - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.0,<3.12.1.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.0,<4.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 - - sqlite * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib * - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hbf340bc_1.conda - hash: - md5: d9277633c61d8ecf948d0acaa24a2a1e - sha256: 52b28d6c8cf0a50ac4fd288a435525a6e44d304f44d4c18858806c91ae8574c8 - build: hbf340bc_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MPL-1.1 - license_family: MOZILLA - size: 8444104 - timestamp: 1699355576890 -- platform: linux-64 - name: libsqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.0-h2797004_0.conda - hash: - md5: b58e6816d137f3aabf77d341dd5d732b - sha256: 74ef5dcb900c38bec53140036e5e2a9cc7ffcd806da479ea2305f962a358a259 - build: h2797004_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Unlicense - size: 845977 - timestamp: 1698854720770 -- platform: osx-64 - name: libsqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.0-h92b6c6a_0.conda - hash: - md5: 5dd5e957ebfee02720c30e0e2d127bbe - sha256: 0832dc9cf18e811d2b41f8f4951d5ab608678e3459b1a4f36347097d8a9abf68 - build: h92b6c6a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Unlicense - size: 891073 - timestamp: 1698854990507 -- platform: osx-arm64 - name: libsqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.44.0-h091b4b1_0.conda - hash: - md5: 28eb31a5b4e704353ed575758e2fcf1d - sha256: 38e98953b572e2871f2b318fa7fe8d9997b0927970916c2d09402273b60ff832 - build: h091b4b1_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Unlicense - size: 815079 - timestamp: 1698855024189 -- platform: win-64 - name: libsqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.0-hcfcfb64_0.conda - hash: - md5: 446fb1973cfeb8b32de4add3c9ac1057 - sha256: b2be4125343d89765269b537e90ea5ab7f219e7398e7ad610ddcdcf31e7b9e65 - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Unlicense - size: 852871 - timestamp: 1698855272921 -- platform: linux-64 - name: libssh2 - version: 1.11.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - hash: - md5: 1f5a58e686b13bcfde88b93f547d23fe - sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d - build: h0841786_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 271133 - timestamp: 1685837707056 -- platform: osx-64 - name: libssh2 - version: 1.11.0 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - hash: - md5: ca3a72efba692c59a90d4b9fc0dfe774 - sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 - build: hd019ec5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 259556 - timestamp: 1685837820566 -- platform: osx-arm64 - name: libssh2 - version: 1.11.0 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.1,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - hash: - md5: 029f7dc931a3b626b94823bc77830b01 - sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 - build: h7a5bd25_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 255610 - timestamp: 1685837894256 -- platform: win-64 - name: libssh2 - version: 1.11.0 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - hash: - md5: dc262d03aae04fe26825062879141a41 - sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec - build: h7dfc565_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 266806 - timestamp: 1685838242099 -- platform: linux-64 - name: libstdcxx-ng - version: 13.2.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda - hash: - md5: 9172c297304f2a20134fc56c97fbe229 - sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 - build: h7e041cc_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3842773 - timestamp: 1695219454837 -- platform: linux-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - dependencies: - - libevent >=2.1.12,<2.1.13.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - hash: - md5: 8cdb7d41faa0260875ba92414c487e2d - sha256: 719add2cf20d144ef9962c57cd0f77178259bdb3aae1cded2e2b2b7c646092f5 - build: hb90f79a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 409409 - timestamp: 1695958011498 -- platform: osx-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libevent >=2.1.12,<2.1.13.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - hash: - md5: b152655bfad7c2374ff03be0596052b6 - sha256: 4346c25ef6e2ff3d0fc93074238508531188ecd0dbea6414f6cb93a7775072c4 - build: h064b379_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 325415 - timestamp: 1695958330036 -- platform: osx-arm64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libevent >=2.1.12,<2.1.13.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.19.0-h026a170_1.conda - hash: - md5: 4b8b21eb00d9019e9fa351141da2a6ac - sha256: b2c1b30d36f0412c0c0313db76a0236d736f3a9b887b8ed16182f531e4b7cb80 - build: h026a170_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 331154 - timestamp: 1695958512679 -- platform: win-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - dependencies: - - libevent >=2.1.12,<2.1.13.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - hash: - md5: d3432b9d4950e91d2fdf3bed91248ee0 - sha256: 89bbc59898c827429a52315c9c0dd888ea73ab1157a8c86098aeae7d13454ac4 - build: ha2b3283_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 612342 - timestamp: 1695958519927 -- platform: linux-64 - name: libtiff - version: 4.6.0 - category: main - manager: conda - dependencies: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.19,<1.20.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda - hash: - md5: 55ed21669b2015f77c180feb1dd41930 - sha256: 45158f5fbee7ee3e257e6b9f51b9f1c919ed5518a94a9973fe7fa4764330473e - build: ha9c0a0a_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: HPND - size: 283198 - timestamp: 1695661593314 -- platform: osx-64 - name: libtiff - version: 4.6.0 - category: main - manager: conda - dependencies: - - lerc >=4.0.0,<5.0a0 - - libcxx >=15.0.7 - - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda - hash: - md5: 2ca10a325063e000ad6d2a5900061e0d - sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 - build: h684deea_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: HPND - size: 266501 - timestamp: 1695661828714 -- platform: osx-arm64 - name: libtiff - version: 4.6.0 - category: main - manager: conda - dependencies: - - lerc >=4.0.0,<5.0a0 - - libcxx >=15.0.7 - - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-ha8a6c65_2.conda - hash: - md5: 596d6d949bab9a75a492d451f521f457 - sha256: b18ef36eb90f190db22c56ae5a080bccc16669c8f5b795a6211d7b0c00c18ff7 - build: ha8a6c65_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: HPND - size: 246265 - timestamp: 1695661829324 -- platform: win-64 - name: libtiff - version: 4.6.0 - category: main - manager: conda - dependencies: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.19,<1.20.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda - hash: - md5: 08d653b74ee2dec0131ad4259ffbb126 - sha256: f7b50b71840a5d8edd74a8bccf0c173ca2599bd136e366c35722272b4afa0500 - build: h6e2ebb7_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: HPND - size: 787430 - timestamp: 1695662030293 -- platform: linux-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - hash: - md5: ede4266dc02e875fe1ea77b25dd43747 - sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c - build: h166bdaf_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 101070 - timestamp: 1667316029302 -- platform: osx-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - hash: - md5: db98dc3e58cbc11583180609c429c17d - sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 98942 - timestamp: 1667316472080 -- platform: osx-arm64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - hash: - md5: f8c9c41a122ab3abdf8943b13f4957ee - sha256: a3faddac08efd930fa3a1cc254b5053b4ed9428c49a888d437bf084d403c931a - build: h1a8c8d9_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 103492 - timestamp: 1667316405233 -- platform: win-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 - hash: - md5: 076894846fe9f068f91c57d158c90cba - sha256: 6efa83e3f2fb9acaf096a18d21d0f679d110934798348c5defc780d4b759a76c - build: h82a8f57_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 104389 - timestamp: 1667316359211 -- platform: linux-64 - name: libuuid - version: 2.38.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - hash: - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - build: h0b41bf4_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 33601 - timestamp: 1680112270483 -- platform: linux-64 - name: libwebp-base - version: 1.3.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda - hash: - md5: 30de3fd9b3b602f7473f30e684eeea8c - sha256: 68764a760fa81ef35dacb067fe8ace452bbb41476536a4a147a1051df29525f0 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - libwebp 1.3.2 - license: BSD-3-Clause - license_family: BSD - size: 401830 - timestamp: 1694709121323 -- platform: osx-64 - name: libwebp-base - version: 1.3.2 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda - hash: - md5: 4e7e9d244e87d66c18d36894fd6a8ae5 - sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 - build: h0dc2134_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - libwebp 1.3.2 - license: BSD-3-Clause - license_family: BSD - size: 346599 - timestamp: 1694709233836 -- platform: osx-arm64 - name: libwebp-base - version: 1.3.2 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.2-hb547adb_0.conda - hash: - md5: 85dbc11098cdbe4244cd73f29a3ab795 - sha256: a159b848193043fb58465ae6a449361615dadcf27babfe0b18db2bd3eb59e958 - build: hb547adb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - libwebp 1.3.2 - license: BSD-3-Clause - license_family: BSD - size: 273844 - timestamp: 1694709510635 -- platform: win-64 - name: libwebp-base - version: 1.3.2 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda - hash: - md5: dcde8820959e64378d4e06147ffecfdd - sha256: af1453fab10d1fb8b379c61a78882614051a8bac37307d7ac4fb58eac667709e - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - libwebp 1.3.2 - license: BSD-3-Clause - license_family: BSD - size: 268870 - timestamp: 1694709461733 -- platform: linux-64 - name: libxcb - version: '1.15' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - pthread-stubs * - - xorg-libxau * - - xorg-libxdmcp * - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda - hash: - md5: 33277193f5b92bad9fdd230eb700929c - sha256: a670902f0a3173a466c058d2ac22ca1dd0df0453d3a80e0212815c20a16b0485 - build: h0b41bf4_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 384238 - timestamp: 1682082368177 -- platform: osx-64 - name: libxcb - version: '1.15' - category: main - manager: conda - dependencies: - - pthread-stubs * - - xorg-libxau * - - xorg-libxdmcp * - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda - hash: - md5: 5513f57e0238c87c12dffedbcc9c1a4a - sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 313793 - timestamp: 1682083036825 -- platform: osx-arm64 - name: libxcb - version: '1.15' - category: main - manager: conda - dependencies: - - pthread-stubs * - - xorg-libxau * - - xorg-libxdmcp * - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.15-hf346824_0.conda - hash: - md5: 988d5f86ab60fa6de91b3ee3a88a3af9 - sha256: 6eaa87760ff3e91bb5524189700139db46f8946ff6331f4e571e4a9356edbb0d - build: hf346824_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 334770 - timestamp: 1682082734262 -- platform: win-64 - name: libxcb - version: '1.15' - category: main - manager: conda - dependencies: - - m2w64-gcc-libs * - - m2w64-gcc-libs-core * - - pthread-stubs * - - xorg-libxau * - - xorg-libxdmcp * - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda - hash: - md5: 090d91b69396f14afef450c285f9758c - sha256: d01322c693580f53f8d07a7420cd6879289f5ddad5531b372c3efd1c37cac3bf - build: hcd874cb_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 969788 - timestamp: 1682083087243 -- platform: linux-64 - name: libxml2 - version: 2.11.5 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda - hash: - md5: f3858448893839820d4bcfb14ad3ecdf - sha256: 1b3cb6864de1a558ea5fb144c780121d52507837d15df0600491d8ed92cff90c - build: h232c23b_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 705542 - timestamp: 1692960341690 -- platform: osx-64 - name: libxml2 - version: 2.11.5 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.11.5-h3346baf_1.conda - hash: - md5: 7584dee6af7de378aed0ae49aebedb8a - sha256: d901fab32e57a43c44e630fb1c4d0a163d23b109eecd6c68b9ee371800760bca - build: h3346baf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 623399 - timestamp: 1692960844532 -- platform: osx-arm64 - name: libxml2 - version: 2.11.5 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-h25269f3_1.conda - hash: - md5: 627b5d1377536b5b632ba53cd1455555 - sha256: 8291549b87aca48e9cd4aec124af01b5037acd16f8ad14083d7af23c8bb6bebe - build: h25269f3_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 614831 - timestamp: 1692960705224 -- platform: win-64 - name: libxml2 - version: 2.11.5 - category: main - manager: conda - dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.5-hc3477c8_1.conda - hash: - md5: 27974f880a010b1441093d9f737a949f - sha256: ad3b5a510be2c5f9fe90b2c20e10adb135717304bcb3a197f256feb48d713d99 - build: hc3477c8_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 1600640 - timestamp: 1692960798126 -- platform: linux-64 - name: libzip - version: 1.10.1 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - hash: - md5: ac79812548e7e8cf61f7b0abdef01d3b - sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 - build: h2629f0a_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - size: 107198 - timestamp: 1694416433629 -- platform: osx-64 - name: libzip - version: 1.10.1 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - hash: - md5: 6112b3173f3aa2f12a8f40d07a77cc35 - sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - build: hc158999_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - size: 127599 - timestamp: 1694416738467 -- platform: osx-arm64 - name: libzip - version: 1.10.1 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - hash: - md5: e37c0da207079e488709043634d6a711 - sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 - build: ha0bc3c6_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - size: 128244 - timestamp: 1694416824668 -- platform: win-64 - name: libzip - version: 1.10.1 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - hash: - md5: 5c629cd12d89e2856c17b1dc5fcf44a4 - sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - build: h1d365fa_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: BSD-3-Clause - license_family: BSD - size: 146434 - timestamp: 1694417117772 -- platform: linux-64 - name: libzlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda - hash: - md5: f36c115f1ee199da648e0597ec2047ad - sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 - build: hd590300_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 61588 - timestamp: 1686575217516 -- platform: osx-64 - name: libzlib - version: 1.2.13 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - hash: - md5: 4a3ad23f6e16f99c04e166767193d700 - sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 - build: h8a1eda9_5 - arch: x86_64 - subdir: osx-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 59404 - timestamp: 1686575566695 -- platform: osx-arm64 - name: libzlib - version: 1.2.13 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - hash: - md5: 1a47f5236db2e06a320ffa0392f81bd8 - sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a - build: h53f4e23_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 48102 - timestamp: 1686575426584 -- platform: win-64 - name: libzlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda - hash: - md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 - sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 - build: hcfcfb64_5 - arch: x86_64 - subdir: win-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 55800 - timestamp: 1686575452215 -- platform: osx-64 - name: llvm-openmp - version: 17.0.4 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.4-hb6ac08f_0.conda - hash: - md5: 31391b68245bc68504169e98ffaf2c44 - sha256: d49b6958d22075de5fb707fd5f593cfa4be059015db48b7f1cd5e47e7efde2ff - build: hb6ac08f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - openmp 17.0.4|17.0.4.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 299744 - timestamp: 1698833439461 -- platform: osx-arm64 - name: llvm-openmp - version: 17.0.4 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.4-hcd81f8e_0.conda - hash: - md5: 88618857d4b3fadc13649d1a25cf1e4c - sha256: 99a8145f38c02f317d1293eaf0e34af028d94d6854dfb2dd044702995cf74b89 - build: hcd81f8e_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - openmp 17.0.4|17.0.4.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 274893 - timestamp: 1698833582372 -- platform: linux-64 - name: llvmlite - version: 0.41.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libllvm14 >=14.0.6,<14.1.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.41.1-py311ha6695c7_0.conda - hash: - md5: 60fa8c1f3fb0d99dd10a9af2aff9c400 - sha256: 6510aee9e700e3d000a5eb1ac39455c306572baac8ea3a708743890e16499cf1 - build: py311ha6695c7_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 3237369 - timestamp: 1697812484572 -- platform: osx-64 - name: llvmlite - version: 0.41.1 - category: main - manager: conda - dependencies: - - libllvm14 >=14.0.6,<14.1.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/llvmlite-0.41.1-py311hb5c2e0a_0.conda - hash: - md5: 9a2b325146497a6197a2d44b8762ccb2 - sha256: 891153e5aef3ea6ffe53b52aa2244736ebad4771fa7a69c5887cbe76e03237bd - build: py311hb5c2e0a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 367355 - timestamp: 1697812782198 -- platform: osx-arm64 - name: llvmlite - version: 0.41.1 - category: main - manager: conda - dependencies: - - libllvm14 >=14.0.6,<14.1.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvmlite-0.41.1-py311hf5d242d_0.conda - hash: - md5: 0ef98376c9ffd4d344d1de563f405406 - sha256: 5957c1bb252221a0ab595f0341d7ae465caf096532fbd4f2180aaa6857e6f032 - build: py311hf5d242d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 365384 - timestamp: 1697812989463 -- platform: win-64 - name: llvmlite - version: 0.41.1 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - vs2015_runtime * - url: https://conda.anaconda.org/conda-forge/win-64/llvmlite-0.41.1-py311h5bc0dda_0.conda - hash: - md5: 13f71d9ece680a74d1b6a4117ef46bc6 - sha256: 0ebc278a5737c0893e139b3ef70330caceab09ddf39329b9e2c594883d990538 - build: py311h5bc0dda_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 17135087 - timestamp: 1697813161849 -- platform: linux-64 - name: locket - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8250 - timestamp: 1650660473123 -- platform: osx-64 - name: locket - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8250 - timestamp: 1650660473123 -- platform: osx-arm64 - name: locket - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8250 - timestamp: 1650660473123 -- platform: win-64 - name: locket - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 8250 - timestamp: 1650660473123 -- platform: linux-64 - name: lz4 - version: 4.3.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - lz4-c >=1.9.3,<1.10.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.2-py311h38e4bf4_1.conda - hash: - md5: f8e0b648d77bbe44d1fe8af8cc56a590 - sha256: fe612889784ba98ce3c4f477bbada2d9ead0318b9bba2d9ad195068d883ca7c8 - build: py311h38e4bf4_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 39527 - timestamp: 1695448923445 -- platform: osx-64 - name: lz4 - version: 4.3.2 - category: main - manager: conda - dependencies: - - lz4-c >=1.9.3,<1.10.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-4.3.2-py311hbaf8d61_1.conda - hash: - md5: bab816aa516285c476b1b0f9009a7e47 - sha256: 5f56807f047828d7722b4d60b09adb61dacb886c3a2217ef5697c7da95fbad96 - build: py311hbaf8d61_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 36549 - timestamp: 1695449117837 -- platform: osx-arm64 - name: lz4 - version: 4.3.2 - category: main - manager: conda - dependencies: - - lz4-c >=1.9.3,<1.10.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-4.3.2-py311h0c6baac_1.conda - hash: - md5: 0a2f8d47bcfa2e65c1d8785769e52d21 - sha256: 38028d7f0c1e6f524ad9ea0dda4263948380bcf7d743f423d9cd9c3fcf70d89c - build: py311h0c6baac_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 110423 - timestamp: 1695449237256 -- platform: win-64 - name: lz4 - version: 4.3.2 - category: main - manager: conda - dependencies: - - lz4-c >=1.9.3,<1.10.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-4.3.2-py311haddf500_1.conda - hash: - md5: 9400bb7bca5e450e73a06a813c845024 - sha256: d474bca70c8442100a884b70044a956ef10530b3ad09c085dd15568421d969dc - build: py311haddf500_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 75960 - timestamp: 1695449198146 -- platform: linux-64 - name: lz4-c - version: 1.9.4 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda - hash: - md5: 318b08df404f9c9be5712aaa5a6f0bb0 - sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f - build: hcb278e6_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 143402 - timestamp: 1674727076728 -- platform: osx-64 - name: lz4-c - version: 1.9.4 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda - hash: - md5: aa04f7143228308662696ac24023f991 - sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 - build: hf0c8a7f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 156415 - timestamp: 1674727335352 -- platform: osx-arm64 - name: lz4-c - version: 1.9.4 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - hash: - md5: 45505bec548634f7d05e02fb25262cb9 - sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 - build: hb7217d7_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 141188 - timestamp: 1674727268278 -- platform: win-64 - name: lz4-c - version: 1.9.4 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - hash: - md5: e34720eb20a33fc3bfb8451dd837ab7a - sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 134235 - timestamp: 1674728465431 -- platform: linux-64 - name: lzo - version: '2.10' - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h516909a_1000.tar.bz2 - hash: - md5: bb14fcb13341b81d5eb386423b9d2bac - sha256: 25d16e6aaa3d0b450e61d0c4fadd7c9fd17f16e2fef09b34507209342d63c9f6 - build: h516909a_1000 - arch: x86_64 - subdir: linux-64 - build_number: 1000 - license: GPL v2+ - license_family: GPL2 - size: 321113 - timestamp: 1597681972321 -- platform: osx-64 - name: lzo - version: '2.10' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-haf1e3a3_1000.tar.bz2 - hash: - md5: 0b6bca372a95d6c602c7a922e928ce79 - sha256: c8a9401eff2efbbcc6da03d0066ee85d72402f7658c240e7968c64052a0d0493 - build: haf1e3a3_1000 - arch: x86_64 - subdir: osx-64 - build_number: 1000 - license: GPL v2+ - license_family: GPL2 - size: 194278 - timestamp: 1597682686489 -- platform: osx-arm64 - name: lzo - version: '2.10' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h642e427_1000.tar.bz2 - hash: - md5: ddab5f96f5573a9bd5e24f9994fd6ec9 - sha256: ae029e5c16893071d29a11ddbfdbdb01b2ebf10d1785f54370934439d8b71817 - build: h642e427_1000 - arch: aarch64 - subdir: osx-arm64 - build_number: 1000 - license: GPL v2+ - license_family: GPL2 - size: 157236 - timestamp: 1597683217947 -- platform: win-64 - name: lzo - version: '2.10' - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-he774522_1000.tar.bz2 - hash: - md5: d5cf4b7eaa52316f135eed9e8548ad57 - sha256: ff064e34d3cad829f1e31f2d26125b61d20ba8d3771f8f5337069027b8e3fab4 - build: he774522_1000 - arch: x86_64 - subdir: win-64 - build_number: 1000 - license: GPL v2+ - license_family: GPL2 - size: 170192 - timestamp: 1597682500084 -- platform: win-64 - name: m2w64-gcc-libgfortran - version: 5.3.0 - category: main - manager: conda - dependencies: - - m2w64-gcc-libs-core * - - msys2-conda-epoch ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - hash: - md5: 066552ac6b907ec6d72c0ddab29050dc - sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 - build: '6' - arch: x86_64 - subdir: win-64 - build_number: 6 - license: GPL, LGPL, FDL, custom - size: 350687 - timestamp: 1608163451316 -- platform: win-64 - name: m2w64-gcc-libs - version: 5.3.0 - category: main - manager: conda - dependencies: - - m2w64-gcc-libgfortran * - - m2w64-gcc-libs-core * - - m2w64-gmp * - - m2w64-libwinpthread-git * - - msys2-conda-epoch ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 - hash: - md5: fe759119b8b3bfa720b8762c6fdc35de - sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa - build: '7' - arch: x86_64 - subdir: win-64 - build_number: 7 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - size: 532390 - timestamp: 1608163512830 -- platform: win-64 - name: m2w64-gcc-libs-core - version: 5.3.0 - category: main - manager: conda - dependencies: - - m2w64-gmp * - - m2w64-libwinpthread-git * - - msys2-conda-epoch ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 - hash: - md5: 4289d80fb4d272f1f3b56cfe87ac90bd - sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 - build: '7' - arch: x86_64 - subdir: win-64 - build_number: 7 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - size: 219240 - timestamp: 1608163481341 -- platform: win-64 - name: m2w64-gmp - version: 6.1.0 - category: main - manager: conda - dependencies: - - msys2-conda-epoch ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 - hash: - md5: 53a1c73e1e3d185516d7e3af177596d9 - sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 - build: '2' - arch: x86_64 - subdir: win-64 - build_number: 2 - license: LGPL3 - size: 743501 - timestamp: 1608163782057 -- platform: win-64 - name: m2w64-libwinpthread-git - version: 5.0.0.4634.697f757 - category: main - manager: conda - dependencies: - - msys2-conda-epoch ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 - hash: - md5: 774130a326dee16f1ceb05cc687ee4f0 - sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 - build: '2' - arch: x86_64 - subdir: win-64 - build_number: 2 - license: MIT, BSD - size: 31928 - timestamp: 1608166099896 -- platform: linux-64 - name: mapbox_earcut - version: 1.0.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/mapbox_earcut-1.0.1-py311h9547e67_0.conda - hash: - md5: 0af6b2c49f586bd8e67367299e15aae3 - sha256: 9b0be0c40bf5a43c90b1ff875b593fb0139c44bbfc2990854ee697712a49f050 - build: py311h9547e67_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: ISC AND BSD-3-Clause - size: 81797 - timestamp: 1695880357011 -- platform: osx-64 - name: mapbox_earcut - version: 1.0.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - numpy * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/mapbox_earcut-1.0.1-py311h5fe6e05_0.conda - hash: - md5: d0a489b15d817c1915818f6e1bf1b4e3 - sha256: 1a88d4749ff4a9a20a9af14424c2540ff28cf655bd7b2e16525724e748c19214 - build: py311h5fe6e05_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: ISC AND BSD-3-Clause - size: 75869 - timestamp: 1695880667197 -- platform: osx-arm64 - name: mapbox_earcut - version: 1.0.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - numpy * - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mapbox_earcut-1.0.1-py311he4fd1f5_0.conda - hash: - md5: c51c9c58af134e949c33660469d187f2 - sha256: 5f16e2514b61e1f7460f4dde7b619d1d8736acb91d28467afb1121c594a8585d - build: py311he4fd1f5_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: ISC AND BSD-3-Clause - size: 76211 - timestamp: 1695880807006 -- platform: win-64 - name: mapbox_earcut - version: 1.0.1 - category: main - manager: conda - dependencies: - - numpy * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/mapbox_earcut-1.0.1-py311h005e61a_0.conda - hash: - md5: f0aad20057c2d15c76fe455b5b341de1 - sha256: 1e93e87ff447e630b742aa7adfd01ae81ac3171e23328e5949d3cee577562a48 - build: py311h005e61a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: ISC AND BSD-3-Clause - size: 70042 - timestamp: 1695880645582 -- platform: linux-64 - name: mapclassify - version: 2.6.1 - category: main - manager: conda - dependencies: - - networkx >=2.7 - - numpy >=1.23 - - pandas >=1.4,!=1.5.0 - - python >=3.9 - - scikit-learn >=1.0 - - scipy >=1.8 - url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.6.1-pyhd8ed1ab_0.conda - hash: - md5: 6aceae1ad4f16cf7b73ee04189947f98 - sha256: 204ab8b242229d422b33cfec07ea61cefa8bd22375a16658afbabaafce031d64 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 38684 - timestamp: 1696563711967 -- platform: osx-64 - name: mapclassify - version: 2.6.1 - category: main - manager: conda - dependencies: - - networkx >=2.7 - - numpy >=1.23 - - pandas >=1.4,!=1.5.0 - - python >=3.9 - - scikit-learn >=1.0 - - scipy >=1.8 - url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.6.1-pyhd8ed1ab_0.conda - hash: - md5: 6aceae1ad4f16cf7b73ee04189947f98 - sha256: 204ab8b242229d422b33cfec07ea61cefa8bd22375a16658afbabaafce031d64 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 38684 - timestamp: 1696563711967 -- platform: osx-arm64 - name: mapclassify - version: 2.6.1 - category: main - manager: conda - dependencies: - - networkx >=2.7 - - numpy >=1.23 - - pandas >=1.4,!=1.5.0 - - python >=3.9 - - scikit-learn >=1.0 - - scipy >=1.8 - url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.6.1-pyhd8ed1ab_0.conda - hash: - md5: 6aceae1ad4f16cf7b73ee04189947f98 - sha256: 204ab8b242229d422b33cfec07ea61cefa8bd22375a16658afbabaafce031d64 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 38684 - timestamp: 1696563711967 -- platform: win-64 - name: mapclassify - version: 2.6.1 - category: main - manager: conda - dependencies: - - networkx >=2.7 - - numpy >=1.23 - - pandas >=1.4,!=1.5.0 - - python >=3.9 - - scikit-learn >=1.0 - - scipy >=1.8 - url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.6.1-pyhd8ed1ab_0.conda - hash: - md5: 6aceae1ad4f16cf7b73ee04189947f98 - sha256: 204ab8b242229d422b33cfec07ea61cefa8bd22375a16658afbabaafce031d64 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 38684 - timestamp: 1696563711967 -- platform: linux-64 - name: markdown-it-py - version: 3.0.0 - category: main - manager: conda - dependencies: - - mdurl >=0.1,<1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 64356 - timestamp: 1686175179621 -- platform: osx-64 - name: markdown-it-py - version: 3.0.0 - category: main - manager: conda - dependencies: - - mdurl >=0.1,<1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 64356 - timestamp: 1686175179621 -- platform: osx-arm64 - name: markdown-it-py - version: 3.0.0 - category: main - manager: conda - dependencies: - - mdurl >=0.1,<1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 64356 - timestamp: 1686175179621 -- platform: win-64 - name: markdown-it-py - version: 3.0.0 - category: main - manager: conda - dependencies: - - mdurl >=0.1,<1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 64356 - timestamp: 1686175179621 -- platform: linux-64 - name: markupsafe - version: 2.1.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py311h459d7ec_1.conda - hash: - md5: 71120b5155a0c500826cf81536721a15 - sha256: e1a9930f35e39bf65bc293e24160b83ebf9f800f02749f65358e1c04882ee6b0 - build: py311h459d7ec_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 27174 - timestamp: 1695367575909 -- platform: osx-64 - name: markupsafe - version: 2.1.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py311h2725bcf_1.conda - hash: - md5: 52ee86f482b552e547e2b1d6c01adf55 - sha256: 5a8f8caa89eeba6ea6e9e96d3e7c109b675bc3c6ed4b109b8931757da2411d48 - build: py311h2725bcf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 25917 - timestamp: 1695367980802 -- platform: osx-arm64 - name: markupsafe - version: 2.1.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py311heffc1b2_1.conda - hash: - md5: 5a7b68cb9eea46bea31aaf2d11d0dd2f - sha256: 307c1e3b2e4a2a992a6c94975910adff88cc523e2c9a41e81b2d506d8c9e7359 - build: py311heffc1b2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 26764 - timestamp: 1695368008221 -- platform: win-64 - name: markupsafe - version: 2.1.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py311ha68e1ae_1.conda - hash: - md5: bc93b9d445824cfce3933b5dcc1087b4 - sha256: 435c4c2df8d98cd49d8332d22b6f4847fc4b594500f0cdf0f9437274c668642b - build: py311ha68e1ae_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 29466 - timestamp: 1695367841578 -- platform: linux-64 - name: matplotlib-base - version: 3.8.1 - category: main - manager: conda - dependencies: - - certifi >=2020.6.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 - - tk >=8.6.13,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.8.1-py311h54ef318_0.conda - hash: - md5: 201fdabdb86bb8fb6e99fa3f0dab8122 - sha256: 9340ef0ba720e550c702fd25611884c79bfc419a85027d69900be5aa2ddbe3a9 - build: py311h54ef318_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - size: 7828462 - timestamp: 1698868747853 -- platform: osx-64 - name: matplotlib-base - version: 3.8.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - certifi >=2020.6.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - kiwisolver >=1.3.1 - - libcxx >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.8.1-py311hd316c10_0.conda - hash: - md5: 8952515c597009d2dfadf9ecaec30447 - sha256: 5976a3c061b7918ac84a7e38fec1af297fe29b5e2ec9405f43feb55f77b4f6fb - build: py311hd316c10_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - size: 8059734 - timestamp: 1698869029832 -- platform: osx-arm64 - name: matplotlib-base - version: 3.8.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - certifi >=2020.6.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - kiwisolver >=1.3.1 - - libcxx >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.8.1-py311hfdba5f6_0.conda - hash: - md5: 7b2974aa0ecc495f1cb9f269fadf9981 - sha256: 2d61f4697a9906c4f56b8ffdcdd66edf64f7db9c5084827848f43390c203ee24 - build: py311hfdba5f6_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - size: 7711426 - timestamp: 1698869195412 -- platform: win-64 - name: matplotlib-base - version: 3.8.1 - category: main - manager: conda - dependencies: - - certifi >=2020.6.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - kiwisolver >=1.3.1 - - numpy >=1.23.5,<2.0a0 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.8.1-py311h6e989c2_0.conda - hash: - md5: d4e4b5785fdfd969303cdf55256378e0 - sha256: c153b558ff258c2ab2f654c7557f89e3804f7928ca2dfa8c77acfac6f0cab44d - build: py311h6e989c2_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - size: 7828413 - timestamp: 1698869423233 -- platform: linux-64 - name: matplotlib-inline - version: 0.1.6 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 12273 - timestamp: 1660814913405 -- platform: osx-64 - name: matplotlib-inline - version: 0.1.6 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 12273 - timestamp: 1660814913405 -- platform: osx-arm64 - name: matplotlib-inline - version: 0.1.6 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 12273 - timestamp: 1660814913405 -- platform: win-64 - name: matplotlib-inline - version: 0.1.6 - category: main - manager: conda - dependencies: - - python >=3.6 - - traitlets - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 12273 - timestamp: 1660814913405 -- platform: linux-64 - name: mdurl - version: 0.1.2 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14680 - timestamp: 1704317789138 -- platform: osx-64 - name: mdurl - version: 0.1.2 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14680 - timestamp: 1704317789138 -- platform: osx-arm64 - name: mdurl - version: 0.1.2 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14680 - timestamp: 1704317789138 -- platform: win-64 - name: mdurl - version: 0.1.2 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14680 - timestamp: 1704317789138 -- platform: linux-64 - name: metis - version: 5.1.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/metis-5.1.1-h59595ed_2.conda - hash: - md5: 9ba5910c34210e7ad60736d172bbcd4c - sha256: d8b9f76bb61ee19217f263824f1c6534e606313a84fbfdb3715b572e1f14aa3f - build: h59595ed_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: APACHE - size: 3921996 - timestamp: 1698847331492 -- platform: osx-64 - name: metis - version: 5.1.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.1-h93d8f39_2.conda - hash: - md5: cc31955178e62d3216adff6b41d53946 - sha256: 418ce2ffaee71a4fc41ec5c92ba8d5ce2443b6976eca1c3168c5cef9ff8f164e - build: h93d8f39_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - license_family: APACHE - size: 3909018 - timestamp: 1698847717162 -- platform: osx-arm64 - name: metis - version: 5.1.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.1-h965bd2d_2.conda - hash: - md5: ce57da6097b9e7775e184522be89aee5 - sha256: 38ded0910eec64c45505ad93ddd35142212ec0649ed2e5a6dcf13dad968b8924 - build: h965bd2d_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: Apache-2.0 - license_family: APACHE - size: 3883845 - timestamp: 1698847750729 -- platform: win-64 - name: metis - version: 5.1.0 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/metis-5.1.0-h63175ca_1007.conda - hash: - md5: da23929d48643d80504f80f00a455e87 - sha256: 08279c753d27e5bce681fa00d2c599a808cb82f2b569fa7d3e5a2d9daaa76f4f - build: h63175ca_1007 - arch: x86_64 - subdir: win-64 - build_number: 1007 - license: Apache-2.0 - license_family: APACHE - size: 4052316 - timestamp: 1693403006265 -- platform: linux-64 - name: minizip - version: 4.0.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.2-h0ab5242_0.conda - hash: - md5: c6eafb51b60db59fd2132f6bbaada9b3 - sha256: 97bc17dd33c8339bd380cbddaa3256b7b77b08a7db6fd70e5a54519d237e8939 - build: h0ab5242_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Zlib - license_family: Other - size: 91289 - timestamp: 1698348512961 -- platform: osx-64 - name: minizip - version: 4.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16.0.6 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.2-h23f18a7_0.conda - hash: - md5: 86f4435be14480ce928083cde62e9194 - sha256: 15f1f8340693710d726a4d9063248119561c24c5922df268fad289028352dadc - build: h23f18a7_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Zlib - license_family: Other - size: 79162 - timestamp: 1698348786967 -- platform: osx-arm64 - name: minizip - version: 4.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16.0.6 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.2-hd5cad61_0.conda - hash: - md5: 90adaefb38030b00a28dd07140ae7335 - sha256: 57051f3bc2dedc7a4bcf31f36a463a683d3c131d8ff7a77bcf8be91455e70581 - build: hd5cad61_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Zlib - license_family: Other - size: 78361 - timestamp: 1698348818338 -- platform: win-64 - name: minizip - version: 4.0.2 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.2-h5bed578_0.conda - hash: - md5: b3fe453a894825361294e3fe57bb9022 - sha256: 2e75ba252b81e4c3c10ffb513015b9a50a427206497c24f54c378ecf10faf1ac - build: h5bed578_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Zlib - license_family: Other - size: 84673 - timestamp: 1698349061388 -- platform: win-64 - name: mkl - version: 2023.2.0 - category: main - manager: conda - dependencies: - - intel-openmp 2023.* - - tbb 2021.* - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50496.conda - hash: - md5: 03da367d935ecf4d3e4005cf705d0e21 - sha256: 40dc6ac2aa071ca248223de7cdbdfdb216bc8632a17104b1507bcbf9276265d4 - build: h6a75c08_50496 - arch: x86_64 - subdir: win-64 - build_number: 50496 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 144749783 - timestamp: 1695995252418 -- platform: linux-64 - name: more-itertools - version: 10.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda - hash: - md5: d5c98e9706fdc5328d49a9bf2ce5fb42 - sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 54469 - timestamp: 1704738585811 -- platform: osx-64 - name: more-itertools - version: 10.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda - hash: - md5: d5c98e9706fdc5328d49a9bf2ce5fb42 - sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 54469 - timestamp: 1704738585811 -- platform: osx-arm64 - name: more-itertools - version: 10.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda - hash: - md5: d5c98e9706fdc5328d49a9bf2ce5fb42 - sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 54469 - timestamp: 1704738585811 -- platform: win-64 - name: more-itertools - version: 10.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda - hash: - md5: d5c98e9706fdc5328d49a9bf2ce5fb42 - sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 54469 - timestamp: 1704738585811 -- platform: linux-64 - name: msgpack-python - version: 1.0.6 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.0.6-py311h9547e67_0.conda - hash: - md5: e826b71bf3dc8c91ee097663e2bcface - sha256: da765eabe27d8adec5bcce30ea1a0b9308d01640089d039f06bef2cc5ef63f46 - build: py311h9547e67_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 204294 - timestamp: 1695464290098 -- platform: osx-64 - name: msgpack-python - version: 1.0.6 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/msgpack-python-1.0.6-py311h5fe6e05_0.conda - hash: - md5: 6824682c6f6e412cf20fe71f14035cb0 - sha256: 7e61fa3dc3dc8a063d5df8ef64f5b33e04fb8ef9fd1c07577891cd0e0edfcdb5 - build: py311h5fe6e05_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 193174 - timestamp: 1695464490763 -- platform: osx-arm64 - name: msgpack-python - version: 1.0.6 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/msgpack-python-1.0.6-py311he4fd1f5_0.conda - hash: - md5: f53f91443f7a3e2f0370fcb1709561ed - sha256: bcc4d2d6d70a0a3ccb503517ce4cc85d14d5b33fab48287a75d14976a10da892 - build: py311he4fd1f5_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 196048 - timestamp: 1695464528914 -- platform: win-64 - name: msgpack-python - version: 1.0.6 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/msgpack-python-1.0.6-py311h005e61a_0.conda - hash: - md5: 14b3e6fdf79754dcba265a034cd97f26 - sha256: 4e43a4d2eb789554a6f1004ab2a0debe62dd69e3cd29caa466e630a2294cba7d - build: py311h005e61a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 140792 - timestamp: 1695464621653 -- platform: win-64 - name: msys2-conda-epoch - version: '20160418' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - hash: - md5: b0309b72560df66f71a9d5e34a5efdfa - sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 - build: '1' - arch: x86_64 - subdir: win-64 - build_number: 1 - size: 3227 - timestamp: 1608166968312 -- platform: linux-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 -- platform: osx-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 -- platform: osx-arm64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 -- platform: win-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 -- platform: linux-64 - name: munkres - version: 1.1.4 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - build: pyh9f0ad1d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 12452 - timestamp: 1600387789153 -- platform: osx-64 - name: munkres - version: 1.1.4 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - build: pyh9f0ad1d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 12452 - timestamp: 1600387789153 -- platform: osx-arm64 - name: munkres - version: 1.1.4 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - build: pyh9f0ad1d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 12452 - timestamp: 1600387789153 -- platform: win-64 - name: munkres - version: 1.1.4 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - build: pyh9f0ad1d_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 12452 - timestamp: 1600387789153 -- platform: linux-64 - name: ncurses - version: '6.4' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda - hash: - md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 - sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e - build: h59595ed_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: X11 AND BSD-3-Clause - size: 884434 - timestamp: 1698751260967 -- platform: osx-64 - name: ncurses - version: '6.4' - category: main - manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda - hash: - md5: e58f366bd4d767e9ab97ab8b272e7670 - sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a - build: h93d8f39_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: X11 AND BSD-3-Clause - size: 822031 - timestamp: 1698751567986 -- platform: osx-arm64 - name: ncurses - version: '6.4' - category: main - manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h463b476_2.conda - hash: - md5: 52b6f254a7b9663e854f44b6570ed982 - sha256: f6890634f815e8408d08f36503353f8dfd7b055e4c3b9ea2ee52180255cf4b0a - build: h463b476_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: X11 AND BSD-3-Clause - size: 794741 - timestamp: 1698751574074 -- platform: linux-64 - name: nest-asyncio - version: 1.5.8 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 11630 - timestamp: 1697083896431 -- platform: osx-64 - name: nest-asyncio - version: 1.5.8 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 11630 - timestamp: 1697083896431 -- platform: osx-arm64 - name: nest-asyncio - version: 1.5.8 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 11630 - timestamp: 1697083896431 -- platform: win-64 - name: nest-asyncio - version: 1.5.8 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 11630 - timestamp: 1697083896431 -- platform: linux-64 - name: netcdf4 - version: 1.6.5 - category: main - manager: conda - dependencies: - - certifi * - - cftime * - - hdf5 >=1.14.2,<1.14.3.0a0 - - libgcc-ng >=12 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - url: https://conda.anaconda.org/conda-forge/linux-64/netcdf4-1.6.5-nompi_py311he8ad708_100.conda - hash: - md5: 597b1ad6cb7011b7561c20ea30295cae - sha256: 7bac3ae08c052d73b8ba2cd2c4012627c67b6c4ceae76248e7bb41867d47bdb0 - build: nompi_py311he8ad708_100 - arch: x86_64 - subdir: linux-64 - build_number: 100 - license: MIT - license_family: MIT - size: 555552 - timestamp: 1698266994360 -- platform: osx-64 - name: netcdf4 - version: 1.6.5 - category: main - manager: conda - dependencies: - - certifi * - - cftime * - - hdf5 >=1.14.2,<1.14.3.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - url: https://conda.anaconda.org/conda-forge/osx-64/netcdf4-1.6.5-nompi_py311hd2be13f_100.conda - hash: - md5: 039857d219b6184a8b2e05e13508ff8b - sha256: 4963ea163b369ec6fa0ddd1edced859cadbf721615711adab1ff08fc7e6a3c12 - build: nompi_py311hd2be13f_100 - arch: x86_64 - subdir: osx-64 - build_number: 100 - license: MIT - license_family: MIT - size: 467502 - timestamp: 1698267075965 -- platform: osx-arm64 - name: netcdf4 - version: 1.6.5 - category: main - manager: conda - dependencies: - - certifi * - - cftime * - - hdf5 >=1.14.2,<1.14.3.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - setuptools * - url: https://conda.anaconda.org/conda-forge/osx-arm64/netcdf4-1.6.5-nompi_py311ha6bebe6_100.conda - hash: - md5: aa937e2554d1b95317d0e5f660e135ec - sha256: 7e64e811fc616aed825c00d79ad961d5c5a8d50d82f94f9b4626cfe4367c3d0a - build: nompi_py311ha6bebe6_100 - arch: aarch64 - subdir: osx-arm64 - build_number: 100 - license: MIT - license_family: MIT - size: 459917 - timestamp: 1698267902016 -- platform: win-64 - name: netcdf4 - version: 1.6.5 - category: main - manager: conda - dependencies: - - certifi * - - cftime * - - hdf5 >=1.14.2,<1.14.3.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/netcdf4-1.6.5-nompi_py311he019f65_100.conda - hash: - md5: d50a7fb6642d2af7e60f658634bf6a9d - sha256: a7251acf1fbb1f40b781866c94e76940553804a0d94215f511a71413e4b9e8f4 - build: nompi_py311he019f65_100 - arch: x86_64 - subdir: win-64 - build_number: 100 - license: MIT - license_family: MIT - size: 426859 - timestamp: 1698268466501 -- platform: linux-64 - name: networkx - version: 3.2.1 - category: main - manager: conda - dependencies: - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1149552 - timestamp: 1698504905258 -- platform: osx-64 - name: networkx - version: 3.2.1 - category: main - manager: conda - dependencies: - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1149552 - timestamp: 1698504905258 -- platform: osx-arm64 - name: networkx - version: 3.2.1 - category: main - manager: conda - dependencies: - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1149552 - timestamp: 1698504905258 -- platform: win-64 - name: networkx - version: 3.2.1 - category: main - manager: conda - dependencies: - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1149552 - timestamp: 1698504905258 -- platform: linux-64 - name: nh3 - version: 0.2.15 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/nh3-0.2.15-py311h46250e7_0.conda - hash: - md5: 03e43969efe3c71962fea046c00cc40f - sha256: 925338483177e45796cce67b202fb04bfb475f69640e38adea84944ca9018c97 - build: py311h46250e7_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 621909 - timestamp: 1701974756466 -- platform: osx-64 - name: nh3 - version: 0.2.15 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/nh3-0.2.15-py311h5e0f0e4_0.conda - hash: - md5: 1558bb8f97aa8d361bc59470ac4b26cf - sha256: 8d050fedd9cd3ed287ac7fd4c28976f0d8990260f25df12376942f9548181384 - build: py311h5e0f0e4_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 547589 - timestamp: 1701974970422 -- platform: osx-arm64 - name: nh3 - version: 0.2.15 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nh3-0.2.15-py311h94f323b_0.conda - hash: - md5: 21c870df3567f6cdfceee7360e6591eb - sha256: 2da7ef9cdd56243ef0fe8627064c52763fac2205d43e5af7f10939200e4e026f - build: py311h94f323b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 603372 - timestamp: 1701975309271 -- platform: win-64 - name: nh3 - version: 0.2.15 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/nh3-0.2.15-py311h633b200_0.conda - hash: - md5: c3f2f171c4a730eec6c0534f0227cafe - sha256: d0b5ed5621d01adc223971f83b00e2d3cdab870b5913322cec3d5ed4ada0aef2 - build: py311h633b200_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 493281 - timestamp: 1701975459413 -- platform: linux-64 - name: nodeenv - version: 1.8.0 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 34358 - timestamp: 1683893151613 -- platform: osx-64 - name: nodeenv - version: 1.8.0 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 34358 - timestamp: 1683893151613 -- platform: osx-arm64 - name: nodeenv - version: 1.8.0 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 34358 - timestamp: 1683893151613 -- platform: win-64 - name: nodeenv - version: 1.8.0 - category: main - manager: conda - dependencies: - - python ==2.7|>=3.7 - - setuptools * - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 34358 - timestamp: 1683893151613 -- platform: linux-64 - name: nspr - version: '4.35' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - hash: - md5: da0ec11a6454ae19bff5b02ed881a2b1 - sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c - build: h27087fc_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 226848 - timestamp: 1669784948267 -- platform: osx-64 - name: nspr - version: '4.35' - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - hash: - md5: a9e56c98d13d8b7ce72bf4357317c29b - sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - build: hea0b92c_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 230071 - timestamp: 1669785313586 -- platform: osx-arm64 - name: nspr - version: '4.35' - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - hash: - md5: f81b5ec944dbbcff3dd08375eb036efa - sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a - build: hb7217d7_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 220745 - timestamp: 1669785182058 -- platform: linux-64 - name: nss - version: '3.94' - category: main - manager: conda - dependencies: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libsqlite >=3.43.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.94-h1d7d5a4_0.conda - hash: - md5: 7caef74bbfa730e014b20f0852068509 - sha256: c9b7910fc554c6550905b9150f4c8230e973ca63f41b42f2c18a49e8aa458e78 - build: h1d7d5a4_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 2003539 - timestamp: 1696290024389 -- platform: osx-64 - name: nss - version: '3.94' - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libsqlite >=3.43.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.94-hd6ac835_0.conda - hash: - md5: 10c69224110baa4d7d4f1bdb03d4f383 - sha256: aafb8b2a51beaa407d4e712d11e2a34fc010c7727d8a5573fb0c7ae53f2fff75 - build: hd6ac835_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 1895925 - timestamp: 1696290343167 -- platform: osx-arm64 - name: nss - version: '3.94' - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libsqlite >=3.43.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.94-hc6b9969_0.conda - hash: - md5: 4dec6b96cec24e41059c2e795755760a - sha256: 662782a095cc191c073db8e44e14bf8877252d98b1f9b69275d79c47af185bb5 - build: hc6b9969_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 1860089 - timestamp: 1696290169758 -- platform: linux-64 - name: numba - version: 0.58.1 - category: main - manager: conda - dependencies: - - _openmp_mutex >=4.5 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - llvmlite >=0.41.1,<0.42.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/numba-0.58.1-py311h96b013e_0.conda - hash: - md5: 06a0313ff3d2ec956a25767ccaf7c9f6 - sha256: 9061328d0fa03fc0bf40136c366399107dcede6004dcabd4bf553f60f55b86bf - build: py311h96b013e_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - scipy >=1.0 - - cudatoolkit >=11.2 - - libopenblas !=0.3.6 - - cuda-version >=11.2 - - tbb >=2021.6.0 - - numpy >=1.22.3,<1.27 - - cuda-python >=11.6 - license: BSD-2-Clause - license_family: BSD - size: 5678103 - timestamp: 1699456912246 -- platform: osx-64 - name: numba - version: 0.58.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - llvm-openmp >=17.0.4 - - llvmlite >=0.41.1,<0.42.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/numba-0.58.1-py311h32f2313_0.conda - hash: - md5: 97c10727b2fd55e61eaf35ea97811662 - sha256: bc318713a7bd89922b28636d5c9e56efdc9cd86361c0b2f2a3dcb0a9ffe4d8cb - build: py311h32f2313_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - tbb >=2021.6.0 - - libopenblas !=0.3.6 - - cuda-version >=11.2 - - cudatoolkit >=11.2 - - numpy >=1.22.3,<1.27 - - scipy >=1.0 - - cuda-python >=11.6 - license: BSD-2-Clause - license_family: BSD - size: 5632465 - timestamp: 1699457192997 -- platform: osx-arm64 - name: numba - version: 0.58.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - llvm-openmp >=17.0.4 - - llvmlite >=0.41.1,<0.42.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numba-0.58.1-py311h9ec4793_0.conda - hash: - md5: d143fecfd4a3ad7baacaff7611b21ee5 - sha256: f4161fb906e74b79746170cb6b0e8a3a42a165e17c12f8e358eac2b533b25b61 - build: py311h9ec4793_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - numpy >=1.22.3,<1.27 - - libopenblas >=0.3.18, !=0.3.20 - - tbb >=2021.6.0 - - cuda-version >=11.2 - - cudatoolkit >=11.2 - - cuda-python >=11.6 - - scipy >=1.0 - license: BSD-2-Clause - license_family: BSD - size: 5670565 - timestamp: 1699457356792 -- platform: win-64 - name: numba - version: 0.58.1 - category: main - manager: conda - dependencies: - - llvmlite >=0.41.1,<0.42.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/numba-0.58.1-py311h2c0921f_0.conda - hash: - md5: 779428630b49746f2cd6d148d19ec681 - sha256: 8c80cc35da2870f874e850125944a7ca3b3b607191a709d96efc3690404b7c03 - build: py311h2c0921f_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - libopenblas !=0.3.6 - - cudatoolkit >=11.2 - - scipy >=1.0 - - tbb >=2021.6.0 - - numpy >=1.22.3,<1.27 - - cuda-python >=11.6 - - cuda-version >=11.2 - license: BSD-2-Clause - license_family: BSD - size: 5672589 - timestamp: 1699457585564 -- platform: linux-64 - name: numba_celltree - version: 0.1.6 - category: main - manager: conda - dependencies: - - numba >=0.50 - - numpy * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda - hash: - md5: fa93424676054b2d1fcc7864c4e68698 - sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32808 - timestamp: 1672825982456 -- platform: osx-64 - name: numba_celltree - version: 0.1.6 - category: main - manager: conda - dependencies: - - numba >=0.50 - - numpy * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda - hash: - md5: fa93424676054b2d1fcc7864c4e68698 - sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32808 - timestamp: 1672825982456 -- platform: osx-arm64 - name: numba_celltree - version: 0.1.6 - category: main - manager: conda - dependencies: - - numba >=0.50 - - numpy * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda - hash: - md5: fa93424676054b2d1fcc7864c4e68698 - sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32808 - timestamp: 1672825982456 -- platform: win-64 - name: numba_celltree - version: 0.1.6 - category: main - manager: conda - dependencies: - - numba >=0.50 - - numpy * - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/numba_celltree-0.1.6-pyhd8ed1ab_0.conda - hash: - md5: fa93424676054b2d1fcc7864c4e68698 - sha256: 0ecb9c31a9d6cc23c9099c391ca14645f9b0118f5a22818c88b5091e3d0d27b2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32808 - timestamp: 1672825982456 -- platform: linux-64 - name: numcodecs - version: 0.12.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - msgpack-python * - - numpy >=1.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/numcodecs-0.12.1-py311hb755f60_0.conda - hash: - md5: 38a2ff8ea433fe8792279b45e84b3730 - sha256: 955364f88de712e63ae824736d88d20cfb06df3be464351ccebdc84cb42ef854 - build: py311hb755f60_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 778428 - timestamp: 1697592384467 -- platform: osx-64 - name: numcodecs - version: 0.12.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - msgpack-python * - - numpy >=1.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/numcodecs-0.12.1-py311hd39e593_0.conda - hash: - md5: 24d581420696962d46124d537f895dc6 - sha256: e72b8c92f92a2c49ee1168dc8f5c353d2e0f9e5ef96a72bc494346c46c63027a - build: py311hd39e593_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 739808 - timestamp: 1697592598928 -- platform: osx-arm64 - name: numcodecs - version: 0.12.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - msgpack-python * - - numpy >=1.7 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numcodecs-0.12.1-py311hbaf5611_0.conda - hash: - md5: 937db5081f0c3e9cf097a66d5967636c - sha256: d39894d003cef3e65b5cf455eed589458496ab481f7b41d270a5a612b9a6b1ce - build: py311hbaf5611_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 657519 - timestamp: 1697592655274 -- platform: win-64 - name: numcodecs - version: 0.12.1 - category: main - manager: conda - dependencies: - - msgpack-python * - - numpy >=1.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/numcodecs-0.12.1-py311h12c1d0e_0.conda - hash: - md5: f6f0dd7b4e15ca30b1cd8ac2564d3e53 - sha256: 5922fc33bd11bd6c7d473cf0ffbedbdc4c1992c5530787ba0aa6209778b17303 - build: py311h12c1d0e_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 486910 - timestamp: 1697592570862 -- platform: linux-64 - name: numpy - version: 1.26.0 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py311h64a7726_0.conda - hash: - md5: bf16a9f625126e378302f08e7ed67517 - sha256: 0aab5cef67cc2a1cd584f6e9cc6f2065c7a28c142d7defcb8096e8f719d9b3bf - build: py311h64a7726_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 8039946 - timestamp: 1694920380273 -- platform: osx-64 - name: numpy - version: 1.26.0 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 - - liblapack >=3.9.0,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.0-py311hc44ba51_0.conda - hash: - md5: f95605c5b73f5f6a0f5f1b0aabfc2f39 - sha256: 517cb22d5594fdb934523dd1951929961f686b5d994c684201acbf282433ec9b - build: py311hc44ba51_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7616817 - timestamp: 1694920728660 -- platform: osx-arm64 - name: numpy - version: 1.26.0 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 - - liblapack >=3.9.0,<4.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.0-py311hb8f3215_0.conda - hash: - md5: 97f8632bf2ad5c179ff68fc90c71c2ae - sha256: fca5ee1363f22a160c97e92d6400d4636f4b05987b08085e4f79fb6efb75fd0a - build: py311hb8f3215_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6780798 - timestamp: 1694920700859 -- platform: win-64 - name: numpy - version: 1.26.0 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.0-py311h0b4df5a_0.conda - hash: - md5: a65e57fff208fd1d0f632e0afa8985d4 - sha256: 3da6bcf524a4418d7d0dbc084c23c74e1f2fc4b19c34a5805f5e201e5d7fcd8f - build: py311h0b4df5a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7085715 - timestamp: 1694920741486 -- platform: linux-64 - name: openjpeg - version: 2.5.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda - hash: - md5: 128c25b7fe6a25286a48f3a6a9b5b6f3 - sha256: 9fe91b67289267de68fda485975bb48f0605ac503414dc663b50d8b5f29bc82a - build: h488ebb8_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: BSD-2-Clause - license_family: BSD - size: 356698 - timestamp: 1694708325417 -- platform: osx-64 - name: openjpeg - version: 2.5.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda - hash: - md5: 40a36f8e9a6fdf6a78c6428ee6c44188 - sha256: fdccd9668b85bf6e798b628bceed5ff764e1114cfc4e6a4dee551cafbe549e74 - build: ha4da562_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: BSD-2-Clause - license_family: BSD - size: 335643 - timestamp: 1694708811338 -- platform: osx-arm64 - name: openjpeg - version: 2.5.0 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.0-h4c1507b_3.conda - hash: - md5: 4127dd217a010d9c6cbefdaae07d9f19 - sha256: a6998c0da4643a84dc7c0b3a9e5137db258619ea922317bb7d9ae64f54b4a9ed - build: h4c1507b_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: BSD-2-Clause - license_family: BSD - size: 323335 - timestamp: 1694708748389 -- platform: win-64 - name: openjpeg - version: 2.5.0 - category: main - manager: conda - dependencies: - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.0-h3d672ee_3.conda - hash: - md5: 45a9628a04efb6fc326fff0a8f47b799 - sha256: c0f64d9642f0287f17cd9b6f1633d97a91efd66a0cb9b0414c540b247684985d - build: h3d672ee_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: BSD-2-Clause - license_family: BSD - size: 236847 - timestamp: 1694708878963 -- platform: linux-64 - name: openssl - version: 3.1.4 - category: main - manager: conda - dependencies: - - ca-certificates * - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.4-hd590300_0.conda - hash: - md5: 412ba6938c3e2abaca8b1129ea82e238 - sha256: d15b3e83ce66c6f6fbb4707f2f5c53337124c01fb03bfda1cf25c5b41123efc7 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2648006 - timestamp: 1698164814626 -- platform: osx-64 - name: openssl - version: 3.1.4 - category: main - manager: conda - dependencies: - - ca-certificates * - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.4-hd75f5a5_0.conda - hash: - md5: bc9201da6eb1e0df4107901df5371347 - sha256: 1c436103a8de0dc82c9c56974badaa1b8b8f8cd9f37c2766bd50cd9899720f6b - build: hd75f5a5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2320542 - timestamp: 1698165459976 -- platform: osx-arm64 - name: openssl - version: 3.1.4 - category: main - manager: conda - dependencies: - - ca-certificates * - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.4-h0d3ecfb_0.conda - hash: - md5: 5a89552fececf4cd99628318ccbb67a3 - sha256: 3c715b1d4940c7ad6065935db18924b85a54048dde066f963cfc250340639457 - build: h0d3ecfb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2147225 - timestamp: 1698164947105 -- platform: win-64 - name: openssl - version: 3.1.4 - category: main - manager: conda - dependencies: - - ca-certificates * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.4-hcfcfb64_0.conda - hash: - md5: 2eebbc64373a1c6db62ad23304e9678e - sha256: e30b7f55c27d06e3322876c9433a3522e751d06a40b3bb6c4f8b4bcd781a3794 - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 7427765 - timestamp: 1698166937344 -- platform: linux-64 - name: orc - version: 1.9.0 - category: main - manager: conda - dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h4b38347_4.conda - hash: - md5: f348d6a6bb3687dfead7c595f905732b - sha256: af3587f3b9a892be828d159b78379bdcd03b933c9fefddfcf105541421b77d48 - build: h4b38347_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 1018599 - timestamp: 1698932910995 -- platform: osx-64 - name: orc - version: 1.9.0 - category: main - manager: conda - dependencies: - - __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 - url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-hd1092d7_4.conda - hash: - md5: f6c7cd7734b3caa6d5549086590121af - sha256: 6a7e6835c81157ca7545917412d9d4e9bb51357d71a2e63454fe406783a55c76 - build: hd1092d7_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 424503 - timestamp: 1698933213839 -- platform: osx-arm64 - name: orc - version: 1.9.0 - category: main - manager: conda - dependencies: - - __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 - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.0-h7c018df_4.conda - hash: - md5: 5873127225c5803d45b550024a01af1c - sha256: f33040335efdabbf765606b5523a5691b04547b988d65683b2671faa53bb2a1b - build: h7c018df_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 406058 - timestamp: 1698933249856 -- platform: win-64 - name: orc - version: 1.9.0 - category: main - manager: conda - dependencies: - - 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 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-hf0b6bd4_4.conda - hash: - md5: fd8fbb3a77bce8c9dd7d7a17019e4b02 - sha256: 7916ab6ab3cade71bc9cc344a352e537912e626d328770014f1311b06e3e7491 - build: hf0b6bd4_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: Apache-2.0 - license_family: Apache - size: 884936 - timestamp: 1698933400620 -- platform: linux-64 - name: packaging - version: '23.2' - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 49452 - timestamp: 1696202521121 -- platform: osx-64 - name: packaging - version: '23.2' - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 49452 - timestamp: 1696202521121 -- platform: osx-arm64 - name: packaging - version: '23.2' - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 49452 - timestamp: 1696202521121 -- platform: win-64 - name: packaging - version: '23.2' - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 49452 - timestamp: 1696202521121 -- platform: linux-64 - name: pandas - version: 2.1.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.11.* *_cp311 - - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.2-py311h320fe9a_0.conda - hash: - md5: c36a53056129665b34db419b6af3d230 - sha256: 7e21fef8bf9492c9e39daa21f82204672bd87e8ae16a95964f41052b71e562e3 - build: py311h320fe9a_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 15017194 - timestamp: 1698376175583 -- platform: osx-64 - name: pandas - version: 2.1.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.11.* *_cp311 - - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.1.2-py311h1eadf79_0.conda - hash: - md5: 15de7d31c9cf5c7a6487a4ee41c283e6 - sha256: a40f5bc12caa9336923c176c0da98e15150a560fe0d88a40554de3d05caad652 - build: py311h1eadf79_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 14338432 - timestamp: 1698376481992 -- platform: osx-arm64 - name: pandas - version: 2.1.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.11.* *_cp311 - - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.2-py311h6e08293_0.conda - hash: - md5: 14c9a7787d59e2de0546c6c599b6960f - sha256: 61670a0d060789e1b7b2dd922103a2c72aef3d9da5279a847be004fc06d26718 - build: py311h6e08293_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 14254382 - timestamp: 1698376817326 -- platform: win-64 - name: pandas - version: 2.1.2 - category: main - manager: conda - dependencies: - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.11.* *_cp311 - - pytz >=2020.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.1.2-py311hf63dbb6_0.conda - hash: - md5: b4a17814deb47e22d9b5b091951c93a7 - sha256: 6cae1500c0cd1ae1c25c525ed13b9de70666faeb8db39ff726b9a2a7f6343443 - build: py311hf63dbb6_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 13732853 - timestamp: 1698376857252 -- platform: linux-64 - name: parso - version: 0.8.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 71048 - timestamp: 1638335054552 -- platform: osx-64 - name: parso - version: 0.8.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 71048 - timestamp: 1638335054552 -- platform: osx-arm64 - name: parso - version: 0.8.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 71048 - timestamp: 1638335054552 -- platform: win-64 - name: parso - version: 0.8.3 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 71048 - timestamp: 1638335054552 -- platform: linux-64 - name: partd - version: 1.4.1 - category: main - manager: conda - dependencies: - - locket * - - python >=3.7 - - toolz * - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda - hash: - md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 - sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20743 - timestamp: 1695667673391 -- platform: osx-64 - name: partd - version: 1.4.1 - category: main - manager: conda - dependencies: - - locket * - - python >=3.7 - - toolz * - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda - hash: - md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 - sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20743 - timestamp: 1695667673391 -- platform: osx-arm64 - name: partd - version: 1.4.1 - category: main - manager: conda - dependencies: - - locket * - - python >=3.7 - - toolz * - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda - hash: - md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 - sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20743 - timestamp: 1695667673391 -- platform: win-64 - name: partd - version: 1.4.1 - category: main - manager: conda - dependencies: - - locket * - - python >=3.7 - - toolz * - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.4.1-pyhd8ed1ab_0.conda - hash: - md5: acf4b7c0bcd5fa3b0e05801c4d2accd6 - sha256: b248238da2bb9dfe98e680af911dc7013af86095e3ec8baf08905555632d34c7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20743 - timestamp: 1695667673391 -- platform: linux-64 - name: pathspec - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - noarch: python - size: 41173 - timestamp: 1702250135032 -- platform: osx-64 - name: pathspec - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - noarch: python - size: 41173 - timestamp: 1702250135032 -- platform: osx-arm64 - name: pathspec - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - noarch: python - size: 41173 - timestamp: 1702250135032 -- platform: win-64 - name: pathspec - version: 0.12.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - noarch: python - size: 41173 - timestamp: 1702250135032 -- platform: linux-64 - name: pcre2 - version: '10.40' - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 - hash: - md5: 69e2c796349cd9b273890bee0febfe1b - sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - build: hc3806b6_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2412495 - timestamp: 1665562915343 -- platform: osx-64 - name: pcre2 - version: '10.40' - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.40-h1c4e4bc_0.tar.bz2 - hash: - md5: e0f80c8f3a0352a54eddfe59cd2b25b1 - sha256: 60265b48c96decbea89a19a7bc34be88d9b95d4725fd4dbdae158529c601875a - build: h1c4e4bc_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2552113 - timestamp: 1665563254214 -- platform: osx-arm64 - name: pcre2 - version: '10.40' - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 - hash: - md5: 721b7288270bafc83586b0f01c2a67f2 - sha256: 93503b5e05470ccc87f696c0fdf0d47938e0305b5047eacb85c15d78dcf641fe - build: hb34f9b4_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 1161688 - timestamp: 1665563317371 -- platform: win-64 - name: pcre2 - version: '10.40' - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.12,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.40-h17e33f8_0.tar.bz2 - hash: - md5: 2519de0d9620dc2bc7e19caf6867136d - sha256: 5833c63548e4fae91da6d77739eab7dc9bf6542e43f105826b23c01bfdd9cb57 - build: h17e33f8_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2001630 - timestamp: 1665563527916 -- platform: linux-64 - name: pep517 - version: 0.13.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19044 - timestamp: 1667916747996 -- platform: osx-64 - name: pep517 - version: 0.13.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19044 - timestamp: 1667916747996 -- platform: osx-arm64 - name: pep517 - version: 0.13.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19044 - timestamp: 1667916747996 -- platform: win-64 - name: pep517 - version: 0.13.0 - category: main - manager: conda - dependencies: - - python >=3.8 - - tomli - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19044 - timestamp: 1667916747996 -- platform: linux-64 - name: pexpect - version: 4.8.0 - category: main - manager: conda - dependencies: - - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: ISC - noarch: python - size: 48780 - timestamp: 1667297617062 -- platform: osx-64 - name: pexpect - version: 4.8.0 - category: main - manager: conda - dependencies: - - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: ISC - noarch: python - size: 48780 - timestamp: 1667297617062 -- platform: osx-arm64 - name: pexpect - version: 4.8.0 - category: main - manager: conda - dependencies: - - ptyprocess >=0.5 - - python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - build: pyh1a96a4e_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: ISC - noarch: python - size: 48780 - timestamp: 1667297617062 -- platform: linux-64 - name: pickleshare - version: 0.7.5 - category: main - manager: conda - dependencies: - - python >=3 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - build: py_1003 - arch: x86_64 - subdir: linux-64 - build_number: 1003 - license: MIT - license_family: MIT - noarch: python - size: 9332 - timestamp: 1602536313357 -- platform: osx-64 - name: pickleshare - version: 0.7.5 - category: main - manager: conda - dependencies: - - python >=3 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - build: py_1003 - arch: x86_64 - subdir: osx-64 - build_number: 1003 - license: MIT - license_family: MIT - noarch: python - size: 9332 - timestamp: 1602536313357 -- platform: osx-arm64 - name: pickleshare - version: 0.7.5 - category: main - manager: conda - dependencies: - - python >=3 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - build: py_1003 - arch: aarch64 - subdir: osx-arm64 - build_number: 1003 - license: MIT - license_family: MIT - noarch: python - size: 9332 - timestamp: 1602536313357 -- platform: win-64 - name: pickleshare - version: 0.7.5 - category: main - manager: conda - dependencies: - - python >=3 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - build: py_1003 - arch: x86_64 - subdir: win-64 - build_number: 1003 - license: MIT - license_family: MIT - noarch: python - size: 9332 - timestamp: 1602536313357 -- platform: linux-64 - name: pillow - version: 10.1.0 - category: main - manager: conda - dependencies: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxcb >=1.15,<1.16.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openjpeg >=2.5.0,<3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tk >=8.6.13,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.1.0-py311ha6c5da5_0.conda - hash: - md5: 83a988daf5c49e57f7d2086fb6781fe8 - sha256: 5b037243f76644fe2e565aa6a3764039dba47cddf8bbef8ef01643775a459b60 - build: py311ha6c5da5_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: HPND - size: 46400469 - timestamp: 1697423839735 -- platform: osx-64 - name: pillow - version: 10.1.0 - category: main - manager: conda - dependencies: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxcb >=1.15,<1.16.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openjpeg >=2.5.0,<3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tk >=8.6.13,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.1.0-py311hea5c87a_0.conda - hash: - md5: ffff517d90b21a5d44ef907a5a01f695 - sha256: 44bb951ae60cc96ab9273592ede9ee94a422857e857e52c55c261ad5f1525686 - build: py311hea5c87a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: HPND - size: 46474850 - timestamp: 1697423945362 -- platform: osx-arm64 - name: pillow - version: 10.1.0 - category: main - manager: conda - dependencies: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxcb >=1.15,<1.16.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openjpeg >=2.5.0,<3.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - tk >=8.6.13,<8.7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.1.0-py311hb9c5795_0.conda - hash: - md5: 90fd1f60da9f3d5eccdece0945043037 - sha256: 9699ba6886e94e32eb949009195ed78c2c949f74450235af491cd4cbe390d7b4 - build: py311hb9c5795_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: HPND - size: 45850858 - timestamp: 1697424033737 -- platform: win-64 - name: pillow - version: 10.1.0 - category: main - manager: conda - dependencies: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libxcb >=1.15,<1.16.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openjpeg >=2.5.0,<3.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - tk >=8.6.13,<8.7.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.1.0-py311h4dd8a23_0.conda - hash: - md5: c03c410ca23313c36381a128737ac25f - sha256: 494426ecfcbf5f177b5350dfdb5ca93a529a1873247c38beda25a70ad369fe36 - build: py311h4dd8a23_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: HPND - size: 46022436 - timestamp: 1697424195333 -- platform: linux-64 - name: pip - version: 23.3.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - - wheel * - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda - hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 1398838 - timestamp: 1697896918388 -- platform: osx-64 - name: pip - version: 23.3.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - - wheel * - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda - hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 1398838 - timestamp: 1697896918388 -- platform: osx-arm64 - name: pip - version: 23.3.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - - wheel * - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda - hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 1398838 - timestamp: 1697896918388 -- platform: win-64 - name: pip - version: 23.3.1 - category: main - manager: conda - dependencies: - - python >=3.7 - - setuptools * - - wheel * - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda - hash: - md5: 2400c0b86889f43aa52067161e1fb108 - sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 1398838 - timestamp: 1697896918388 -- platform: linux-64 - name: pixman - version: 0.42.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda - hash: - md5: 700edd63ccd5fc66b70b1c028cea9a68 - sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 385309 - timestamp: 1695736061006 -- platform: osx-64 - name: pixman - version: 0.42.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.42.2-he965462_0.conda - hash: - md5: e4180dcfd3e3621560fe1ad522997520 - sha256: d9181736d4b3260a03443e8fd1c47c491e189b2344913eaf5dead27947a274e4 - build: he965462_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 336190 - timestamp: 1695736270076 -- platform: osx-arm64 - name: pixman - version: 0.42.2 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.42.2-h13dd4ca_0.conda - hash: - md5: f96347021db6f33ccabe314ddeab62d4 - sha256: 90e60dc5604e356d47ef97b23b13759ef3d8b70fa2c637f4809d29851435d7d7 - build: h13dd4ca_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 213843 - timestamp: 1695736518800 -- platform: win-64 - name: pixman - version: 0.42.2 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.42.2-h63175ca_0.conda - hash: - md5: fb6fe034c742dc8562d3197c2d91423d - sha256: bc663647468255781e3fba488372b0e699b717a63fa2450b9c282e68b6eb9543 - build: h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 455866 - timestamp: 1695736519750 -- platform: linux-64 - name: pkginfo - version: 1.9.6 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda - hash: - md5: be1e9f1c65a1ed0f2ae9352fec99db64 - sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27646 - timestamp: 1673281872032 -- platform: osx-64 - name: pkginfo - version: 1.9.6 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda - hash: - md5: be1e9f1c65a1ed0f2ae9352fec99db64 - sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27646 - timestamp: 1673281872032 -- platform: osx-arm64 - name: pkginfo - version: 1.9.6 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda - hash: - md5: be1e9f1c65a1ed0f2ae9352fec99db64 - sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27646 - timestamp: 1673281872032 -- platform: win-64 - name: pkginfo - version: 1.9.6 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda - hash: - md5: be1e9f1c65a1ed0f2ae9352fec99db64 - sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 27646 - timestamp: 1673281872032 -- platform: linux-64 - name: platformdirs - version: 3.11.0 - category: main - manager: conda - dependencies: - - python >=3.7 - - typing-extensions >=4.6.3 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19985 - timestamp: 1696272419779 -- platform: osx-64 - name: platformdirs - version: 3.11.0 - category: main - manager: conda - dependencies: - - python >=3.7 - - typing-extensions >=4.6.3 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19985 - timestamp: 1696272419779 -- platform: osx-arm64 - name: platformdirs - version: 3.11.0 - category: main - manager: conda - dependencies: - - python >=3.7 - - typing-extensions >=4.6.3 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19985 - timestamp: 1696272419779 -- platform: win-64 - name: platformdirs - version: 3.11.0 - category: main - manager: conda - dependencies: - - python >=3.7 - - typing-extensions >=4.6.3 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 19985 - timestamp: 1696272419779 -- platform: linux-64 - name: pluggy - version: 1.3.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 22548 - timestamp: 1693086745921 -- platform: osx-64 - name: pluggy - version: 1.3.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 22548 - timestamp: 1693086745921 -- platform: osx-arm64 - name: pluggy - version: 1.3.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 22548 - timestamp: 1693086745921 -- platform: win-64 - name: pluggy - version: 1.3.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 22548 - timestamp: 1693086745921 -- platform: linux-64 - name: pooch - version: 1.8.0 - category: main - manager: conda - dependencies: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 134b2b57b7865d2316a7cce1915a51ed - sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 52378 - timestamp: 1698245743670 -- platform: osx-64 - name: pooch - version: 1.8.0 - category: main - manager: conda - dependencies: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 134b2b57b7865d2316a7cce1915a51ed - sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 52378 - timestamp: 1698245743670 -- platform: osx-arm64 - name: pooch - version: 1.8.0 - category: main - manager: conda - dependencies: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 134b2b57b7865d2316a7cce1915a51ed - sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 52378 - timestamp: 1698245743670 -- platform: win-64 - name: pooch - version: 1.8.0 - category: main - manager: conda - dependencies: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.0-pyhd8ed1ab_0.conda - hash: - md5: 134b2b57b7865d2316a7cce1915a51ed - sha256: 51b02987370bbff28dbf782063c23e3b264aa34173b344454203cd691946e077 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 52378 - timestamp: 1698245743670 -- platform: linux-64 - name: poppler - version: 23.10.0 - category: main - manager: conda - dependencies: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libcurl >=8.4.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.78.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.94,<4.0a0 - - openjpeg >=2.5.0,<3.0a0 - - poppler-data * - url: https://conda.anaconda.org/conda-forge/linux-64/poppler-23.10.0-h590f24d_0.conda - hash: - md5: 06b4a80e2cc3974e55f83e2115e2e90a - sha256: e1d9245454e0b63077f12b6c331f1d2dc7bd3409369e7fd1f38a29e47b76b64a - build: h590f24d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 1822184 - timestamp: 1697136068462 -- platform: osx-64 - name: poppler - version: 23.10.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - gettext >=0.21.1,<1.0a0 - - lcms2 >=2.15,<3.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.94,<4.0a0 - - openjpeg >=2.5.0,<3.0a0 - - poppler-data * - url: https://conda.anaconda.org/conda-forge/osx-64/poppler-23.10.0-hdd5a5e8_0.conda - hash: - md5: 3ba0ca934cf0ce30de692abdc7807419 - sha256: 604803db4148415d2096f9a2cbc29efae2755b9a65715875aeb620d6f2bb03b5 - build: hdd5a5e8_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 1555342 - timestamp: 1697136671452 -- platform: osx-arm64 - name: poppler - version: 23.10.0 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem * - - freetype >=2.12.1,<3.0a0 - - gettext >=0.21.1,<1.0a0 - - lcms2 >=2.15,<3.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libglib >=2.78.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.94,<4.0a0 - - openjpeg >=2.5.0,<3.0a0 - - poppler-data * - url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-23.10.0-hcdd998b_0.conda - hash: - md5: f09dca383af70b61ff5ead622d2994a1 - sha256: 53ffe710fc3c2e6af9c7b42f093b39b2626a6029bc7373509a7e054031b6cf95 - build: hcdd998b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 1472369 - timestamp: 1697137362003 -- platform: win-64 - name: poppler - version: 23.10.0 - category: main - manager: conda - dependencies: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.15,<3.0a0 - - libcurl >=8.4.0,<9.0a0 - - libglib >=2.78.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openjpeg >=2.5.0,<3.0a0 - - poppler-data * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/poppler-23.10.0-hc2f3c52_0.conda - hash: - md5: 3164446cb6dd3fa81b09307cde29778b - sha256: e8ea2bc81cfc913fc2ed641353d7262b0344fa0bff1e1b5a6cca5144c1573ae5 - build: hc2f3c52_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 2306490 - timestamp: 1697137168235 -- platform: linux-64 - name: poppler-data - version: 0.4.12 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - hash: - md5: d8d7293c5b37f39b2ac32940621c6592 - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - build: hd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - noarch: generic - size: 2348171 - timestamp: 1675353652214 -- platform: osx-64 - name: poppler-data - version: 0.4.12 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - hash: - md5: d8d7293c5b37f39b2ac32940621c6592 - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - build: hd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - noarch: generic - size: 2348171 - timestamp: 1675353652214 -- platform: osx-arm64 - name: poppler-data - version: 0.4.12 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - hash: - md5: d8d7293c5b37f39b2ac32940621c6592 - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - build: hd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - noarch: generic - size: 2348171 - timestamp: 1675353652214 -- platform: win-64 - name: poppler-data - version: 0.4.12 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - hash: - md5: d8d7293c5b37f39b2ac32940621c6592 - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - build: hd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - noarch: generic - size: 2348171 - timestamp: 1675353652214 -- platform: linux-64 - name: postgresql - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq ==16.0 hfc447b1_1 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode * - - tzdata * - - zlib * - url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.0-h8972f4a_1.conda - hash: - md5: 6ce1ab5480d3aa4308654971ac5f731b - sha256: d9e391b4e4e050303d43a43adbd7175547404374a1d6937bdf58c277cf48bd5f - build: h8972f4a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - size: 5340270 - timestamp: 1696004014869 -- platform: osx-64 - name: postgresql - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libpq ==16.0 h3df487d_1 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode * - - tzdata * - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.0-hc940a54_1.conda - hash: - md5: d54fd3d9e90e441cc7b2f098ef002cd5 - sha256: aa33f64d068a5d4dd996de261cd9604b4bcdaba1ca3b8ce0d0fa037c94e47c76 - build: hc940a54_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - size: 4596428 - timestamp: 1696004277646 -- platform: osx-arm64 - name: postgresql - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libpq ==16.0 hcea71ed_1 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode * - - tzdata * - - zlib * - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.0-h00cd704_1.conda - hash: - md5: b8284b082e2507f1dd0662bc68e00a09 - sha256: 4d4436e7ed031e865f6d8a58c298f71898432dd9daed96d0cab555ef30a1a838 - build: h00cd704_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - size: 4557905 - timestamp: 1696004421616 -- platform: win-64 - name: postgresql - version: '16.0' - category: main - manager: conda - dependencies: - - krb5 >=1.21.2,<1.22.0a0 - - libpq ==16.0 h43585b0_1 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib * - url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.0-hc80876b_1.conda - hash: - md5: 20a04feca16bfe981eccbfd25e38826b - sha256: 34c6127a0ee424f567f5589989af31b182076ada45fefe1cb66322c74caa9adb - build: hc80876b_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - size: 18640556 - timestamp: 1696004855822 -- platform: linux-64 - name: pre-commit - version: 3.5.0 - category: main - manager: conda - dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.8 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda - hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f - build: pyha770c72_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 179349 - timestamp: 1697222328615 -- platform: osx-64 - name: pre-commit - version: 3.5.0 - category: main - manager: conda - dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.8 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda - hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f - build: pyha770c72_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 179349 - timestamp: 1697222328615 -- platform: osx-arm64 - name: pre-commit - version: 3.5.0 - category: main - manager: conda - dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.8 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda - hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f - build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 179349 - timestamp: 1697222328615 -- platform: win-64 - name: pre-commit - version: 3.5.0 - category: main - manager: conda - dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.8 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.5.0-pyha770c72_0.conda - hash: - md5: 964e3d762e427661c59263435a14c492 - sha256: 51a4a17334a15ec92805cd075776563ff93b3b6c20732c4cb607c98a761ae02f - build: pyha770c72_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 179349 - timestamp: 1697222328615 -- platform: linux-64 - name: proj - version: 9.3.0 - category: main - manager: conda - dependencies: - - libcurl >=8.4.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.43.2,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - sqlite * - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.3.0-h1d62c97_2.conda - hash: - md5: b5e57a0c643da391bef850922963eece - sha256: 252f6c31101719e3d524679e69ae81e6323b93b143e1360169bf50e89386bf24 - build: h1d62c97_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2960725 - timestamp: 1697808524668 -- platform: osx-64 - name: proj - version: 9.3.0 - category: main - manager: conda - dependencies: - - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - sqlite * - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.0-h23b96cc_2.conda - hash: - md5: 63e960e8c8020936c0b73f23bfed16dd - sha256: e1b0f351103555e0d8ab641aeba4076173c3b7a2f8ed738b43ec66709d51be15 - build: h23b96cc_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2732625 - timestamp: 1697809094266 -- platform: osx-arm64 - name: proj - version: 9.3.0 - category: main - manager: conda - dependencies: - - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - sqlite * - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.3.0-h52fb9d0_2.conda - hash: - md5: 31cbb3c9d6f8611a657e1b1a4cb5c63d - sha256: 6a76ab5ac69b1379d874a5b1405c15f13cc9fb3622a4a8837519c3328286e781 - build: h52fb9d0_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2599795 - timestamp: 1697808957598 -- platform: win-64 - name: proj - version: 9.3.0 - category: main - manager: conda - dependencies: - - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - sqlite * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.3.0-he13c7e8_2.conda - hash: - md5: 4e6d2a06874a1a6cd66e842d29bcd373 - sha256: 67a5d032a0343dc8182ef50221d9ee47edb50d34cd94813e65111901cbbbc6d3 - build: he13c7e8_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2645178 - timestamp: 1697808796596 -- platform: linux-64 - name: prompt-toolkit - version: 3.0.42 - category: main - manager: conda - dependencies: - - python >=3.7 - - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda - hash: - md5: 0bf64bf10eee21f46ac83c161917fa86 - sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 - build: pyha770c72_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - prompt_toolkit 3.0.42 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 270398 - timestamp: 1702399557137 -- platform: osx-64 - name: prompt-toolkit - version: 3.0.42 - category: main - manager: conda - dependencies: - - python >=3.7 - - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda - hash: - md5: 0bf64bf10eee21f46ac83c161917fa86 - sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 - build: pyha770c72_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - prompt_toolkit 3.0.42 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 270398 - timestamp: 1702399557137 -- platform: osx-arm64 - name: prompt-toolkit - version: 3.0.42 - category: main - manager: conda - dependencies: - - python >=3.7 - - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda - hash: - md5: 0bf64bf10eee21f46ac83c161917fa86 - sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 - build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - prompt_toolkit 3.0.42 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 270398 - timestamp: 1702399557137 -- platform: win-64 - name: prompt-toolkit - version: 3.0.42 - category: main - manager: conda - dependencies: - - python >=3.7 - - wcwidth - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda - hash: - md5: 0bf64bf10eee21f46ac83c161917fa86 - sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 - build: pyha770c72_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - prompt_toolkit 3.0.42 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 270398 - timestamp: 1702399557137 -- platform: linux-64 - name: psutil - version: 5.9.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py311h459d7ec_1.conda - hash: - md5: 490d7fa8675afd1aa6f1b2332d156a45 - sha256: e92d2120fc4b98fe838b3d52d4907fae97808bdd504fb84aa33aea8c4be7bc61 - build: py311h459d7ec_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 498698 - timestamp: 1695367306421 -- platform: osx-64 - name: psutil - version: 5.9.5 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py311h2725bcf_1.conda - hash: - md5: 16221cd0488a32152a6b3f1a301ccf19 - sha256: 2eee900e0e5a103cff0159cdd81d401b67ccfb919be6cd868fc34c22dab981f1 - build: py311h2725bcf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 506611 - timestamp: 1695367402674 -- platform: osx-arm64 - name: psutil - version: 5.9.5 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.5-py311heffc1b2_1.conda - hash: - md5: a40123b40642b8b08b3830a3f6bc7fd9 - sha256: a12a525d3bcaed04e0885b2bd00f4f626c80c19d7c0ae8bb7cf7121aefb39e52 - build: py311heffc1b2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 506971 - timestamp: 1695367619126 -- platform: win-64 - name: psutil - version: 5.9.5 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py311ha68e1ae_1.conda - hash: - md5: f64b2d9577e753fea9662dae11339ac2 - sha256: e5c09eee9902e0c56d89f88210009b34d819d241ac5b7dde38266324a85fde51 - build: py311ha68e1ae_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 516106 - timestamp: 1695367685028 -- platform: linux-64 - name: pthread-stubs - version: '0.4' - category: main - manager: conda - dependencies: - - libgcc-ng >=7.5.0 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 - hash: - md5: 22dad4df6e8630e8dff2428f6f6a7036 - sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - build: h36c2ea0_1001 - arch: x86_64 - subdir: linux-64 - build_number: 1001 - license: MIT - license_family: MIT - size: 5625 - timestamp: 1606147468727 -- platform: osx-64 - name: pthread-stubs - version: '0.4' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 - hash: - md5: addd19059de62181cd11ae8f4ef26084 - sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 - build: hc929b4f_1001 - arch: x86_64 - subdir: osx-64 - build_number: 1001 - license: MIT - license_family: MIT - size: 5653 - timestamp: 1606147699844 -- platform: osx-arm64 - name: pthread-stubs - version: '0.4' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 - hash: - md5: d3f26c6494d4105d4ecb85203d687102 - sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 - build: h27ca646_1001 - arch: aarch64 - subdir: osx-arm64 - build_number: 1001 - license: MIT - license_family: MIT - size: 5696 - timestamp: 1606147608402 -- platform: win-64 - name: pthread-stubs - version: '0.4' - category: main - manager: conda - dependencies: - - m2w64-gcc-libs * - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 - hash: - md5: a1f820480193ea83582b13249a7e7bd9 - sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - build: hcd874cb_1001 - arch: x86_64 - subdir: win-64 - build_number: 1001 - license: MIT - license_family: MIT - size: 6417 - timestamp: 1606147814351 -- platform: win-64 - name: pthreads-win32 - version: 2.9.1 - category: main - manager: conda - dependencies: - - vc 14.* - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - hash: - md5: e2da8758d7d51ff6aa78a14dfb9dbed4 - sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - build: hfa6e2cd_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: LGPL 2 - size: 144301 - timestamp: 1537755684331 -- platform: linux-64 - name: ptyprocess - version: 0.7.0 - category: main - manager: conda - dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - build: pyhd3deb0d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: ISC - noarch: python - size: 16546 - timestamp: 1609419417991 -- platform: osx-64 - name: ptyprocess - version: 0.7.0 - category: main - manager: conda - dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - build: pyhd3deb0d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: ISC - noarch: python - size: 16546 - timestamp: 1609419417991 -- platform: osx-arm64 - name: ptyprocess - version: 0.7.0 - category: main - manager: conda - dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - build: pyhd3deb0d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: ISC - noarch: python - size: 16546 - timestamp: 1609419417991 -- platform: linux-64 - name: pure_eval - version: 0.2.2 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14551 - timestamp: 1642876055775 -- platform: osx-64 - name: pure_eval - version: 0.2.2 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14551 - timestamp: 1642876055775 -- platform: osx-arm64 - name: pure_eval - version: 0.2.2 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14551 - timestamp: 1642876055775 -- platform: win-64 - name: pure_eval - version: 0.2.2 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14551 - timestamp: 1642876055775 -- platform: linux-64 - name: pyarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h0406937_1_cpu - - libarrow-acero ==14.0.1 h59595ed_1_cpu - - libarrow-dataset ==14.0.1 h59595ed_1_cpu - - libarrow-flight ==14.0.1 h120cb0d_1_cpu - - libarrow-flight-sql ==14.0.1 h61ff412_1_cpu - - libarrow-gandiva ==14.0.1 hacb8726_1_cpu - - libarrow-substrait ==14.0.1 h61ff412_1_cpu - - libgcc-ng >=12 - - libparquet ==14.0.1 h352af49_1_cpu - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-14.0.1-py311h39c9aba_1_cpu.conda - hash: - md5: ee5e344d03f1fe29c52f7cc55a755ac0 - sha256: 1846ed170dca8ad173a5e461760d0455832caa4fa630e28b98fd3c1d0360c70b - build: py311h39c9aba_1_cpu - arch: x86_64 - subdir: linux-64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 4506977 - timestamp: 1699524233524 -- platform: osx-64 - name: pyarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 hcf474e5_1_cpu - - libarrow-acero ==14.0.1 hc222712_1_cpu - - libarrow-dataset ==14.0.1 hc222712_1_cpu - - libarrow-flight ==14.0.1 ha1803ca_1_cpu - - libarrow-flight-sql ==14.0.1 h8ec153b_1_cpu - - libarrow-gandiva ==14.0.1 heeebe7c_1_cpu - - libarrow-substrait ==14.0.1 h8ec153b_1_cpu - - libcxx >=15.0.7 - - libparquet ==14.0.1 h27bd29f_1_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-14.0.1-py311h98a0319_1_cpu.conda - hash: - md5: e24dad73fe9135e0109e7a8e69bfe159 - sha256: 2ad952aeffd3b4b8339ba187982e15e74e0d126d4297e86a2b89e0f4e9aa60c5 - build: py311h98a0319_1_cpu - arch: x86_64 - subdir: osx-64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 4004259 - timestamp: 1699525854316 -- platform: osx-arm64 - name: pyarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libarrow ==14.0.1 h7bb5718_1_cpu - - libarrow-acero ==14.0.1 had9dd58_1_cpu - - libarrow-dataset ==14.0.1 had9dd58_1_cpu - - libarrow-flight ==14.0.1 h1011bfc_1_cpu - - libarrow-flight-sql ==14.0.1 h660fe36_1_cpu - - libarrow-gandiva ==14.0.1 h2b96968_1_cpu - - libarrow-substrait ==14.0.1 h594d712_1_cpu - - libcxx >=15.0.7 - - libparquet ==14.0.1 heaab74a_1_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-14.0.1-py311h637fcfe_1_cpu.conda - hash: - md5: 2e1207c4a320d41c7676e46f33306483 - sha256: d674b26018f29e37d3794124c79981c295642b389b9c3a55073cdeae71d0d606 - build: py311h637fcfe_1_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 4073439 - timestamp: 1699526918604 -- platform: win-64 - name: pyarrow - version: 14.0.1 - category: main - manager: conda - dependencies: - - libarrow ==14.0.1 h85f1704_1_cpu - - libarrow-acero ==14.0.1 h63175ca_1_cpu - - libarrow-dataset ==14.0.1 h63175ca_1_cpu - - libarrow-flight ==14.0.1 h53b1db0_1_cpu - - libarrow-flight-sql ==14.0.1 h78eab7c_1_cpu - - libarrow-gandiva ==14.0.1 hb2eaab1_1_cpu - - libarrow-substrait ==14.0.1 hd4c9904_1_cpu - - libparquet ==14.0.1 h7ec3a38_1_cpu - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-14.0.1-py311h6a6099b_1_cpu.conda - hash: - md5: 970851b5d18431596fb0058025dbc239 - sha256: f94c7f1b6b69d501b0014efbe4cbf0ebf25ec6438eb67161a4ad796068692003 - build: py311h6a6099b_1_cpu - arch: x86_64 - subdir: win-64 - build_number: 1 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 3474672 - timestamp: 1699525415355 -- platform: linux-64 - name: pycparser - version: '2.21' - category: main - manager: conda - dependencies: - - python 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 102747 - timestamp: 1636257201998 -- platform: osx-64 - name: pycparser - version: '2.21' - category: main - manager: conda - dependencies: - - python 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 102747 - timestamp: 1636257201998 -- platform: osx-arm64 - name: pycparser - version: '2.21' - category: main - manager: conda - dependencies: - - python 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 102747 - timestamp: 1636257201998 -- platform: win-64 - name: pycparser - version: '2.21' - category: main - manager: conda - dependencies: - - python 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 102747 - timestamp: 1636257201998 -- platform: linux-64 - name: pydata-sphinx-theme - version: 0.14.3 - category: main - manager: conda - dependencies: - - accessible-pygments * - - babel * - - beautifulsoup4 * - - docutils !=0.17.0 - - packaging * - - pygments >=2.7 - - python >=3.8 - - sphinx >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.3-pyhd8ed1ab_0.conda - hash: - md5: 3a52e29fde69705040bcbe74cbdcbd5c - sha256: c73745b048fd63d681066a1abaecbc9ff1be441b0dee62700f70d930734aee6f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1438543 - timestamp: 1698721430695 -- platform: osx-64 - name: pydata-sphinx-theme - version: 0.14.3 - category: main - manager: conda - dependencies: - - accessible-pygments * - - babel * - - beautifulsoup4 * - - docutils !=0.17.0 - - packaging * - - pygments >=2.7 - - python >=3.8 - - sphinx >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.3-pyhd8ed1ab_0.conda - hash: - md5: 3a52e29fde69705040bcbe74cbdcbd5c - sha256: c73745b048fd63d681066a1abaecbc9ff1be441b0dee62700f70d930734aee6f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1438543 - timestamp: 1698721430695 -- platform: osx-arm64 - name: pydata-sphinx-theme - version: 0.14.3 - category: main - manager: conda - dependencies: - - accessible-pygments * - - babel * - - beautifulsoup4 * - - docutils !=0.17.0 - - packaging * - - pygments >=2.7 - - python >=3.8 - - sphinx >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.3-pyhd8ed1ab_0.conda - hash: - md5: 3a52e29fde69705040bcbe74cbdcbd5c - sha256: c73745b048fd63d681066a1abaecbc9ff1be441b0dee62700f70d930734aee6f - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1438543 - timestamp: 1698721430695 -- platform: win-64 - name: pydata-sphinx-theme - version: 0.14.3 - category: main - manager: conda - dependencies: - - accessible-pygments * - - babel * - - beautifulsoup4 * - - docutils !=0.17.0 - - packaging * - - pygments >=2.7 - - python >=3.8 - - sphinx >=5.0 - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.3-pyhd8ed1ab_0.conda - hash: - md5: 3a52e29fde69705040bcbe74cbdcbd5c - sha256: c73745b048fd63d681066a1abaecbc9ff1be441b0dee62700f70d930734aee6f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1438543 - timestamp: 1698721430695 -- platform: linux-64 - name: pygments - version: 2.16.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 853439 - timestamp: 1691408777841 -- platform: osx-64 - name: pygments - version: 2.16.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 853439 - timestamp: 1691408777841 -- platform: osx-arm64 - name: pygments - version: 2.16.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 853439 - timestamp: 1691408777841 -- platform: win-64 - name: pygments - version: 2.16.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 853439 - timestamp: 1691408777841 -- platform: linux-64 - name: pymetis - version: 2023.1.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - metis >=5.1.1,<5.1.2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pymetis-2023.1.1-py311h6a6770c_1.conda - hash: - md5: 8f13e5570a6fccc837f4fc8a7e9a3936 - sha256: 97b5ae08083e382bd3177686c9271a2db2b1c92e1a921d622657a60d790dcec5 - build: py311h6a6770c_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 114581 - timestamp: 1695748133985 -- platform: osx-64 - name: pymetis - version: 2023.1.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - metis >=5.1.1,<5.1.2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pymetis-2023.1.1-py311hc658f6f_1.conda - hash: - md5: df6d312c1288f237d0ed907c03db93a9 - sha256: 8aa34714d5372277302046eb796171f321958cf0e7f212351076b951701f724a - build: py311hc658f6f_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 107729 - timestamp: 1695748173986 -- platform: osx-arm64 - name: pymetis - version: 2023.1.1 - category: main - manager: conda - dependencies: - - libcxx >=15.0.7 - - metis >=5.1.1,<5.1.2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pymetis-2023.1.1-py311hae4f866_1.conda - hash: - md5: 04e042fb756d5e666643148b74c00f01 - sha256: 0476e0433000f673632349f69dd55b256b48c3c746ba91890706a59e30d031cb - build: py311hae4f866_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 108757 - timestamp: 1695748458514 -- platform: win-64 - name: pymetis - version: 2023.1.1 - category: main - manager: conda - dependencies: - - metis >=5.1.0,<5.1.1.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pymetis-2023.1.1-py311hfec290d_1.conda - hash: - md5: 9e27b935f4d82ff8cf0b8c51922440fc - sha256: 42a882d5d36a6d83bac02dab581daabb5fe6e191188bfb6ca080d0047a5c5b70 - build: py311hfec290d_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 171624 - timestamp: 1695748381565 -- platform: linux-64 - name: pyparsing - version: 3.1.1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda - hash: - md5: 176f7d56f0cfe9008bdf1bccd7de02fb - sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 89521 - timestamp: 1690737983548 -- platform: osx-64 - name: pyparsing - version: 3.1.1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda - hash: - md5: 176f7d56f0cfe9008bdf1bccd7de02fb - sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 89521 - timestamp: 1690737983548 -- platform: osx-arm64 - name: pyparsing - version: 3.1.1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda - hash: - md5: 176f7d56f0cfe9008bdf1bccd7de02fb - sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 89521 - timestamp: 1690737983548 -- platform: win-64 - name: pyparsing - version: 3.1.1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda - hash: - md5: 176f7d56f0cfe9008bdf1bccd7de02fb - sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 89521 - timestamp: 1690737983548 -- platform: linux-64 - name: pyproj - version: 3.6.1 - category: main - manager: conda - dependencies: - - certifi * - - libgcc-ng >=12 - - proj >=9.3.0,<9.3.1.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.6.1-py311h1facc83_4.conda - hash: - md5: 75d504c6787edc377ebdba087a26a61b - sha256: 4eb94c421b5c635b770e5fbd2774cf1dd4570ad69baf1c248f978943df352896 - build: py311h1facc83_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - license: MIT - license_family: MIT - size: 551801 - timestamp: 1699268320734 -- platform: osx-64 - name: pyproj - version: 3.6.1 - category: main - manager: conda - dependencies: - - certifi * - - proj >=9.3.0,<9.3.1.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.6.1-py311he36daed_4.conda - hash: - md5: 28930c73c9c05d44d053620d44397b79 - sha256: d1d44bb257545006b128d30b4454c42e3f7cd133a1c53998afcf7253529f8263 - build: py311he36daed_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: MIT - license_family: MIT - size: 488697 - timestamp: 1699268417495 -- platform: osx-arm64 - name: pyproj - version: 3.6.1 - category: main - manager: conda - dependencies: - - certifi * - - proj >=9.3.0,<9.3.1.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py311h20a9b75_4.conda - hash: - md5: c55fab7aa4252057e5e5efa90bd10cbe - sha256: 9d9923063e21aac5831b3dca820be3a824366f6871c839ea545f9b5e7358c844 - build: py311h20a9b75_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: MIT - license_family: MIT - size: 493085 - timestamp: 1699268531169 -- platform: win-64 - name: pyproj - version: 3.6.1 - category: main - manager: conda - dependencies: - - certifi * - - proj >=9.3.0,<9.3.1.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.6.1-py311h517f58c_4.conda - hash: - md5: dae3c70f429ba572c615a54571904a55 - sha256: 084f0685616b53903238d941611cfdfe6ba49650307220a78ec9f7d9d89c0056 - build: py311h517f58c_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: MIT - license_family: MIT - size: 737448 - timestamp: 1699268741548 -- platform: linux-64 - name: pysocks - version: 1.7.1 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - build: pyha2e5f31_6 - arch: x86_64 - subdir: linux-64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18981 - timestamp: 1661604969727 -- platform: osx-64 - name: pysocks - version: 1.7.1 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - build: pyha2e5f31_6 - arch: x86_64 - subdir: osx-64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18981 - timestamp: 1661604969727 -- platform: osx-arm64 - name: pysocks - version: 1.7.1 - category: main - manager: conda - dependencies: - - __unix * - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - build: pyha2e5f31_6 - arch: aarch64 - subdir: osx-arm64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 18981 - timestamp: 1661604969727 -- platform: win-64 - name: pysocks - version: 1.7.1 - category: main - manager: conda - dependencies: - - __win * - - python >=3.8 - - win_inet_pton * - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 - hash: - md5: 56cd9fe388baac0e90c7149cfac95b60 - sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - build: pyh0701188_6 - arch: x86_64 - subdir: win-64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 19348 - timestamp: 1661605138291 -- platform: linux-64 - name: pytest - version: 7.4.3 - category: main - manager: conda - dependencies: - - colorama * - - exceptiongroup >=1.0.0rc8 - - iniconfig * - - packaging * - - pluggy >=0.12,<2.0 - - python >=3.7 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - noarch: python - size: 244758 - timestamp: 1698233883003 -- platform: osx-64 - name: pytest - version: 7.4.3 - category: main - manager: conda - dependencies: - - colorama * - - exceptiongroup >=1.0.0rc8 - - iniconfig * - - packaging * - - pluggy >=0.12,<2.0 - - python >=3.7 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - noarch: python - size: 244758 - timestamp: 1698233883003 -- platform: osx-arm64 - name: pytest - version: 7.4.3 - category: main - manager: conda - dependencies: - - colorama * - - exceptiongroup >=1.0.0rc8 - - iniconfig * - - packaging * - - pluggy >=0.12,<2.0 - - python >=3.7 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - noarch: python - size: 244758 - timestamp: 1698233883003 -- platform: win-64 - name: pytest - version: 7.4.3 - category: main - manager: conda - dependencies: - - colorama * - - exceptiongroup >=1.0.0rc8 - - iniconfig * - - packaging * - - pluggy >=0.12,<2.0 - - python >=3.7 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - noarch: python - size: 244758 - timestamp: 1698233883003 -- platform: linux-64 - name: pytest-cov - version: 4.1.0 - category: main - manager: conda - dependencies: - - coverage >=5.2.1 - - pytest >=4.6 - - python >=3.7 - - toml * - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 25436 - timestamp: 1684965001294 -- platform: osx-64 - name: pytest-cov - version: 4.1.0 - category: main - manager: conda - dependencies: - - coverage >=5.2.1 - - pytest >=4.6 - - python >=3.7 - - toml * - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 25436 - timestamp: 1684965001294 -- platform: osx-arm64 - name: pytest-cov - version: 4.1.0 - category: main - manager: conda - dependencies: - - coverage >=5.2.1 - - pytest >=4.6 - - python >=3.7 - - toml * - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 25436 - timestamp: 1684965001294 -- platform: win-64 - name: pytest-cov - version: 4.1.0 - category: main - manager: conda - dependencies: - - coverage >=5.2.1 - - pytest >=4.6 - - python >=3.7 - - toml * - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 25436 - timestamp: 1684965001294 -- platform: linux-64 - name: python - version: 3.11.6 - category: main - manager: conda - dependencies: - - 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.0,<2.1.0a0 - - libsqlite >=3.43.0,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata * - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.6-hab00c5b_0_cpython.conda - hash: - md5: b0dfbe2fcbfdb097d321bfd50ecddab1 - sha256: 84f13bd70cff5dcdaee19263b2d4291d5793856a718efc1b63a9cfa9eb6e2ca1 - build: hab00c5b_0_cpython - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 30720625 - timestamp: 1696331287478 -- platform: osx-64 - name: python - version: 3.11.6 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata * - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.6-h30d4d87_0_cpython.conda - hash: - md5: 4d66c5fc01e9be526afe5d828d4de24d - sha256: e3ed331204fbeb03a9a2c2fa834e74997ad4f732ba2124b36f327d38b0cded93 - build: h30d4d87_0_cpython - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 15393521 - timestamp: 1696330855485 -- platform: osx-arm64 - name: python - version: 3.11.6 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.1.3,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata * - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.6-h47c9636_0_cpython.conda - hash: - md5: 2271df1db9534f5cac7c2d0820c3359d - sha256: 77054fa9a8fc30f71a18f599ee2897905a3c515202b614fa0f793add7a04a155 - build: h47c9636_0_cpython - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 14626958 - timestamp: 1696329727433 -- platform: win-64 - name: python - version: 3.11.6 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.43.0,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.3,<4.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.6-h2628c8c_0_cpython.conda - hash: - md5: 80b761856b20383615a3fe8b1b13eef8 - sha256: 7fb38fda8296b2651ef727bb57603f0952c07fc533b172044395744a2641a00a - build: h2628c8c_0_cpython - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 18121128 - timestamp: 1696329396864 -- platform: linux-64 - name: python-dateutil - version: 2.8.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 245987 - timestamp: 1626286448716 -- platform: osx-64 - name: python-dateutil - version: 2.8.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 245987 - timestamp: 1626286448716 -- platform: osx-arm64 - name: python-dateutil - version: 2.8.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 245987 - timestamp: 1626286448716 -- platform: win-64 - name: python-dateutil - version: 2.8.2 - category: main - manager: conda - dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 245987 - timestamp: 1626286448716 -- platform: linux-64 - name: python-tzdata - version: '2023.3' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 143131 - timestamp: 1680081272948 -- platform: osx-64 - name: python-tzdata - version: '2023.3' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 143131 - timestamp: 1680081272948 -- platform: osx-arm64 - name: python-tzdata - version: '2023.3' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 143131 - timestamp: 1680081272948 -- platform: win-64 - name: python-tzdata - version: '2023.3' - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 143131 - timestamp: 1680081272948 -- platform: linux-64 - name: python_abi - version: '3.11' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda - hash: - md5: d786502c97404c94d7d58d258a445a65 - sha256: 0be3ac1bf852d64f553220c7e6457e9c047dfb7412da9d22fbaa67e60858b3cf - build: 4_cp311 - arch: x86_64 - subdir: linux-64 - build_number: 4 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6385 - timestamp: 1695147338551 -- platform: osx-64 - name: python_abi - version: '3.11' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda - hash: - md5: fef7a52f0eca6bae9e8e2e255bc86394 - sha256: f56dfe2a57b3b27bad3f9527f943548e8b2526e949d9d6fc0a383020d9359afe - build: 4_cp311 - arch: x86_64 - subdir: osx-64 - build_number: 4 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6478 - timestamp: 1695147518012 -- platform: osx-arm64 - name: python_abi - version: '3.11' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda - hash: - md5: 8d3751bc73d3bbb66f216fa2331d5649 - sha256: 4837089c477b9b84fa38a17f453e6634e68237267211b27a8a2f5ccd847f4e55 - build: 4_cp311 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6492 - timestamp: 1695147509940 -- platform: win-64 - name: python_abi - version: '3.11' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda - hash: - md5: 70513332c71b56eace4ee6441e66c012 - sha256: 67c2aade3e2160642eec0742384e766b20c766055e3d99335681e3e05d88ed7b - build: 4_cp311 - arch: x86_64 - subdir: win-64 - build_number: 4 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6755 - timestamp: 1695147711935 -- platform: linux-64 - name: pytz - version: 2023.3.post1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 187454 - timestamp: 1693930444432 -- platform: osx-64 - name: pytz - version: 2023.3.post1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 187454 - timestamp: 1693930444432 -- platform: osx-arm64 - name: pytz - version: 2023.3.post1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 187454 - timestamp: 1693930444432 -- platform: win-64 - name: pytz - version: 2023.3.post1 - category: main - manager: conda - dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 187454 - timestamp: 1693930444432 -- platform: win-64 - name: pywin32 - version: '306' - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py311h12c1d0e_2.conda - hash: - md5: 25df0fc55722ea1a94494f41302e2d1c - sha256: 79d942817bdaf384602113e5fcb9158dc45cae4044bed308918a5db97f141fdb - build: py311h12c1d0e_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: PSF-2.0 - license_family: PSF - size: 6124285 - timestamp: 1695974706892 -- platform: win-64 - name: pywin32-ctypes - version: 0.2.2 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-ctypes-0.2.2-py311h1ea47a8_1.conda - hash: - md5: e1270294a55b716f9b76900340e8fc82 - sha256: 75a80bda3a87ae9387e8860be7a5271a67846d8929fe8c99799ed40eb085130a - build: py311h1ea47a8_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 57331 - timestamp: 1695395348158 -- platform: linux-64 - name: pyyaml - version: 6.0.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py311h459d7ec_1.conda - hash: - md5: 52719a74ad130de8fb5d047dc91f247a - sha256: 28729ef1ffa7f6f9dfd54345a47c7faac5d34296d66a2b9891fb147f4efe1348 - build: py311h459d7ec_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 200626 - timestamp: 1695373818537 -- platform: osx-64 - name: pyyaml - version: 6.0.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py311h2725bcf_1.conda - hash: - md5: 9283f991b5e5856a99f8aabba9927df5 - sha256: 8ce2ba443414170a2570514d0ce6d03625a847e91af9763d48dc58c338e6f7f3 - build: py311h2725bcf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 188606 - timestamp: 1695373840022 -- platform: osx-arm64 - name: pyyaml - version: 6.0.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py311heffc1b2_1.conda - hash: - md5: d310bfbb8230b9175c0cbc10189ad804 - sha256: b155f5c27f0e2951256774628c4b91fdeee3267018eef29897a74e3d1316c8b0 - build: py311heffc1b2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - size: 187795 - timestamp: 1695373829282 -- platform: win-64 - name: pyyaml - version: 6.0.1 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py311ha68e1ae_1.conda - hash: - md5: 2b4128962cd665153e946f2a88667a3b - sha256: 4fb0770fc70381a8ab3ced33413ad9dc5e82d4c535b593edd580113ce8760298 - build: py311ha68e1ae_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 175469 - timestamp: 1695374086205 -- platform: linux-64 - name: pyzmq - version: 25.1.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.2-py311h34ded2d_0.conda - hash: - md5: 819aa640a0493d4b52faf938e94d129e - sha256: 54ccdde1370d8a373e516b84bd7fe4af394f8c6f3778eb050de82f04ffb86160 - build: py311h34ded2d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause AND LGPL-3.0-or-later - size: 536511 - timestamp: 1701783341090 -- platform: osx-64 - name: pyzmq - version: 25.1.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libsodium >=1.0.18,<1.0.19.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.2-py311h889d6d6_0.conda - hash: - md5: 241fde77a74bd223562662af26f4828b - sha256: a8cb598edd68b3d2ca88cd2cdbc60c9180a392c393dd58aaf25e9897697d28d3 - build: py311h889d6d6_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause AND LGPL-3.0-or-later - size: 495677 - timestamp: 1701783560340 -- platform: osx-arm64 - name: pyzmq - version: 25.1.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libsodium >=1.0.18,<1.0.19.0a0 - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - zeromq >=4.3.5,<4.4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.2-py311h6727e71_0.conda - hash: - md5: c0ab7687c09ec2c12d4110c2d5ba7050 - sha256: 684dc254a778600fb4ce31d6e3a82f18bf3a2779d71b06d237e76357dda8be9e - build: py311h6727e71_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause AND LGPL-3.0-or-later - size: 501598 - timestamp: 1701783698571 -- platform: win-64 - name: pyzmq - version: 25.1.2 - category: main - manager: conda - dependencies: - - libsodium >=1.0.18,<1.0.19.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 - - zeromq >=4.3.5,<4.3.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.2-py311h9250fbb_0.conda - hash: - md5: 9a0376e721950ec687fc53f7e8a9582f - sha256: f33f21226e4b0146727419a4bcf5ddcc06ea8544ea3895fcfd036069bec5e610 - build: py311h9250fbb_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause AND LGPL-3.0-or-later - size: 490973 - timestamp: 1701783719678 -- platform: linux-64 - name: rdma-core - version: '28.9' - category: main - manager: conda - dependencies: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda - hash: - md5: aeffb7c06b5f65e55e6c637408dc4100 - sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 - build: h59595ed_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Linux-OpenIB - license_family: BSD - size: 3735644 - timestamp: 1684785130341 -- platform: linux-64 - name: re2 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libre2-11 ==2023.6.2 h7a70373_0 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.06.02-h2873b5e_0.conda - hash: - md5: bb2d5e593ef13fe4aff0bc9440f945ae - sha256: 3e0bfb04b6d43312d711c5b49dbc3c7660b2e6e681ed504b1b322794462a1bcd - build: h2873b5e_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 26953 - timestamp: 1697065840782 -- platform: osx-64 - name: re2 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libre2-11 ==2023.6.2 h4694dbf_0 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.06.02-hd34609a_0.conda - hash: - md5: e498042c254db56d398b6ee858888b9d - sha256: dd749346b868ac9a8765cd18e102f808103330b3fc1fac5d267fbf4257ea31c9 - build: hd34609a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 27005 - timestamp: 1697065900029 -- platform: osx-arm64 - name: re2 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libre2-11 ==2023.6.2 h1753957_0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.06.02-h6135d0a_0.conda - hash: - md5: 8f23674174b155300696a2be8b5c1407 - sha256: 963847258a82d9647311c5eb8829a49ac2161df12a304d5d6e61f788f0563442 - build: h6135d0a_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 27073 - timestamp: 1697065856329 -- platform: win-64 - name: re2 - version: 2023.06.02 - category: main - manager: conda - dependencies: - - libre2-11 ==2023.6.2 h8c5ae5e_0 - url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.06.02-hcbb65ff_0.conda - hash: - md5: aabaf2fe639029a25b39b6b14a1aa760 - sha256: 97cfa7fe2e4111bd0915b8e14f1f1a00ee3fab14758ac89620c5e119c668e5b8 - build: hcbb65ff_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 203957 - timestamp: 1697066138562 -- platform: linux-64 - name: readline - version: '8.2' - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - hash: - md5: 47d31b792659ce70f470b5c82fdfb7a4 - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - build: h8228510_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 281456 - timestamp: 1679532220005 -- platform: osx-64 - name: readline - version: '8.2' - category: main - manager: conda - dependencies: - - ncurses >=6.3,<7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - hash: - md5: f17f77f2acf4d344734bda76829ce14e - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - build: h9e318b2_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 -- platform: osx-arm64 - name: readline - version: '8.2' - category: main - manager: conda - dependencies: - - ncurses >=6.3,<7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - hash: - md5: 8cbb776a2f641b943d413b3e19df71f4 - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - build: h92ec313_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 250351 - timestamp: 1679532511311 -- platform: linux-64 - name: readme_renderer - version: '42.0' - category: main - manager: conda - dependencies: - - cmarkgfm >=0.8.0 - - docutils >=0.13.1 - - nh3 >=0.2.14 - - pygments >=2.5.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda - hash: - md5: fdc16f5dc3a911d8f43f64f814a45961 - sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 17373 - timestamp: 1694242843889 -- platform: osx-64 - name: readme_renderer - version: '42.0' - category: main - manager: conda - dependencies: - - cmarkgfm >=0.8.0 - - docutils >=0.13.1 - - nh3 >=0.2.14 - - pygments >=2.5.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda - hash: - md5: fdc16f5dc3a911d8f43f64f814a45961 - sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 17373 - timestamp: 1694242843889 -- platform: osx-arm64 - name: readme_renderer - version: '42.0' - category: main - manager: conda - dependencies: - - cmarkgfm >=0.8.0 - - docutils >=0.13.1 - - nh3 >=0.2.14 - - pygments >=2.5.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda - hash: - md5: fdc16f5dc3a911d8f43f64f814a45961 - sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 17373 - timestamp: 1694242843889 -- platform: win-64 - name: readme_renderer - version: '42.0' - category: main - manager: conda - dependencies: - - cmarkgfm >=0.8.0 - - docutils >=0.13.1 - - nh3 >=0.2.14 - - pygments >=2.5.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda - hash: - md5: fdc16f5dc3a911d8f43f64f814a45961 - sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 17373 - timestamp: 1694242843889 -- platform: linux-64 - name: requests - version: 2.31.0 - category: main - manager: conda - dependencies: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.7 - - urllib3 >=1.21.1,<3 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 56690 - timestamp: 1684774408600 -- platform: osx-64 - name: requests - version: 2.31.0 - category: main - manager: conda - dependencies: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.7 - - urllib3 >=1.21.1,<3 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 56690 - timestamp: 1684774408600 -- platform: osx-arm64 - name: requests - version: 2.31.0 - category: main - manager: conda - dependencies: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.7 - - urllib3 >=1.21.1,<3 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 56690 - timestamp: 1684774408600 -- platform: win-64 - name: requests - version: 2.31.0 - category: main - manager: conda - dependencies: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.7 - - urllib3 >=1.21.1,<3 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 56690 - timestamp: 1684774408600 -- platform: linux-64 - name: requests-toolbelt - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=3.6 - - requests >=2.0.1,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: 99c98318c8646b08cc764f90ce98906e - sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 43939 - timestamp: 1682953467574 -- platform: osx-64 - name: requests-toolbelt - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=3.6 - - requests >=2.0.1,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: 99c98318c8646b08cc764f90ce98906e - sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 43939 - timestamp: 1682953467574 -- platform: osx-arm64 - name: requests-toolbelt - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=3.6 - - requests >=2.0.1,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: 99c98318c8646b08cc764f90ce98906e - sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 43939 - timestamp: 1682953467574 -- platform: win-64 - name: requests-toolbelt - version: 1.0.0 - category: main - manager: conda - dependencies: - - python >=3.6 - - requests >=2.0.1,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: 99c98318c8646b08cc764f90ce98906e - sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 43939 - timestamp: 1682953467574 -- platform: linux-64 - name: rfc3986 - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d337886e38f965bf97aaec382ff6db00 - sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 34075 - timestamp: 1641825125307 -- platform: osx-64 - name: rfc3986 - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d337886e38f965bf97aaec382ff6db00 - sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 34075 - timestamp: 1641825125307 -- platform: osx-arm64 - name: rfc3986 - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d337886e38f965bf97aaec382ff6db00 - sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 34075 - timestamp: 1641825125307 -- platform: win-64 - name: rfc3986 - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d337886e38f965bf97aaec382ff6db00 - sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 34075 - timestamp: 1641825125307 -- platform: linux-64 - name: rich - version: 13.7.0 - category: main - manager: conda - dependencies: - - markdown-it-py >=2.2.0 - - pygments >=2.13.0,<3.0.0 - - python >=3.7.0 - - typing_extensions >=4.0.0,<5.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/rich-13.7.0-pyhd8ed1ab_0.conda - hash: - md5: d7a11d4f3024b2f4a6e0ae7377dd61e9 - sha256: 4bb25bf1f5664772b2c4c2e3878aa6e7dc2695f97e3da4ee8e47c51e179913bb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 184071 - timestamp: 1700160247583 -- platform: osx-64 - name: rich - version: 13.7.0 - category: main - manager: conda - dependencies: - - markdown-it-py >=2.2.0 - - pygments >=2.13.0,<3.0.0 - - python >=3.7.0 - - typing_extensions >=4.0.0,<5.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/rich-13.7.0-pyhd8ed1ab_0.conda - hash: - md5: d7a11d4f3024b2f4a6e0ae7377dd61e9 - sha256: 4bb25bf1f5664772b2c4c2e3878aa6e7dc2695f97e3da4ee8e47c51e179913bb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 184071 - timestamp: 1700160247583 -- platform: osx-arm64 - name: rich - version: 13.7.0 - category: main - manager: conda - dependencies: - - markdown-it-py >=2.2.0 - - pygments >=2.13.0,<3.0.0 - - python >=3.7.0 - - typing_extensions >=4.0.0,<5.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/rich-13.7.0-pyhd8ed1ab_0.conda - hash: - md5: d7a11d4f3024b2f4a6e0ae7377dd61e9 - sha256: 4bb25bf1f5664772b2c4c2e3878aa6e7dc2695f97e3da4ee8e47c51e179913bb - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 184071 - timestamp: 1700160247583 -- platform: win-64 - name: rich - version: 13.7.0 - category: main - manager: conda - dependencies: - - markdown-it-py >=2.2.0 - - pygments >=2.13.0,<3.0.0 - - python >=3.7.0 - - typing_extensions >=4.0.0,<5.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/rich-13.7.0-pyhd8ed1ab_0.conda - hash: - md5: d7a11d4f3024b2f4a6e0ae7377dd61e9 - sha256: 4bb25bf1f5664772b2c4c2e3878aa6e7dc2695f97e3da4ee8e47c51e179913bb - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 184071 - timestamp: 1700160247583 -- platform: linux-64 - name: rtree - version: 1.1.0 - category: main - manager: conda - dependencies: - - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/rtree-1.1.0-py311h3bb2b0f_0.conda - hash: - md5: 341bbb97186f23835d2d0456d96c5aba - sha256: 555d5b653283380ed397f4bbfa47ab7c62c2173ca06f9dadc5eb0b1bd99c95a7 - build: py311h3bb2b0f_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 62552 - timestamp: 1697503426564 -- platform: osx-64 - name: rtree - version: 1.1.0 - category: main - manager: conda - dependencies: - - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/rtree-1.1.0-py311hbc1f44b_0.conda - hash: - md5: 4cf922188989b372f053537cea29a5ec - sha256: 7421188ce73f9c1cfe4ba8d476570f04994c42e7a33a4ffa52dcd325f58d577c - build: py311hbc1f44b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 62672 - timestamp: 1697503665618 -- platform: osx-arm64 - name: rtree - version: 1.1.0 - category: main - manager: conda - dependencies: - - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.1.0-py311hd698ff7_0.conda - hash: - md5: 957242aceae3dcf8049feabf99c18814 - sha256: 3bfa6f07272e4a1311433097e3e2c071926f476b9c8bd38e9520053479fe3b14 - build: py311hd698ff7_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 63362 - timestamp: 1697503597550 -- platform: win-64 - name: rtree - version: 1.1.0 - category: main - manager: conda - dependencies: - - libspatialindex >=1.9.3,<1.9.4.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/rtree-1.1.0-py311hcacb13a_0.conda - hash: - md5: d02d32b82431af0097bb0bce78720ad8 - sha256: 97db7dd5cc1b36379468084796bbd49c7428f9f81677294f940a364505f6272c - build: py311hcacb13a_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 63487 - timestamp: 1697503620756 -- platform: linux-64 - name: ruff - version: 0.1.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.5-py311h7145743_0.conda - hash: - md5: fb689551fcdea23b9edbe3aefea691b0 - sha256: 957be00fcff45d338024a7623f4016de3e59265f005e1216c5b2d178f82a1ace - build: py311h7145743_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 4837715 - timestamp: 1699507498365 -- platform: osx-64 - name: ruff - version: 0.1.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.5-py311hec6fdf1_0.conda - hash: - md5: ff29608b152cbd76c422ad3f97004876 - sha256: ec15e79d5131afdd4592f7c1a878df0b7a8e022d5b644ab9fcb8d431915b4082 - build: py311hec6fdf1_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 4589293 - timestamp: 1699508029856 -- platform: osx-arm64 - name: ruff - version: 0.1.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.5-py311h6fc163c_0.conda - hash: - md5: 24659c389d8601c8076fb9401f3c59ed - sha256: a496efea6c4723c7a0e9ef11f38c8237c913ff3b6911085f1793885d102101a5 - build: py311h6fc163c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 4352507 - timestamp: 1699508211540 -- platform: win-64 - name: ruff - version: 0.1.5 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.5-py311hc14472d_0.conda - hash: - md5: d76d37dff16a88d763749ecbbe01b53d - sha256: fe3d7b09bb772e45e4a4a31274f4feca0ec4b165560b49f64ac1ff7f143c35be - build: py311hc14472d_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 4748020 - timestamp: 1699508487043 -- platform: linux-64 - name: s2n - version: 1.3.56 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.56-h06160fa_0.conda - hash: - md5: 04b4845b9e9b5a0ee6eba013ecdbbddb - sha256: 4c00411d49fefc6a53167c3120e386b3f35510544a44d2e647615b510a622f29 - build: h06160fa_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 388899 - timestamp: 1698888330995 -- platform: linux-64 - name: scikit-learn - version: 1.3.2 - category: main - manager: conda - dependencies: - - _openmp_mutex >=4.5 - - joblib >=1.1.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - scipy * - - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py311hc009520_1.conda - hash: - md5: 6b92d3d0680eae9d1d9860a721f7fb51 - sha256: 638253cba17e44081674b2dd7bee2025c202e91b653182da511ca57de942689d - build: py311hc009520_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 9575097 - timestamp: 1698225284583 -- platform: osx-64 - name: scikit-learn - version: 1.3.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 - - llvm-openmp >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - scipy * - - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.2-py311h66081b9_1.conda - hash: - md5: a7053f3e86b6b9139593a027c54e3097 - sha256: 0b4aee092d4689d07aa95ed1d1071eeb74a5e011d34bc9ebd9b27e9b2166db7e - build: py311h66081b9_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 8805008 - timestamp: 1698226061893 -- platform: osx-arm64 - name: scikit-learn - version: 1.3.2 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 - - llvm-openmp >=16.0.6 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - - scipy * - - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py311ha25ca4d_1.conda - hash: - md5: dea73952c589de24ec577c41fac181c5 - sha256: 589bca23648b8969b16a36f87d7114a12fbe88d665cde32427c7126e5b34e63c - build: py311ha25ca4d_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 8840075 - timestamp: 1698225663288 -- platform: win-64 - name: scikit-learn - version: 1.3.2 - category: main - manager: conda - dependencies: - - joblib >=1.1.1 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - scipy * - - threadpoolctl >=2.0.0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.3.2-py311h142b183_1.conda - hash: - md5: a24599e0d80cf658b7d942c82907caef - sha256: 55893f59edf4bc55c6911b82207dc3d0052e28ebbef94ed0643f887a2c231fd7 - build: py311h142b183_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 8328461 - timestamp: 1698225997015 -- platform: linux-64 - name: scipy - version: 1.11.3 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 - - libgfortran-ng * - - libgfortran5 >=12.3.0 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.3-py311h64a7726_1.conda - hash: - md5: e4b4d3b764e2d029477d0db88248a8b5 - sha256: 13ea70afe49a3c92fb9b82a6efcfa23a05ca8f24ec2dff22597d651e0e2b4767 - build: py311h64a7726_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 16002963 - timestamp: 1696468652023 -- platform: osx-64 - name: scipy - version: 1.11.3 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 - - libgfortran 5.* - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.3-py311h16c3c4d_1.conda - hash: - md5: 77164acef9bc09545bd3324a8f986be5 - sha256: 78270d60ea00482b4f64a4b2d5d4e432f48125f6b76780e2094c8363ad48b611 - build: py311h16c3c4d_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 16243071 - timestamp: 1696469112175 -- platform: osx-arm64 - name: scipy - version: 1.11.3 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=15.0.7 - - libgfortran 5.* - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.3-py311h93d07a4_1.conda - hash: - md5: 1c687552b288a801a7851166f2494768 - sha256: 6347f47c02eef02afe1e5534c88269f73b2da28cdff8c826b210e529b8bd1f07 - build: py311h93d07a4_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 15110473 - timestamp: 1696469388055 -- platform: win-64 - name: scipy - version: 1.11.3 - category: main - manager: conda - dependencies: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.3-py311h0b4df5a_1.conda - hash: - md5: 67910f5db4ee7b8bbf39250c167d3a34 - sha256: 1fc5493e5c6706c3e1a925090478f1c8306f493602cb8a4d935de8aa361be36c - build: py311h0b4df5a_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 14873188 - timestamp: 1696469599650 -- platform: linux-64 - name: secretstorage - version: 3.3.3 - category: main - manager: conda - dependencies: - - cryptography - - dbus - - jeepney >=0.6 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/secretstorage-3.3.3-py311h38be061_2.conda - hash: - md5: 30a57eaa8e72cb0c2c84d6d7db32010c - sha256: 45e7d85a3663993e8bffdb7c6040561923c848e3262228b163042663caa4485e - build: py311h38be061_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: BSD-3-Clause - license_family: BSD - size: 32421 - timestamp: 1695551942931 -- platform: linux-64 - name: setuptools - version: 68.2.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 464399 - timestamp: 1694548452441 -- platform: osx-64 - name: setuptools - version: 68.2.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 464399 - timestamp: 1694548452441 -- platform: osx-arm64 - name: setuptools - version: 68.2.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 464399 - timestamp: 1694548452441 -- platform: win-64 - name: setuptools - version: 68.2.2 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 464399 - timestamp: 1694548452441 -- platform: linux-64 - name: shapely - version: 2.0.2 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - libgcc-ng >=12 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.2-py311he06c224_0.conda - hash: - md5: c90e2469d7512f3bba893533a82d7a02 - sha256: 2a02e516c57a2122cf9acaec54b75a821ad5f959a7702b17cb8df2c3fe31ef20 - build: py311he06c224_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 574587 - timestamp: 1697191790758 -- platform: osx-64 - name: shapely - version: 2.0.2 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.2-py311h359915d_0.conda - hash: - md5: 5569c5122a7938835a8a7c498aaded67 - sha256: 240cca365e75d5f5aa09ee62c95813288d3652f666a1ab227015195316b8f9fe - build: py311h359915d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 543102 - timestamp: 1697191795638 -- platform: osx-arm64 - name: shapely - version: 2.0.2 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.2-py311h4826c84_0.conda - hash: - md5: a9de7ff7899a7067646aa7053eb5737c - sha256: 3d08d9553565704fef53d0c9cb901bb2f40337f0a590b3ea714d363a34ee2250 - build: py311h4826c84_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 541397 - timestamp: 1697191908684 -- platform: win-64 - name: shapely - version: 2.0.2 - category: main - manager: conda - dependencies: - - geos >=3.12.0,<3.12.1.0a0 - - numpy >=1.23.5,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.2-py311h72efec2_0.conda - hash: - md5: 617eaf53ee620cdb0f3b5928c054e6af - sha256: 23adfdb0f4911fd58845485d318e647161b8c2b316c5c0f40ca40295d09e96e3 - build: py311h72efec2_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 543280 - timestamp: 1697191896614 -- platform: linux-64 - name: six - version: 1.16.0 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 -- platform: osx-64 - name: six - version: 1.16.0 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 -- platform: osx-arm64 - name: six - version: 1.16.0 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 -- platform: win-64 - name: six - version: 1.16.0 - category: main - manager: conda - dependencies: - - python * - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 -- platform: linux-64 - name: snappy - version: 1.1.10 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda - hash: - md5: e6d228cd0bb74a51dd18f5bfce0b4115 - sha256: 02219f2382b4fe39250627dade087a4412d811936a5a445636b7260477164eac - build: h9fff704_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 38865 - timestamp: 1678534590321 -- platform: osx-64 - name: snappy - version: 1.1.10 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda - hash: - md5: 4320a8781f14cd959689b86e349f3b73 - sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b - build: h225ccf5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 34657 - timestamp: 1678534768395 -- platform: osx-arm64 - name: snappy - version: 1.1.10 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda - hash: - md5: ac82a611d1a67a598096ebaa857198e3 - sha256: dfae03cd2339587871e53b42833657faa4c9e42e3e2c56ee9e32bc60797c7f62 - build: h17c5cce_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 33879 - timestamp: 1678534968831 -- platform: win-64 - name: snappy - version: 1.1.10 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda - hash: - md5: cff1df79c9cff719460eb2dd172568de - sha256: 2a195b38cb63f03ad9f73a82db52434ebefe216fb70f7ea3defe4ddf263d408a - build: hfb803bf_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 57065 - timestamp: 1678534804734 -- platform: linux-64 - name: snowballstemmer - version: 2.2.0 - category: main - manager: conda - dependencies: - - python >=2 - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4d22a9315e78c6827f806065957d566e - sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 58824 - timestamp: 1637143137377 -- platform: osx-64 - name: snowballstemmer - version: 2.2.0 - category: main - manager: conda - dependencies: - - python >=2 - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4d22a9315e78c6827f806065957d566e - sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 58824 - timestamp: 1637143137377 -- platform: osx-arm64 - name: snowballstemmer - version: 2.2.0 - category: main - manager: conda - dependencies: - - python >=2 - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4d22a9315e78c6827f806065957d566e - sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 58824 - timestamp: 1637143137377 -- platform: win-64 - name: snowballstemmer - version: 2.2.0 - category: main - manager: conda - dependencies: - - python >=2 - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4d22a9315e78c6827f806065957d566e - sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 58824 - timestamp: 1637143137377 -- platform: linux-64 - name: sortedcontainers - version: 2.4.0 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26314 - timestamp: 1621217159824 -- platform: osx-64 - name: sortedcontainers - version: 2.4.0 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26314 - timestamp: 1621217159824 -- platform: osx-arm64 - name: sortedcontainers - version: 2.4.0 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26314 - timestamp: 1621217159824 -- platform: win-64 - name: sortedcontainers - version: 2.4.0 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26314 - timestamp: 1621217159824 -- platform: linux-64 - name: soupsieve - version: '2.5' - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 36754 - timestamp: 1693929424267 -- platform: osx-64 - name: soupsieve - version: '2.5' - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 36754 - timestamp: 1693929424267 -- platform: osx-arm64 - name: soupsieve - version: '2.5' - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 36754 - timestamp: 1693929424267 -- platform: win-64 - name: soupsieve - version: '2.5' - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 36754 - timestamp: 1693929424267 -- platform: linux-64 - name: sphinx - version: 7.2.6 - category: main - manager: conda - dependencies: - - alabaster >=0.7,<0.8 - - babel >=2.9 - - colorama >=0.4.5 - - docutils >=0.18.1,<0.21 - - imagesize >=1.3 - - importlib-metadata >=4.8 - - jinja2 >=3.0 - - packaging >=21.0 - - pygments >=2.14 - - python >=3.9 - - requests >=2.25.0 - - snowballstemmer >=2.0 - - sphinxcontrib-applehelp * - - sphinxcontrib-devhelp * - - sphinxcontrib-htmlhelp >=2.0.0 - - sphinxcontrib-jsmath * - - sphinxcontrib-qthelp * - - sphinxcontrib-serializinghtml >=1.1.9 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.2.6-pyhd8ed1ab_0.conda - hash: - md5: bbfd1120d1824d2d073bc65935f0e4c0 - sha256: 665d1fe6d20c6cc672ff20e6ebb405860f878b487d3d8d86a5952733fb7bbc42 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 1281207 - timestamp: 1694647544854 -- platform: osx-64 - name: sphinx - version: 7.2.6 - category: main - manager: conda - dependencies: - - alabaster >=0.7,<0.8 - - babel >=2.9 - - colorama >=0.4.5 - - docutils >=0.18.1,<0.21 - - imagesize >=1.3 - - importlib-metadata >=4.8 - - jinja2 >=3.0 - - packaging >=21.0 - - pygments >=2.14 - - python >=3.9 - - requests >=2.25.0 - - snowballstemmer >=2.0 - - sphinxcontrib-applehelp * - - sphinxcontrib-devhelp * - - sphinxcontrib-htmlhelp >=2.0.0 - - sphinxcontrib-jsmath * - - sphinxcontrib-qthelp * - - sphinxcontrib-serializinghtml >=1.1.9 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.2.6-pyhd8ed1ab_0.conda - hash: - md5: bbfd1120d1824d2d073bc65935f0e4c0 - sha256: 665d1fe6d20c6cc672ff20e6ebb405860f878b487d3d8d86a5952733fb7bbc42 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 1281207 - timestamp: 1694647544854 -- platform: osx-arm64 - name: sphinx - version: 7.2.6 - category: main - manager: conda - dependencies: - - alabaster >=0.7,<0.8 - - babel >=2.9 - - colorama >=0.4.5 - - docutils >=0.18.1,<0.21 - - imagesize >=1.3 - - importlib-metadata >=4.8 - - jinja2 >=3.0 - - packaging >=21.0 - - pygments >=2.14 - - python >=3.9 - - requests >=2.25.0 - - snowballstemmer >=2.0 - - sphinxcontrib-applehelp * - - sphinxcontrib-devhelp * - - sphinxcontrib-htmlhelp >=2.0.0 - - sphinxcontrib-jsmath * - - sphinxcontrib-qthelp * - - sphinxcontrib-serializinghtml >=1.1.9 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.2.6-pyhd8ed1ab_0.conda - hash: - md5: bbfd1120d1824d2d073bc65935f0e4c0 - sha256: 665d1fe6d20c6cc672ff20e6ebb405860f878b487d3d8d86a5952733fb7bbc42 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 1281207 - timestamp: 1694647544854 -- platform: win-64 - name: sphinx - version: 7.2.6 - category: main - manager: conda - dependencies: - - alabaster >=0.7,<0.8 - - babel >=2.9 - - colorama >=0.4.5 - - docutils >=0.18.1,<0.21 - - imagesize >=1.3 - - importlib-metadata >=4.8 - - jinja2 >=3.0 - - packaging >=21.0 - - pygments >=2.14 - - python >=3.9 - - requests >=2.25.0 - - snowballstemmer >=2.0 - - sphinxcontrib-applehelp * - - sphinxcontrib-devhelp * - - sphinxcontrib-htmlhelp >=2.0.0 - - sphinxcontrib-jsmath * - - sphinxcontrib-qthelp * - - sphinxcontrib-serializinghtml >=1.1.9 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.2.6-pyhd8ed1ab_0.conda - hash: - md5: bbfd1120d1824d2d073bc65935f0e4c0 - sha256: 665d1fe6d20c6cc672ff20e6ebb405860f878b487d3d8d86a5952733fb7bbc42 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 1281207 - timestamp: 1694647544854 -- platform: linux-64 - name: sphinx-gallery - version: 0.14.0 - category: main - manager: conda - dependencies: - - matplotlib-base * - - pillow * - - python >=3 - - sphinx >=1.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-gallery-0.14.0-pyhd8ed1ab_0.conda - hash: - md5: b3788794f88c9512393032e448428261 - sha256: d9421604023b36e336496bb03461414cd07ced3514ed15c1d9f598178fb9d86e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 129488 - timestamp: 1692378186641 -- platform: osx-64 - name: sphinx-gallery - version: 0.14.0 - category: main - manager: conda - dependencies: - - matplotlib-base * - - pillow * - - python >=3 - - sphinx >=1.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-gallery-0.14.0-pyhd8ed1ab_0.conda - hash: - md5: b3788794f88c9512393032e448428261 - sha256: d9421604023b36e336496bb03461414cd07ced3514ed15c1d9f598178fb9d86e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 129488 - timestamp: 1692378186641 -- platform: osx-arm64 - name: sphinx-gallery - version: 0.14.0 - category: main - manager: conda - dependencies: - - matplotlib-base * - - pillow * - - python >=3 - - sphinx >=1.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-gallery-0.14.0-pyhd8ed1ab_0.conda - hash: - md5: b3788794f88c9512393032e448428261 - sha256: d9421604023b36e336496bb03461414cd07ced3514ed15c1d9f598178fb9d86e - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 129488 - timestamp: 1692378186641 -- platform: win-64 - name: sphinx-gallery - version: 0.14.0 - category: main - manager: conda - dependencies: - - matplotlib-base * - - pillow * - - python >=3 - - sphinx >=1.8.3 - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-gallery-0.14.0-pyhd8ed1ab_0.conda - hash: - md5: b3788794f88c9512393032e448428261 - sha256: d9421604023b36e336496bb03461414cd07ced3514ed15c1d9f598178fb9d86e - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 129488 - timestamp: 1692378186641 -- platform: linux-64 - name: sphinxcontrib-applehelp - version: 1.0.7 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda - hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 29367 - timestamp: 1692039716106 -- platform: osx-64 - name: sphinxcontrib-applehelp - version: 1.0.7 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda - hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 29367 - timestamp: 1692039716106 -- platform: osx-arm64 - name: sphinxcontrib-applehelp - version: 1.0.7 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda - hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 29367 - timestamp: 1692039716106 -- platform: win-64 - name: sphinxcontrib-applehelp - version: 1.0.7 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda - hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 29367 - timestamp: 1692039716106 -- platform: linux-64 - name: sphinxcontrib-devhelp - version: 1.0.5 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda - hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 24551 - timestamp: 1692039743416 -- platform: osx-64 - name: sphinxcontrib-devhelp - version: 1.0.5 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda - hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 24551 - timestamp: 1692039743416 -- platform: osx-arm64 - name: sphinxcontrib-devhelp - version: 1.0.5 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda - hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 24551 - timestamp: 1692039743416 -- platform: win-64 - name: sphinxcontrib-devhelp - version: 1.0.5 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda - hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 24551 - timestamp: 1692039743416 -- platform: linux-64 - name: sphinxcontrib-htmlhelp - version: 2.0.4 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 32872 - timestamp: 1692039732575 -- platform: osx-64 - name: sphinxcontrib-htmlhelp - version: 2.0.4 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 32872 - timestamp: 1692039732575 -- platform: osx-arm64 - name: sphinxcontrib-htmlhelp - version: 2.0.4 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 32872 - timestamp: 1692039732575 -- platform: win-64 - name: sphinxcontrib-htmlhelp - version: 2.0.4 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 32872 - timestamp: 1692039732575 -- platform: linux-64 - name: sphinxcontrib-jsmath - version: 1.0.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - hash: - md5: da1d979339e2714c30a8e806a33ec087 - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 10431 - timestamp: 1691604844204 -- platform: osx-64 - name: sphinxcontrib-jsmath - version: 1.0.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - hash: - md5: da1d979339e2714c30a8e806a33ec087 - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 10431 - timestamp: 1691604844204 -- platform: osx-arm64 - name: sphinxcontrib-jsmath - version: 1.0.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - hash: - md5: da1d979339e2714c30a8e806a33ec087 - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 10431 - timestamp: 1691604844204 -- platform: win-64 - name: sphinxcontrib-jsmath - version: 1.0.1 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - hash: - md5: da1d979339e2714c30a8e806a33ec087 - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 10431 - timestamp: 1691604844204 -- platform: linux-64 - name: sphinxcontrib-qthelp - version: 1.0.6 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda - hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 26952 - timestamp: 1692039698081 -- platform: osx-64 - name: sphinxcontrib-qthelp - version: 1.0.6 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda - hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 26952 - timestamp: 1692039698081 -- platform: osx-arm64 - name: sphinxcontrib-qthelp - version: 1.0.6 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda - hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 26952 - timestamp: 1692039698081 -- platform: win-64 - name: sphinxcontrib-qthelp - version: 1.0.6 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda - hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 26952 - timestamp: 1692039698081 -- platform: linux-64 - name: sphinxcontrib-serializinghtml - version: 1.1.9 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda - hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 28664 - timestamp: 1692580110718 -- platform: osx-64 - name: sphinxcontrib-serializinghtml - version: 1.1.9 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda - hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 28664 - timestamp: 1692580110718 -- platform: osx-arm64 - name: sphinxcontrib-serializinghtml - version: 1.1.9 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda - hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 28664 - timestamp: 1692580110718 -- platform: win-64 - name: sphinxcontrib-serializinghtml - version: 1.1.9 - category: main - manager: conda - dependencies: - - python >=3.9 - - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda - hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 28664 - timestamp: 1692580110718 -- platform: linux-64 - name: sqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libsqlite ==3.44.0 h2797004_0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - readline >=8.2,<9.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.44.0-h2c6b66d_0.conda - hash: - md5: df56c636df4a98990462d66ac7be2330 - sha256: ae7031a471868c7057cc16eded7bb58fa3723d9c1650c9d3eb8de1ff65d89dbb - build: h2c6b66d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Unlicense - size: 836571 - timestamp: 1698854732353 -- platform: osx-64 - name: sqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libsqlite ==3.44.0 h92b6c6a_0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - readline >=8.2,<9.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.44.0-h7461747_0.conda - hash: - md5: 4c125fcbf57aa07682468a1e9d202cfa - sha256: a222b2686f7e62c27ec2aaa64e7f2d927a883e5ef62e4ea060b6bd53c032cfca - build: h7461747_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Unlicense - size: 886889 - timestamp: 1698855027090 -- platform: osx-arm64 - name: sqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libsqlite ==3.44.0 h091b4b1_0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - readline >=8.2,<9.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.44.0-hf2abe2d_0.conda - hash: - md5: 0080e3f5d7d13d3b1e244ed24642ca9e - sha256: 8263043d2a5762a5bbbb4ceee28382d97e70182fff8d45371b65fedda0b709ee - build: hf2abe2d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Unlicense - size: 800748 - timestamp: 1698855055771 -- platform: win-64 - name: sqlite - version: 3.44.0 - category: main - manager: conda - dependencies: - - libsqlite ==3.44.0 hcfcfb64_0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.44.0-hcfcfb64_0.conda - hash: - md5: 8bd8b9fbf5116bc98f5d6eef70f82af9 - sha256: f6a4ae8130b32f566d0e406ebeb315671e202f08408fd69c512f38fb8efc0c7c - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Unlicense - size: 856389 - timestamp: 1698855293276 -- platform: linux-64 - name: stack_data - version: 0.6.2 - category: main - manager: conda - dependencies: - - asttokens - - executing - - pure_eval - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 26205 - timestamp: 1669632203115 -- platform: osx-64 - name: stack_data - version: 0.6.2 - category: main - manager: conda - dependencies: - - asttokens - - executing - - pure_eval - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 26205 - timestamp: 1669632203115 -- platform: osx-arm64 - name: stack_data - version: 0.6.2 - category: main - manager: conda - dependencies: - - asttokens - - executing - - pure_eval - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 26205 - timestamp: 1669632203115 -- platform: win-64 - name: stack_data - version: 0.6.2 - category: main - manager: conda - dependencies: - - asttokens - - executing - - pure_eval - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 26205 - timestamp: 1669632203115 -- platform: win-64 - name: tbb - version: 2021.10.0 - category: main - manager: conda - dependencies: - - libhwloc >=2.9.3,<2.9.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_2.conda - hash: - md5: 5b8c97cf8f0e81d6c22c0bda9978790d - sha256: e55a2f1324f0fc8916ab8d590a3944ba1af62de727bb66e3019cf2744d26e679 - build: h91493d7_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - license_family: APACHE - size: 156566 - timestamp: 1697713986066 -- platform: linux-64 - name: tblib - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f5580336fe091d46f9a2ea97da044550 - sha256: 25557d772df1572e48e4c678d5825ace6411d7b6773f2d7ad4e06111bce12031 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 16575 - timestamp: 1694702546560 -- platform: osx-64 - name: tblib - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f5580336fe091d46f9a2ea97da044550 - sha256: 25557d772df1572e48e4c678d5825ace6411d7b6773f2d7ad4e06111bce12031 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 16575 - timestamp: 1694702546560 -- platform: osx-arm64 - name: tblib - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f5580336fe091d46f9a2ea97da044550 - sha256: 25557d772df1572e48e4c678d5825ace6411d7b6773f2d7ad4e06111bce12031 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 16575 - timestamp: 1694702546560 -- platform: win-64 - name: tblib - version: 2.0.0 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f5580336fe091d46f9a2ea97da044550 - sha256: 25557d772df1572e48e4c678d5825ace6411d7b6773f2d7ad4e06111bce12031 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 16575 - timestamp: 1694702546560 -- platform: linux-64 - name: threadpoolctl - version: 3.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda - hash: - md5: 978d03388b62173b8e6f79162cf52b86 - sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - build: pyha21a80b_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20981 - timestamp: 1689261378222 -- platform: osx-64 - name: threadpoolctl - version: 3.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda - hash: - md5: 978d03388b62173b8e6f79162cf52b86 - sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - build: pyha21a80b_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20981 - timestamp: 1689261378222 -- platform: osx-arm64 - name: threadpoolctl - version: 3.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda - hash: - md5: 978d03388b62173b8e6f79162cf52b86 - sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - build: pyha21a80b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20981 - timestamp: 1689261378222 -- platform: win-64 - name: threadpoolctl - version: 3.2.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda - hash: - md5: 978d03388b62173b8e6f79162cf52b86 - sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - build: pyha21a80b_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 20981 - timestamp: 1689261378222 -- platform: linux-64 - name: tiledb - version: 2.16.3 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libabseil >=20230802.0,<20230803.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.16.3-h8c794c1_3.conda - hash: - md5: 7de728789b0aba16018f726dc5ddbec2 - sha256: f021df4b9cfd1a54aac87a6c0bac604edc8ffb36d5b2c4aa20bf2d759ae04a11 - build: h8c794c1_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: MIT - license_family: MIT - size: 5997190 - timestamp: 1694521488455 -- platform: osx-64 - name: tiledb - version: 2.16.3 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libabseil >=20230802.0,<20230803.0a0 - - libcxx >=15.0.7 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.16.3-hd3a41d5_3.conda - hash: - md5: 53c2d2746f21a60d0c498c36fb32ec56 - sha256: 9144ad40adb982107dd4f5084d1e488b216025eed91a3feeb3506ee4d5bc98dd - build: hd3a41d5_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: MIT - license_family: MIT - size: 5380880 - timestamp: 1694523293860 -- platform: osx-arm64 - name: tiledb - version: 2.16.3 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libabseil >=20230802.0,<20230803.0a0 - - libcxx >=15.0.7 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.16.3-he15c4da_3.conda - hash: - md5: fcf3711dd1817fd6e8ab59be86aa8dd9 - sha256: c2576bf0344b441f4c7d9212cfa68fe64de88dc9da735cb541c7faa0595d260f - build: he15c4da_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: MIT - license_family: MIT - size: 4911600 - timestamp: 1694523575326 -- platform: win-64 - name: tiledb - version: 2.16.3 - category: main - manager: conda - dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libabseil >=20230802.0,<20230803.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.5,<2.12.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.16.3-hbf04793_3.conda - hash: - md5: 3afaf8882d4568eb9c91870102af1b37 - sha256: 4de5494be2ee102d15077bebc63d17422c40dc8d634097136a9a202a3930e502 - build: hbf04793_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: MIT - license_family: MIT - size: 4146973 - timestamp: 1694523739186 -- platform: linux-64 - name: tk - version: 8.6.13 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - hash: - md5: d453b98d9c83e71da0741bb0ff4d76bc - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - build: noxft_h4845f30_101 - arch: x86_64 - subdir: linux-64 - build_number: 101 - license: TCL - license_family: BSD - size: 3318875 - timestamp: 1699202167581 -- platform: osx-64 - name: tk - version: 8.6.13 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - hash: - md5: bf830ba5afc507c6232d4ef0fb1a882d - sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 - build: h1abcd95_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: TCL - license_family: BSD - size: 3270220 - timestamp: 1699202389792 -- platform: osx-arm64 - name: tk - version: 8.6.13 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - hash: - md5: b50a57ba89c32b62428b71a875291c9b - sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 - build: h5083fa2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: TCL - license_family: BSD - size: 3145523 - timestamp: 1699202432999 -- platform: win-64 - name: tk - version: 8.6.13 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - hash: - md5: fc048363eb8f03cd1737600a5d08aafe - sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 - build: h5226925_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: TCL - license_family: BSD - size: 3503410 - timestamp: 1699202577803 -- platform: linux-64 - name: toml - version: 0.10.2 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18433 - timestamp: 1604308660817 -- platform: osx-64 - name: toml - version: 0.10.2 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18433 - timestamp: 1604308660817 -- platform: osx-arm64 - name: toml - version: 0.10.2 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18433 - timestamp: 1604308660817 -- platform: win-64 - name: toml - version: 0.10.2 - category: main - manager: conda - dependencies: - - python >=2.7 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18433 - timestamp: 1604308660817 -- platform: linux-64 - name: tomli - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15940 - timestamp: 1644342331069 -- platform: osx-64 - name: tomli - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15940 - timestamp: 1644342331069 -- platform: osx-arm64 - name: tomli - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15940 - timestamp: 1644342331069 -- platform: win-64 - name: tomli - version: 2.0.1 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15940 - timestamp: 1644342331069 -- platform: linux-64 - name: toolz - version: 0.12.0 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 49136 - timestamp: 1657485654230 -- platform: osx-64 - name: toolz - version: 0.12.0 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 49136 - timestamp: 1657485654230 -- platform: osx-arm64 - name: toolz - version: 0.12.0 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 49136 - timestamp: 1657485654230 -- platform: win-64 - name: toolz - version: 0.12.0 - category: main - manager: conda - dependencies: - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 49136 - timestamp: 1657485654230 -- platform: linux-64 - name: tornado - version: 6.3.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py311h459d7ec_1.conda - hash: - md5: a700fcb5cedd3e72d0c75d095c7a6eda - sha256: 3f0640415c6f50c6b31b5ce41a870ac48c130fda8921aae11afea84c54a6ba84 - build: py311h459d7ec_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 843714 - timestamp: 1695373626426 -- platform: osx-64 - name: tornado - version: 6.3.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py311h2725bcf_1.conda - hash: - md5: daf5f053a40c2b0b8f86b605e302b7a4 - sha256: e3e4c12236b0a59e6568a9dc839116776eda408ca12bc0ad4e7a9dba4d66912f - build: py311h2725bcf_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 843855 - timestamp: 1695373925218 -- platform: osx-arm64 - name: tornado - version: 6.3.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.3-py311heffc1b2_1.conda - hash: - md5: a3a94203d225faec0d6bd000ea30b0a1 - sha256: 65e96fcaa2fad8013fdfd1c7cbdc4684b253541c10091fa7acd55b4a3daa87e6 - build: py311heffc1b2_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 843751 - timestamp: 1695373818353 -- platform: win-64 - name: tornado - version: 6.3.3 - category: main - manager: conda - dependencies: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py311ha68e1ae_1.conda - hash: - md5: ec581b55f82fd6a4a96770c74d48e456 - sha256: 669091a38b2cb226198a6018a2784d4a4b55eb6416b14a4521a84882e02f47be - build: py311ha68e1ae_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 845683 - timestamp: 1695374005077 -- platform: linux-64 - name: traitlets - version: 5.14.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda - hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 109927 - timestamp: 1701095799725 -- platform: osx-64 - name: traitlets - version: 5.14.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda - hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 109927 - timestamp: 1701095799725 -- platform: osx-arm64 - name: traitlets - version: 5.14.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda - hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 109927 - timestamp: 1701095799725 -- platform: win-64 - name: traitlets - version: 5.14.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.0-pyhd8ed1ab_0.conda - hash: - md5: 886f4a84ddb49b943b1697ac314e85b3 - sha256: c32412029033264140926be474d327d7fd57c0d11db9b1745396b3d4db78a799 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 109927 - timestamp: 1701095799725 -- platform: linux-64 - name: trove-classifiers - version: 2024.1.8 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/trove-classifiers-2024.1.8-pyhd8ed1ab_0.conda - hash: - md5: b120d43603f9b021d252fb7754b35557 - sha256: ce42c9fc7a07a1586467e4e637f4ddc9e1082f1daacb31c98dc5f4c9f56e4601 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 18404 - timestamp: 1704733002526 -- platform: osx-64 - name: trove-classifiers - version: 2024.1.8 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/trove-classifiers-2024.1.8-pyhd8ed1ab_0.conda - hash: - md5: b120d43603f9b021d252fb7754b35557 - sha256: ce42c9fc7a07a1586467e4e637f4ddc9e1082f1daacb31c98dc5f4c9f56e4601 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 18404 - timestamp: 1704733002526 -- platform: osx-arm64 - name: trove-classifiers - version: 2024.1.8 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/trove-classifiers-2024.1.8-pyhd8ed1ab_0.conda - hash: - md5: b120d43603f9b021d252fb7754b35557 - sha256: ce42c9fc7a07a1586467e4e637f4ddc9e1082f1daacb31c98dc5f4c9f56e4601 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 18404 - timestamp: 1704733002526 -- platform: win-64 - name: trove-classifiers - version: 2024.1.8 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/trove-classifiers-2024.1.8-pyhd8ed1ab_0.conda - hash: - md5: b120d43603f9b021d252fb7754b35557 - sha256: ce42c9fc7a07a1586467e4e637f4ddc9e1082f1daacb31c98dc5f4c9f56e4601 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 18404 - timestamp: 1704733002526 -- platform: linux-64 - name: twine - version: 4.0.2 - category: main - manager: conda - dependencies: - - importlib_metadata >=3.6 - - keyring >=15.1 - - pkginfo >=1.8.1 - - python >=3.7 - - readme_renderer >=35.0 - - requests >=2.20 - - requests-toolbelt >=0.8.0,!=0.9.0 - - rfc3986 >=1.4.0 - - rich >=12.0.0 - - urllib3 >=1.26.0 - url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda - hash: - md5: e3a16168d6b9deefb8c1caa7943fb49e - sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 30903 - timestamp: 1669898686321 -- platform: osx-64 - name: twine - version: 4.0.2 - category: main - manager: conda - dependencies: - - importlib_metadata >=3.6 - - keyring >=15.1 - - pkginfo >=1.8.1 - - python >=3.7 - - readme_renderer >=35.0 - - requests >=2.20 - - requests-toolbelt >=0.8.0,!=0.9.0 - - rfc3986 >=1.4.0 - - rich >=12.0.0 - - urllib3 >=1.26.0 - url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda - hash: - md5: e3a16168d6b9deefb8c1caa7943fb49e - sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 30903 - timestamp: 1669898686321 -- platform: osx-arm64 - name: twine - version: 4.0.2 - category: main - manager: conda - dependencies: - - importlib_metadata >=3.6 - - keyring >=15.1 - - pkginfo >=1.8.1 - - python >=3.7 - - readme_renderer >=35.0 - - requests >=2.20 - - requests-toolbelt >=0.8.0,!=0.9.0 - - rfc3986 >=1.4.0 - - rich >=12.0.0 - - urllib3 >=1.26.0 - url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda - hash: - md5: e3a16168d6b9deefb8c1caa7943fb49e - sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 30903 - timestamp: 1669898686321 -- platform: win-64 - name: twine - version: 4.0.2 - category: main - manager: conda - dependencies: - - importlib_metadata >=3.6 - - keyring >=15.1 - - pkginfo >=1.8.1 - - python >=3.7 - - readme_renderer >=35.0 - - requests >=2.20 - - requests-toolbelt >=0.8.0,!=0.9.0 - - rfc3986 >=1.4.0 - - rich >=12.0.0 - - urllib3 >=1.26.0 - url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda - hash: - md5: e3a16168d6b9deefb8c1caa7943fb49e - sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 30903 - timestamp: 1669898686321 -- platform: linux-64 - name: typing-extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - typing_extensions ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - build: hd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 10104 - timestamp: 1695040958008 -- platform: osx-64 - name: typing-extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - typing_extensions ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - build: hd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 10104 - timestamp: 1695040958008 -- platform: osx-arm64 - name: typing-extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - typing_extensions ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - build: hd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 10104 - timestamp: 1695040958008 -- platform: win-64 - name: typing-extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - typing_extensions ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - build: hd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 10104 - timestamp: 1695040958008 -- platform: linux-64 - name: typing_extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - build: pyha770c72_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 35108 - timestamp: 1695040948828 -- platform: osx-64 - name: typing_extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - build: pyha770c72_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 35108 - timestamp: 1695040948828 -- platform: osx-arm64 - name: typing_extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 35108 - timestamp: 1695040948828 -- platform: win-64 - name: typing_extensions - version: 4.8.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - build: pyha770c72_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: PSF-2.0 - license_family: PSF - noarch: python - size: 35108 - timestamp: 1695040948828 -- platform: linux-64 - name: tzcode - version: 2023c - category: main - manager: conda - dependencies: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2023c-h0b41bf4_0.conda - hash: - md5: 0c0533894f21c3d35697cb8378d390e2 - sha256: 62b0d3eee4260d310f578015305834b8a588377f796e5e290ec267da8a51a027 - build: h0b41bf4_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 68632 - timestamp: 1680049336647 -- platform: osx-64 - name: tzcode - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2023c-hb7f2c08_0.conda - hash: - md5: a7ba8e96323b9d8ce4f0edc4f4dab27f - sha256: 0d4b111314bea267454f48691debc1ff4c0ce8cb91491d2be30381de498ac59e - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 62711 - timestamp: 1680049599804 -- platform: osx-arm64 - name: tzcode - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2023c-h1a8c8d9_0.conda - hash: - md5: 96779d3be996d78411b083f99a51199c - sha256: 0a60ff53272547a0f80862f0a1969a5d1cec16bd2e9098ed5b07d317682a4361 - build: h1a8c8d9_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 63064 - timestamp: 1680049656503 -- platform: linux-64 - name: tzdata - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- platform: osx-64 - name: tzdata - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- platform: osx-arm64 - name: tzdata - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- platform: win-64 - name: tzdata - version: 2023c - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - build: h71feb2d_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- platform: win-64 - name: ucrt - version: 10.0.22621.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - hash: - md5: 72608f6cd3e5898229c3ea16deb1ac43 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - build: h57928b3_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - vs2015_runtime >=14.29.30037 - license: LicenseRef-Proprietary - license_family: PROPRIETARY - size: 1283972 - timestamp: 1666630199266 -- platform: linux-64 - name: ucx - version: 1.15.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libnuma >=2.0.16,<3.0a0 - - libstdcxx-ng >=12 - - rdma-core >=28.9,<29.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h64cca9d_0.conda - hash: - md5: b35b1f1a9fdbf93266c91f297dc9060e - sha256: 8a4dce10304fee0df715addec3d078421aa7aa0824422a6630d621d15bd98e5f - build: h64cca9d_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - cuda-version >=11.2,<12 - license: BSD-3-Clause - license_family: BSD - size: 15425900 - timestamp: 1696028080367 -- platform: linux-64 - name: ukkonen - version: 1.0.1 - category: main - manager: conda - dependencies: - - cffi * - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py311h9547e67_4.conda - hash: - md5: 586da7df03b68640de14dc3e8bcbf76f - sha256: c2d33e998f637b594632eba3727529171a06eb09896e36aa42f1ebcb03779472 - build: py311h9547e67_4 - arch: x86_64 - subdir: linux-64 - build_number: 4 - license: MIT - license_family: MIT - size: 13961 - timestamp: 1695549513130 -- platform: osx-64 - name: ukkonen - version: 1.0.1 - category: main - manager: conda - dependencies: - - cffi * - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py311h5fe6e05_4.conda - hash: - md5: 8f750b84128d48dc8376572c5eace61e - sha256: b273782a1277042a54e12411beebd378d2a2a69e503bcf147766e98628e91c91 - build: py311h5fe6e05_4 - arch: x86_64 - subdir: osx-64 - build_number: 4 - license: MIT - license_family: MIT - size: 13193 - timestamp: 1695549883822 -- platform: osx-arm64 - name: ukkonen - version: 1.0.1 - category: main - manager: conda - dependencies: - - cffi * - - libcxx >=15.0.7 - - python >=3.11,<3.12.0a0 *_cpython - - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py311he4fd1f5_4.conda - hash: - md5: 5d5ab5c5af32931e03608034f4a5fd75 - sha256: 384fc81a34e248019d43a115386f77859ab63e0e6f12dade486d76359703743f - build: py311he4fd1f5_4 - arch: aarch64 - subdir: osx-arm64 - build_number: 4 - license: MIT - license_family: MIT - size: 13958 - timestamp: 1695549884615 -- platform: win-64 - name: ukkonen - version: 1.0.1 - category: main - manager: conda - dependencies: - - cffi * - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py311h005e61a_4.conda - hash: - md5: d9988836cc20c90e05901ab05962f496 - sha256: ef774047df25201a6425fe1ec194505a3cac9ba02e96953360442f59364d12b3 - build: py311h005e61a_4 - arch: x86_64 - subdir: win-64 - build_number: 4 - license: MIT - license_family: MIT - size: 17225 - timestamp: 1695549858085 -- platform: linux-64 - name: uriparser - version: 0.9.7 - category: main - manager: conda - dependencies: + url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 + md5: 47d31b792659ce70f470b5c82fdfb7a4 + depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.7-hcb278e6_1.conda - hash: - md5: 2c46deb08ba9b10e90d0a6401ad65deb - sha256: bc7670384fc3e519b376eab25b2c747afe392b243f17e881075231f4a0f2e5a0 - build: hcb278e6_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 47151 - timestamp: 1677712960862 -- platform: osx-64 - name: uriparser - version: 0.9.7 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.7-hf0c8a7f_1.conda - hash: - md5: 998073b0ccb5f99d07d2089cf06363b3 - sha256: faf0f7919851960bbb1d18d977f62082c0e4dc8f26e348d702e8a2dba53a4c37 - build: hf0c8a7f_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 41455 - timestamp: 1677713114668 -- platform: osx-arm64 - name: uriparser - version: 0.9.7 - category: main - manager: conda - dependencies: - - libcxx >=14.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.7-hb7217d7_1.conda - hash: - md5: 4fe532e3c6b0cfa5365eb01743d32578 - sha256: bedd03f3bb30b73ae7b0dc9626f1371a8568ce6d41303df3e8299688428dfa94 - build: hb7217d7_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 39597 - timestamp: 1677713148574 -- platform: win-64 - name: uriparser - version: 0.9.7 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.7-h1537add_1.conda - hash: - md5: 5f3b2772564e761bc2287b89b9e6b14b - sha256: 9b185e00da9829592300359e23e2954188d21749fda675a08abbef728f19f25b - build: h1537add_1 - arch: x86_64 - subdir: win-64 + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL + size: 281456 + timestamp: 1679532220005 +- kind: conda + name: readline + version: '8.2' + build: h9e318b2_1 build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 48056 - timestamp: 1677713151746 -- platform: linux-64 - name: urllib3 - version: 2.0.7 - category: main - manager: conda - dependencies: - - brotli-python >=1.0.9 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 98507 - timestamp: 1697720586316 -- platform: osx-64 - name: urllib3 - version: 2.0.7 - category: main - manager: conda - dependencies: - - brotli-python >=1.0.9 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 98507 - timestamp: 1697720586316 -- platform: osx-arm64 - name: urllib3 - version: 2.0.7 - category: main - manager: conda - dependencies: - - brotli-python >=1.0.9 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 98507 - timestamp: 1697720586316 -- platform: win-64 - name: urllib3 - version: 2.0.7 - category: main - manager: conda - dependencies: - - brotli-python >=1.0.9 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 98507 - timestamp: 1697720586316 -- platform: win-64 - name: vc - version: '14.3' - category: main - manager: conda - dependencies: - - vc14_runtime >=14.36.32532 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda - hash: - md5: 67ff6791f235bb606659bf2a5c169191 - sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 - build: h64f974e_17 - arch: x86_64 - subdir: win-64 - build_number: 17 - track_features: vc14 - license: BSD-3-Clause - license_family: BSD - size: 17176 - timestamp: 1688020629925 -- platform: win-64 - name: vc14_runtime - version: 14.36.32532 - category: main - manager: conda - dependencies: - - ucrt >=10.0.20348.0 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda - hash: - md5: d0de20f2f3fc806a81b44fcdd941aaf7 - sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e - build: hdcecf7f_17 - arch: x86_64 - subdir: win-64 - build_number: 17 - constrains: - - vs2015_runtime 14.36.32532.* *_17 - license: LicenseRef-ProprietaryMicrosoft - license_family: Proprietary - size: 739437 - timestamp: 1694292382336 -- platform: linux-64 - name: virtualenv - version: 20.24.6 - category: main - manager: conda - dependencies: - - distlib <1,>=0.3.7 - - filelock <4,>=3.12.2 - - platformdirs <4,>=3.9.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.6-pyhd8ed1ab_0.conda - hash: - md5: fb1fc875719e217ed799a7aae11d3be4 - sha256: 09492f89a22dc17d9b32f2a791deee93d06e99fb312c3d47430fe35343b7fbde - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 3067859 - timestamp: 1698092779433 -- platform: osx-64 - name: virtualenv - version: 20.24.6 - category: main - manager: conda - dependencies: - - distlib <1,>=0.3.7 - - filelock <4,>=3.12.2 - - platformdirs <4,>=3.9.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.6-pyhd8ed1ab_0.conda - hash: - md5: fb1fc875719e217ed799a7aae11d3be4 - sha256: 09492f89a22dc17d9b32f2a791deee93d06e99fb312c3d47430fe35343b7fbde - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 3067859 - timestamp: 1698092779433 -- platform: osx-arm64 - name: virtualenv - version: 20.24.6 - category: main - manager: conda - dependencies: - - distlib <1,>=0.3.7 - - filelock <4,>=3.12.2 - - platformdirs <4,>=3.9.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.6-pyhd8ed1ab_0.conda - hash: - md5: fb1fc875719e217ed799a7aae11d3be4 - sha256: 09492f89a22dc17d9b32f2a791deee93d06e99fb312c3d47430fe35343b7fbde - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 3067859 - timestamp: 1698092779433 -- platform: win-64 - name: virtualenv - version: 20.24.6 - category: main - manager: conda - dependencies: - - distlib <1,>=0.3.7 - - filelock <4,>=3.12.2 - - platformdirs <4,>=3.9.1 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.6-pyhd8ed1ab_0.conda - hash: - md5: fb1fc875719e217ed799a7aae11d3be4 - sha256: 09492f89a22dc17d9b32f2a791deee93d06e99fb312c3d47430fe35343b7fbde - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 3067859 - timestamp: 1698092779433 -- platform: win-64 - name: vs2015_runtime - version: 14.36.32532 - category: main - manager: conda - dependencies: - - vc14_runtime >=14.36.32532 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda - hash: - md5: 4618046c39f7c81861e53ded842e738a - sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - build: h05e6639_17 - arch: x86_64 - subdir: win-64 - build_number: 17 - license: BSD-3-Clause - license_family: BSD - size: 17207 - timestamp: 1688020635322 -- platform: linux-64 - name: wcwidth - version: 0.2.12 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda - hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32405 - timestamp: 1700608049984 -- platform: osx-64 - name: wcwidth - version: 0.2.12 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda - hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32405 - timestamp: 1700608049984 -- platform: osx-arm64 - name: wcwidth - version: 0.2.12 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda - hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32405 - timestamp: 1700608049984 -- platform: win-64 - name: wcwidth - version: 0.2.12 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.12-pyhd8ed1ab_0.conda - hash: - md5: bf4a1d1a97ca27b0b65bacd9e238b484 - sha256: ca757d0fc2dbd422af9d3238a8b4b630a6e11df3707a447bd89540656770d1d7 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 32405 - timestamp: 1700608049984 -- platform: linux-64 - name: wheel - version: 0.41.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 57901 - timestamp: 1698670970223 -- platform: osx-64 - name: wheel - version: 0.41.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 57901 - timestamp: 1698670970223 -- platform: osx-arm64 - name: wheel - version: 0.41.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 57901 - timestamp: 1698670970223 -- platform: win-64 - name: wheel - version: 0.41.3 - category: main - manager: conda - dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 57901 - timestamp: 1698670970223 -- platform: win-64 - name: win_inet_pton - version: 1.1.0 - category: main - manager: conda - dependencies: - - __win * - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 - hash: - md5: 30878ecc4bd36e8deeea1e3c151b2e0b - sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - build: pyhd8ed1ab_6 - arch: x86_64 - subdir: win-64 - build_number: 6 - license: PUBLIC-DOMAIN - noarch: python - size: 8191 - timestamp: 1667051294134 -- platform: linux-64 - name: xarray - version: 2023.10.1 - category: main - manager: conda - dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9b20e5d68eea6878a0a6fc57a3043889 - sha256: 6062114745e9c01813506527d7e48c75dbe5eb6017e4c60ce8c98ef9fd757db2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - seaborn >=0.11 - - netcdf4 >=1.6.0 - - iris >=3.2 - - zarr >=2.12 - - pint >=0.19 - - h5py >=3.6 - - hdf5 >=1.12 - - cftime >=1.6 - - sparse >=0.13 - - cartopy >=0.20 - - dask-core >=2022.7 - - nc-time-axis >=1.4 - - scipy >=1.8 - - distributed >=2022.7 - - bottleneck >=1.3 - - matplotlib-base >=3.5 - - toolz >=0.12 - - h5netcdf >=1.0 - - flox >=0.5 - - numba >=0.55 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 711330 - timestamp: 1697764509357 -- platform: osx-64 - name: xarray - version: 2023.10.1 - category: main - manager: conda - dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9b20e5d68eea6878a0a6fc57a3043889 - sha256: 6062114745e9c01813506527d7e48c75dbe5eb6017e4c60ce8c98ef9fd757db2 - build: pyhd8ed1ab_0 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + md5: f17f77f2acf4d344734bda76829ce14e + depends: + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL + size: 255870 + timestamp: 1679532707590 +- 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 + requires_dist: + - charset-normalizer <4, >=2 + - idna <4, >=2.5 + - urllib3 <3, >=1.21.1 + - 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' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/fc/4e/67541c3d681bb6fb96acbc3581fb155c881a0d993d0aa3e8708493b70e79/scipy-1.13.0-cp312-cp312-macosx_10_9_x86_64.whl + sha256: d0de696f589681c2802f9090fff730c218f7c51ff49bf252b6a97ec4a5d19e8b + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/ed/6f/ba2b2f14391291dd47d17da78c3ee644fb3a2fd6bddde664381c1968eda9/scipy-1.13.0-cp312-cp312-win_amd64.whl + sha256: 8930ae3ea371d6b91c203b1032b9600d69c568e537b7988a3073dfe4d4774f21 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/87/8c/97e545034c94d0bbbc3af3202551c3d6020e5f8d2ee37ebcabd9a2048174/scipy-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 1e7626dfd91cdea5714f343ce1176b6c4745155d234f1033584154f60ef1ff42 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + 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 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + 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 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + 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 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/37/5d/caf936934535fcb5c5e2f3f0f6730e073ee0a4ce329f7b0332869e867d47/scipy-1.13.0-cp310-cp310-macosx_10_9_x86_64.whl + sha256: ba419578ab343a4e0a77c0ef82f088238a93eef141b2b8017e46149776dfad4d + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/c5/97/0894cf6226508f9c8300447641f8f63d04d90617e27f0e6253d1ea299196/scipy-1.13.0-cp310-cp310-win_amd64.whl + sha256: 1d2f7bb14c178f8b13ebae93f67e42b0a6b0fc50eba1cd8021c9b6e08e8fb1cd + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: scipy + version: 1.13.0 + url: https://files.pythonhosted.org/packages/b9/9d/39dbcf49a793157f9d4f5b8961855677eb4dbb4b82700dcee7042ad2310c/scipy-1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: b8434f6f3fa49f631fae84afee424e2483289dfc30a47755b4b4e6b07b2633a4 + requires_dist: + - numpy <2.3, >=1.22.4 + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - pytest-timeout ; extra == 'test' + - pytest-xdist ; extra == 'test' + - asv ; extra == 'test' + - mpmath ; extra == 'test' + - gmpy2 ; extra == 'test' + - threadpoolctl ; extra == 'test' + - scikit-umfpack ; extra == 'test' + - pooch ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' + - array-api-strict ; extra == 'test' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' + - numpydoc ; extra == 'doc' + - jupytext ; extra == 'doc' + - myst-nb ; extra == 'doc' + - pooch ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' + - jupyterlite-pyodide-kernel ; extra == 'doc' + - mypy ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - types-psutil ; extra == 'dev' + - pycodestyle ; extra == 'dev' + - ruff ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' + - rich-click ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' + - pydevtool ; extra == 'dev' + requires_python: '>=3.9' +- kind: pypi + name: six + version: 1.16.0 + url: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl + sha256: 8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*' +- kind: conda + name: tk + version: 8.6.13 + build: h1abcd95_1 + build_number: 1 subdir: osx-64 - build_number: 0 - constrains: - - seaborn >=0.11 - - netcdf4 >=1.6.0 - - iris >=3.2 - - zarr >=2.12 - - pint >=0.19 - - h5py >=3.6 - - hdf5 >=1.12 - - cftime >=1.6 - - sparse >=0.13 - - cartopy >=0.20 - - dask-core >=2022.7 - - nc-time-axis >=1.4 - - scipy >=1.8 - - distributed >=2022.7 - - bottleneck >=1.3 - - matplotlib-base >=3.5 - - toolz >=0.12 - - h5netcdf >=1.0 - - flox >=0.5 - - numba >=0.55 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 711330 - timestamp: 1697764509357 -- platform: osx-arm64 - name: xarray - version: 2023.10.1 - category: main - manager: conda - dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9b20e5d68eea6878a0a6fc57a3043889 - sha256: 6062114745e9c01813506527d7e48c75dbe5eb6017e4c60ce8c98ef9fd757db2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - seaborn >=0.11 - - netcdf4 >=1.6.0 - - iris >=3.2 - - zarr >=2.12 - - pint >=0.19 - - h5py >=3.6 - - hdf5 >=1.12 - - cftime >=1.6 - - sparse >=0.13 - - cartopy >=0.20 - - dask-core >=2022.7 - - nc-time-axis >=1.4 - - scipy >=1.8 - - distributed >=2022.7 - - bottleneck >=1.3 - - matplotlib-base >=3.5 - - toolz >=0.12 - - h5netcdf >=1.0 - - flox >=0.5 - - numba >=0.55 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 711330 - timestamp: 1697764509357 -- platform: win-64 - name: xarray - version: 2023.10.1 - category: main - manager: conda - dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 9b20e5d68eea6878a0a6fc57a3043889 - sha256: 6062114745e9c01813506527d7e48c75dbe5eb6017e4c60ce8c98ef9fd757db2 - build: pyhd8ed1ab_0 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda + sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 + md5: bf830ba5afc507c6232d4ef0fb1a882d + depends: + - libzlib >=1.2.13,<1.3.0a0 + license: TCL + license_family: BSD + size: 3270220 + timestamp: 1699202389792 +- kind: conda + name: tk + version: 8.6.13 + build: h5226925_1 + build_number: 1 subdir: win-64 - build_number: 0 - constrains: - - seaborn >=0.11 - - netcdf4 >=1.6.0 - - iris >=3.2 - - zarr >=2.12 - - pint >=0.19 - - h5py >=3.6 - - hdf5 >=1.12 - - cftime >=1.6 - - sparse >=0.13 - - cartopy >=0.20 - - dask-core >=2022.7 - - nc-time-axis >=1.4 - - scipy >=1.8 - - distributed >=2022.7 - - bottleneck >=1.3 - - matplotlib-base >=3.5 - - toolz >=0.12 - - h5netcdf >=1.0 - - flox >=0.5 - - numba >=0.55 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 711330 - timestamp: 1697764509357 -- platform: linux-64 - name: xerces-c - version: 3.2.4 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libcurl >=8.2.1,<9.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.0,<2.1.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.4-hac6953d_3.conda - hash: - md5: 297e6a75dc1b6a440cd341a85eab8a00 - sha256: faf1c8f0e625466efec442e987737057ca304f1fcf79055da4d9e93e49f14ffa - build: hac6953d_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 1636529 - timestamp: 1692976091485 -- platform: osx-64 - name: xerces-c - version: 3.2.4 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.4-h6314983_3.conda - hash: - md5: 9623310baca5b47637cf46889bd77178 - sha256: 19f501a66a1ffdda31e0af7fe088a1de4405c6ce72f9a07ba0813ab8c2f0ada7 - build: h6314983_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 1353734 - timestamp: 1692976676234 -- platform: osx-arm64 - name: xerces-c - version: 3.2.4 - category: main - manager: conda - dependencies: - - icu >=73.2,<74.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.4-hd886eac_3.conda - hash: - md5: 916e77cb0be0040410881fba8e28b5bb - sha256: 5ecc3322ddcad0a002a44bd4dddfe898b9e02951c629f6962c23b3bcf6014c9f - build: hd886eac_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 1332769 - timestamp: 1692976472328 -- platform: win-64 - name: xerces-c - version: 3.2.4 - category: main - manager: conda - dependencies: + url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda + sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 + md5: fc048363eb8f03cd1737600a5d08aafe + depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.4-h63175ca_3.conda - hash: - md5: 28c6b90f40c9c37d3334ba8225143690 - sha256: 76e5ba07c06947ff7dcee6e9fe47e436e7a5ec5d94ad23102186769459af1403 - build: h63175ca_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 3509286 - timestamp: 1692976908514 -- platform: linux-64 - name: xorg-kbproto - version: 1.0.7 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 - hash: - md5: 4b230e8381279d76131116660f5a241a - sha256: e90b0a6a5d41776f11add74aa030f789faf4efd3875c31964d6f9cfa63a10dd1 - build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 - build_number: 1002 - license: MIT - license_family: MIT - size: 27338 - timestamp: 1610027759842 -- platform: linux-64 - name: xorg-libice - version: 1.1.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - hash: - md5: b462a33c0be1421532f28bfe8f4a7514 - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 58469 - timestamp: 1685307573114 -- platform: linux-64 - name: xorg-libsm - version: 1.2.4 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.1,<2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda - hash: - md5: 93ee23f12bc2e684548181256edd2cf6 - sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - build: h7391055_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 27433 - timestamp: 1685453649160 -- platform: linux-64 - name: xorg-libx11 - version: 1.8.7 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libxcb >=1.15,<1.16.0a0 - - xorg-kbproto * - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto * - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda - hash: - md5: 49e482d882669206653b095f5206c05b - sha256: 7a02a7beac472ae2759498550b5fc5261bf5be7a9a2b4648a3f67818a7bfefcf - build: h8ee46fc_0 - arch: x86_64 + license: TCL + license_family: BSD + size: 3503410 + timestamp: 1699202577803 +- kind: conda + name: tk + version: 8.6.13 + build: noxft_h4845f30_101 + build_number: 101 subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 828692 - timestamp: 1697056910935 -- platform: linux-64 - name: xorg-libxau - version: 1.0.11 - category: main - manager: conda - dependencies: + url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e + md5: d453b98d9c83e71da0741bb0ff4d76bc + depends: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - hash: - md5: 2c80dc38fface310c9bd81b17037fee5 - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 14468 - timestamp: 1684637984591 -- platform: osx-64 - name: xorg-libxau - version: 1.0.11 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - hash: - md5: 9566b4c29274125b0266d0177b5eb97b - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - build: h0dc2134_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 13071 - timestamp: 1684638167647 -- platform: osx-arm64 - name: xorg-libxau - version: 1.0.11 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda - hash: - md5: ca73dc4f01ea91e44e3ed76602c5ea61 - sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b - build: hb547adb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 13667 - timestamp: 1684638272445 -- platform: win-64 - name: xorg-libxau - version: 1.0.11 - category: main - manager: conda - dependencies: - - m2w64-gcc-libs * - - m2w64-gcc-libs-core * - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda - hash: - md5: c46ba8712093cb0114404ae8a7582e1a - sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - build: hcd874cb_0 - arch: x86_64 + - libzlib >=1.2.13,<1.3.0a0 + license: TCL + license_family: BSD + size: 3318875 + timestamp: 1699202167581 +- kind: conda + name: tzdata + version: 2024a + build: h0c530f3_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 + md5: 161081fc7cec0bfda0d86d7cb595f8d8 + license: LicenseRef-Public-Domain + size: 119815 + timestamp: 1706886945727 +- kind: conda + name: ucrt + version: 10.0.22621.0 + build: h57928b3_0 subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 51297 - timestamp: 1684638355740 -- platform: linux-64 - name: xorg-libxdmcp - version: 1.1.3 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 - hash: - md5: be93aabceefa2fac576e971aef407908 - sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - build: h7f98852_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 19126 - timestamp: 1610071769228 -- platform: osx-64 - name: xorg-libxdmcp - version: 1.1.3 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 - hash: - md5: 86ac76d6bf1cbb9621943eb3bd9ae36e - sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - build: h35c211d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 17225 - timestamp: 1610071995461 -- platform: osx-arm64 - name: xorg-libxdmcp - version: 1.1.3 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 - hash: - md5: 6738b13f7fadc18725965abdd4129c36 - sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 - build: h27ca646_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 18164 - timestamp: 1610071737668 -- platform: win-64 - name: xorg-libxdmcp - version: 1.1.3 - category: main - manager: conda - dependencies: - - m2w64-gcc-libs * - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 - hash: - md5: 46878ebb6b9cbd8afcf8088d7ef00ece - sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - build: hcd874cb_0 - arch: x86_64 + url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 + sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 + md5: 72608f6cd3e5898229c3ea16deb1ac43 + constrains: + - vs2015_runtime >=14.29.30037 + license: LicenseRef-Proprietary + license_family: PROPRIETARY + size: 1283972 + timestamp: 1666630199266 +- kind: pypi + name: urllib3 + version: 2.2.1 + url: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl + sha256: 450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d + requires_dist: + - brotli >=1.0.9 ; platform_python_implementation == 'CPython' and extra == 'brotli' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'brotli' + - h2 <5, >=4 ; extra == 'h2' + - pysocks !=1.5.7, <2.0, >=1.5.6 ; extra == 'socks' + - zstandard >=0.18.0 ; extra == 'zstd' + requires_python: '>=3.8' +- kind: conda + name: vc + version: '14.3' + build: hcf57466_18 + build_number: 18 subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 67908 - timestamp: 1610072296570 -- platform: linux-64 - name: xorg-libxext - version: 1.3.4 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto * - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda - hash: - md5: 82b6df12252e6f32402b96dacc656fec - sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - build: h0b41bf4_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - size: 50143 - timestamp: 1677036907815 -- platform: linux-64 - name: xorg-libxrender - version: 0.9.11 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto * - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - hash: - md5: ed67c36f215b310412b2af935bf3e530 - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 37770 - timestamp: 1688300707994 -- platform: linux-64 - name: xorg-renderproto - version: 0.11.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 - hash: - md5: 06feff3d2634e3097ce2fe681474b534 - sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 - build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 - build_number: 1002 - license: MIT - license_family: MIT - size: 9621 - timestamp: 1614866326326 -- platform: linux-64 - name: xorg-xextproto - version: 7.3.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda - hash: - md5: bce9f945da8ad2ae9b1d7165a64d0f87 - sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 - build: h0b41bf4_1003 - arch: x86_64 - subdir: linux-64 - build_number: 1003 - license: MIT - license_family: MIT - size: 30270 - timestamp: 1677036833037 -- platform: linux-64 - name: xorg-xproto - version: 7.0.31 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 - hash: - md5: b4a4381d54784606820704f7b5f05a15 - sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d - build: h7f98852_1007 - arch: x86_64 - subdir: linux-64 - build_number: 1007 - license: MIT - license_family: MIT - size: 74922 - timestamp: 1607291557628 -- platform: linux-64 - name: xyzservices - version: 2023.10.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 1e0d85c0e2fef9539218da185b285f54 - sha256: da655e2e0a742fddefeeaf2dd828b62a1820a3755d13341e1a555a10fcb9cf81 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36184 - timestamp: 1698325478381 -- platform: osx-64 - name: xyzservices - version: 2023.10.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 1e0d85c0e2fef9539218da185b285f54 - sha256: da655e2e0a742fddefeeaf2dd828b62a1820a3755d13341e1a555a10fcb9cf81 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36184 - timestamp: 1698325478381 -- platform: osx-arm64 - name: xyzservices - version: 2023.10.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 1e0d85c0e2fef9539218da185b285f54 - sha256: da655e2e0a742fddefeeaf2dd828b62a1820a3755d13341e1a555a10fcb9cf81 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda + sha256: 447a8d8292a7b2107dcc18afb67f046824711a652725fc0f522c368e7a7b8318 + md5: 20e1e652a4c740fa719002a8449994a2 + depends: + - vc14_runtime >=14.38.33130 + track_features: + - vc14 license: BSD-3-Clause license_family: BSD - noarch: python - size: 36184 - timestamp: 1698325478381 -- platform: win-64 - name: xyzservices - version: 2023.10.1 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.10.1-pyhd8ed1ab_0.conda - hash: - md5: 1e0d85c0e2fef9539218da185b285f54 - sha256: da655e2e0a742fddefeeaf2dd828b62a1820a3755d13341e1a555a10fcb9cf81 - build: pyhd8ed1ab_0 - arch: x86_64 + size: 16977 + timestamp: 1702511255313 +- kind: conda + name: vc14_runtime + version: 14.38.33130 + build: h82b7239_18 + build_number: 18 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda + sha256: bf94c9af4b2e9cba88207001197e695934eadc96a5c5e4cd7597e950aae3d8ff + md5: 8be79fdd2725ddf7bbf8a27a4c1f79ba + depends: + - ucrt >=10.0.20348.0 + constrains: + - vs2015_runtime 14.38.33130.* *_18 + license: LicenseRef-ProprietaryMicrosoft + license_family: Proprietary + size: 749868 + timestamp: 1702511239004 +- kind: conda + name: vs2015_runtime + version: 14.38.33130 + build: hcb4865c_18 + build_number: 18 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda + sha256: a2fec221f361d6263c117f4ea6d772b21c90a2f8edc6f3eb0eadec6bfe8843db + md5: 10d42885e3ed84e575b454db30f1aa93 + depends: + - vc14_runtime >=14.38.33130 license: BSD-3-Clause license_family: BSD - noarch: python - size: 36184 - timestamp: 1698325478381 -- platform: linux-64 + size: 16988 + timestamp: 1702511261442 +- kind: pypi + name: xarray + version: 2024.3.0 + url: https://files.pythonhosted.org/packages/f7/fe/c4d15ac730b2bcdd530e4bc6491958c53237eb573dba4eec3ad31ff0519a/xarray-2024.3.0-py3-none-any.whl + sha256: ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d + requires_dist: + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 + - scipy ; extra == 'accel' + - bottleneck ; extra == 'accel' + - numbagg ; extra == 'accel' + - flox ; extra == 'accel' + - opt-einsum ; extra == 'accel' + - xarray[accel,dev,io,parallel,viz] ; extra == 'complete' + - hypothesis ; extra == 'dev' + - pre-commit ; extra == 'dev' + - pytest ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - pytest-env ; extra == 'dev' + - pytest-xdist ; extra == 'dev' + - pytest-timeout ; extra == 'dev' + - ruff ; extra == 'dev' + - xarray[complete] ; extra == 'dev' + - netcdf4 ; extra == 'io' + - h5netcdf ; extra == 'io' + - scipy ; extra == 'io' + - zarr ; extra == 'io' + - fsspec ; extra == 'io' + - cftime ; extra == 'io' + - pooch ; extra == 'io' + - pydap ; python_version < '3.10' and extra == 'io' + - dask[complete] ; extra == 'parallel' + - matplotlib ; extra == 'viz' + - seaborn ; extra == 'viz' + - nc-time-axis ; extra == 'viz' + requires_python: '>=3.9' +- kind: pypi + name: xugrid + version: 0.9.0 + path: . + sha256: 020862ef7c6c0cfbbf81f400dca64855d0963182df3a58deec168fcbcae56b30 + requires_dist: + - numba + - numba-celltree + - numpy + - pandas + - pooch + - scipy + - xarray + - geopandas ; extra == 'all' + - mapbox-earcut ; extra == 'all' + - matplotlib ; extra == 'all' + - meshkernel >=3.0.0 ; extra == 'all' + - netcdf4 ; extra == 'all' + - pooch ; extra == 'all' + - pyproj ; extra == 'all' + - shapely >=2.0 ; extra == 'all' + - zarr ; extra == 'all' + requires_python: '>=3.9' + editable: true +- kind: conda name: xz version: 5.2.6 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 build: h166bdaf_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + md5: 2161070d867d1b1204ea749c8eec4ef0 + depends: + - libgcc-ng >=12 license: LGPL-2.1 and GPL-2.0 size: 418368 timestamp: 1660346797927 -- platform: osx-64 +- kind: conda name: xz version: 5.2.6 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - hash: - md5: a72f9d4ea13d55d745ff1ed594747f10 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 build: h775f41a_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 + md5: a72f9d4ea13d55d745ff1ed594747f10 license: LGPL-2.1 and GPL-2.0 size: 238119 timestamp: 1660346964847 -- platform: osx-arm64 - name: xz - version: 5.2.6 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - hash: - md5: 39c6b54e94014701dd157f4f576ed211 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - build: h57fd34a_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 235693 - timestamp: 1660346961024 -- platform: win-64 +- kind: conda name: xz version: 5.2.6 - category: main - manager: conda - dependencies: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - hash: - md5: 515d77642eaa3639413c6b1bc3f94219 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 build: h8d14728_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 + md5: 515d77642eaa3639413c6b1bc3f94219 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 license: LGPL-2.1 and GPL-2.0 size: 217804 timestamp: 1660346976440 -- platform: linux-64 - name: yaml - version: 0.2.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=9.4.0 - url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - hash: - md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae - sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 - build: h7f98852_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - size: 89141 - timestamp: 1641346969816 -- platform: osx-64 - name: yaml - version: 0.2.5 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 - hash: - md5: d7e08fcf8259d742156188e8762b4d20 - sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 - build: h0d85af4_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: MIT - license_family: MIT - size: 84237 - timestamp: 1641347062780 -- platform: osx-arm64 - name: yaml - version: 0.2.5 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 - hash: - md5: 4bb3f014845110883a3c5ee811fd84b4 - sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 - build: h3422bc3_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: MIT - license_family: MIT - size: 88016 - timestamp: 1641347076660 -- platform: win-64 - name: yaml - version: 0.2.5 - category: main - manager: conda - dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 - hash: - md5: adbfb9f45d1004a26763652246a33764 - sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 - build: h8ffe710_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: MIT - license_family: MIT - size: 63274 - timestamp: 1641347623319 -- platform: linux-64 - name: zarr - version: 2.16.1 - category: main - manager: conda - dependencies: - - asciitree * - - fasteners * - - numcodecs >=0.10.0 - - numpy >=1.20,!=1.21.0 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zarr-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 59ec835edbee50266b7bdbadab7ba335 - sha256: a320989af085d1700ace9d982e6fdb7a63de11331ab7f8bf4cf4f636e3962b65 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - ipytree >=0.2.2 - - ipywidgets >=8.0.0 - - notebook - license: MIT - license_family: MIT - noarch: python - size: 157869 - timestamp: 1692615826058 -- platform: osx-64 - name: zarr - version: 2.16.1 - category: main - manager: conda - dependencies: - - asciitree * - - fasteners * - - numcodecs >=0.10.0 - - numpy >=1.20,!=1.21.0 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zarr-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 59ec835edbee50266b7bdbadab7ba335 - sha256: a320989af085d1700ace9d982e6fdb7a63de11331ab7f8bf4cf4f636e3962b65 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - ipytree >=0.2.2 - - ipywidgets >=8.0.0 - - notebook - license: MIT - license_family: MIT - noarch: python - size: 157869 - timestamp: 1692615826058 -- platform: osx-arm64 - name: zarr - version: 2.16.1 - category: main - manager: conda - dependencies: - - asciitree * - - fasteners * - - numcodecs >=0.10.0 - - numpy >=1.20,!=1.21.0 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zarr-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 59ec835edbee50266b7bdbadab7ba335 - sha256: a320989af085d1700ace9d982e6fdb7a63de11331ab7f8bf4cf4f636e3962b65 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - ipytree >=0.2.2 - - ipywidgets >=8.0.0 - - notebook - license: MIT - license_family: MIT - noarch: python - size: 157869 - timestamp: 1692615826058 -- platform: win-64 - name: zarr - version: 2.16.1 - category: main - manager: conda - dependencies: - - asciitree * - - fasteners * - - numcodecs >=0.10.0 - - numpy >=1.20,!=1.21.0 - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zarr-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 59ec835edbee50266b7bdbadab7ba335 - sha256: a320989af085d1700ace9d982e6fdb7a63de11331ab7f8bf4cf4f636e3962b65 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - ipytree >=0.2.2 - - ipywidgets >=8.0.0 - - notebook - license: MIT - license_family: MIT - noarch: python - size: 157869 - timestamp: 1692615826058 -- platform: linux-64 - name: zeromq - version: 4.3.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_0.conda - hash: - md5: 8851084c192dbc56215ac4e3c9aa30fa - sha256: 53bf2a18224406e9806adb3b270a2c8a028aca0c89bd40114a85d6446f5c98d1 - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 343455 - timestamp: 1697056638125 -- platform: osx-64 - name: zeromq - version: 4.3.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libsodium >=1.0.18,<1.0.19.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h93d8f39_0.conda - hash: - md5: 4c055e46b394be36681fe476c1e2ee6e - sha256: 19be553b3cc8352b6e842134b8de66ae39fcae80bc575c203076370faab6009c - build: h93d8f39_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 294253 - timestamp: 1697057208271 -- platform: osx-arm64 - name: zeromq - version: 4.3.5 - category: main - manager: conda - dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 - - libsodium >=1.0.18,<1.0.19.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-h965bd2d_0.conda - hash: - md5: f460bbcb0ec8dc77989288fe8caa0f84 - sha256: 06abddc92d0bf83cd9faf25f26c98d7c2cc681cb50504011580b0584cf3cb1c5 - build: h965bd2d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 287460 - timestamp: 1697056868401 -- platform: win-64 - name: zeromq - version: 4.3.5 - category: main - manager: conda - dependencies: - - libsodium >=1.0.18,<1.0.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-h63175ca_0.conda - hash: - md5: e954e1881091405f36416f772292b396 - sha256: f8377793c36e19da17bbb8cf517f1a969b89e1cc7cb9622dc6d60c3d1383c919 - build: h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 4210250 - timestamp: 1697057168534 -- platform: linux-64 - name: zict - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36325 - timestamp: 1681770298596 -- platform: osx-64 - name: zict - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36325 - timestamp: 1681770298596 -- platform: osx-arm64 - name: zict - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36325 - timestamp: 1681770298596 -- platform: win-64 - name: zict - version: 3.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 36325 - timestamp: 1681770298596 -- platform: linux-64 - name: zipp - version: 3.17.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18954 - timestamp: 1695255262261 -- platform: osx-64 - name: zipp - version: 3.17.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18954 - timestamp: 1695255262261 -- platform: osx-arm64 - name: zipp - version: 3.17.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18954 - timestamp: 1695255262261 -- platform: win-64 - name: zipp - version: 3.17.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 18954 - timestamp: 1695255262261 -- platform: linux-64 - name: zlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libzlib ==1.2.13 hd590300_5 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - hash: - md5: 68c34ec6149623be41a1933ab996a209 - sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b - build: hd590300_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - license: Zlib - license_family: Other - size: 92825 - timestamp: 1686575231103 -- platform: osx-64 - name: zlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libzlib ==1.2.13 h8a1eda9_5 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - hash: - md5: 75a8a98b1c4671c5d2897975731da42d - sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 - build: h8a1eda9_5 - arch: x86_64 - subdir: osx-64 - build_number: 5 - license: Zlib - license_family: Other - size: 90764 - timestamp: 1686575574678 -- platform: osx-arm64 - name: zlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libzlib ==1.2.13 h53f4e23_5 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - hash: - md5: a08383f223b10b71492d27566fafbf6c - sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe - build: h53f4e23_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: Zlib - license_family: Other - size: 79577 - timestamp: 1686575471024 -- platform: win-64 - name: zlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libzlib ==1.2.13 hcfcfb64_5 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.2.13-hcfcfb64_5.conda - hash: - md5: a318e8622e11663f645cc7fa3260f462 - sha256: 0f91b719c7558046bcd37fdc7ae4b9eb2b7a8e335beb8b59ae7ccb285a46aa46 - build: hcfcfb64_5 - arch: x86_64 - subdir: win-64 - build_number: 5 - license: Zlib - license_family: Other - size: 107711 - timestamp: 1686575474476 -- platform: linux-64 - name: zstd - version: 1.5.5 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda - hash: - md5: 04b88013080254850d6c01ed54810589 - sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 - build: hfc55251_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 545199 - timestamp: 1693151163452 -- platform: osx-64 - name: zstd - version: 1.5.5 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda - hash: - md5: 80abc41d0c48b82fe0f04e7f42f5cb7e - sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c - build: h829000d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 499383 - timestamp: 1693151312586 -- platform: osx-arm64 - name: zstd - version: 1.5.5 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda - hash: - md5: 5b212cfb7f9d71d603ad891879dc7933 - sha256: 7e1fe6057628bbb56849a6741455bbb88705bae6d6646257e57904ac5ee5a481 - build: h4f39d0f_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 400508 - timestamp: 1693151393180 -- platform: win-64 - name: zstd - version: 1.5.5 - category: main - manager: conda - dependencies: - - libzlib >=1.2.13,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda - hash: - md5: 792bb5da68bf0a6cac6a6072ecb8dbeb - sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 - build: h12be248_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 343428 - timestamp: 1693151615801 diff --git a/pixi.toml b/pixi.toml deleted file mode 100644 index 11d928cc9..000000000 --- a/pixi.toml +++ /dev/null @@ -1,49 +0,0 @@ -[project] -name = "xugrid" -version = "0.9.0" -description = "Xarray extension for unstructured grids" -authors = ["Huite Bootsma "] -channels = ["conda-forge"] -platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"] -license = "MIT" -license-file = "LICENSE" -homepage = "https://deltares.github.io/xugrid/" -documentation = "https://deltares.github.io/xugrid/" -repository = "https://github.com/Deltares/xugrid" - -[tasks] -install = "python -m pip install --no-deps --editable ." -install-pre-commit = "pre-commit install" -pre-commit = "pre-commit run --all-files" -test = { depends_on = ["install"], cmd = "NUMBA_DISABLE_JIT=1 pytest --cov=xugrid --cov-report xml --cov-report term"} -docs = { depends_on = ["install"], cmd = "NUMBA_DISABLE_JIT=1 sphinx-build docs docs/_build"} -all = { depends_on = ["pre-commit", "test", "docs"]} -pypi-publish = { cmd = "rm --recursive --force dist && python -m build && twine check dist/* && twine upload dist/*" } - -[dependencies] -dask = "*" -geopandas = "*" -mapbox_earcut = "*" -matplotlib-base = "*" -netcdf4 = "*" -numba_celltree = "*" -pip = "*" -pooch = "*" -pre-commit = "*" -pydata-sphinx-theme = "*" -pymetis = "*" -pyproj = "*" -pytest = "*" -pytest-cov = "*" -python = ">=3.9" -ruff = "*" -shapely = ">=2.0" -scipy = "*" -sphinx = "*" -sphinx-gallery = "*" -xarray = "*" -zarr = "*" -ipykernel = "6.26.0.*" # So we can run examples -twine = "*" -hatchling = "1.21.0.*" -build = "0.7.0.*" diff --git a/pyproject.toml b/pyproject.toml index 069926c65..ba029224e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "xugrid" description = "Xarray extension for unstructured grids" readme = { file = "README.rst", content-type = "text/x-rst" } maintainers = [{ name = "Huite Bootsma", email = "huite.bootsma@deltares.nl" }] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ 'pandas', 'numba', @@ -25,9 +25,9 @@ classifiers = [ 'Programming Language :: Python', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Scientific/Engineering', ] @@ -67,3 +67,60 @@ exclude_lines = [ "@abc.abstractmethod", "@abc.abstractproperty", ] + +[tool.pixi.project] +channels = ["conda-forge"] +platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] + +[tool.pixi.pypi-dependencies] +xugrid = { path = ".", editable = true } + +[tool.pixi.dependencies] +dask = "*" +geopandas = "*" +mapbox_earcut = "*" +matplotlib-base = "*" +netcdf4 = "*" +numba_celltree = "*" +pip = "*" +pooch = "*" +pre-commit = "*" +pydata-sphinx-theme = "*" +pymetis = "*" +pyproj = "*" +pytest = "*" +pytest-cov = "*" +python = ">=3.9" +ruff = "*" +shapely = ">=2.0" +scipy = "*" +sphinx = "*" +sphinx-gallery = "*" +xarray = "*" +zarr = "*" +ipykernel = "6.26.0.*" # So we can run examples +twine = "*" +build = "*" + +[tool.pixi.tasks] +install-pre-commit = "pre-commit install" +pre-commit = "pre-commit run --all-files" +test = "NUMBA_DISABLE_JIT=1 pytest --cov=xugrid --cov-report xml --cov-report term" +docs = "NUMBA_DISABLE_JIT=1 sphinx-build docs docs/_build" +all = { depends_on = ["pre-commit", "test", "docs"]} +pypi-publish = "rm --recursive --force dist && python -m build && twine check dist/* && twine upload dist/*" + +[tool.pixi.feature.py312.dependencies] +python = "3.12.*" + +[tool.pixi.feature.py311.dependencies] +python = "3.11.*" + +[tool.pixi.feature.py310.dependencies] +python = "3.10.*" + +[tool.pixi.environments] +default = { features = ["py312"], solve-group = "py312" } +py312 = { features = ["py312"], solve-group = "py312" } +py311 = ["py311"] +py310 = ["py310"]