Last active
August 7, 2026 21:09
-
-
Save minrk/343f321d5e5bfa96d120dee3f46cb4c0 to your computer and use it in GitHub Desktop.
jupyter-server-documents test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SCM syntax highlighting & preventing 3-way merges | |
| pixi.lock merge=binary linguist-language=YAML linguist-generated=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .pixi/* | |
| !.pixi/config.toml | |
| .cache | |
| .local | |
| .ipynb_checkpoints | |
| .jupyter | |
| .ipython | |
| .bash* | |
| .* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_ai 3.1.2 | |
| jupyter_ai_acp_client 0.2.1 | |
| jupyter-ai-biorouter-acp 0.0.1.dev0 | |
| jupyter_ai_chat_commands 0.0.4 | |
| jupyter_ai_persona_manager 0.1.2 | |
| jupyter_ai_router 0.0.6 | |
| jupyter_ai_tools 0.6.1 | |
| jupyter-book 2.1.6 | |
| jupyter_builder 1.2.1 | |
| jupyter_client 8.9.1 | |
| jupyter-collaboration 5.0.0 | |
| jupyter-collaboration-ui 3.0.0 | |
| jupyter_core 5.9.1 | |
| jupyter-docprovider 3.0.0 | |
| jupyter-events 0.12.1 | |
| jupyter-launcher-shortcuts 4.0.3 | |
| jupyter-lsp 2.3.1 | |
| jupyter-myst-build-proxy 0.6.0 | |
| jupyter-resource-usage 1.2.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_documents 0.3.2 | |
| jupyter_server_fileid 0.9.2 | |
| jupyter_server_mcp 0.2.1 | |
| jupyter_server_proxy 4.5.0 | |
| jupyter_server_terminals 0.5.4 | |
| jupyter-server-ydoc 3.0.0 | |
| jupyter-sshd-proxy 0.3.0 | |
| jupyter_vscode_proxy 0.0.0 | |
| jupyter-ydoc 4.1.1 | |
| jupyterhub 5.5.0 | |
| jupyterlab 4.6.2 | |
| jupyterlab_chat 0.23.1 | |
| jupyterlab_code_formatter 3.0.3 | |
| jupyterlab_commands_toolkit 0.1.6 | |
| jupyterlab_eventlistener 0.4.0 | |
| jupyterlab_git 0.54.1 | |
| jupyterlab-git-core 0.54.1 | |
| jupyterlab_notebook_awareness 0.2.0 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| certipy 0.2.3 | |
| ipycytoscape 1.3.3 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 | |
| scipy 1.18.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_client 8.9.1 | |
| jupyter-collaboration-ui 2.4.2 | |
| jupyter_core 5.9.1 | |
| jupyter-events 0.12.1 | |
| jupyter-lsp 2.3.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_documents 0.2.6 | |
| jupyter_server_fileid 0.9.2 | |
| jupyter_server_terminals 0.5.4 | |
| jupyter-ydoc 3.5.0 | |
| jupyterlab 4.5.10 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_builder 1.2.1 | |
| jupyter_client 8.9.1 | |
| jupyter-collaboration-ui 3.0.0 | |
| jupyter_core 5.9.1 | |
| jupyter-docprovider 3.0.0 | |
| jupyter-events 0.12.1 | |
| jupyter-lsp 2.3.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_documents 0.3.2 | |
| jupyter_server_fileid 0.9.2 | |
| jupyter_server_terminals 0.5.4 | |
| jupyter-ydoc 4.1.1 | |
| jupyterlab 4.6.2 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ghcr.io/prefix-dev/pixi:0.76.1 AS build | |
| # copy source code, pixi.toml and pixi.lock to the container | |
| WORKDIR /app | |
| COPY pixi.* ./ | |
| # install dependencies to `/app/.pixi/envs/image` | |
| # use `--locked` to ensure the lock file is up to date with pixi.toml | |
| RUN pixi install --locked -e image | |
| # create the shell-hook bash script to activate the environment | |
| RUN echo "#!/bin/bash" > /app/entrypoint.sh \ | |
| && pixi shell-hook -e image -s bash >> /app/entrypoint.sh \ | |
| && echo 'exec "$@"' >> /app/entrypoint.sh | |
| FROM ubuntu:24.04 AS run | |
| WORKDIR /app | |
| # only copy the production environment into prod container | |
| # please note that the "prefix" (path) needs to stay the same as in the build container | |
| COPY --from=build /app/.pixi/envs/image /app/.pixi/envs/image | |
| COPY --from=build --chmod=0755 /app/entrypoint.sh /app/entrypoint.sh | |
| EXPOSE 8000 | |
| ENTRYPOINT [ "/app/entrypoint.sh" ] | |
| ENV HOME=/home/jovyan \ | |
| PIXI_CACHE_DIR=/tmp/pixi | |
| WORKDIR /home/jovyan | |
| USER 1000 | |
| CMD ["jupyter-lab", "--ip=0.0.0.0"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_client 8.9.1 | |
| jupyter-collaboration-ui 2.2.1 | |
| jupyter_core 5.9.1 | |
| jupyter-events 0.12.1 | |
| jupyter-lsp 2.3.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_documents 0.2.6 | |
| jupyter_server_fileid 0.9.2 | |
| jupyter_server_terminals 0.5.4 | |
| jupyter-ydoc 3.5.0 | |
| jupyterlab 4.4.10 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_client 8.9.1 | |
| jupyter-collaboration-ui 2.2.1 | |
| jupyter_core 5.9.1 | |
| jupyter-events 0.12.1 | |
| jupyter-lsp 2.3.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_documents 0.2.6 | |
| jupyter_server_fileid 0.9.2 | |
| jupyter_server_terminals 0.5.4 | |
| jupyter-ydoc 3.5.0 | |
| jupyterlab 4.5.10 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jupyter_builder 1.2.1 | |
| jupyter_client 8.9.1 | |
| jupyter_core 5.9.1 | |
| jupyter-events 0.12.1 | |
| jupyter-lsp 2.3.1 | |
| jupyter_server 2.20.0 | |
| jupyter_server_terminals 0.5.4 | |
| jupyterlab 4.6.2 | |
| jupyterlab_pygments 0.3.0 | |
| jupyterlab_server 2.28.0 | |
| jupyterlab_widgets 3.0.16 | |
| ipykernel 7.3.0 | |
| ipython 9.16.1 | |
| ipython_pygments_lexers 1.1.1 | |
| ipywidgets 8.1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 7 | |
| platforms: | |
| - name: linux-64 | |
| virtual-packages: | |
| - __unix=0=0 | |
| - __linux=4.18 | |
| - __glibc=2.28 | |
| - __archspec=0=x86_64 | |
| - name: linux-aarch64 | |
| virtual-packages: | |
| - __unix=0=0 | |
| - __linux=4.18 | |
| - __glibc=2.28 | |
| - __archspec=0=aarch64 | |
| - name: osx-arm64 | |
| virtual-packages: | |
| - __unix=0=0 | |
| - __osx=13.0 | |
| - __archspec=0=m1 | |
| environments: | |
| default: | |
| channels: | |
| - url: https://conda.anaconda.org/conda-forge/ | |
| packages: {} | |
| image: | |
| channels: | |
| - url: https://conda.anaconda.org/conda-forge/ | |
| packages: | |
| linux-64: | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py312h4c3975b_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/backports.zstd-1.6.0-py312h90b7ffd_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_10.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-2.1.1-py312h460c074_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.21-py312h8285ef7_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-78.3-h54a6638_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.22.2-hbde042b_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.46.1-default_hbd61a6d_102.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.22-h280c20c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.53.4-hf4e2dac_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.38-h280c20c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.3-h35e630c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pixi-0.76.1-ha759004_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-7.2.2-py312h5253ce2_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.13.1-py312h0ccc70a_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py312h8a5da7c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-27.1.0-py312hda471dd_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-2026.6.3-py312h192e038_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd70dff1_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.7-py312h4c3975b_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h09e67af_11.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.14.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.15.0-pyha770c72_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.4.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.4.0-hac0b51c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.13-py312hd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.4.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.3.0-pyha191276_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-9.16.1-pyh53cf698_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython_pygments_lexers-1.1.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.20.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.15.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.26.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.26.0-hcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-ui-2.3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.9.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.20.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_documents-0.2.6-pyhc364b38_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-3.5.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.5.10-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.3.4-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.11.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.11.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio2-1.7.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-26.3-pyhc364b38_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.7-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pip-26.2.1-pyh8b19718_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.11.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.26.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.53-pyha770c72_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.22.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-gil-3.12.13-hd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-4.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.3-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.12-8_cp312.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-83.0.0-pyh332efcf_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.9.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.16.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.16.0-h69aa097_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.8.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda | |
| linux-aarch64: | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-20_gnu.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/argon2-cffi-bindings-25.1.0-py312hcd1a082_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/backports.zstd-1.6.0-py312ha46dd1d_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.2.0-py312hac7b6a9_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h4777abc_10.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-2.1.1-py312h1b372e3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.21-py312hf55c4e8_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.3-h86ecc28_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.22.2-h2fb54aa_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.46.1-default_h1979696_102.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.8.1-hfae3067_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.5.2-h376a255_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-16.1.0-h205dda4_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-16.1.0-h8acb6b2_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.8.3-he30d5cf_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h86ecc28_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.22-h80f16a2_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.53.4-h022381a_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-16.1.0-hef695bb_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.42.2-h1022ec0_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.38-h80f16a2_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.2-hdc9db2a_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.3-py312hd077ced_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.6-hf8d1292_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.6.3-h546c87b_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixi-0.76.1-h1d7f6d8_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-7.2.2-py312hd41f8a7_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pycrdt-0.13.1-py312hf490ae4_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.12.13-h91f4b29_0_cpython.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.3-py312ha4530ae_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-27.1.0-py312hdf0a211_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.3-hb682ff5_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-2026.6.3-py312h00f41f5_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-noxft_h5cf4473_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.5.7-py312hefbd42c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-h80f16a2_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-hec9560f_11.conda | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.7-h85ac4a6_6.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.14.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.15.0-pyha770c72_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.4.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.4.0-hac0b51c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.13-py312hd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.4.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.3.0-pyha191276_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-9.16.1-pyh53cf698_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython_pygments_lexers-1.1.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.20.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.15.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.26.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.26.0-hcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-ui-2.3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.9.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.20.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_documents-0.2.6-pyhc364b38_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-3.5.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.5.10-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.3.4-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.11.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.11.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio2-1.7.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-26.3-pyhc364b38_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.7-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pip-26.2.1-pyh8b19718_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.11.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.26.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.53-pyha770c72_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.22.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-gil-3.12.13-hd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-4.1.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.3-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.12-8_cp312.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-83.0.0-pyh332efcf_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.9.1-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.16.1-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.16.0-h69aa097_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.8.2-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda | |
| packages: | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda | |
| build_number: 20 | |
| sha256: 1dd3fffd892081df9726d7eb7e0dea6198962ba775bd88842135a4ddb4deb3c9 | |
| md5: a9f577daf3de00bca7c3c76c0ecbd1de | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgomp >=7.5.0 | |
| constrains: | |
| - openmp_impl <0.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| strong: | |
| - _openmp_mutex >=4.5 | |
| size: 28948 | |
| timestamp: 1770939786096 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py312h4c3975b_2.conda | |
| sha256: 7988c207b2b766dad5ebabf25a92b8d75cb8faed92f256fd7a4e0875c9ec6d58 | |
| md5: 1567f06d717246abab170736af8bad1b | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - cffi >=1.0.1 | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 35646 | |
| timestamp: 1762509443854 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/backports.zstd-1.6.0-py312h90b7ffd_0.conda | |
| sha256: 95b3d6d44c17c4061db703289f39915646e455f75f0c8c9d949bf081d2e61579 | |
| md5: 55811da425538da800b89c0c588652fa | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| - python_abi 3.12.* *_cp312 | |
| - zstd >=1.5.7,<1.6.0a0 | |
| license: BSD-3-Clause AND MIT AND EPL-2.0 | |
| run_exports: {} | |
| size: 239892 | |
| timestamp: 1781450817988 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda | |
| sha256: 49df13a1bb5e388ca0e4e87022260f9501ed4192656d23dc9d9a1b4bf3787918 | |
| md5: 64088dffd7413a2dd557ce837b4cbbdb | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - libbrotlicommon 1.2.0 hb03c661_1 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 368300 | |
| timestamp: 1764017300621 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_10.conda | |
| sha256: 1a0d382c515ebf55f8ee1f38c8b81bc95af5c2acc42ad53b66bc5df932032f96 | |
| md5: e675fabcf81499adc7edf58124fb1e01 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| license: bzip2-1.0.6 | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - bzip2 >=1.0.8,<2.0a0 | |
| size: 257808 | |
| timestamp: 1785906269155 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-2.1.1-py312h460c074_0.conda | |
| sha256: e4e3f48195393953bfacdfd4670e1c2cf5231b7bb11f29ccc724f1697c1c4449 | |
| md5: a9d08f233128bc42fae8fe17c13df103 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libffi >=3.5.2,<3.6.0a0 | |
| - libgcc >=14 | |
| - pycparser | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 301815 | |
| timestamp: 1785810903512 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.21-py312h8285ef7_0.conda | |
| sha256: b8dbe25820064a099f315bbb8f45f5bac3fddb63e96af3cbf0c93a830733ef34 | |
| md5: e6778419a1851f6e15820558abddfa04 | |
| depends: | |
| - python | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 2821960 | |
| timestamp: 1780390159181 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-78.3-h54a6638_2.conda | |
| sha256: d7c260b7e1cf22ce04d6ba8a86eabf4e6c50bc96a5c27fe2ecb32298af3e88eb | |
| md5: 4ef4b977bb216a3001a3334696a80850 | |
| depends: | |
| - libstdcxx >=14 | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - icu >=78.3,<79.0a0 | |
| size: 14455340 | |
| timestamp: 1784916378180 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda | |
| sha256: 0960d06048a7185d3542d850986d807c6e37ca2e644342dd0c72feefcf26c2a4 | |
| md5: b38117a3c920364aff79f870c984b4a3 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=13 | |
| license: LGPL-2.1-or-later | |
| run_exports: | |
| weak: | |
| - keyutils >=1.6.3,<2.0a0 | |
| size: 134088 | |
| timestamp: 1754905959823 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.22.2-hbde042b_1.conda | |
| sha256: 9b07046870772f28740e3f6149f09ff222843733087a33c5540b169c6289652d | |
| md5: 54157a1c8c0bb70f62dd0b17fba7e7f2 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - keyutils >=1.6.3,<2.0a0 | |
| - libedit >=3.1.20250104,<3.2.0a0 | |
| - libedit >=3.1.20250104,<4.0a0 | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - openssl >=3.5.7,<4.0a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - krb5 >=1.22.2,<1.23.0a0 | |
| size: 1388990 | |
| timestamp: 1781859420533 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.46.1-default_hbd61a6d_102.conda | |
| sha256: 27d83f1188cd19bcb7754a078b3fa7f4cfb8527f8eb2fde54dd01fc529d1adec | |
| md5: 449500f2c089da11c40f5c21312e3e07 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - zstd >=1.5.7,<1.6.0a0 | |
| constrains: | |
| - binutils_impl_linux-64 2.46.1 | |
| license: GPL-3.0-only | |
| license_family: GPL | |
| run_exports: {} | |
| size: 745303 | |
| timestamp: 1784214507189 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda | |
| sha256: d789471216e7aba3c184cd054ed61ce3f6dac6f87a50ec69291b9297f8c18724 | |
| md5: c277e0a4d549b03ac1e9d6cbbe3d017b | |
| depends: | |
| - ncurses | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=13 | |
| - ncurses >=6.5,<7.0a0 | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - libedit >=3.1.20250104,<3.2.0a0 | |
| size: 134676 | |
| timestamp: 1738479519902 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda | |
| sha256: 16feffd9ddbbe5b718515d38ee376c685ba95491cd901244e24671d20b952a77 | |
| md5: b24d3c612f71e7aa74158d92106318b2 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| constrains: | |
| - expat 2.8.1.* | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 77856 | |
| timestamp: 1781203599810 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda | |
| sha256: 31f19b6a88ce40ebc0d5a992c131f57d919f73c0b92cd1617a5bec83f6e961e6 | |
| md5: a360c33a5abe61c07959e449fa1453eb | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - libffi >=3.5.2,<3.6.0a0 | |
| size: 58592 | |
| timestamp: 1769456073053 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda | |
| sha256: d5cb8475131c31680f8fd30512c418f373064e272e452063276a8fb14c9fa42f | |
| md5: 5a7d954665c707c93311657cd779c705 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - _openmp_mutex >=4.5 | |
| constrains: | |
| - libgomp 16.1.0 he0feb66_1 | |
| - libgcc-ng ==16.1.0=*_1 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: {} | |
| size: 1057877 | |
| timestamp: 1785375436766 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda | |
| sha256: 62cb599ad0539d99386515326d9d5e8f51f75a60c69c2131b21df76edf35bd89 | |
| md5: 88f2d91cb1533194c323534253094d23 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: | |
| strong: | |
| - _openmp_mutex >=4.5 | |
| size: 640415 | |
| timestamp: 1785375373755 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda | |
| sha256: ec30e52a3c1bf7d0425380a189d209a52baa03f22fb66dd3eb587acaa765bd6d | |
| md5: b88d90cad08e6bc8ad540cb310a761fb | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| constrains: | |
| - xz 5.8.3.* | |
| license: 0BSD | |
| run_exports: | |
| weak: | |
| - liblzma >=5.8.3,<6.0a0 | |
| size: 113478 | |
| timestamp: 1775825492909 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda | |
| sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 | |
| md5: d864d34357c3b65a4b731f78c0801dc4 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=13 | |
| license: LGPL-2.1-only | |
| license_family: GPL | |
| run_exports: | |
| weak: | |
| - libnsl >=2.0.1,<2.1.0a0 | |
| size: 33731 | |
| timestamp: 1750274110928 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.22-h280c20c_1.conda | |
| sha256: b677bbf1c339d894757c3dcfbb2f88649e499e4991d70ae09a1466da9a6c92d6 | |
| md5: 965e4d531b588b2e42f66fd8e48b056c | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| license: ISC | |
| run_exports: | |
| weak: | |
| - libsodium >=1.0.22,<1.0.23.0a0 | |
| size: 269272 | |
| timestamp: 1779163468406 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.53.4-hf4e2dac_0.conda | |
| sha256: 72023efc207fe681e26b65fc9d668062cf0b4f0eacf3431e6eb099b95c1f2efd | |
| md5: df088a279cd5e6fd2790b4c196434da1 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - icu >=78.3,<79.0a0 | |
| - libgcc >=14 | |
| - libzlib >=1.3.2,<2.0a0 | |
| license: blessing | |
| run_exports: | |
| weak: | |
| - libsqlite >=3.53.4,<4.0a0 | |
| size: 964200 | |
| timestamp: 1785016112246 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda | |
| sha256: 79721dd08aeb0ab9e773f1f9ef41cf4e6c17477e3d72319147619045bce05a09 | |
| md5: aed6cf89adc1e9b846e4367ac538e434 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc 16.1.0 ha9f2e26_1 | |
| constrains: | |
| - libstdcxx-ng ==16.1.0=*_1 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: {} | |
| size: 6631744 | |
| timestamp: 1785375462643 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda | |
| sha256: 9b1bdce27a7e31f7d241aeecff67a1f3101d52a2b1e33ccc2cdf2613072bf81f | |
| md5: 01bb81d12c957de066ea7362007df642 | |
| depends: | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - libuuid >=2.42.2,<3.0a0 | |
| size: 40017 | |
| timestamp: 1781625522462 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.38-h280c20c_0.conda | |
| sha256: f7e9292dd219a6435bbb1223da9586c3e70d66d169c5a92f08db3f2127df04e9 | |
| md5: f7a7ff5a6ab331e037abd34f379a631d | |
| depends: | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| license: LGPL-2.1-or-later | |
| run_exports: | |
| weak: | |
| - libxcrypt >=4.4.38 | |
| size: 101957 | |
| timestamp: 1785887123445 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda | |
| sha256: eb8a0db0aa570124f7d2a93d7c7f596e3390df5e047818d873baad32985fc736 | |
| md5: 0de0122d9570a8ab637c6b73db268389 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| constrains: | |
| - zlib 1.3.2 *_3 | |
| license: Zlib | |
| license_family: Other | |
| run_exports: | |
| weak: | |
| - libzlib >=1.3.2,<2.0a0 | |
| size: 63713 | |
| timestamp: 1785362952714 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_1.conda | |
| sha256: 5f3aad1f3a685ed0b591faad335957dbdb1b73abfd6fc731a0d42718e0653b33 | |
| md5: 93a4752d42b12943a355b682ee43285b | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - jinja2 >=3.0.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 26057 | |
| timestamp: 1772445297924 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda | |
| sha256: fc89f74bbe362fb29fa3c037697a89bec140b346a2469a90f7936d1d7ea4d8a3 | |
| md5: fc21868a1a5aacc937e7a18747acb8a5 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| license: X11 AND BSD-3-Clause | |
| run_exports: | |
| weak: | |
| - ncurses >=6.6,<7.0a0 | |
| size: 918956 | |
| timestamp: 1777422145199 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.3-h35e630c_1.conda | |
| sha256: 012096056b97abf1f68c46b7146bd2cbd68c1be762340b4f5dad4fbbe99177bc | |
| md5: c5955c27917ff2234def47f075e71e02 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - ca-certificates | |
| - libgcc >=14 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: | |
| weak: | |
| - openssl >=3.6.3,<4.0a0 | |
| size: 3182423 | |
| timestamp: 1785913583650 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pixi-0.76.1-ha759004_0.conda | |
| sha256: 09d1ecbab8c4f825994fe94eafe7f1ea90450465ee77ee569d9789d29868a6b5 | |
| md5: 48adcf55f6dfbee32423cfa92d97c82c | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libstdcxx >=14 | |
| - libgcc >=14 | |
| - openssl >=3.5.7,<4.0a0 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: BSD-3-Clause | |
| run_exports: {} | |
| size: 33114636 | |
| timestamp: 1785855245141 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-7.2.2-py312h5253ce2_0.conda | |
| sha256: d834fd656133c9e4eaf63ffe9a117c7d0917d86d89f7d64073f4e3a0020bd8a7 | |
| md5: dd94c506b119130aef5a9382aed648e7 | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 225545 | |
| timestamp: 1769678155334 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.13.1-py312h0ccc70a_0.conda | |
| sha256: 8d953123e7576db8694e8c24b1223b9df8bcbef7b2411aa391afe07707f68f7d | |
| md5: edea0c3d12dd97b498fbb2ece465bef4 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - anyio >=4.4.0,<5.0.0 | |
| - exceptiongroup | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| - typing_extensions >=4.14.0 | |
| - typing_extensions >=4.15.0,<5.0.0 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 811777 | |
| timestamp: 1779374766290 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda | |
| sha256: a44655c1c3e1d43ed8704890a91e12afd68130414ea2c0872e154e5633a13d7e | |
| md5: 7eccb41177e15cc672e1babe9056018e | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - bzip2 >=1.0.8,<2.0a0 | |
| - ld_impl_linux-64 >=2.36.1 | |
| - libexpat >=2.7.4,<3.0a0 | |
| - libffi >=3.5.2,<3.6.0a0 | |
| - libgcc >=14 | |
| - liblzma >=5.8.2,<6.0a0 | |
| - libnsl >=2.0.1,<2.1.0a0 | |
| - libsqlite >=3.51.2,<4.0a0 | |
| - libuuid >=2.41.3,<3.0a0 | |
| - libxcrypt >=4.4.36 | |
| - libzlib >=1.3.1,<2.0a0 | |
| - ncurses >=6.5,<7.0a0 | |
| - openssl >=3.5.5,<4.0a0 | |
| - readline >=8.3,<9.0a0 | |
| - tk >=8.6.13,<8.7.0a0 | |
| - tzdata | |
| constrains: | |
| - python_abi 3.12.* *_cp312 | |
| license: Python-2.0 | |
| run_exports: | |
| weak: | |
| - python_abi 3.12.* *_cp312 | |
| noarch: | |
| - python | |
| size: 31608571 | |
| timestamp: 1772730708989 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py312h8a5da7c_1.conda | |
| sha256: cb142bfd92f6e55749365ddc244294fa7b64db6d08c45b018ff1c658907bfcbf | |
| md5: 15878599a87992e44c059731771591cb | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| - yaml >=0.2.5,<0.3.0a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 198293 | |
| timestamp: 1770223620706 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-27.1.0-py312hda471dd_3.conda | |
| noarch: python | |
| sha256: 970b2a1d12983d8d1cc05d914ad88a0b6ef1fa14038c9649aa834dd6ebee65d7 | |
| md5: acd216255e1370e9aeab5351b831f07c | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| - _python_abi3_support 1.* | |
| - cpython >=3.12 | |
| - zeromq >=4.3.5,<4.4.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 210896 | |
| timestamp: 1779483879367 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda | |
| sha256: 12ffde5a6f958e285aa22c191ca01bbd3d6e710aa852e00618fa6ddc59149002 | |
| md5: d7d95fc8287ea7bf33e0e7116d2b95ec | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - ncurses >=6.5,<7.0a0 | |
| license: GPL-3.0-only | |
| license_family: GPL | |
| run_exports: | |
| weak: | |
| - readline >=8.3,<9.0a0 | |
| size: 345073 | |
| timestamp: 1765813471974 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-2026.6.3-py312h192e038_0.conda | |
| sha256: 4a190c74b5f3b441820a3142b03a489987c724b65237882ebe87d75892345d17 | |
| md5: 40984fba15f43a366ea4c6dea2b4c8bd | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 300259 | |
| timestamp: 1782831325201 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd70dff1_3.conda | |
| build_number: 103 | |
| sha256: 43624eab22f5f29df7d6ffe914cf442f28fd559b55b290906255492826e636e8 | |
| md5: 48a1049e710857572fc2a832aa394d9f | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - libzlib >=1.3.2,<2.0a0 | |
| constrains: | |
| - xorg-libx11 >=1.8.13,<2.0a0 | |
| license: TCL | |
| run_exports: | |
| weak: | |
| - tk >=8.6.13,<8.7.0a0 | |
| size: 3550916 | |
| timestamp: 1784229071544 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.7-py312h4c3975b_0.conda | |
| sha256: f54504d6eeef133ddc2b964b6a021f3faf085bb08bd70debc07f56d6b9b726f1 | |
| md5: 55f526c3fb5302a1ce922612348442e1 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: {} | |
| size: 864705 | |
| timestamp: 1781006801632 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda | |
| sha256: 6d9ea2f731e284e9316d95fa61869fe7bbba33df7929f82693c121022810f4ad | |
| md5: a77f85f77be52ff59391544bfe73390a | |
| depends: | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - yaml >=0.2.5,<0.3.0a0 | |
| size: 85189 | |
| timestamp: 1753484064210 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h09e67af_11.conda | |
| sha256: dc9f28dedcb5f35a127fad2d847674d2833369dd616d294e423b8997df31d8a8 | |
| md5: 96b08867e21d4694fa5c2c226e6581b0 | |
| depends: | |
| - libgcc >=14 | |
| - __glibc >=2.17,<3.0.a0 | |
| - libstdcxx >=14 | |
| - krb5 >=1.22.2,<1.23.0a0 | |
| - libsodium >=1.0.22,<1.0.23.0a0 | |
| license: MPL-2.0 | |
| license_family: MOZILLA | |
| run_exports: | |
| weak: | |
| - zeromq >=4.3.5,<4.4.0a0 | |
| size: 311184 | |
| timestamp: 1779123989774 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda | |
| sha256: 68f0206ca6e98fea941e5717cec780ed2873ffabc0e1ed34428c061e2c6268c7 | |
| md5: 4a13eeac0b5c8e5b8ab496e6c4ddd829 | |
| depends: | |
| - __glibc >=2.17,<3.0.a0 | |
| - libzlib >=1.3.1,<2.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - zstd >=1.5.7,<1.6.0a0 | |
| size: 601375 | |
| timestamp: 1764777111296 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-20_gnu.conda | |
| build_number: 20 | |
| sha256: a2527b1d81792a0ccd2c05850960df119c2b6d8f5fdec97f2db7d25dc23b1068 | |
| md5: 468fd3bb9e1f671d36c2cbc677e56f1d | |
| depends: | |
| - libgomp >=7.5.0 | |
| constrains: | |
| - openmp_impl <0.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| strong: | |
| - _openmp_mutex >=4.5 | |
| size: 28926 | |
| timestamp: 1770939656741 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/argon2-cffi-bindings-25.1.0-py312hcd1a082_2.conda | |
| sha256: 4b9bc79be725463b1214ad2735657e9349865fa6980f0ccb892b63dd95d95449 | |
| md5: ac6c4634dc5a01e92f604e55656d9158 | |
| depends: | |
| - cffi >=1.0.1 | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python >=3.12,<3.13.0a0 *_cpython | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 37418 | |
| timestamp: 1762509514735 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/backports.zstd-1.6.0-py312ha46dd1d_0.conda | |
| sha256: dfe925314fd594cd6cefa78d79df8bc6898a3848460db346b87597f77df8442c | |
| md5: 19c1ea1ad92760d8e465a371a40ca125 | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - python_abi 3.12.* *_cp312 | |
| - zstd >=1.5.7,<1.6.0a0 | |
| license: BSD-3-Clause AND MIT AND EPL-2.0 | |
| run_exports: {} | |
| size: 241556 | |
| timestamp: 1781450814407 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.2.0-py312hac7b6a9_1.conda | |
| sha256: aa14d1f26a1d4ed3a735281beb20129b9ba4670fed688045ac71f4119aeed7e6 | |
| md5: d64147176625536a8024e26577c5e894 | |
| depends: | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python >=3.12,<3.13.0a0 *_cpython | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - libbrotlicommon 1.2.0 he30d5cf_1 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 373800 | |
| timestamp: 1764017545385 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h4777abc_10.conda | |
| sha256: 24eacc8a20fd7c4616566178562bef7f9344eb4a8700cfc3180fa75a6ff9d39f | |
| md5: fd544ef1c672d645bf78e5819cbb8f91 | |
| depends: | |
| - libgcc >=14 | |
| license: bzip2-1.0.6 | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - bzip2 >=1.0.8,<2.0a0 | |
| size: 194694 | |
| timestamp: 1785906301397 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-2.1.1-py312h1b372e3_0.conda | |
| sha256: 2175596981a193caa855c6cbafc6ac0b53bbd7a4ac44ebe2bb9cd2e89eac2ee9 | |
| md5: e22b99c8f6ba0309a15814073a8cecbd | |
| depends: | |
| - libffi >=3.5.2,<3.6.0a0 | |
| - libgcc >=14 | |
| - pycparser | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 324450 | |
| timestamp: 1785812728869 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.21-py312hf55c4e8_0.conda | |
| sha256: 9d8a3442fae659629980c972b5f7ba8c2d339d233bd1de38ae72faf244cdc3a9 | |
| md5: 228761e2c5f069dc8445337bd4abe097 | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - python 3.12.* *_cpython | |
| - libstdcxx >=14 | |
| - python_abi 3.12.* *_cp312 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 2791691 | |
| timestamp: 1780390168122 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.3-h86ecc28_0.conda | |
| sha256: 5ce830ca274b67de11a7075430a72020c1fb7d486161a82839be15c2b84e9988 | |
| md5: e7df0aab10b9cbb73ab2a467ebfaf8c7 | |
| depends: | |
| - libgcc >=13 | |
| license: LGPL-2.1-or-later | |
| run_exports: | |
| weak: | |
| - keyutils >=1.6.3,<2.0a0 | |
| size: 129048 | |
| timestamp: 1754906002667 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.22.2-h2fb54aa_1.conda | |
| sha256: b644718416a22b5d57c1194ea7207b7f8d33d6a2b42775763782d76cd7457aea | |
| md5: 5fd2304064ef6199d1f91ec60ee7b820 | |
| depends: | |
| - keyutils >=1.6.3,<2.0a0 | |
| - libedit >=3.1.20250104,<3.2.0a0 | |
| - libedit >=3.1.20250104,<4.0a0 | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - openssl >=3.5.7,<4.0a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - krb5 >=1.22.2,<1.23.0a0 | |
| size: 1518484 | |
| timestamp: 1781859412954 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.46.1-default_h1979696_102.conda | |
| sha256: 2c4901f4227b0850328ed0c69f958b30ad2cd18982f7a31c7c1f911827004d08 | |
| md5: 489444d0acb2a579d2a002d85a08c059 | |
| depends: | |
| - zstd >=1.5.7,<1.6.0a0 | |
| constrains: | |
| - binutils_impl_linux-aarch64 2.46.1 | |
| license: GPL-3.0-only | |
| license_family: GPL | |
| run_exports: {} | |
| size: 905305 | |
| timestamp: 1784214534868 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda | |
| sha256: c0b27546aa3a23d47919226b3a1635fccdb4f24b94e72e206a751b33f46fd8d6 | |
| md5: fb640d776fc92b682a14e001980825b1 | |
| depends: | |
| - ncurses | |
| - libgcc >=13 | |
| - ncurses >=6.5,<7.0a0 | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - libedit >=3.1.20250104,<3.2.0a0 | |
| size: 148125 | |
| timestamp: 1738479808948 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.8.1-hfae3067_1.conda | |
| sha256: 20a5726bc8705d91437c9e6ef83b30da64a1719b869656d20a1ee818333ea5ac | |
| md5: fac3b65a605cd253037fdf3daf2de8d9 | |
| depends: | |
| - libgcc >=14 | |
| constrains: | |
| - expat 2.8.1.* | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 77649 | |
| timestamp: 1781203572523 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.5.2-h376a255_0.conda | |
| sha256: 3df4c539449aabc3443bbe8c492c01d401eea894603087fca2917aa4e1c2dea9 | |
| md5: 2f364feefb6a7c00423e80dcb12db62a | |
| depends: | |
| - libgcc >=14 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - libffi >=3.5.2,<3.6.0a0 | |
| size: 55952 | |
| timestamp: 1769456078358 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-16.1.0-h205dda4_1.conda | |
| sha256: 88a3d400c678df034c9d498f32503779977d5ea826063687c663e42c945abed5 | |
| md5: 91eb209af1098d652fc69b8a3fc7cbaa | |
| depends: | |
| - _openmp_mutex >=4.5 | |
| constrains: | |
| - libgomp 16.1.0 h8acb6b2_1 | |
| - libgcc-ng ==16.1.0=*_1 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: {} | |
| size: 628785 | |
| timestamp: 1785374520532 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-16.1.0-h8acb6b2_1.conda | |
| sha256: 1c609a4a72597350317b92c4d9dfb85d21740219048e2b1d458925a6ccfa3d7a | |
| md5: 4c9b02fc9fe27704777e260157003653 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: | |
| strong: | |
| - _openmp_mutex >=4.5 | |
| size: 617180 | |
| timestamp: 1785374444877 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.8.3-he30d5cf_0.conda | |
| sha256: d61962b9cd54c3554361550203c64d5b65b71e3058a285b66e4b04b9769f0a5c | |
| md5: 76298a9e6d71ee6e832a8d0d7373b261 | |
| depends: | |
| - libgcc >=14 | |
| constrains: | |
| - xz 5.8.3.* | |
| license: 0BSD | |
| run_exports: | |
| weak: | |
| - liblzma >=5.8.3,<6.0a0 | |
| size: 126102 | |
| timestamp: 1775828008518 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h86ecc28_1.conda | |
| sha256: c0dc4d84198e3eef1f37321299e48e2754ca83fd12e6284754e3cb231357c3a5 | |
| md5: d5d58b2dc3e57073fe22303f5fed4db7 | |
| depends: | |
| - libgcc >=13 | |
| license: LGPL-2.1-only | |
| license_family: GPL | |
| run_exports: | |
| weak: | |
| - libnsl >=2.0.1,<2.1.0a0 | |
| size: 34831 | |
| timestamp: 1750274211000 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.22-h80f16a2_1.conda | |
| sha256: 36fb7afb28fecb8d678611e05a96b1e135510369b7fe5e353e407308ef1f6796 | |
| md5: 5cb9cebc948d70e6e7c81670f911dab3 | |
| depends: | |
| - libgcc >=14 | |
| license: ISC | |
| run_exports: | |
| weak: | |
| - libsodium >=1.0.22,<1.0.23.0a0 | |
| size: 283426 | |
| timestamp: 1779163468728 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.53.4-h022381a_0.conda | |
| sha256: da46b52f6815e9771f4e21e3332c423c88644e91ac96b0534e85158adc88a8b4 | |
| md5: 99898219505ff142be5734dc6fa0d900 | |
| depends: | |
| - libgcc >=14 | |
| - libzlib >=1.3.2,<2.0a0 | |
| license: blessing | |
| run_exports: | |
| weak: | |
| - libsqlite >=3.53.4,<4.0a0 | |
| size: 963888 | |
| timestamp: 1785016056926 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-16.1.0-hef695bb_1.conda | |
| sha256: 81ef9a10a0e01ffc7e03d429ed048410153411b2d8bbf95c334bdf3dcf175ab0 | |
| md5: 0bfd287b881e05351a01c7ebf7bf8f1b | |
| depends: | |
| - libgcc 16.1.0 h205dda4_1 | |
| constrains: | |
| - libstdcxx-ng ==16.1.0=*_1 | |
| license: GPL-3.0-only WITH GCC-exception-3.1 | |
| license_family: GPL | |
| run_exports: {} | |
| size: 6255794 | |
| timestamp: 1785374543663 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.42.2-h1022ec0_0.conda | |
| sha256: 7663489f97c104ae3814db10f384932c74b439f3c1fd4247e4fe3599830c090a | |
| md5: 58fa42bc4bc71fc329889497ec15effb | |
| depends: | |
| - libgcc >=14 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - libuuid >=2.42.2,<3.0a0 | |
| size: 43248 | |
| timestamp: 1781625528371 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.38-h80f16a2_0.conda | |
| sha256: d3514900e2121972e435f7803763c1843dad6709e48aa02a2b47c4d481f83be7 | |
| md5: b1a5cb7ff2d8f5911ba1fb6897176098 | |
| depends: | |
| - libgcc >=14 | |
| license: LGPL-2.1-or-later | |
| run_exports: | |
| weak: | |
| - libxcrypt >=4.4.38 | |
| size: 133882 | |
| timestamp: 1785887114864 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.2-hdc9db2a_3.conda | |
| sha256: 76efa6cc9d7e6f5ee3bbca0939f64054af2bdfb3c3632531f8e633cf6c2ea41e | |
| md5: bd534c2fbe56d8c2ea3b2d8f5e12bca8 | |
| constrains: | |
| - zlib 1.3.2 *_3 | |
| license: Zlib | |
| license_family: Other | |
| run_exports: | |
| weak: | |
| - libzlib >=1.3.2,<2.0a0 | |
| size: 70108 | |
| timestamp: 1785276540870 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.3-py312hd077ced_1.conda | |
| sha256: 5919bf53e9f74ee1c6ce35ce13a7cd92741d45385c2d0b3eae48b01c0f11f41a | |
| md5: 1fecdd103b37427ba6041b9b03d657ea | |
| depends: | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - jinja2 >=3.0.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 26305 | |
| timestamp: 1772446326927 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.6-hf8d1292_0.conda | |
| sha256: 369db85c5cd8d99dde364ce70725d76511d9c8199e5b820c740414091bf5bcca | |
| md5: b2a43456aa56fe80c2477a5094899eff | |
| depends: | |
| - libgcc >=14 | |
| license: X11 AND BSD-3-Clause | |
| run_exports: | |
| weak: | |
| - ncurses >=6.6,<7.0a0 | |
| size: 960036 | |
| timestamp: 1777422174534 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.6.3-h546c87b_1.conda | |
| sha256: c89e748e8a008e8ca6f25e102362f33319db0c98cc29d98ddada92842f636327 | |
| md5: 1600dfde78c5adba306f8571af62a323 | |
| depends: | |
| - ca-certificates | |
| - libgcc >=14 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: | |
| weak: | |
| - openssl >=3.6.3,<4.0a0 | |
| size: 3719270 | |
| timestamp: 1785913554920 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixi-0.76.1-h1d7f6d8_0.conda | |
| sha256: 53c60517f6e214ef5c084da2308c68b75a92fe46fec5fdcfeaf1f8e193a10b6e | |
| md5: ded39fc80ea8875a7bcd45b0829faf04 | |
| depends: | |
| - libstdcxx >=14 | |
| - libgcc >=14 | |
| - openssl >=3.5.7,<4.0a0 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: BSD-3-Clause | |
| run_exports: {} | |
| size: 31735923 | |
| timestamp: 1785855243606 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-7.2.2-py312hd41f8a7_0.conda | |
| sha256: ea2f332dde5f428c506816d39063705c40767a350f54c22fde89b74aac878355 | |
| md5: 4efa924b35ea429f3ded10ddae9d5fb3 | |
| depends: | |
| - python | |
| - python 3.12.* *_cpython | |
| - libgcc >=14 | |
| - python_abi 3.12.* *_cp312 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 230283 | |
| timestamp: 1769678159757 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pycrdt-0.13.1-py312hf490ae4_0.conda | |
| sha256: 3bdd852d9e852c4025254c09a3873989636c1eac8b4f3f5c905db5f341cc07aa | |
| md5: 3dd39c1e2b54dd5e0de26356539b79aa | |
| depends: | |
| - anyio >=4.4.0,<5.0.0 | |
| - exceptiongroup | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python >=3.12,<3.13.0a0 *_cpython | |
| - python_abi 3.12.* *_cp312 | |
| - typing_extensions >=4.14.0 | |
| - typing_extensions >=4.15.0,<5.0.0 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 800109 | |
| timestamp: 1779374815801 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.12.13-h91f4b29_0_cpython.conda | |
| sha256: 61933478813f5fd96c89a00dd964201b0266d71d2e3bc4dd5679354056e46948 | |
| md5: 8aed8fdbbc03a5c9f455d20ce75a9dce | |
| depends: | |
| - bzip2 >=1.0.8,<2.0a0 | |
| - ld_impl_linux-aarch64 >=2.36.1 | |
| - libexpat >=2.7.4,<3.0a0 | |
| - libffi >=3.5.2,<3.6.0a0 | |
| - libgcc >=14 | |
| - liblzma >=5.8.2,<6.0a0 | |
| - libnsl >=2.0.1,<2.1.0a0 | |
| - libsqlite >=3.51.2,<4.0a0 | |
| - libuuid >=2.41.3,<3.0a0 | |
| - libxcrypt >=4.4.36 | |
| - libzlib >=1.3.1,<2.0a0 | |
| - ncurses >=6.5,<7.0a0 | |
| - openssl >=3.5.5,<4.0a0 | |
| - readline >=8.3,<9.0a0 | |
| - tk >=8.6.13,<8.7.0a0 | |
| - tzdata | |
| constrains: | |
| - python_abi 3.12.* *_cp312 | |
| license: Python-2.0 | |
| run_exports: | |
| weak: | |
| - python_abi 3.12.* *_cp312 | |
| noarch: | |
| - python | |
| size: 13757191 | |
| timestamp: 1772728951853 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.3-py312ha4530ae_1.conda | |
| sha256: 0ba02720b470150a8c6261a86ea4db01dcf121e16a3e3978a84e965d3fe9c39a | |
| md5: 47018c13dbb26186b577fd8bd1823a44 | |
| depends: | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python >=3.12,<3.13.0a0 *_cpython | |
| - python_abi 3.12.* *_cp312 | |
| - yaml >=0.2.5,<0.3.0a0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 192182 | |
| timestamp: 1770223431156 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-27.1.0-py312hdf0a211_3.conda | |
| noarch: python | |
| sha256: 0bf98beaccc17a101d8e8496b88708f938e098a2606f6cc802379dc716572614 | |
| md5: acc7f0e3fc38e949267bc9a4f09ded15 | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - libstdcxx >=14 | |
| - zeromq >=4.3.5,<4.4.0a0 | |
| - _python_abi3_support 1.* | |
| - cpython >=3.12 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 212016 | |
| timestamp: 1779483886884 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.3-hb682ff5_0.conda | |
| sha256: fe695f9d215e9a2e3dd0ca7f56435ab4df24f5504b83865e3d295df36e88d216 | |
| md5: 3d49cad61f829f4f0e0611547a9cda12 | |
| depends: | |
| - libgcc >=14 | |
| - ncurses >=6.5,<7.0a0 | |
| license: GPL-3.0-only | |
| license_family: GPL | |
| run_exports: | |
| weak: | |
| - readline >=8.3,<9.0a0 | |
| size: 357597 | |
| timestamp: 1765815673644 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-2026.6.3-py312h00f41f5_0.conda | |
| sha256: 0f80e0149ea885b378cbcbc5c01b7b3b32fb0918775d3898e97b69999fe3b78b | |
| md5: 9d4967f1582f83435b649a7998e7f942 | |
| depends: | |
| - python | |
| - libgcc >=14 | |
| - python_abi 3.12.* *_cp312 | |
| constrains: | |
| - __glibc >=2.17 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 295235 | |
| timestamp: 1782831257757 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-noxft_h5cf4473_3.conda | |
| build_number: 103 | |
| sha256: cd51fbda051a9f3679d10ef4a94cd1ff38c10533b82845dadce8ba87245ba4ce | |
| md5: 89e78452e06563964e419059ee45584a | |
| depends: | |
| - libgcc >=14 | |
| - libzlib >=1.3.2,<2.0a0 | |
| constrains: | |
| - xorg-libx11 >=1.8.13,<2.0a0 | |
| license: TCL | |
| run_exports: | |
| weak: | |
| - tk >=8.6.13,<8.7.0a0 | |
| size: 3683040 | |
| timestamp: 1784229053797 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.5.7-py312hefbd42c_0.conda | |
| sha256: a5abbe4712c2afa68e63e19ebe7bbb425baa4db6240bfa3c8276b4ac917138ca | |
| md5: 5d9619b1f48fbccf87010ea5b340b2d1 | |
| depends: | |
| - libgcc >=14 | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi 3.12.* *_cp312 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: {} | |
| size: 863626 | |
| timestamp: 1781007844330 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-h80f16a2_3.conda | |
| sha256: 66265e943f32ce02396ad214e27cb35f5b0490b3bd4f064446390f9d67fa5d88 | |
| md5: 032d8030e4a24fe1f72c74423a46fb88 | |
| depends: | |
| - libgcc >=14 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: | |
| weak: | |
| - yaml >=0.2.5,<0.3.0a0 | |
| size: 88088 | |
| timestamp: 1753484092643 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-hec9560f_11.conda | |
| sha256: 134bceda31df1ad0dbadb61dd30e7254f5eab398288fcdd8b070946130533b5a | |
| md5: 1ae4f546793d83754d79a43a38154746 | |
| depends: | |
| - libstdcxx >=14 | |
| - libgcc >=14 | |
| - krb5 >=1.22.2,<1.23.0a0 | |
| - libsodium >=1.0.22,<1.0.23.0a0 | |
| license: MPL-2.0 | |
| license_family: MOZILLA | |
| run_exports: | |
| weak: | |
| - zeromq >=4.3.5,<4.4.0a0 | |
| size: 355573 | |
| timestamp: 1779123980042 | |
| - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.7-h85ac4a6_6.conda | |
| sha256: 569990cf12e46f9df540275146da567d9c618c1e9c7a0bc9d9cfefadaed20b75 | |
| md5: c3655f82dcea2aa179b291e7099c1fcc | |
| depends: | |
| - libzlib >=1.3.1,<2.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: | |
| weak: | |
| - zstd >=1.5.7,<1.6.0a0 | |
| size: 614429 | |
| timestamp: 1764777145593 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_3.conda | |
| sha256: 2a7204314663eeda5dec482a956f0e2eaf289bd5b9953eaaaad0e81aa64638f2 | |
| md5: 3845f3d75991bae0fb90884662f4327c | |
| depends: | |
| - cpython | |
| - python-gil | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 8144 | |
| timestamp: 1784221492234 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.14.2-pyhcf101f3_0.conda | |
| sha256: e36998c5e860e26b22e5dbcd5726dd0c4eabad949c84d383cad8512757bbf6a1 | |
| md5: fb568fbae6908ba86a090a85a089d11f | |
| depends: | |
| - exceptiongroup >=1.0.2 | |
| - idna >=2.8 | |
| - python >=3.10 | |
| - typing_extensions >=4.5 | |
| - python | |
| constrains: | |
| - trio >=0.32.0 | |
| - uvloop >=0.22.1 | |
| - winloop >=0.2.3 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 164465 | |
| timestamp: 1783889660383 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda | |
| sha256: bea62005badcb98b1ae1796ec5d70ea0fc9539e7d59708ac4e7d41e2f4bb0bad | |
| md5: 8ac12aff0860280ee0cff7fa2cf63f3b | |
| depends: | |
| - argon2-cffi-bindings | |
| - python >=3.9 | |
| - typing-extensions | |
| constrains: | |
| - argon2_cffi ==999 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 18715 | |
| timestamp: 1749017288144 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda | |
| sha256: 792da8131b1b53ff667bd6fc617ea9087b570305ccb9913deb36b8e12b3b5141 | |
| md5: 85c4f19f377424eafc4ed7911b291642 | |
| depends: | |
| - python >=3.10 | |
| - python-dateutil >=2.7.0 | |
| - python-tzdata | |
| - python | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 113854 | |
| timestamp: 1760831179410 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.2-pyhd8ed1ab_0.conda | |
| sha256: fbbd8ce60cbd5c16f3fe559eb644551f94285caff30985ea961ff851c1cf25ac | |
| md5: 89d495168582cb00428dad699d149624 | |
| depends: | |
| - python >=3.10 | |
| constrains: | |
| - astroid >=2,<5 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: {} | |
| size: 34639 | |
| timestamp: 1783975742052 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda | |
| sha256: ea8486637cfb89dc26dc9559921640cd1d5fd37e5e02c33d85c94572139f2efe | |
| md5: b85e84cb64c762569cc1a760c2327e0a | |
| depends: | |
| - python >=3.10 | |
| - typing_extensions >=4.0.0 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 22949 | |
| timestamp: 1773926359134 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda | |
| sha256: 1b6124230bb4e571b1b9401537ecff575b7b109cc3a21ee019f65e083b8399ab | |
| md5: c6b0543676ecb1fb2d7643941fe375f2 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 64927 | |
| timestamp: 1773935801332 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda | |
| sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 | |
| md5: f1976ce927373500cc19d3c0b2c85177 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| constrains: | |
| - pytz >=2015.7 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 7684321 | |
| timestamp: 1772555330347 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.15.0-pyha770c72_0.conda | |
| sha256: aed4b9dcf68ec2a75e5645fed14d77fd884d38d2e52bfa6ef4b278d90cd88781 | |
| md5: 3b261da3fe9b4168738712832410b022 | |
| depends: | |
| - python >=3.10 | |
| - soupsieve >=1.2 | |
| - typing-extensions | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 92704 | |
| timestamp: 1780853175566 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.4.0-pyhcf101f3_0.conda | |
| sha256: 0c786f3e571bd58ac73d730d06314716663884d848ae320de0b438fae5e0bea9 | |
| md5: 93009c29cdd6f2500468f2502fff9209 | |
| depends: | |
| - python >=3.10 | |
| - webencodings | |
| - python | |
| constrains: | |
| - tinycss2 >=1.1.0,<1.5 | |
| license: Apache-2.0 AND MIT | |
| run_exports: {} | |
| size: 142246 | |
| timestamp: 1780675823953 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.4.0-hac0b51c_0.conda | |
| sha256: ede77e412304cd080e23967352a7904932207d0167ecdccd6a9e210530942be6 | |
| md5: 5f710eab1f3c4e773c75686f5e8e6481 | |
| depends: | |
| - bleach ==6.4.0 pyhcf101f3_0 | |
| - tinycss2 | |
| license: Apache-2.0 AND MIT | |
| run_exports: {} | |
| size: 4406 | |
| timestamp: 1780675823953 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda | |
| sha256: 0a0544cf95f64394fe4959286f5c71f5444ad58feb0602e53becb27448d24da6 | |
| md5: 0f51e2391ade309db462a55611263e9c | |
| depends: | |
| - __unix | |
| license: ISC | |
| run_exports: {} | |
| size: 131780 | |
| timestamp: 1784754889428 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_2.conda | |
| noarch: python | |
| sha256: 0d00dd61cb91b1bd1536600c64c9db4f94f3c699fec42864d0a2f4bc2ad8c3e8 | |
| md5: 1990eb3f49022846fbc7fc9624a0ee43 | |
| depends: | |
| - cached_property >=1.5.2,<1.5.3.0a0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 6836 | |
| timestamp: 1783242914545 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_2.conda | |
| sha256: b1808a7811b5688d045b204425bb7ee824b340b40025b4ad0a39b4db1f4f1c98 | |
| md5: f71e6840332854fd2eac6c3229768a9c | |
| depends: | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 14752 | |
| timestamp: 1783242913845 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda | |
| sha256: fb167de4388e64e52aa3907ed099afab944c1fa6e5f74b281a312dae1bcf7f3b | |
| md5: 37e13edbe3b48f1095a9d085ef9cd83b | |
| depends: | |
| - python >=3.10 | |
| license: ISC | |
| run_exports: {} | |
| size: 137015 | |
| timestamp: 1784717699092 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda | |
| sha256: 8d8813ef655b4e75e4fb897abd83ad548882efad7b4e836b021b797f42780799 | |
| md5: d154b40b109e503430979e8a8d099eaf | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 61418 | |
| timestamp: 1783505332569 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda | |
| sha256: 576a44729314ad9e4e5ebe055fbf48beb8116b60e58f9070278985b2b634f212 | |
| md5: 2da13f2b299d8e1995bafbbe9689a2f7 | |
| depends: | |
| - python >=3.9 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 14690 | |
| timestamp: 1753453984907 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.13-py312hd8ed1ab_0.conda | |
| noarch: generic | |
| sha256: d3e9bbd7340199527f28bbacf947702368f31de60c433a16446767d3c6aaf6fe | |
| md5: f54c1ffb8ecedb85a8b7fcde3a187212 | |
| depends: | |
| - python >=3.12,<3.13.0a0 | |
| - python_abi * *_cp312 | |
| license: Python-2.0 | |
| run_exports: {} | |
| size: 46463 | |
| timestamp: 1772728929620 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
| sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be | |
| md5: 961b3a227b437d82ad7054484cfa71b2 | |
| depends: | |
| - python >=3.6 | |
| license: PSF-2.0 | |
| license_family: PSF | |
| run_exports: {} | |
| size: 24062 | |
| timestamp: 1615232388757 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda | |
| sha256: ee6cf346d017d954255bbcbdb424cddea4d14e4ed7e9813e429db1d795d01144 | |
| md5: 8e662bd460bda79b1ea39194e3c4c9ab | |
| depends: | |
| - python >=3.10 | |
| - typing_extensions >=4.6.0 | |
| license: MIT and PSF-2.0 | |
| run_exports: {} | |
| size: 21333 | |
| timestamp: 1763918099466 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda | |
| sha256: 210c8165a58fdbf16e626aac93cc4c14dbd551a01d1516be5ecad795d2422cad | |
| md5: ff9efb7f7469aed3c4a8106ffa29593c | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 30753 | |
| timestamp: 1756729456476 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda | |
| sha256: 2509992ec2fd38ab27c7cdb42cf6cadc566a1cc0d1021a2673475d9fa87c6276 | |
| md5: d3549fd50d450b6d9e7dddff25dd2110 | |
| depends: | |
| - cached-property >=1.3.0 | |
| - python >=3.9,<4 | |
| license: MPL-2.0 | |
| license_family: MOZILLA | |
| run_exports: {} | |
| size: 16705 | |
| timestamp: 1733327494780 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda | |
| sha256: 96cac6573fd35ae151f4d6979bab6fbc90cb6b1fb99054ba19eb075da9822fcb | |
| md5: b8993c19b0c32a2f7b66cbb58ca27069 | |
| depends: | |
| - python >=3.10 | |
| - typing_extensions | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 39069 | |
| timestamp: 1767729720872 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.4.1-pyhcf101f3_0.conda | |
| sha256: 307dd6ec90140c3cf4171071b0e5e870abec314f4565c1edd5bc433e942cdcc0 | |
| md5: e652ac7756069c456d0da2a922cd7df5 | |
| depends: | |
| - python >=3.10 | |
| - hyperframe >=6.1,<7 | |
| - hpack >=4.2,<5 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 100789 | |
| timestamp: 1785796355216 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda | |
| sha256: fdcea5d7cb314485d3907192ef024c704311548c5b0cbeb390cd1951051e29d2 | |
| md5: b395909221b9bd1df066e5930e18855b | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 32884 | |
| timestamp: 1782283986153 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda | |
| sha256: 04d49cb3c42714ce533a8553986e1642d0549a05dc5cc48e0d43ff5be6679a5b | |
| md5: 4f14640d58e2cc0aa0819d9d8ba125bb | |
| depends: | |
| - python >=3.9 | |
| - h11 >=0.16 | |
| - h2 >=3,<5 | |
| - sniffio 1.* | |
| - anyio >=4.0,<5.0 | |
| - certifi | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 49483 | |
| timestamp: 1745602916758 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda | |
| sha256: cd0f1de3697b252df95f98383e9edb1d00386bfdd03fdf607fa42fe5fcb09950 | |
| md5: d6989ead454181f4f9bc987d3dc4e285 | |
| depends: | |
| - anyio | |
| - certifi | |
| - httpcore 1.* | |
| - idna | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 63082 | |
| timestamp: 1733663449209 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda | |
| sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 | |
| md5: 8e6923fc12f1fe8f8c4e5c9f343256ac | |
| depends: | |
| - python >=3.9 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 17397 | |
| timestamp: 1737618427549 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda | |
| sha256: c75632ea624aa450a394f570749420c5a2e0997d0216bc29d5d45b0f39df0426 | |
| md5: 577b04680ae422adb86fc60d7b940659 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 163869 | |
| timestamp: 1781620148226 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda | |
| sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 | |
| md5: ffc17e785d64e12fc311af9184221839 | |
| depends: | |
| - python >=3.10 | |
| - zipp >=3.20 | |
| - python | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 34766 | |
| timestamp: 1779714582554 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.3.0-pyha191276_0.conda | |
| sha256: 305ad9226363ff5f259c404dd9a7508183a2e150739b2adc43db7d817234da66 | |
| md5: 2b47a10e4d98334f8171ff60aea05ff3 | |
| depends: | |
| - __linux | |
| - comm >=0.1.1 | |
| - debugpy >=1.6.5 | |
| - ipython >=7.23.1 | |
| - jupyter_client >=8.9.0 | |
| - jupyter_core >=5.1,!=6.0.* | |
| - matplotlib-inline >=0.1 | |
| - nest-asyncio2 >=1.7.0 | |
| - packaging >=22 | |
| - psutil >=5.7 | |
| - python >=3.10 | |
| - pyzmq >=25 | |
| - tornado >=6.4.1 | |
| - traitlets >=5.4.0 | |
| - python | |
| constrains: | |
| - appnope >=0.1.2 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 138635 | |
| timestamp: 1781101665847 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-9.16.1-pyh53cf698_0.conda | |
| sha256: 8470648b5e790d1881c09c02068d53e1bf0126f020db02a6dc2e73400cf1eeeb | |
| md5: 23564ed27c9c7714905be96ac5786500 | |
| depends: | |
| - __unix | |
| - ipython_pygments_lexers >=1.0.0 | |
| - jedi >=0.18.2 | |
| - matplotlib-inline >=0.1.6 | |
| - prompt-toolkit >=3.0.41,<3.1.0 | |
| - psutil >=7 | |
| - pygments >=2.14.0 | |
| - python >=3.11 | |
| - stack_data >=0.6.0 | |
| - traitlets >=5.13.0 | |
| - typing_extensions >=4.6 | |
| - pexpect >4.6 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 716078 | |
| timestamp: 1785754203352 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipython_pygments_lexers-1.1.1-pyhd8ed1ab_0.conda | |
| sha256: 894682a42a7d659ae12878dbcb274516a7031bbea9104e92f8e88c1f2765a104 | |
| md5: bd80ba060603cc228d9d81c257093119 | |
| depends: | |
| - pygments | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 13993 | |
| timestamp: 1737123723464 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda | |
| sha256: 6bb58afb7eabc8b4ac0c7e92707fb498313cc0164cf04e7ba1090dbf49af514b | |
| md5: d68e3f70d1f068f1b66d94822fdc644e | |
| depends: | |
| - comm >=0.1.3 | |
| - ipython >=6.1.0 | |
| - jupyterlab_widgets >=3.0.15,<3.1.0 | |
| - python >=3.10 | |
| - traitlets >=4.3.1 | |
| - widgetsnbextension >=4.0.14,<4.1.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 114376 | |
| timestamp: 1762040524661 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda | |
| sha256: 08e838d29c134a7684bca0468401d26840f41c92267c4126d7b43a6b533b0aed | |
| md5: 0b0154421989637d424ccf0f104be51a | |
| depends: | |
| - arrow >=0.15.0 | |
| - python >=3.9 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 19832 | |
| timestamp: 1733493720346 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.20.0-pyhcf101f3_0.conda | |
| sha256: 744143551c1c7b528b82533fb641b9d7db20b2203abc4c2635c387fa6c089fc3 | |
| md5: c2b3d37aa1411031126036ee76a8a861 | |
| depends: | |
| - python >=3.10 | |
| - parso >=0.8.6,<0.9.0 | |
| - python | |
| license: Apache-2.0 AND MIT | |
| run_exports: {} | |
| size: 2715215 | |
| timestamp: 1782251948616 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda | |
| sha256: fc9ca7348a4f25fed2079f2153ecdcf5f9cf2a0bc36c4172420ca09e1849df7b | |
| md5: 04558c96691bed63104678757beb4f8d | |
| depends: | |
| - markupsafe >=2.0 | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 120685 | |
| timestamp: 1764517220861 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.15.0-pyhd8ed1ab_0.conda | |
| sha256: 637400a4174880463985c7a5b6e3e0bea0aa9d0892a6c06a3a8aa2cf1208c35a | |
| md5: 761a4a6b9cba303c66a97ca642447171 | |
| depends: | |
| - python >=3.10 | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 39373 | |
| timestamp: 1781926894833 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda | |
| sha256: a3d10301b6ff399ba1f3d39e443664804a3d28315a4fb81e745b6817845f70ae | |
| md5: 89bf346df77603055d3c8fe5811691e6 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 14190 | |
| timestamp: 1774311356147 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.26.0-pyhcf101f3_0.conda | |
| sha256: db973a37d75db8e19b5f44bbbdaead0c68dde745407f281e2a7fe4db74ec51d7 | |
| md5: ada41c863af263cc4c5fcbaff7c3e4dc | |
| depends: | |
| - attrs >=22.2.0 | |
| - jsonschema-specifications >=2023.3.6 | |
| - python >=3.10 | |
| - referencing >=0.28.4 | |
| - rpds-py >=0.25.0 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 82356 | |
| timestamp: 1767839954256 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda | |
| sha256: 0a4f3b132f0faca10c89fdf3b60e15abb62ded6fa80aebfc007d05965192aa04 | |
| md5: 439cd0f567d697b20a8f45cb70a1005a | |
| depends: | |
| - python >=3.10 | |
| - referencing >=0.31.0 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 19236 | |
| timestamp: 1757335715225 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.26.0-hcf101f3_0.conda | |
| sha256: 6886fc61e4e4edd38fd38729976b134e8bd2143f7fce56cc80d7ac7bac99bce1 | |
| md5: 8368d58342d0825f0843dc6acdd0c483 | |
| depends: | |
| - jsonschema >=4.26.0,<4.26.1.0a0 | |
| - fqdn | |
| - idna | |
| - isoduration | |
| - jsonpointer >1.13 | |
| - rfc3339-validator | |
| - rfc3986-validator >0.1.0 | |
| - rfc3987-syntax >=1.1.0 | |
| - uri-template | |
| - webcolors >=24.6.0 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 4740 | |
| timestamp: 1767839954258 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-ui-2.3.0-pyhcf101f3_0.conda | |
| sha256: cce2a1dc887ce0072c23e5a0f491fcb3b12f3bf7f55cd9492234bbc0702b5c2c | |
| md5: 35db25999bf9261070b153b647e2fd2a | |
| depends: | |
| - python >=3.10 | |
| - python | |
| constrains: | |
| - jupyterlab >=4.5.0,<5.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 56896 | |
| timestamp: 1774962389276 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda | |
| sha256: 3766e2ae59641c172cec8a821528bfa6bf9543ffaaeb8b358bfd5259dcf18e4e | |
| md5: 0c3b465ceee138b9c39279cc02e5c4a0 | |
| depends: | |
| - importlib-metadata >=4.8.3 | |
| - jupyter_server >=1.1.2 | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 61633 | |
| timestamp: 1775136333147 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.9.1-pyhcf101f3_0.conda | |
| sha256: 48b18974cc93b2c0d2681563237034e521f51d1878f0bbc6a5a67ca31b1608a6 | |
| md5: 49440e66df843bee2273937e8032ec43 | |
| depends: | |
| - jupyter_core >=5.1 | |
| - python >=3.10 | |
| - python-dateutil >=2.8.2 | |
| - pyzmq >=25.0 | |
| - tornado >=6.4.1 | |
| - traitlets >=5.3 | |
| - typing_extensions >=4.13.0 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 117954 | |
| timestamp: 1781019994076 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda | |
| sha256: 1d34b80e5bfcd5323f104dbf99a2aafc0e5d823019d626d0dce5d3d356a2a52a | |
| md5: b38fe4e78ee75def7e599843ef4c1ab0 | |
| depends: | |
| - __unix | |
| - python | |
| - platformdirs >=2.5 | |
| - python >=3.10 | |
| - traitlets >=5.3 | |
| - python | |
| constrains: | |
| - pywin32 >=300 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 65503 | |
| timestamp: 1760643864586 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.1-pyhcf101f3_0.conda | |
| sha256: c7edb5682c6316a95ad781dccb1b6589cd2ec0bf94f23c21152974eb0363b5d7 | |
| md5: bf42ee94c750c0b2e7e998b79ac299ea | |
| depends: | |
| - jsonschema-with-format-nongpl >=4.18.0 | |
| - packaging | |
| - python >=3.10 | |
| - python-json-logger >=2.0.4 | |
| - pyyaml >=5.3 | |
| - referencing | |
| - rfc3339-validator | |
| - rfc3986-validator >=0.1.1 | |
| - traitlets >=5.3 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 24002 | |
| timestamp: 1776861872237 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.20.0-pyhcf101f3_0.conda | |
| sha256: 3e8759fdc404f149e7e722e0af472044a0ef9e70d0a3a7690ddcfe1232a0e868 | |
| md5: b2ddb0e13b5600070c4019c4db8a78e6 | |
| depends: | |
| - anyio >=3.1.0 | |
| - argon2-cffi >=21.1 | |
| - jinja2 >=3.0.3 | |
| - jupyter_client >=7.4.4 | |
| - jupyter_core >=4.12,!=5.0.* | |
| - jupyter_events >=0.11.0 | |
| - jupyter_server_terminals >=0.4.4 | |
| - nbconvert-core >=6.4.4 | |
| - nbformat >=5.3.0 | |
| - overrides >=5.0 | |
| - packaging >=22.0 | |
| - prometheus_client >=0.9 | |
| - python >=3.10 | |
| - pyzmq >=24 | |
| - send2trash >=1.8.2 | |
| - terminado >=0.8.3 | |
| - tornado >=6.2.0 | |
| - traitlets >=5.6.0 | |
| - websocket-client >=1.7 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 363068 | |
| timestamp: 1781713810089 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_documents-0.2.6-pyhc364b38_0.conda | |
| sha256: f52180c8a03e6f2ae38573a8a79e58816fc3a0d14199559fe395afdcc83150ef | |
| md5: 7c93489cedb5731eb56066cbc5796238 | |
| depends: | |
| - python >=3.9 | |
| - jupyter-collaboration-ui >=2.0.2,<3 | |
| - jupyter_server >=2.4.0,<3 | |
| - jupyter_server_fileid >=0.9.0,<0.10.0 | |
| - pycrdt >=0.12.49 | |
| - jupyter_ydoc >=3.0.0,<4.0.0 | |
| - python | |
| license: BSD-3-Clause | |
| run_exports: {} | |
| size: 261240 | |
| timestamp: 1786116512903 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda | |
| sha256: 6dd56e62edb1ad42bdacf4d32d9aeae5c85f7756e9a3a21eb15598a6fdff4d13 | |
| md5: fbf0a308ddc042202a005a1760524823 | |
| depends: | |
| - jupyter_events >=0.5.0 | |
| - jupyter_server >=1.15,<3 | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 20528 | |
| timestamp: 1734791277734 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda | |
| sha256: 5eda79ed9f53f590031d29346abd183051263227dd9ee667b5ca1133ce297654 | |
| md5: 7b8bace4943e0dc345fc45938826f2b8 | |
| depends: | |
| - python >=3.10 | |
| - terminado >=0.8.3 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 22052 | |
| timestamp: 1768574057200 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-3.5.0-pyhcf101f3_0.conda | |
| sha256: 009ef36c9345e5ec41ffad29eeee1e56f0767876fed1e2bc7fedd31425114e6f | |
| md5: e0e8d9dc960b914f677632c8ac2d40a1 | |
| depends: | |
| - anyio >=4.12.1,<5.0.0 | |
| - pycrdt >=0.13.0,<0.14.0 | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 116835 | |
| timestamp: 1780576427246 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.5.10-pyhd8ed1ab_0.conda | |
| sha256: 2fe07c7d9c1b0a1700b81f8bfe631da4c84396405e03ea70c3146250a2010c4a | |
| md5: 0b5f590efcd71525b2cb209df960b237 | |
| depends: | |
| - async-lru >=1.0.0 | |
| - httpx >=0.25.0,<1 | |
| - ipykernel >=6.5.0,!=6.30.0 | |
| - jinja2 >=3.0.3 | |
| - jupyter-lsp >=2.0.0 | |
| - jupyter_core | |
| - jupyter_server >=2.4.0,<3 | |
| - jupyterlab_server >=2.28.0,<3 | |
| - notebook-shim >=0.2 | |
| - packaging >=23.2 | |
| - python >=3.10 | |
| - setuptools >=41.1.0 | |
| - tomli >=1.2.2 | |
| - tornado >=6.2.0 | |
| - traitlets | |
| - typing_extensions >=4.4.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 7910940 | |
| timestamp: 1784642669883 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda | |
| sha256: dc24b900742fdaf1e077d9a3458fd865711de80bca95fe3c6d46610c532c6ef0 | |
| md5: fd312693df06da3578383232528c468d | |
| depends: | |
| - pygments >=2.4.1,<3 | |
| - python >=3.9 | |
| constrains: | |
| - jupyterlab >=4.0.8,<5.0.0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 18711 | |
| timestamp: 1733328194037 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda | |
| sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee | |
| md5: a63877cb23de826b1620d3adfccc4014 | |
| depends: | |
| - babel >=2.10 | |
| - jinja2 >=3.0.3 | |
| - json5 >=0.9.0 | |
| - jsonschema >=4.18 | |
| - jupyter_server >=1.21,<3 | |
| - packaging >=21.3 | |
| - python >=3.10 | |
| - requests >=2.31 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 51621 | |
| timestamp: 1761145478692 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda | |
| sha256: 5c03de243d7ae6247f39a402f4785d95e61c3be79ef18738e8f17155585d31a8 | |
| md5: dbf8b81974504fa51d34e436ca7ef389 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| constrains: | |
| - jupyterlab >=3,<5 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 216779 | |
| timestamp: 1762267481404 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda | |
| sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 | |
| md5: 9b965c999135d43a3d0f7bd7d024e26a | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 94312 | |
| timestamp: 1761596921009 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.2-pyhd8ed1ab_0.conda | |
| sha256: 35b43d7343f74452307fd018a1cca92b8f68961ff8e2ab6a81ce0a703c9a3764 | |
| md5: 9acc1c385be401d533ff70ef5b50dae6 | |
| depends: | |
| - python >=3.10 | |
| - traitlets | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 15725 | |
| timestamp: 1778264403247 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.3.4-pyhcf101f3_0.conda | |
| sha256: 306af633cb4ac85d04024d7c243ac2031c488bf5b0912207e7304c27a5d65a85 | |
| md5: 1c0ebec41ef9214160da1ee6a0880fce | |
| depends: | |
| - python >=3.10 | |
| - typing_extensions | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 93811 | |
| timestamp: 1784722859728 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.11.0-pyhd8ed1ab_0.conda | |
| sha256: eceb424236fbbb9b337a857fe5448307b57a2a3fb2db389ae37e7a8b8cdca2ab | |
| md5: cf01a81d7960ad9c829bf2e794fcee9a | |
| depends: | |
| - jupyter_client >=7.0.0 | |
| - jupyter_core >=5.4 | |
| - nbformat >=5.2.0 | |
| - python >=3.10 | |
| - traitlets >=5.13 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 29138 | |
| timestamp: 1780661039538 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda | |
| sha256: ab2ac79c5892c5434d50b3542d96645bdaa06d025b6e03734be29200de248ac2 | |
| md5: 2bce0d047658a91b99441390b9b27045 | |
| depends: | |
| - beautifulsoup4 | |
| - bleach-with-css !=5.0.0 | |
| - defusedxml | |
| - importlib-metadata >=3.6 | |
| - jinja2 >=3.0 | |
| - jupyter_core >=4.7 | |
| - jupyterlab_pygments | |
| - markupsafe >=2.0 | |
| - mistune >=2.0.3,<4 | |
| - nbclient >=0.5.0 | |
| - nbformat >=5.7 | |
| - packaging | |
| - pandocfilters >=1.4.1 | |
| - pygments >=2.4.1 | |
| - python >=3.10 | |
| - traitlets >=5.1 | |
| - python | |
| constrains: | |
| - pandoc >=2.9.2,<4.0.0 | |
| - nbconvert ==7.17.1 *_0 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 202229 | |
| timestamp: 1775615493260 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.11.0-pyhd8ed1ab_0.conda | |
| sha256: 361b3c0ceacdb056c51002e9cbf7e9ccc41f21bfe4e22ac9fc6f81945a9e8732 | |
| md5: 33c8c0f619beec994d2362632c67f131 | |
| depends: | |
| - jsonschema >=2.6 | |
| - jupyter_core >=4.12,!=5.0.* | |
| - python >=3.10 | |
| - python-fastjsonschema >=2.15 | |
| - traitlets >=5.1 | |
| license: BSD-3-Clause | |
| run_exports: {} | |
| size: 105329 | |
| timestamp: 1786114641495 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio2-1.7.2-pyhcf101f3_0.conda | |
| sha256: e6768ceef038f4d7e083de7e393f5dd7d672b937e2bda570b740f6399b686689 | |
| md5: fcd832bfd4749e9b246112b6894f97fc | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 15903 | |
| timestamp: 1770973502283 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda | |
| sha256: 7b920e46b9f7a2d2aa6434222e5c8d739021dbc5cc75f32d124a8191d86f9056 | |
| md5: e7f89ea5f7ea9401642758ff50a2d9c1 | |
| depends: | |
| - jupyter_server >=1.8,<3 | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 16817 | |
| timestamp: 1733408419340 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda | |
| sha256: 1840bd90d25d4930d60f57b4f38d4e0ae3f5b8db2819638709c36098c6ba770c | |
| md5: e51f1e4089cad105b6cac64bd8166587 | |
| depends: | |
| - python >=3.9 | |
| - typing_utils | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 30139 | |
| timestamp: 1734587755455 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-26.3-pyhc364b38_0.conda | |
| sha256: c432626b16768b8dab228bfb706f7060c2d462a21c516d240f68f2f902b5a044 | |
| md5: 936687ed80f295a1f5dbcf8bd34c252c | |
| depends: | |
| - python >=3.9 | |
| - python | |
| license: Apache-2.0 | |
| run_exports: {} | |
| size: 116363 | |
| timestamp: 1785888127370 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 | |
| sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f | |
| md5: 457c2c8c08e54905d6954e79cb5b5db9 | |
| depends: | |
| - python !=3.0,!=3.1,!=3.2,!=3.3 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 11627 | |
| timestamp: 1631603397334 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.7-pyhcf101f3_0.conda | |
| sha256: 611882f7944b467281c46644ffde6c5145d1a7730388bcde26e7e86819b0998e | |
| md5: 39894c952938276405a1bd30e4ce2caf | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 82472 | |
| timestamp: 1777722955579 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda | |
| sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a | |
| md5: d0d408b1f18883a944376da5cf8101ea | |
| depends: | |
| - ptyprocess >=0.5 | |
| - python >=3.9 | |
| license: ISC | |
| run_exports: {} | |
| size: 53561 | |
| timestamp: 1733302019362 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pip-26.2.1-pyh8b19718_0.conda | |
| sha256: c205bae42eb11b364fe3663a817cbcbc20a8ef544c6b2ff6f391013487117259 | |
| md5: 77b6cf3b0689d9fc68561df0db9b856d | |
| depends: | |
| - python >=3.10,<3.13.0a0 | |
| - setuptools | |
| - wheel | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 1199593 | |
| timestamp: 1785914492234 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.11.0-pyhcf101f3_0.conda | |
| sha256: a4b8c7d3b3703d10f93187986d59aec09b22033978945845899beb7f849a7be6 | |
| md5: 1fadaa6dd1d03d062075f84157ac2cc7 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 26632 | |
| timestamp: 1784661349391 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.26.0-pyhd8ed1ab_0.conda | |
| sha256: 794eec057361b41db1b06a9677eb8632adc0de81f7dcfe113bca8f0b04a23553 | |
| md5: 3aa7e2d85645e61627c98082747dfdfe | |
| depends: | |
| - python >=3.10 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: {} | |
| size: 61554 | |
| timestamp: 1785016068982 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.53-pyha770c72_0.conda | |
| sha256: efe8def2c93aa34cd8d3c9af1dc4c7d312791cf769d8b2b615e32733e6df6051 | |
| md5: 39c92a39517316e5001d645ae63d9ab9 | |
| depends: | |
| - python >=3.10 | |
| - wcwidth | |
| constrains: | |
| - prompt_toolkit 3.0.53 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 276081 | |
| timestamp: 1785160613307 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda | |
| sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 | |
| md5: 7d9daffbb8d8e0af0f769dbbcd173a54 | |
| depends: | |
| - python >=3.9 | |
| license: ISC | |
| run_exports: {} | |
| size: 19457 | |
| timestamp: 1733302371990 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda | |
| sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 | |
| md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 | |
| depends: | |
| - python >=3.9 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 16668 | |
| timestamp: 1733569518868 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda | |
| sha256: e27e0473fc6723311a0bd48b89b616fa1b996a2f7a2b555338cbbcfb9c640568 | |
| md5: 9c5491066224083c41b6d5635ed7107b | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 55886 | |
| timestamp: 1779293633166 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda | |
| sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 | |
| md5: 16c18772b340887160c79a6acc022db0 | |
| depends: | |
| - python >=3.10 | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 893031 | |
| timestamp: 1774796815820 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda | |
| sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 | |
| md5: 461219d1a5bd61342293efa2c0c90eac | |
| depends: | |
| - __unix | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 21085 | |
| timestamp: 1733217331982 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda | |
| sha256: d6a17ece93bbd5139e02d2bd7dbfa80bee1a4261dced63f65f679121686bf664 | |
| md5: 5b8d21249ff20967101ffa321cab24e8 | |
| depends: | |
| - python >=3.9 | |
| - six >=1.5 | |
| - python | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 233310 | |
| timestamp: 1751104122689 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.22.1-pyhcf101f3_0.conda | |
| sha256: 2243b305387413fa716827dce44011ea121be002e7ec24404ba00651db0279cd | |
| md5: d066c36f0c7658ef422c60d598ea8495 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 252180 | |
| timestamp: 1785242896823 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-gil-3.12.13-hd8ed1ab_0.conda | |
| sha256: 97327b9509ae3aae28d27217a5d7bd31aff0ab61a02041e9c6f98c11d8a53b29 | |
| md5: 32780d6794b8056b78602103a04e90ef | |
| depends: | |
| - cpython 3.12.13.* | |
| - python_abi * *_cp312 | |
| license: Python-2.0 | |
| run_exports: {} | |
| size: 46449 | |
| timestamp: 1772728979370 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-4.1.0-pyhd8ed1ab_0.conda | |
| sha256: a0dfe07d0bc1d8c47a38b79ad4a8eb1bc7b86fb33ee5293ebb45dfdc46191f4e | |
| md5: 982ed0cbfc0fe09f25861e3d111e9717 | |
| depends: | |
| - python >=3.10 | |
| - typing_extensions | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 19249 | |
| timestamp: 1781036004580 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.3-pyhd8ed1ab_0.conda | |
| sha256: 3f05db78cf8be33cf6dbc469664b8e3a01f3980d61d6d6bef48669b171896d8a | |
| md5: eefc8d916bd2e708d76d40398ef9a1ee | |
| depends: | |
| - python >=3.10 | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 146862 | |
| timestamp: 1783704822814 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.12-8_cp312.conda | |
| build_number: 8 | |
| sha256: 80677180dd3c22deb7426ca89d6203f1c7f1f256f2d5a94dc210f6e758229809 | |
| md5: c3efd25ac4d74b1584d2f7a57195ddf1 | |
| constrains: | |
| - python 3.12.* *_cpython | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 6958 | |
| timestamp: 1752805918820 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda | |
| sha256: 0577eedfb347ff94d0f2fa6c052c502989b028216996b45c7f21236f25864414 | |
| md5: 870293df500ca7e18bedefa5838a22ab | |
| depends: | |
| - attrs >=22.2.0 | |
| - python >=3.10 | |
| - rpds-py >=0.7.0 | |
| - typing_extensions >=4.4.0 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 51788 | |
| timestamp: 1760379115194 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda | |
| sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da | |
| md5: 4a85203c1d80c1059086ae860836ffb9 | |
| depends: | |
| - python >=3.10 | |
| - certifi >=2023.5.7 | |
| - charset-normalizer >=2,<4 | |
| - idna >=2.5,<4 | |
| - urllib3 >=1.26,<3 | |
| - python | |
| constrains: | |
| - chardet >=3.0.2,<8 | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 68709 | |
| timestamp: 1778851103479 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda | |
| sha256: 2e4372f600490a6e0b3bac60717278448e323cab1c0fecd5f43f7c56535a99c5 | |
| md5: 36de09a8d3e5d5e6f4ee63af49e59706 | |
| depends: | |
| - python >=3.9 | |
| - six | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 10209 | |
| timestamp: 1733600040800 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 | |
| sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 | |
| md5: 912a71cc01012ee38e6b90ddd561e36f | |
| depends: | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 7818 | |
| timestamp: 1598024297745 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda | |
| sha256: 70001ac24ee62058557783d9c5a7bbcfd97bd4911ef5440e3f7a576f9e43bc92 | |
| md5: 7234f99325263a5af6d4cd195035e8f2 | |
| depends: | |
| - python >=3.9 | |
| - lark >=1.2.2 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 22913 | |
| timestamp: 1752876729969 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda | |
| sha256: 59656f6b2db07229351dfb3a859c35e57cc8e8bcbc86d4e501bff881a6f771f1 | |
| md5: 28eb91468df04f655a57bcfbb35fc5c5 | |
| depends: | |
| - __linux | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 24108 | |
| timestamp: 1770937597662 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-83.0.0-pyh332efcf_0.conda | |
| sha256: 48a9f96016505debadfc67f06de7ac548decbc38d327409b24b0432ef6f16335 | |
| md5: 6bf6acbab2499830180ec88c3aff2fa4 | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 642081 | |
| timestamp: 1783619174976 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda | |
| sha256: 458227f759d5e3fcec5d9b7acce54e10c9e1f4f4b7ec978f3bfd54ce4ee9853d | |
| md5: 3339e3b65d58accf4ca4fb8748ab16b3 | |
| depends: | |
| - python >=3.9 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 18455 | |
| timestamp: 1753199211006 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda | |
| sha256: dce518f45e24cd03f401cb0616917773159a210c19d601c5f2d4e0e5879d30ad | |
| md5: 03fe290994c5e4ec17293cfb6bdce520 | |
| depends: | |
| - python >=3.10 | |
| license: Apache-2.0 | |
| license_family: Apache | |
| run_exports: {} | |
| size: 15698 | |
| timestamp: 1762941572482 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.9.1-pyhd8ed1ab_0.conda | |
| sha256: d10bfe45ffd6fa37baef69d852f9fa882be4e6fe4cdd7286f3543e79b803cadb | |
| md5: 0fc47d7f5a6dbafd186a8f92cad5de3f | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 39457 | |
| timestamp: 1784670700449 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda | |
| sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 | |
| md5: b1b505328da7a6b246787df4b5a49fbc | |
| depends: | |
| - asttokens | |
| - executing | |
| - pure_eval | |
| - python >=3.9 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 26988 | |
| timestamp: 1733569565672 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda | |
| sha256: 6b6727a13d1ca6a23de5e6686500d0669081a117736a87c8abf444d60c1e40eb | |
| md5: 17b43cee5cc84969529d5d0b0309b2cb | |
| depends: | |
| - __unix | |
| - ptyprocess | |
| - python >=3.10 | |
| - tornado >=6.1.0 | |
| - python | |
| license: BSD-2-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 24749 | |
| timestamp: 1766513766867 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda | |
| sha256: cad582d6f978276522f84bd209a5ddac824742fe2d452af6acf900f8650a73a2 | |
| md5: f1acf5fdefa8300de697982bcb1761c9 | |
| depends: | |
| - python >=3.5 | |
| - webencodings >=0.4 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 28285 | |
| timestamp: 1729802975370 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda | |
| sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd | |
| md5: b5325cf06a000c5b14970462ff5e4d58 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 21561 | |
| timestamp: 1774492402955 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.16.1-pyhcf101f3_0.conda | |
| sha256: 03dba5917f944c6684ab44c81daacac1624cd148e4b2cae215dcec594a210c48 | |
| md5: a79bf97561232a31447b6246c2153ab5 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 116935 | |
| timestamp: 1785761789772 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.16.0-h69aa097_0.conda | |
| sha256: b141933ece3518f6d7b75dfb59451e2f26b405a44c18e2518a83e9a02e09315c | |
| md5: c680b5747e8c4c8f23dca0bb7042a8fc | |
| depends: | |
| - typing_extensions ==4.16.0 pyhcf101f3_0 | |
| license: PSF-2.0 | |
| license_family: PSF | |
| run_exports: {} | |
| size: 94080 | |
| timestamp: 1783002732887 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda | |
| sha256: 2d888f90af0686044882c74193ec80a90ec1943145d94a7b1b048958acda1848 | |
| md5: c70ad746c22219b9700931707482992c | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: PSF-2.0 | |
| license_family: PSF | |
| run_exports: {} | |
| size: 52631 | |
| timestamp: 1783002732887 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda | |
| sha256: 3088d5d873411a56bf988eee774559335749aed6f6c28e07bf933256afb9eb6c | |
| md5: f6d7aa696c67756a650e91e15e88223c | |
| depends: | |
| - python >=3.9 | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 15183 | |
| timestamp: 1733331395943 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda | |
| sha256: b928c30ddcb0e3f544c6eade8352737e6e610e263276b90232db6a578ef899d8 | |
| md5: fcb489df604d100968b737f2cb6076c6 | |
| license: LicenseRef-Public-Domain | |
| run_exports: {} | |
| size: 118849 | |
| timestamp: 1784250406640 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda | |
| sha256: e0eb6c8daf892b3056f08416a96d68b0a358b7c46b99c8a50481b22631a4dfc0 | |
| md5: e7cb0f5745e4c5035a460248334af7eb | |
| depends: | |
| - python >=3.9 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 23990 | |
| timestamp: 1733323714454 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda | |
| sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 | |
| md5: cbb88288f74dbe6ada1c6c7d0a97223e | |
| depends: | |
| - backports.zstd >=1.0.0 | |
| - brotli-python >=1.2.0 | |
| - h2 >=4,<5 | |
| - pysocks >=1.5.6,<2.0,!=1.5.7 | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 103560 | |
| timestamp: 1778188657149 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.8.2-pyhd8ed1ab_0.conda | |
| sha256: 4acf845da404e84cef1acccc66cc0156af1b83a5b5d7077b2ca19b705c561e57 | |
| md5: 99f7755ec8648a042b0dbe906234f888 | |
| depends: | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 132415 | |
| timestamp: 1782771807703 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda | |
| sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 | |
| md5: 6639b6b0d8b5a284f027a2003669aa65 | |
| depends: | |
| - python >=3.10 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 18987 | |
| timestamp: 1761899393153 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda | |
| sha256: 19ff205e138bb056a46f9e3839935a2e60bd1cf01c8241a5e172a422fed4f9c6 | |
| md5: 2841eb5bfc75ce15e9a0054b98dcd64d | |
| depends: | |
| - python >=3.9 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 15496 | |
| timestamp: 1733236131358 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda | |
| sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 | |
| md5: 2f1ed718fcd829c184a6d4f0f2e07409 | |
| depends: | |
| - python >=3.10 | |
| license: Apache-2.0 | |
| license_family: APACHE | |
| run_exports: {} | |
| size: 61391 | |
| timestamp: 1759928175142 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda | |
| sha256: 9e156ffaefb8463437144326ada4b85d1de17961b9997ac5f1cbbaf747bd8bed | |
| md5: d0e3b2f0030cf4fca58bde71d246e94c | |
| depends: | |
| - packaging >=24.0 | |
| - python >=3.10 | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 33491 | |
| timestamp: 1776878563806 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda | |
| sha256: 826af5e2c09e5e45361fa19168f46ff524e7a766022615678c3a670c45895d9a | |
| md5: dc257b7e7cad9b79c1dfba194e92297b | |
| depends: | |
| - python >=3.10 | |
| license: BSD-3-Clause | |
| license_family: BSD | |
| run_exports: {} | |
| size: 889195 | |
| timestamp: 1762040404362 | |
| - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda | |
| sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 | |
| md5: ba3dcdc8584155c97c648ae9c044b7a3 | |
| depends: | |
| - python >=3.10 | |
| - python | |
| license: MIT | |
| license_family: MIT | |
| run_exports: {} | |
| size: 24190 | |
| timestamp: 1779159948016 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [workspace] | |
| authors = ["Min RK <benjaminrk@gmail.com>"] | |
| channels = ["conda-forge"] | |
| name = "test" | |
| platforms = ["linux-aarch64", "linux-64", "osx-arm64"] | |
| version = "0.1.0" | |
| [dependencies] | |
| [tasks] | |
| build = "docker build -t test ." | |
| container-start = "docker run --rm -v $PWD:/home/jovyan -p9999:8888 -w /home/jovyan test pixi run -e image jupyter-lab --ip=0.0.0.0" | |
| jupyterlab = "jupyter-lab --ip=0.0.0.0" | |
| [feature.image] | |
| platforms = ["linux-aarch64", "linux-64"] | |
| [feature.image.dependencies] | |
| python = "3.12.*" | |
| pip = "*" | |
| pixi = "*" | |
| jupyterlab = "4.5.*" | |
| ipywidgets = "*" | |
| jupyter_server_documents = "0.2.*" | |
| jupyter-collaboration-ui = "2.3.*" | |
| # jupyter-ai = "*" | |
| [environments] | |
| image = ["image"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment